1. 新增药品的ERP抓取数量倍数
This commit is contained in:
@@ -229,9 +229,9 @@ class ErpController extends Controller
|
||||
return [
|
||||
'detailId' => $item['id'],
|
||||
'productSku' => $item['drug_no'],
|
||||
'quantity' => $erpQty,
|
||||
'quantity' => (string)$erpQty,
|
||||
'paymentPrice' => $erpPaymentPrice,
|
||||
'price' => (string)round($originQty * $item['buy_price'], 2),
|
||||
'price' => round($originQty * $item['buy_price'], 2),
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user