From 5402ccf6d9f8bb3d75e837d457d74cbfc2243c3a Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期二, 25 三月 2025 08:44:35 +0800
Subject: [PATCH] 注释一个工序负荷分析汇总报表 没有权限的查询

---
 DAL/仓库管理/ClsKf_ProductReceiveMaterialBill.cs |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git "a/DAL/\344\273\223\345\272\223\347\256\241\347\220\206/ClsKf_ProductReceiveMaterialBill.cs" "b/DAL/\344\273\223\345\272\223\347\256\241\347\220\206/ClsKf_ProductReceiveMaterialBill.cs"
index 2798b32..a02bf52 100644
--- "a/DAL/\344\273\223\345\272\223\347\256\241\347\220\206/ClsKf_ProductReceiveMaterialBill.cs"
+++ "b/DAL/\344\273\223\345\272\223\347\256\241\347\220\206/ClsKf_ProductReceiveMaterialBill.cs"
@@ -98,7 +98,7 @@
                 foreach (Model.ClsKf_ProductReceiveMaterialBillSub oSub in DetailColl)
                 {
                     oCn.RunProc("Insert into Kf_ProductReceiveMaterialBillSub " +
-                      " (HInterID,HEntryID,HCloseMan,HEntryCloseDate,HCloseType,HRemark" +
+                      " (HInterID,HEntryID,HRemark" +
                       ",HSourceInterID,HSourceEntryID,HSourceBillNo,HSourceBillType,HRelationQty,HRelationMoney" +
                       ",HMaterID,HUnitID,HQtyMust,HQty,HWHID,HSCWHID,HSPID,HSCSPID" +
                       ",HSPGroupID,HBatchNo,HPropertyID,HSecUnitID" +
@@ -106,9 +106,6 @@
                       " values(" +
                       "" + omodel.HInterID.ToString() + "" +
                       "," + oSub.HEntryID.ToString() + "" +
-                      ",'" + oSub.HCloseMan + "'" +
-                      ",'" + oSub.HEntryCloseDate.ToShortDateString() + "'" +
-                      "," + Convert.ToString(oSub.HCloseType ? 1 : 0) + "" +
                       ",'" + oSub.HRemark + "'" +
                       "," + oSub.HSourceInterID.ToString() + "" +
                       "," + oSub.HSourceEntryID.ToString() + "" +

--
Gitblit v1.9.1