This commit is contained in:
linfso 2025-05-19 19:40:00 +08:00
parent 2e40bd4d28
commit 172d1e213b

View File

@ -272,7 +272,7 @@ export default {
row.goodsCode=item.goodsCode;
row.goodsName=item.goodsName;
row.unit=item.unit;
row.price=item.price;
row.price=null;
row.num=item.num;
row.taxRate=item.taxRate;
row.withTaxFlag="1";