| | |
| | | { |
| | | oCn.RunProc("Insert into Gy_SOPBillSub " + |
| | | "(HInterID,HEntryID,HProcID,HProcNO" + |
| | | ",HWorkStationID,HCenterID,HRemark" + |
| | | ",HWorkStationID,HCenterID,HRemark,HSourceID,HMouldID" + |
| | | ") values(" |
| | | + omodel.HInterID.ToString() + "," + oSub.HEntryID.ToString() + "," + oSub.HProcID.ToString() + "," + oSub.HProcNo.ToString() + |
| | | "," + oSub.HWorkStationID.ToString() + "," + oSub.HCenterID.ToString() + ",'" + oSub.HRemark.ToString() + "'" + |
| | | "," + oSub.HWorkStationID.ToString() + "," + oSub.HCenterID.ToString() + ",'" + oSub.HRemark.ToString() + "'," + oSub.HSourceID + |
| | | "," + oSub.HMouldID + |
| | | ") "); |
| | | } |
| | | sReturn = "æ°å¢åæ®æåï¼"; |