From a76f01057b13c3e2beadd6374ac9d085eb77a20f Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期二, 08 四月 2025 09:47:29 +0800
Subject: [PATCH] 采购核销:

---
 WebTM/views/采购管理/采购核销/Cg_POStockInBillList_Sec.html |    2 +-
 WebTM/Properties/PublishProfiles/LAYUI.pubxml.user  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/WebTM/Properties/PublishProfiles/LAYUI.pubxml.user b/WebTM/Properties/PublishProfiles/LAYUI.pubxml.user
index 996699f..6564964 100644
--- a/WebTM/Properties/PublishProfiles/LAYUI.pubxml.user
+++ b/WebTM/Properties/PublishProfiles/LAYUI.pubxml.user
@@ -7572,7 +7572,7 @@
       <publishTime>08/21/2024 16:35:21</publishTime>
     </File>
     <File Include="views/閲囪喘绠$悊/閲囪喘鏍搁攢/Cg_POStockInBillList_Sec.html">
-      <publishTime>04/03/2025 16:01:30</publishTime>
+      <publishTime>04/03/2025 16:15:18</publishTime>
     </File>
     <File Include="views/閲囪喘绠$悊/閲囪喘鐢宠鍗�/Cg_PORequestBill.html">
       <publishTime>09/11/2024 21:05:00</publishTime>
diff --git "a/WebTM/views/\351\207\207\350\264\255\347\256\241\347\220\206/\351\207\207\350\264\255\346\240\270\351\224\200/Cg_POStockInBillList_Sec.html" "b/WebTM/views/\351\207\207\350\264\255\347\256\241\347\220\206/\351\207\207\350\264\255\346\240\270\351\224\200/Cg_POStockInBillList_Sec.html"
index 99fa3df..f63929e 100644
--- "a/WebTM/views/\351\207\207\350\264\255\347\256\241\347\220\206/\351\207\207\350\264\255\346\240\270\351\224\200/Cg_POStockInBillList_Sec.html"
+++ "b/WebTM/views/\351\207\207\350\264\255\347\256\241\347\220\206/\351\207\207\350\264\255\346\240\270\351\224\200/Cg_POStockInBillList_Sec.html"
@@ -463,7 +463,7 @@
                 if (data.length == 1) {
                     var ajaxLoad = layer.load();
                     var hmaindid = data[0].hmainid;
-                    var sql = "delete from Cg_POStockInBillList_Sec where HMainSourceInterID = " + hmaindid;
+                    var sql = "delete from Cg_POStockInBillList_Sec where HMainSourceInterID = " + hmaindid + " and ISNULL(HSecEmp,'') = '' ";
                     var ModRightNameCheck = "";
                     $.ajax({
                         url: GetWEBURL() + '/CommonModel/commonMethod',

--
Gitblit v1.9.1