From d2e8f94d00cfbcf32d2982092b417e9e5d247578 Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期五, 26 七月 2024 15:19:30 +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 9819ce1..30f3306 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"
@@ -87,7 +87,7 @@
                       ",HSourceInterID,HSourceEntryID,HSourceBillNo,HSourceBillType,HRelationQty,HRelationMoney" +
                       ",HMaterID,HUnitID,HQty,HResult,HEmpID,HSourceID,HBadReasonID" +
                       ",HICMOInterID,HICMOEntryID,HICMOBillNo,HProcExchInterID,HProcExchEntryID,HProcExchBillNo" +
-                      ",HBarCode,HReportType" +
+                      ",HBarCode,HReportType,HBadProcID" +
                       ",HAddr,HMaker,HMakeDate" +
                       ") values(" +
                       "" + omodel.HInterID.ToString() + "" +
@@ -118,7 +118,8 @@
                       ",'" + oSub.HBarCode + "'" +
 
                       "," + oSub.HReportType.ToString() +
-                      ",'" + oSub.HAddr + "'" +
+                      ",'" + oSub.HBadProcID.ToString() +
+                      "','" + oSub.HAddr + "'" +
                       ",'" + oSub.HMaker + "'" +
                       ",'" + oSub.HMakeDate.ToShortDateString() + "'" +
                       ") ";
@@ -219,7 +220,7 @@
                       ",HSourceInterID,HSourceEntryID,HSourceBillNo,HSourceBillType,HRelationQty,HRelationMoney" +
                       ",HMaterID,HUnitID,HQty,HResult,HEmpID,HSourceID,HBadReasonID" +
                       ",HICMOInterID,HICMOEntryID,HICMOBillNo,HProcExchInterID,HProcExchEntryID,HProcExchBillNo" +
-                      ",HBarCode,HReportType" +
+                      ",HBarCode,HReportType,HBadProcID" +
                       ",HAddr,HMaker,HMakeDate" +
                       ") values(" +
                       "" + omodel.HInterID.ToString() + "" +
@@ -250,6 +251,7 @@
                       ",'" + oSub.HBarCode + "'" +
 
                       "," + oSub.HReportType.ToString() +
+                      "," + oSub.HBadProcID.ToString() +
                       ",'" + oSub.HAddr + "'" +
                       ",'" + oSub.HMaker + "'" +
                       ",'" + oSub.HMakeDate.ToShortDateString() + "'" +

--
Gitblit v1.9.1