* [bug#59168,done,1h] Skip parent plan.

This commit is contained in:
daitingting
2025-01-10 15:57:54 +08:00
committed by 周鑫
parent 913d1c3dc1
commit 84ea69f69d
+2 -2
View File
@@ -954,7 +954,7 @@ class productplan extends control
$this->view->product = $this->product->getByID($productID);
$this->view->products = $products;
$this->view->branchOption = $this->loadModel('branch')->getPairs($productID);
$this->view->plans = $this->loadModel('productplan')->getPairs($productID);
$this->view->plans = $this->loadModel('productplan')->getPairs($productID, '', '', true);
$this->view->planStories = $planStories;
$this->view->users = $this->loadModel('user')->getPairs('noletter');
$this->view->modulePairs = $modulePairs;
@@ -1000,7 +1000,7 @@ class productplan extends control
$this->view->title = $this->lang->doc->zentaoList['planStory'];
$this->view->products = $products;
$this->view->plans = $this->loadModel('productplan')->getPairs($productID);
$this->view->plans = $this->loadModel('productplan')->getPairs($productID, '', '', true);
$this->view->users = $this->loadModel('user')->getPairs('noletter');
$this->view->productID = $productID;
$this->view->planID = $planID;