ERP:增加结算账户 100%

(cherry picked from commit b25d9c0f09)
This commit is contained in:
YunaiV
2024-02-10 08:32:34 +08:00
committed by shizhong
parent 58c40f3cdb
commit 03c7e2167e
10 changed files with 432 additions and 7 deletions

View File

@ -240,7 +240,7 @@ const onChangeProduct = (productId, row) => {
if (product) {
row.productUnitName = product.unitName
row.productBarCode = product.barCode
row.productPrice = product.minPrice
row.productPrice = product.salePrice
}
// 加载库存
setStockCount(row)