Merge remote-tracking branch 'orinin/dev-ljw' into dev-ljw
This commit is contained in:
commit
6bdc942369
@ -93,7 +93,6 @@ public class DeclareDocxToExportinvoiceConvert extends AbstractConvertPlugIn {
|
|||||||
calculatePremium(dataEntity);
|
calculatePremium(dataEntity);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ExtendedDataEntity[] findByname = e.getTargetExtDataEntitySet().FindByEntityKey(targetName);
|
ExtendedDataEntity[] findByname = e.getTargetExtDataEntitySet().FindByEntityKey(targetName);
|
||||||
yemCushscode(findByname);
|
yemCushscode(findByname);
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user