Compare commits

...

2 Commits

Author SHA1 Message Date
zzs01@yunemao.com
fe577e254b Merge branch 'dev-ljw' into test 2024-08-28 19:24:45 +08:00
zzs01@yunemao.com
38da4269be fix: yem_sharethecost 2024-08-28 19:24:20 +08:00

View File

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