This commit is contained in:
ljw 2024-08-27 20:04:06 +08:00
parent 8966670dec
commit fab8a9cd9f

View File

@ -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;
}
}