榆叶和晨曦,人员分开

This commit is contained in:
“wyx12345678” 2024-07-22 10:29:39 +08:00
parent bd6a5d231c
commit 42383585e7
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ public class ContractbillFromPlugin extends AbstractFormPlugin implements Before
switch (name){
case "contractparty" :
DynamicObject newValue = (DynamicObject)changeData.getNewValue();
this.getModel().setValue("costcompany",newValue);
// this.getModel().setValue("costcompany",newValue);
case "orientryamount"://监听税额变化
DynamicObjectCollection expenseentryentity = this.getModel().getEntryEntity("expenseentryentity");
BigDecimal orientryamounttotal = BigDecimal.ZERO;