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