From a791fe4183fd04c67ed2277303a56fd646583d88 Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期三, 23 十月 2024 16:46:29 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API

---
 DAL/生产管理/ClsSc_QualityReportBill.cs |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git "a/DAL/\347\224\237\344\272\247\347\256\241\347\220\206/ClsSc_QualityReportBill.cs" "b/DAL/\347\224\237\344\272\247\347\256\241\347\220\206/ClsSc_QualityReportBill.cs"
index 38df890..9b570d3 100644
--- "a/DAL/\347\224\237\344\272\247\347\256\241\347\220\206/ClsSc_QualityReportBill.cs"
+++ "b/DAL/\347\224\237\344\272\247\347\256\241\347\220\206/ClsSc_QualityReportBill.cs"
@@ -88,7 +88,7 @@
                       ",HMaterID,HUnitID,HQty,HResult,HEmpID,HSourceID,HBadReasonID" +
                       ",HICMOInterID,HICMOEntryID,HICMOBillNo,HProcExchInterID,HProcExchEntryID,HProcExchBillNo" +
                       ",HBarCode,HReportType,HBadProcID" +
-                      ",HAddr,HMaker,HMakeDate,HProcID" +
+                      ",HAddr,HMaker,HMakeDate,HProcID,HNowProcID" +
                       ") values(" +
                       "" + omodel.HInterID.ToString() + "" +
                       "," + oSub.HEntryID.ToString() + "" +
@@ -122,7 +122,8 @@
                       "','" + oSub.HAddr + "'" +
                       ",'" + oSub.HMaker + "'" +
                       ",'" + oSub.HMakeDate.ToShortDateString() + "'" +
-                      "," + oSub.HProcID +
+                      "," + oSub.HProcID.ToString() +
+                      "," + oSub.HNowProcID.ToString() +
                       ") ";
                     oCn.RunProc(subSql);
                 }
@@ -222,7 +223,7 @@
                       ",HMaterID,HUnitID,HQty,HResult,HEmpID,HSourceID,HBadReasonID" +
                       ",HICMOInterID,HICMOEntryID,HICMOBillNo,HProcExchInterID,HProcExchEntryID,HProcExchBillNo" +
                       ",HBarCode,HReportType,HBadProcID" +
-                      ",HAddr,HMaker,HMakeDate,HProcID" +
+                      ",HAddr,HMaker,HMakeDate,HProcID,HNowProcID" +
                       ") values(" +
                       "" + omodel.HInterID.ToString() + "" +
                       "," + oSub.HEntryID.ToString() + "" +
@@ -256,7 +257,8 @@
                       ",'" + oSub.HAddr + "'" +
                       ",'" + oSub.HMaker + "'" +
                       ",'" + oSub.HMakeDate.ToShortDateString() + "'" +
-                      "," + oSub.HProcID +
+                      "," + oSub.HProcID.ToString() +
+                      "," + oSub.HNowProcID.ToString() +
                       ") ";
                     oCn.RunProc(subSql);
                 }

--
Gitblit v1.9.1