| | |
| | | ",HInnerBillNo='" + omodel.HInnerBillNo + "'" + |
| | | ",HRepairAccepDate='" + omodel.HRepairAccepDate + "'" + |
| | | ",HSupID=" + omodel.HSupID.ToString() + |
| | | ",HRepairType='" + omodel.HRepairType + "'" + |
| | | ",HRepairType='" + omodel.HRepairType + "'" + |
| | | ",HNewModel='" + omodel.HNewModel + "'" + |
| | | ",HMainSourceBillType='"+ omodel.HMainSourceBillType+"'"+ |
| | | ",HMainSourceBillNo='" + omodel.HMainSourceBillNo + "'" + |
| | | ",HMainSourceInterID=" + omodel.HMainSourceInterID.ToString()+ |
| | | ",HMainSourceEntryID="+ omodel.HMainSourceEntryID.ToString()+ |
| | | ",HNewDesignLife=" + omodel.HNewDesignLife.ToString() + |
| | |
| | | ",HEquipID,HRepairID,HRepairBeginDate,HRepairEndDate,HRepairContent" + |
| | | ",HCycleUnit,HPlanTimes,HTimes,HEmpID,HManagerID"+ |
| | | ",HDeptID,HExplanation,HInnerBillNo,HMouldID" + |
| | | ",HSupID,HRepairType,HNewModel,HNewDesignLife,HMainSourceBillType,HMainSourceInterID,HMainSourceEntryID" + |
| | | ",HSupID,HRepairType,HNewModel,HNewDesignLife,HMainSourceBillType,HMainSourceBillNo,HMainSourceInterID,HMainSourceEntryID" + |
| | | ",HRepairAccepDate" + |
| | | ") " + |
| | | " values('" + this.BillType + "','" + this.HBillSubType + "'," +omodel.HInterID.ToString() + ",'" + omodel.HBillNo + "','" + omodel.HDate + "'" + |
| | |
| | | "," + omodel.HEquipID.ToString() + "," + omodel.HRepairID.ToString() + ",'" + omodel.HRepairBeginDate + "','" + omodel.HRepairEndDate + "','" + omodel.HRepairContent + "'" + |
| | | ",'" + 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.HSupID.ToString() + ",'" + omodel.HRepairType + "','" + omodel.HNewModel + "'," + omodel.HNewDesignLife.ToString() +",'"+ omodel.HMainSourceBillType+ "','" + omodel.HMainSourceBillNo + "'," + omodel.HMainSourceInterID.ToString()+","+ omodel.HMainSourceEntryID.ToString()+ |
| | | ",'"+ omodel.HRepairAccepDate + "') "); |
| | | //鎻掑叆瀛愯〃 |
| | | foreach (Model.ClsSb_MouldRepairWorkBillSub oSub in DetailColl) |