feat:整机价格
This commit is contained in:
parent
85d54a455f
commit
91e9efd122
@ -530,6 +530,11 @@ public class SalesOrderZJEdit extends AbstractBillPlugIn implements Plugin, Befo
|
|||||||
case "yem_squareqty":
|
case "yem_squareqty":
|
||||||
ClientUtils.calculatePortAmt(model, rowIndex);//计算港杂费
|
ClientUtils.calculatePortAmt(model, rowIndex);//计算港杂费
|
||||||
break;
|
break;
|
||||||
|
case "yem_priceitemsp":
|
||||||
|
ClientUtils.countAfterFrontAmt(model, rowIndex);//计算折扣后销售金额
|
||||||
|
ClientUtils.calculateSalesFCAStandardQingdaoUnitPrice(model, rowIndex);//销售FCA标配青岛单价
|
||||||
|
ClientUtils.calculateSalesFOBUnitPrice(model, -1);//计算销售FOB单价
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user