From 948a6ec49183bdc8621d8c6e184c45a3738b034b Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期四, 12 三月 2026 21:07:00 +0800
Subject: [PATCH] 1

---
 WebAPI/Controllers/品质管理/工序检验单/QC_ProcessCheckBillController.cs |   18 +++++++++++++++++-
 1 files changed, 17 insertions(+), 1 deletions(-)

diff --git "a/WebAPI/Controllers/\345\223\201\350\264\250\347\256\241\347\220\206/\345\267\245\345\272\217\346\243\200\351\252\214\345\215\225/QC_ProcessCheckBillController.cs" "b/WebAPI/Controllers/\345\223\201\350\264\250\347\256\241\347\220\206/\345\267\245\345\272\217\346\243\200\351\252\214\345\215\225/QC_ProcessCheckBillController.cs"
index f61c2e8..dbe6c40 100644
--- "a/WebAPI/Controllers/\345\223\201\350\264\250\347\256\241\347\220\206/\345\267\245\345\272\217\346\243\200\351\252\214\345\215\225/QC_ProcessCheckBillController.cs"
+++ "b/WebAPI/Controllers/\345\223\201\350\264\250\347\256\241\347\220\206/\345\267\245\345\272\217\346\243\200\351\252\214\345\215\225/QC_ProcessCheckBillController.cs"
@@ -875,7 +875,23 @@
             var _value = sMainSub["sMainSub"].ToString();
             string msg1 = _value.ToString();
             //淇濆瓨鍗曟嵁
-            return objJsonResult = AddBillMain(msg1);
+            objJsonResult = AddBillMain(msg1);
+
+            JObject resultJObj = JObject.FromObject(objJsonResult);
+            if (oSystemParameter.ShowBill(ref DBUtility.ClsPub.sErrInfo))
+            {
+
+                if (oSystemParameter.omodel.WMS_CampanyName == "鍗庤垷")
+                {
+                    resultJObj["NotShowTips"] = true;
+                }
+                else
+                {
+                    resultJObj["NotShowTips"] = false;
+                }
+            }
+
+            return resultJObj;
         }
 
         public json AddBillMain(string msg1)

--
Gitblit v1.9.1