diff --git a/DSWeb/Areas/MvcShipping/Controllers/MsOpAirnController.cs b/DSWeb/Areas/MvcShipping/Controllers/MsOpAirnController.cs index efd5ba50..d5bb979b 100644 --- a/DSWeb/Areas/MvcShipping/Controllers/MsOpAirnController.cs +++ b/DSWeb/Areas/MvcShipping/Controllers/MsOpAirnController.cs @@ -222,9 +222,9 @@ namespace DSWeb.MvcShipping.Controllers var oldheadData = MsOpAirnDAL.GetData(" B.BSNO='" + headData.BSNO + "' "); - if (oldheadData.FEESTATUS == true) { - result.SetErrorInfo("费用锁定的业务不允许修改"); - } + //if (oldheadData.FEESTATUS == true) { + // result.SetErrorInfo("费用锁定的业务不允许修改"); + //} var isPost = true; var errorstr = "";