|  |  |  | 
|---|
|  |  |  | public const Int16 HSumPassRateCol = 52; | 
|---|
|  |  |  | public const Int16 HRemarkCol = 53; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public const Int16 HSourceInterIDCol = 53; | 
|---|
|  |  |  | public const Int16 HSourceEntryIDCol = 54; | 
|---|
|  |  |  | public const Int16 HSourceBillNoCol = 55; | 
|---|
|  |  |  | public const Int16 HSourceBillTypeCol = 56; | 
|---|
|  |  |  | public const Int16 HRelationQtyCol = 57; | 
|---|
|  |  |  | public const Int16 HRelationMoneyCol = 58; | 
|---|
|  |  |  | public const Int16 HTechnologyParameterCol = 59; | 
|---|
|  |  |  | public const Int16 HPicNumCol = 60; | 
|---|
|  |  |  | public const Int16 HProcCheckNoteCol = 61; | 
|---|
|  |  |  | public const Int16 HProcWorkNumCol = 62; | 
|---|
|  |  |  | public const Int16 HSourceInterIDCol = 54; | 
|---|
|  |  |  | public const Int16 HSourceEntryIDCol = 55; | 
|---|
|  |  |  | public const Int16 HSourceBillNoCol = 56; | 
|---|
|  |  |  | public const Int16 HSourceBillTypeCol = 57; | 
|---|
|  |  |  | public const Int16 HRelationQtyCol = 58; | 
|---|
|  |  |  | public const Int16 HRelationMoneyCol = 59; | 
|---|
|  |  |  | public const Int16 HTechnologyParameterCol = 60; | 
|---|
|  |  |  | public const Int16 HPicNumCol = 61; | 
|---|
|  |  |  | public const Int16 HProcCheckNoteCol = 62; | 
|---|
|  |  |  | public const Int16 HProcWorkNumCol = 63; | 
|---|
|  |  |  | public const Int16 HWorkTimes_SCol = 64; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | // | 
|---|
|  |  |  | public  string ModName = "3301"; | 
|---|
|  |  |  | 
|---|
|  |  |  | grdMain.Rows[i].Cells[HPassRateCol].Value = oSub.HPassRate.ToString(); | 
|---|
|  |  |  | grdMain.Rows[i].Cells[HSumPassRateCol].Value = oSub.HSumPassRate.ToString(); | 
|---|
|  |  |  | grdMain.Rows[i].Cells[HOverRateCol].Value = oSub.HOverRate.ToString(); | 
|---|
|  |  |  | grdMain.Rows[i].Cells[HWorkTimes_SCol].Value = oSub.HWorkTimes_S.ToString(); | 
|---|
|  |  |  | //ä¸éæµè½¬å·¥åº | 
|---|
|  |  |  | grdMain.Rows[i].Cells[HNextProcFlagCol].Value = DBUtility.ClsPub.isBool(oSub.HNextProcFlag); | 
|---|
|  |  |  | grdMain.Rows[i].Cells[HFlowProcCol].Value = DBUtility.ClsPub.isBool(oSub.HFlowProc); | 
|---|
|  |  |  | 
|---|
|  |  |  | oSub.HStdFlag = DBUtility.ClsPub.isBool(grdMain.Rows[i].Cells[HStdFlagCol].Value); | 
|---|
|  |  |  | oSub.HAutoTrunFlag = DBUtility.ClsPub.isBool(grdMain.Rows[i].Cells[HAutoTrunFlagCol].Value); | 
|---|
|  |  |  | oSub.HProcType = DBUtility.ClsPub.isStrNull(grdMain.Rows[i].Cells[HProcTypeCol].Value); | 
|---|
|  |  |  | oSub.HWorkTimes_S = DBUtility.ClsPub.isDoule(grdMain.Rows[i].Cells[HWorkTimes_SCol].Value); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | oSub.HProcWorkNum = DBUtility.ClsPub.isStrNull(grdMain.Rows[i].Cells[HProcWorkNumCol].Value); | 
|---|
|  |  |  | if (DBUtility.ClsPub.isSingle(grdMain.Rows[i].Cells[HPassRateCol].Value) > 0) | 
|---|
|  |  |  | 
|---|
|  |  |  | private void initGrid() | 
|---|
|  |  |  | { | 
|---|
|  |  |  | // | 
|---|
|  |  |  | grdMain.ColumnCount = 63;                       //æ»åæ° | 
|---|
|  |  |  | grdMain.ColumnCount = 65;                       //æ»åæ° | 
|---|
|  |  |  | DBUtility.Xt_BaseBillFun.initGridFst(grdMain, this.Name); | 
|---|
|  |  |  | // | 
|---|
|  |  |  | grdMain.RowsDefaultCellStyle.WrapMode = DataGridViewTriState.True; | 
|---|
|  |  |  | 
|---|
|  |  |  | grdMain.Columns[HNextProcFlagCol].HeaderText = "ä¸éæµè½¬å·¥åº"; | 
|---|
|  |  |  | grdMain.Columns[HFlowProcCol].HeaderText = "æµè½¬å·¥åº"; | 
|---|
|  |  |  | grdMain.Columns[HOverRateCol].HeaderText = "è¶
颿¯ä¾"; | 
|---|
|  |  |  | grdMain.Columns[HWorkTimes_SCol].HeaderText = "产ååä»¶å·¥æ¶"; | 
|---|
|  |  |  | ////åºå®èµå¼===================================================== | 
|---|
|  |  |  | grdMain.Columns[HSnoCol].HeaderText = "åºå·"; | 
|---|
|  |  |  | grdMain.Columns[HRemarkCol].HeaderText = "夿³¨"; | 
|---|
|  |  |  | 
|---|
|  |  |  | "," + HRemarkCol.ToString() + | 
|---|
|  |  |  | "," + HTechnologyParameterCol.ToString() + | 
|---|
|  |  |  | "," + HPicNumCol.ToString() + | 
|---|
|  |  |  | "," + HProcCheckNoteCol.ToString()+ | 
|---|
|  |  |  | "," + HProcCheckNoteCol.ToString() + | 
|---|
|  |  |  | "," + HWorkTimes_SCol.ToString() + | 
|---|
|  |  |  | "," + HOverRateCol.ToString(); | 
|---|
|  |  |  | //设置å计å | 
|---|
|  |  |  | string sTotalCol = HTimeUnitCol.ToString(); | 
|---|