From 2b6cf757e5a400a3aa98b59b170dec09124335b7 Mon Sep 17 00:00:00 2001
From: hanxuntao <641739520@qq.com>
Date: Mon, 6 Mar 2023 12:09:47 +0800
Subject: [PATCH] 1
---
.../DAL/MsOpSeae/MsOpSeaeEdiPortDAL.cs | 24 ++++++++++---------
1 file changed, 13 insertions(+), 11 deletions(-)
diff --git a/DSWeb/Areas/MvcShipping/DAL/MsOpSeae/MsOpSeaeEdiPortDAL.cs b/DSWeb/Areas/MvcShipping/DAL/MsOpSeae/MsOpSeaeEdiPortDAL.cs
index e016d3fd..9b1b1671 100644
--- a/DSWeb/Areas/MvcShipping/DAL/MsOpSeae/MsOpSeaeEdiPortDAL.cs
+++ b/DSWeb/Areas/MvcShipping/DAL/MsOpSeae/MsOpSeaeEdiPortDAL.cs
@@ -3266,7 +3266,9 @@ namespace DSWeb.MvcShipping.DAL.MsOpSeaeEdiPortDAL
if (isbill == 1)
{
if (OpBill.MBLNO == null || OpBill.MBLNO == "")
- { error = error + "
分票提单主提单号不能为空"; }
+ {
+ //error = error + "
分票提单主提单号不能为空";
+ }
else
{
if (StringIsChinese(OpBill.MBLNO))
@@ -34382,11 +34384,11 @@ namespace DSWeb.MvcShipping.DAL.MsOpSeaeEdiPortDAL
//if (bill.MBLNO == null || bill.MBLNO == "")
//{ error = error + "
主提单号不能为空"; }
- if (isbill == 1)
- {
- if (OpBill.MBLNO == null || OpBill.MBLNO == "")
- { error = error + "
分票提单主提单号不能为空"; }
- }
+ //if (isbill == 1)
+ //{
+ // if (OpBill.MBLNO == null || OpBill.MBLNO == "")
+ // { error = error + "
分票提单主提单号不能为空"; }
+ //}
if ((bill.BLFRT == null || bill.BLFRT == ""))
{ error = error + "
提单号:" + bill.MBLNO + " 付费方式不能为空"; }
@@ -40710,11 +40712,11 @@ namespace DSWeb.MvcShipping.DAL.MsOpSeaeEdiPortDAL
//if (bill.MBLNO == null || bill.MBLNO == "")
//{ error = error + "
主提单号不能为空"; }
- if (isbill == 1)
- {
- if (OpBill.MBLNO == null || OpBill.MBLNO == "")
- { error = error + "
分票提单主提单号不能为空"; }
- }
+ //if (isbill == 1)
+ //{
+ // if (OpBill.MBLNO == null || OpBill.MBLNO == "")
+ // { error = error + "
分票提单主提单号不能为空"; }
+ //}
if ((bill.BLFRT == null || bill.BLFRT == ""))
{ error = error + "
提单号:" + bill.MBLNO + " 付费方式不能为空"; }