l
This commit is contained in:
parent
8966670dec
commit
fab8a9cd9f
@ -375,8 +375,12 @@ public class SalesOrderPJEdit extends AbstractBillPlugIn implements Plugin, Befo
|
||||
// calculateCostSharing(model);
|
||||
ClientUtils.addSaAmountTk(model, rowIndex);//销售金额(价格条款)结算币别
|
||||
break;
|
||||
case "yem_sharethecost":
|
||||
case "yem_sumedamount":
|
||||
calculateCostSharing(model);
|
||||
String dataNewValue =(String) this.getModel().getValue("yem_sharethecost");
|
||||
if ("A".equals(dataNewValue)){
|
||||
calculateCostSharing(model);
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user