From b27d1f184f4a57069ff8878750f3bd6e54c48a91 Mon Sep 17 00:00:00 2001 From: 王 垚 <1402714037@qq.com> Date: 星期日, 09 十月 2022 16:00:38 +0800 Subject: [PATCH] 优化 --- WebAPI/Controllers/BarCodeController.cs | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/WebAPI/Controllers/BarCodeController.cs b/WebAPI/Controllers/BarCodeController.cs index c560dca..353bd11 100644 --- a/WebAPI/Controllers/BarCodeController.cs +++ b/WebAPI/Controllers/BarCodeController.cs @@ -525,14 +525,14 @@ foreach (Model.ClsGy_MaterialList_WMS_Model oItemSub in ls) { - if (oBill.CheckBarCode(oItemSub.HSourceInterID, oItemSub.HSourceEntryID) == false) - { - objJsonResult.code = "0"; - objJsonResult.count = 0; - objJsonResult.Message = "宸插瓨鍦ㄦ潯鐮侊紝涓嶅厑璁搁噸澶嶇敓鎴愶紒"; - objJsonResult.data = null; - return objJsonResult; - } + //if (oBill.CheckBarCode(oItemSub.HSourceInterID, oItemSub.HSourceEntryID) == false) + //{ + // objJsonResult.code = "0"; + // objJsonResult.count = 0; + // objJsonResult.Message = "宸插瓨鍦ㄦ潯鐮侊紝涓嶅厑璁搁噸澶嶇敓鎴愶紒"; + // objJsonResult.data = null; + // return objJsonResult; + //} if (msg2 != string.Empty) { if (oItemSub.HBQty == 0 || oItemSub.HMinQty == 0) -- Gitblit v1.9.1