fix:计算内陆运费报错

This commit is contained in:
zzs 2024-10-15 18:17:45 +08:00
parent 1ba5f2849a
commit 5a1295b274

View File

@ -429,7 +429,7 @@ public class SalesOrderZJEdit extends AbstractBillPlugIn implements Plugin, Befo
break; break;
case "yem_transportstyle": case "yem_transportstyle":
// setInsuranceFeeRate(); // setInsuranceFeeRate();
ClientUtils.calcInlandTransportationAmt(model, rowIndex);//计算内陆运费 // ClientUtils.calcInlandTransportationAmt(model, rowIndex);//计算内陆运费
break; break;
case "yem_clientcountry": case "yem_clientcountry":
case "yem_rapstyle": case "yem_rapstyle":