|  |  | 
 |  |  |         public const Int16 HSupIDCol = 68; | 
 |  |  |         public const Int16 HPassRateCol = 69; | 
 |  |  |         public const Int16 HSumPassRateCol = 70; | 
 |  |  |         public const Int16 HMouldNoCol = 71; | 
 |  |  |         public const Int16 HProcWorkNumCol = 72; | 
 |  |  |         // | 
 |  |  |         // | 
 |  |  |         //表2 | 
 |  |  | 
 |  |  |                     grdMain.Rows[i].Cells[HSeOrderEntryIDCol].Value = oSub.HSeOrderEntryID.ToString(); | 
 |  |  |                     grdMain.Rows[i].Cells[HWWOrderBillNoCol].Value = oSub.HWWOrderBillNo; | 
 |  |  |                     grdMain.Rows[i].Cells[HWWOrderEntryIDCol].Value = oSub.HWWOrderEntryID.ToString(); | 
 |  |  |                     grdMain.Rows[i].Cells[HWWOrderInterIDCol].Value = oSub.HWWOrderInterID.ToString(); | 
 |  |  |                     grdMain.Rows[i].Cells[HMouldNoCol].Value = oSub.HMouldNo.ToString(); | 
 |  |  |                     grdMain.Rows[i].Cells[HProcWorkNumCol].Value = oSub.HProcWorkNum.ToString(); | 
 |  |  |  | 
 |  |  |                     i = i + 1; | 
 |  |  |                 } | 
 |  |  | 
 |  |  |                     oSub.HWWOrderBillNo = DBUtility.ClsPub.isStrNull(grdMain.Rows[i].Cells[HWWOrderBillNoCol].Value); | 
 |  |  |                     oSub.HPrevSourceInterID = DBUtility.ClsPub.isLong(grdMain.Rows[i].Cells[HPrevSourceInterIDCol].Value); | 
 |  |  |                     oSub.HPrevSourceEntryID = DBUtility.ClsPub.isLong(grdMain.Rows[i].Cells[HPrevSourceEntryIDCol].Value); | 
 |  |  |                     oSub.HMouldNo = DBUtility.ClsPub.isStrNull(grdMain.Rows[i].Cells[HMouldNoCol].Value); | 
 |  |  |                     oSub.HProcWorkNum = DBUtility.ClsPub.isStrNull(grdMain.Rows[i].Cells[HProcWorkNumCol].Value); | 
 |  |  |                     BillNew.DetailColl.Add(oSub); | 
 |  |  |                 } | 
 |  |  |             } | 
 |  |  | 
 |  |  |         { | 
 |  |  |  | 
 |  |  |             // | 
 |  |  |             grdMain.ColumnCount = 71;                       //æ»åæ° | 
 |  |  |             grdMain.ColumnCount = 73;                       //æ»åæ° | 
 |  |  |             DBUtility.Xt_BaseBillFun.initGridFst(grdMain, this.Name); | 
 |  |  |             //= | 
 |  |  |             grdMain.Columns[HProcNoCol].HeaderText = "å·¥åºå·"; | 
 |  |  | 
 |  |  |  | 
 |  |  |             grdMain.Columns[HPassRateCol].HeaderText = "è¯ç"; | 
 |  |  |             grdMain.Columns[HSumPassRateCol].HeaderText = "累计è¯ç"; | 
 |  |  |             grdMain.Columns[HMouldNoCol].HeaderText = "模å
·ç¼å·"; | 
 |  |  |             grdMain.Columns[HProcWorkNumCol].HeaderText = "ç¨åºå·"; | 
 |  |  |             grdMain.Columns[HSupIDCol].HeaderText = "ä¾åºåID"; | 
 |  |  |             ////åºå®èµå¼===================================================== | 
 |  |  |             grdMain.Columns[HSnoCol].HeaderText = "åºå·"; |