fix:
1.外销合同报错处理
This commit is contained in:
parent
e306f81308
commit
c4245d2e6e
@ -302,7 +302,9 @@ public class SalesOrderZJEdit extends AbstractBillPlugIn implements Plugin, Befo
|
||||
countCalculationAmt();
|
||||
ClientUtils.changeRate(model, "yem_es_materialinfo");
|
||||
ClientUtils.clearSalePrice(this.getModel());
|
||||
ClientUtils.calculateSalesFCAStandardQingdaoUnitPrice(model, rowIndex);//销售FCA标配青岛单价
|
||||
if (!this.getModel().getEntryEntity("yem_es_materialinfo").isEmpty()) {
|
||||
ClientUtils.calculateSalesFCAStandardQingdaoUnitPrice(model, rowIndex);//销售FCA标配青岛单价
|
||||
}
|
||||
break;
|
||||
case "yem_qty":
|
||||
setRandomDataTools();
|
||||
|
Loading…
Reference in New Issue
Block a user