1
wtt
2025-07-22 f4774e963a8375f13d87e8ad605362cc113aee83
DAL/车间管理/ClsQc_PreventErrMouldCheckBillMain.cs
@@ -80,7 +80,7 @@
                {
                    string subSql = "insert into Qc_PreventErrMouldCheckBillSub " +
                        "(HInterID,HEntryID,HSourceInterID,HSourceEntryID,HSourceBillNo,HSourceBillType,HRemark" +
                        ",HPreventErrMouldID,HPreventErrNote,HLoseMode,HLoseCheck,HCheckResult) " +
                        ",HPreventErrMouldID,HPreventErrNote,HLoseMode,HLoseCheck,HCheckResult,HPreventErrResult) " +
                        " values(" +
                        "" + omodel.HInterID.ToString() +
                        "," + oSub.HEntryID.ToString() +
@@ -94,6 +94,7 @@
                        "','" + oSub.HLoseMode +
                        "','" + oSub.HLoseCheck +
                        "','" + oSub.HCheckResult +
                        "','" + oSub.HPreventErrResult +
                        "')";
                    oCn.RunProc(subSql);
                }
@@ -195,7 +196,7 @@
                {
                    string subSql = "insert into Qc_PreventErrMouldCheckBillSub " +
                        "(HInterID,HEntryID,HSourceInterID,HSourceEntryID,HSourceBillNo,HSourceBillType,HRemark" +
                        ",HPreventErrMouldID,HPreventErrNote,HLoseMode,HLoseCheck,HCheckResult) " +
                        ",HPreventErrMouldID,HPreventErrNote,HLoseMode,HLoseCheck,HCheckResult,HPreventErrResult) " +
                        " values(" +
                        "" + omodel.HInterID.ToString() +
                        "," + oSub.HEntryID.ToString() +
@@ -209,6 +210,7 @@
                        "','" + oSub.HLoseMode +
                        "','" + oSub.HLoseCheck +
                        "','" + oSub.HCheckResult +
                        "','" + oSub.HPreventErrResult +
                        "')";
                    oCn.RunProc(subSql);
                }