| | |
| | | "" + |
| | | "" + |
| | | "(HInterID,HEntryID,HSourceInterID,HSourceEntryID,HSourceBillNo,HSourceBillType" + |
| | | ",HMouldID,HQty,HMouldQty,HRate) " + |
| | | ",HMouldID,HQty,HMouldQty,HRate,HMouldType,HMouldPriority,HCubicleQty) " + |
| | | " values(" + |
| | | "" + omodel.HInterID.ToString() + |
| | | "," + oSub.HEntryID.ToString() + |
| | |
| | | "','" + oSub.HMouldID + |
| | | "'," + oSub.HQty + |
| | | "," + oSub.HMouldQty + |
| | | ",'" + oSub.HRate + |
| | | "')"; |
| | | ",'" + oSub.HRate + |
| | | "','" + oSub.HMouldType + |
| | | "','" + oSub.HMouldPriority + |
| | | "'," + oSub.HCubicleQty + |
| | | ")"; |
| | | oCn.RunProc(subSql); |
| | | } |
| | | |
| | |
| | | "" + |
| | | "" + |
| | | "(HInterID,HEntryID,HSourceInterID,HSourceEntryID,HSourceBillNo,HSourceBillType" + |
| | | ",HMouldID,HQty,HMouldQty,HRate) " + |
| | | ",HMouldID,HQty,HMouldQty,HRate,HMouldType,HMouldPriority,HCubicleQty) " + |
| | | " values(" + |
| | | "" + omodel.HInterID.ToString() + |
| | | "," + oSub.HEntryID.ToString() + |
| | |
| | | "'," + oSub.HQty + |
| | | "," + oSub.HMouldQty + |
| | | ",'" + oSub.HRate + |
| | | "')"; |
| | | "','" + oSub.HMouldType + |
| | | "','" + oSub.HMouldPriority + |
| | | "'," + oSub.HCubicleQty + |
| | | ")"; |
| | | oCn.RunProc(subSql); |
| | | } |
| | | sReturn = "新增单据成功!"; |