1.外销合同取消使用额度值更新
 (分摊)
This commit is contained in:
25655 2025-04-07 11:56:23 +08:00
parent 5f734b112b
commit 4afaca7211
2 changed files with 6 additions and 6 deletions

View File

@ -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;

View File

@ -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;