fix:
1.取消总费用分摊逻辑
This commit is contained in:
parent
e93433a323
commit
b597a46ab4
@ -283,7 +283,7 @@ public class SalesOrderPJEdit extends AbstractBillPlugIn implements Plugin, Befo
|
|||||||
ClientUtils.countFrontDisAmt(model, rowIndex);//折扣前金额
|
ClientUtils.countFrontDisAmt(model, rowIndex);//折扣前金额
|
||||||
ClientUtils.addSaAmountTk(model, rowIndex);//销售金额(价格条款)结算币别
|
ClientUtils.addSaAmountTk(model, rowIndex);//销售金额(价格条款)结算币别
|
||||||
ClientUtils.countAfterFrontPrice(model, rowIndex);//折扣后销售单价
|
ClientUtils.countAfterFrontPrice(model, rowIndex);//折扣后销售单价
|
||||||
calculateCostSharing(model);
|
// calculateCostSharing(model);
|
||||||
break;
|
break;
|
||||||
case "yem_fobprice":
|
case "yem_fobprice":
|
||||||
ClientUtils.countFobAmt(model, rowIndex);//fob金额
|
ClientUtils.countFobAmt(model, rowIndex);//fob金额
|
||||||
|
Loading…
Reference in New Issue
Block a user