修复BUG

This commit is contained in:
liu
2026-08-27 14:20:09 +08:00
parent 513cc568a9
commit 52dc6efadf
203 changed files with 576 additions and 1130 deletions
@@ -105,7 +105,7 @@ class PurchaseOrderController extends BaseController
$quantity = 0;
// 采购总重量
$weight = '0';
// 采购总金额(Σ明细 amount,参考零售价按 金额÷数量 加权)
// 采购总金额(Σ明细 amount,价按 金额÷数量 加权)
$amount = '0';
// 门店明细
$cellsMap = [];