| | |
| | | { |
| | | 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 = "æ°å¢åæ®æåï¼"; |
| | |
| | | public Int64 HWorkStationID; //----å·¥ä½ID(Gy_WorkStation) |
| | | public Int64 HCenterID; //----å·¥ä½ä¸å¿ID (Gy_WorkCenter) |
| | | public string HRemark; //----夿³¨ |
| | | |
| | | public Int64 HSourceID; //çäº§èµæºID |
| | | public Int64 HMouldID; //模å
·ID |
| | | |
| | | } |
| | | } |