From c34e85eda515636993b37a752b52c0f43ae6e17b Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期四, 09 一月 2025 09:17:18 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API

---
 DAL/生产管理/ClsSc_QualityReportBill.cs |    8 +++++---
 1 files changed, 5 insertions(+), 3 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 9b570d3..5e7aa38 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"
@@ -85,7 +85,7 @@
                     string subSql = "Insert into Sc_QualityReportBillSub " +
                       " (HInterID,HEntryID,HBillNo_bak,HRemark" +
                       ",HSourceInterID,HSourceEntryID,HSourceBillNo,HSourceBillType,HRelationQty,HRelationMoney" +
-                      ",HMaterID,HUnitID,HQty,HResult,HEmpID,HSourceID,HBadReasonID" +
+                      ",HMaterID,HUnitID,HQty,HResult,HEmpID,HSourceID,HBadReasonID,HBadPhenomenaID" +
                       ",HICMOInterID,HICMOEntryID,HICMOBillNo,HProcExchInterID,HProcExchEntryID,HProcExchBillNo" +
                       ",HBarCode,HReportType,HBadProcID" +
                       ",HAddr,HMaker,HMakeDate,HProcID,HNowProcID" +
@@ -108,6 +108,7 @@
                       "," + oSub.HEmpID.ToString() + "" +
                       "," + oSub.HSourceID.ToString() + "" +
                       "," + oSub.HBadReasonID.ToString() + "" +
+                      "," + oSub.HBadPhenomenaID.ToString() + "" +
 
                       "," + oSub.HICMOInterID.ToString() + "" +
                       "," + oSub.HICMOEntryID.ToString() + "" +
@@ -220,7 +221,7 @@
                     string subSql = "Insert into Sc_QualityReportBillSub " +
                       " (HInterID,HEntryID,HBillNo_bak,HRemark" +
                       ",HSourceInterID,HSourceEntryID,HSourceBillNo,HSourceBillType,HRelationQty,HRelationMoney" +
-                      ",HMaterID,HUnitID,HQty,HResult,HEmpID,HSourceID,HBadReasonID" +
+                      ",HMaterID,HUnitID,HQty,HResult,HEmpID,HSourceID,HBadReasonID,HBadPhenomenaID" +
                       ",HICMOInterID,HICMOEntryID,HICMOBillNo,HProcExchInterID,HProcExchEntryID,HProcExchBillNo" +
                       ",HBarCode,HReportType,HBadProcID" +
                       ",HAddr,HMaker,HMakeDate,HProcID,HNowProcID" +
@@ -243,7 +244,8 @@
                       "," + oSub.HEmpID.ToString() + "" +
                       "," + oSub.HSourceID.ToString() + "" +
                       "," + oSub.HBadReasonID.ToString() + "" +
-                      
+                      "," + oSub.HBadPhenomenaID.ToString() + "" +
+
                       "," + oSub.HICMOInterID.ToString() + "" +
                       "," + oSub.HICMOEntryID.ToString() + "" +
                       ",'" + oSub.HICMOBillNo + "'" +

--
Gitblit v1.9.1