榆叶和晨曦,人员分开
This commit is contained in:
parent
bd6a5d231c
commit
42383585e7
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue