* Fix bug of task #57089.

This commit is contained in:
liumengyi
2022-06-15 10:05:52 +08:00
parent ee49b70482
commit 9a74ea6d5d
3 changed files with 8 additions and 1 deletions

View File

@@ -18,3 +18,7 @@
#lifeTimeTips {display: none;}
#teams_chosen .chosen-drop ul li .label {margin-top: 3px; background: #fff; color: #838a9d; border: 1px solid #d8d8d8;}
#productsBox .row .col-sm-4 {padding-right: 13px;}
#plansBox .row {display: inline-table; width: 102%;}
#plansBox .row .col-sm-4 {display: inline-block; float: none; padding-right: 13px;}

View File

@@ -1 +1,4 @@
.chosen-container-single .chosen-single > span {max-width: 100%;}
#plansBox .row {display: inline-table; width: 102%;}
#plansBox .row .col-sm-4 {display: inline-block; float: none;}

View File

@@ -2016,7 +2016,7 @@ class executionModel extends model
if(isset($oldProducts[$productID][$branch]))
{
$oldProduct = $oldProducts[$productID][$branch];
$oldPlan = $oldProduct->plan;
if($this->app->rawMethod != 'edit') $oldPlan = $oldProduct->plan;
}
$data = new stdclass();