shish il y a 3 ans
Parent
commit
9833e9339c
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      app-ghs/controllers/PurchaseOrderItemController.php

+ 2 - 0
app-ghs/controllers/PurchaseOrderItemController.php

@@ -37,6 +37,8 @@ class PurchaseOrderItemController extends BaseController
                 $suggestSkPrice = floatval($suggestSkPrice);
                 $list[$key]['suggestPrice'] = $suggestPrice;
                 $list[$key]['suggestSkPrice'] = $suggestSkPrice;
+                $list[$key]['skMore'] = $skMore;
+                $list[$key]['addPrice'] = $addPrice;
             }
         }
         util::success(['list' => $list]);