1. 新增药品的ERP抓取数量倍数

This commit is contained in:
李琦
2026-07-20 14:38:40 +08:00
parent 9fafba95cc
commit 686c188829

View File

@@ -231,7 +231,7 @@ class ErpController extends Controller
'productSku' => $item['drug_no'],
'quantity' => $erpQty,
'paymentPrice' => $erpPaymentPrice,
'price' => round($originQty * $item['buy_price'], 2),
'price' => (string)round($originQty * $item['buy_price'], 2),
];
}