采购订单去除标品自带计算逻辑
This commit is contained in:
parent
d5a26f501f
commit
7137f27cea
|
@ -72,9 +72,9 @@ public class OrderFormEditExt extends OrderFormEdit {
|
||||||
//orderFormEntry.set("totalprice", totalPrice);
|
//orderFormEntry.set("totalprice", totalPrice);
|
||||||
//orderFormEntry.set("notaxtotalprice", noTaxTotalPrice);
|
//orderFormEntry.set("notaxtotalprice", noTaxTotalPrice);
|
||||||
//orderFormEntry.set("taxprice", taxPrice);
|
//orderFormEntry.set("taxprice", taxPrice);
|
||||||
orderFormEntry.set("taxamount", taxAmount);
|
//orderFormEntry.set("taxamount", taxAmount);
|
||||||
//orderFormEntry.set("taxtotalprice", taxTotalPrice);
|
//orderFormEntry.set("taxtotalprice", taxTotalPrice);
|
||||||
this.getView().updateView("orderformentry");
|
//this.getView().updateView("orderformentry");
|
||||||
this.setTotalAmoTaxAndNotTax(orderformEntryColl);
|
this.setTotalAmoTaxAndNotTax(orderformEntryColl);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue