| | |
| | | ",HCycleUnit='" + omodel.HCycleUnit + "'" + |
| | | ",HExplanation='" + omodel.HExplanation + "'" + |
| | | ",HInnerBillNo='" + omodel.HInnerBillNo + "'" + |
| | | ",HRepairAccepDate='" + omodel.HRepairAccepDate + "'" + |
| | | ",HSupID=" + omodel.HSupID.ToString() + |
| | | ",HRepairType='" + omodel.HRepairType + "'" + |
| | | ",HNewModel='" + omodel.HNewModel + "'" + |
| | |
| | | ",HCycleUnit,HPlanTimes,HTimes,HEmpID,HManagerID"+ |
| | | ",HDeptID,HExplanation,HInnerBillNo,HMouldID" + |
| | | ",HSupID,HRepairType,HNewModel,HNewDesignLife,HMainSourceBillType,HMainSourceInterID,HMainSourceEntryID" + |
| | | ",HRepairAccepDate" + |
| | | ") " + |
| | | " values('" + this.BillType + "','" + this.HBillSubType + "'," +omodel.HInterID.ToString() + ",'" + omodel.HBillNo + "','" + omodel.HDate + "'" + |
| | | "," + omodel.HYear.ToString() + "," + omodel.HPeriod.ToString() + ",'" + omodel.HRemark + "','" + omodel.HMaker + "',getdate()" + |
| | |
| | | ",'" + omodel.HCycleUnit + "'," + omodel.HPlanTimes.ToString() + "," + omodel.HTimes.ToString() + "," + omodel.HEmpID.ToString() + "," + omodel.HManagerID.ToString() + |
| | | "," + omodel.HDeptID.ToString() + ",'" + omodel.HExplanation + "','" + omodel.HInnerBillNo + "'," + omodel.HMouldID.ToString() + |
| | | ", " + omodel.HSupID.ToString() + ",'" + omodel.HRepairType + "','" + omodel.HNewModel + "'," + omodel.HNewDesignLife.ToString() +",'"+ omodel.HMainSourceBillType+"',"+ omodel.HMainSourceInterID.ToString()+","+ omodel.HMainSourceEntryID.ToString()+ |
| | | ") "); |
| | | ",'"+ omodel.HRepairAccepDate + "') "); |
| | | //鎻掑叆瀛愯〃 |
| | | foreach (Model.ClsSb_MouldRepairWorkBillSub oSub in DetailColl) |
| | | { |