From 0d66f987780245f78eeefded51cafd933f3d90d3 Mon Sep 17 00:00:00 2001 From: yxj <yxj@hz-kingdee.com> Date: 星期四, 25 七月 2024 15:23:43 +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