Merge branch 'dev-ljw' into test

This commit is contained in:
zzs01@yunemao.com 2024-08-28 19:24:45 +08:00
commit fe577e254b

View File

@ -377,10 +377,10 @@ public class SalesOrderPJEdit extends AbstractBillPlugIn implements Plugin, Befo
break;
case "yem_sharethecost":
case "yem_sumedamount":
String dataNewValue =(String) this.getModel().getValue("yem_sharethecost");
if ("A".equals(dataNewValue)){
calculateCostSharing(model);
}
// String dataNewValue =(String) this.getModel().getValue("yem_sharethecost");
// if ("A".equals(dataNewValue)){
// }
calculateCostSharing(model);
break;
}
}