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