| | |
| | | { |
| | | 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() + |
| | |
| | | "','" + oSub.HLoseMode + |
| | | "','" + oSub.HLoseCheck + |
| | | "','" + oSub.HCheckResult + |
| | | "','" + oSub.HPreventErrResult + |
| | | "')"; |
| | | oCn.RunProc(subSql); |
| | | } |
| | |
| | | { |
| | | 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() + |
| | |
| | | "','" + oSub.HLoseMode + |
| | | "','" + oSub.HLoseCheck + |
| | | "','" + oSub.HCheckResult + |
| | | "','" + oSub.HPreventErrResult + |
| | | "')"; |
| | | oCn.RunProc(subSql); |
| | | } |