This commit is contained in:
xuhaihui 2025-09-15 16:35:43 +08:00
parent 9e1616a3dd
commit d1ec049a68
1 changed files with 2 additions and 2 deletions

View File

@ -878,7 +878,7 @@ public class MaterialInBillEditPluginExt extends AbstractEcmaBillPlugin implemen
ResManager.loadKDString("采购订单", "MaterialInBillEditPlugin_10", "ec-ecma-formplugin", new Object[0]), ResManager.loadKDString("采购订单", "MaterialInBillEditPlugin_10", "ec-ecma-formplugin", new Object[0]),
ResManager.loadKDString("资源清单", "MaterialInBillEditPlugin_11", "ec-ecma-formplugin", new Object[0]), ResManager.loadKDString("资源清单", "MaterialInBillEditPlugin_11", "ec-ecma-formplugin", new Object[0]),
ResManager.loadKDString("采购申请", "MaterialInBillEditPlugin_12", "ec-ecma-formplugin", new Object[0])}; ResManager.loadKDString("采购申请", "MaterialInBillEditPlugin_12", "ec-ecma-formplugin", new Object[0])};
String[] value = new String[]{"1", "2", "4","6"}; String[] value = new String[]{"1", "2", "4", "6"};
for (int i = 0; i < 4; ++i) { for (int i = 0; i < 4; ++i) {
if ((Boolean) this.getVisMap().get(value[i])) { if ((Boolean) this.getVisMap().get(value[i])) {
@ -1574,7 +1574,7 @@ public class MaterialInBillEditPluginExt extends AbstractEcmaBillPlugin implemen
amount = transamount.subtract(lastTransamount); amount = transamount.subtract(lastTransamount);
splitTaxAmount = transoftaxamount.subtract(lastTransoftaxamount); splitTaxAmount = transoftaxamount.subtract(lastTransoftaxamount);
zcgj_transtaxamounts3 = transtaxamount.subtract(zcgj_transtaxamounts2); zcgj_transtaxamounts3 = transtaxamount.subtract(zcgj_transtaxamounts2);
BigDecimal amount1 = (BigDecimal)this.getModel().getValue("notaxamount", entryRowCount3 - 1);//金额 BigDecimal amount1 = (BigDecimal) this.getModel().getValue("notaxamount", entryRowCount3 - 1);//金额
this.getModel().setValue("ftransamount", amount, entryRowCount3 - 1);//运费 this.getModel().setValue("ftransamount", amount, entryRowCount3 - 1);//运费
this.getModel().setValue("taxtransamount", splitTaxAmount, entryRowCount3 - 1);//含税运费 this.getModel().setValue("taxtransamount", splitTaxAmount, entryRowCount3 - 1);//含税运费
this.getModel().setValue("zcgj_transtaxamount", zcgj_transtaxamounts3, entryRowCount3 - 1);//运费税额 this.getModel().setValue("zcgj_transtaxamount", zcgj_transtaxamounts3, entryRowCount3 - 1);//运费税额