fix:
1.外销合同取消使用额度值更新 (分摊)
This commit is contained in:
parent
5f734b112b
commit
4afaca7211
@ -362,9 +362,9 @@ public class SalesOrderPJEdit extends AbstractBillPlugIn implements Plugin, Befo
|
||||
ClientUtils.calculateDiscountRate(view, model, -1);//计算折扣率
|
||||
}
|
||||
break;
|
||||
case "yem_fundpoolamt"://使用额度
|
||||
ClientUtils.countDisAmt(model, "yem_es_materialinfo", rowIndex, view);//计算折扣金额
|
||||
break;
|
||||
// case "yem_fundpoolamt"://使用额度
|
||||
// ClientUtils.countDisAmt(model, "yem_es_materialinfo", rowIndex, view);//计算折扣金额
|
||||
// break;
|
||||
case "yem_amount"://财务信息 fob金额
|
||||
ClientUtils.countDisAmt(model, "yem_es_materialinfo", rowIndex, view);//计算折扣金额
|
||||
break;
|
||||
|
@ -484,9 +484,9 @@ public class SalesOrderZJEdit extends AbstractBillPlugIn implements Plugin, Befo
|
||||
ClientUtils.countDisAmt(model, "yem_es_materialinfo", rowIndex, view);//计算折扣金额
|
||||
ClientUtils.calculateDiscountRate(view, model, -1);//计算折扣率
|
||||
break;
|
||||
case "yem_fundpoolamt"://使用额度
|
||||
ClientUtils.countDisAmt(model, "yem_es_materialinfo", rowIndex, view);//计算折扣金额
|
||||
break;
|
||||
// case "yem_fundpoolamt"://使用额度
|
||||
// ClientUtils.countDisAmt(model, "yem_es_materialinfo", rowIndex, view);//计算折扣金额
|
||||
// break;
|
||||
case "yem_amount"://财务信息 fob金额
|
||||
ClientUtils.countDisAmt(model, "yem_es_materialinfo", rowIndex, view);//计算折扣金额
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user