yusijie
2025-01-09 c34e85eda515636993b37a752b52c0f43ae6e17b
DAL/生产管理/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 + "'" +