|
|
@@ -110,6 +110,8 @@ class PurchaseOrderItemController extends BaseController
|
|
|
//修改之前的批发价
|
|
|
$beforeModifyPrice = $current['price'] ?? 0;
|
|
|
$list[$key]['beforeModifyPrice'] = $beforeModifyPrice;
|
|
|
+ $beforeModifyStock = $current['stock'] ?? 0;
|
|
|
+ $list[$key]['beforeModifyStock'] = $beforeModifyStock;
|
|
|
}
|
|
|
}
|
|
|
util::success(['list' => $list]);
|