采购订单去除标品自带计算逻辑

This commit is contained in:
李贵强 2025-06-06 15:36:11 +08:00
parent d5a26f501f
commit 7137f27cea
1 changed files with 2 additions and 2 deletions

View File

@ -72,9 +72,9 @@ public class OrderFormEditExt extends OrderFormEdit {
//orderFormEntry.set("totalprice", totalPrice);
//orderFormEntry.set("notaxtotalprice", noTaxTotalPrice);
//orderFormEntry.set("taxprice", taxPrice);
orderFormEntry.set("taxamount", taxAmount);
//orderFormEntry.set("taxamount", taxAmount);
//orderFormEntry.set("taxtotalprice", taxTotalPrice);
this.getView().updateView("orderformentry");
//this.getView().updateView("orderformentry");
this.setTotalAmoTaxAndNotTax(orderformEntryColl);
}