From e7be4d72351ffaa2de19c89082f07641872fdebc Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期三, 31 七月 2024 13:43:40 +0800
Subject: [PATCH] 1
---
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