| | |
| | | public const Int16 HSumPassRateCol = 70; |
| | | public const Int16 HMouldNoCol = 71; |
| | | public const Int16 HProcWorkNumCol = 72; |
| | | public const Int16 HOverRateCol = 73; |
| | | public const Int16 HMaxQtyCol = 74; |
| | | public const Int16 HTechnologyParameterCol = 75; |
| | | public const Int16 HPicNumCol = 76; |
| | | public const Int16 HProcCheckNoteCol = 77; |
| | | // |
| | | // |
| | | //表2 |
| | |
| | | BillNew.omodel.HMainMaterID = ClsPub.isLong(this.txtHMaterID.Text.ToString()); |
| | | BillNew.omodel.HKeyMaterID = ClsPub.isLong(this.txtHMaterID.Text.ToString()); |
| | | BillNew.omodel.HOrderProcNO = ClsPub.isStrNull(this.txtHOrderProcNO.Text.ToString()); |
| | | |
| | | BillNew.omodel.HEquipMentID =0; |
| | | BillNew.omodel.HMateOutBatchNo = ""; |
| | | BillNew.omodel.HProjectNum = ""; |
| | | //=================== |
| | | BillNew.omodel.HProdMaterCode = ""; |
| | | BillNew.omodel.HSeOrderBillNo = ""; |
| | | BillNew.omodel.HCusShortName = ""; |
| | | BillNew.omodel.HCusNeedMaterial = ""; |
| | | BillNew.omodel.HPlanSendGoodsDate = ""; |
| | | BillNew.omodel.HProdMaterName = ""; |
| | | BillNew.omodel.HCusName = ""; |
| | | BillNew.omodel.HWorkRemark = ""; |
| | | BillNew.omodel.HImportNote = ""; |
| | | BillNew.omodel.HMaterNumber_A = ""; |
| | | BillNew.omodel.HMaterNumber_B = ""; |
| | | BillNew.omodel.HMaterNumber_C = ""; |
| | | BillNew.omodel.HMaterNumber_D = ""; |
| | | BillNew.omodel.HProdType = ""; |
| | | BillNew.omodel.HMaterShortName = ""; |
| | | BillNew.omodel.HMaterIDA = ""; |
| | | BillNew.omodel.HMaterIDB = ""; |
| | | BillNew.omodel.HMaterIDC = ""; |
| | | BillNew.omodel.HMaterIDD = ""; |
| | | //=================== |
| | | BillNew.omodel.HPicNumVer = ""; |
| | | BillNew.omodel.HPicNumAssemble = ""; |
| | | BillNew.omodel.HMaterTexture = ""; |
| | | BillNew.omodel.HProductNum = ""; |
| | | BillNew.omodel.HVerNum = ""; |
| | | //æç»ç±»èµå¼ |
| | | BillNew.DetailColl=new List<Model.ClsSc_ProcessExchangeBillSub>(); |
| | | for (i = 0; i <= grdMain.RowCount - 1; i++) |
| | |
| | | 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); |
| | | oSub.HProcWorkNum = DBUtility.ClsPub.isStrNull(grdMain.Rows[i].Cells[HProcWorkNumCol].Value); |
| | | |
| | | oSub.HOverRate = DBUtility.ClsPub.isDoule(grdMain.Rows[i].Cells[HOverRateCol].Value); |
| | | oSub.HMaxQty = DBUtility.ClsPub.isDoule(grdMain.Rows[i].Cells[HMaxQtyCol].Value); |
| | | oSub.HTechnologyParameter = DBUtility.ClsPub.isStrNull(grdMain.Rows[i].Cells[HTechnologyParameterCol].Value); |
| | | oSub.HPicNum = DBUtility.ClsPub.isStrNull(grdMain.Rows[i].Cells[HPicNumCol].Value); |
| | | oSub.HProcCheckNote = DBUtility.ClsPub.isStrNull(grdMain.Rows[i].Cells[HProcCheckNoteCol].Value); |
| | | BillNew.DetailColl.Add(oSub); |
| | | } |
| | | } |
| | |
| | | { |
| | | |
| | | // |
| | | grdMain.ColumnCount = 73; //æ»åæ° |
| | | grdMain.ColumnCount = 78; //æ»åæ° |
| | | DBUtility.Xt_BaseBillFun.initGridFst(grdMain, this.Name); |
| | | //= |
| | | grdMain.Columns[HProcNoCol].HeaderText = "å·¥åºå·"; |
| | |
| | | grdMain.Columns[HMouldNoCol].HeaderText = "模å
·ç¼å·"; |
| | | grdMain.Columns[HProcWorkNumCol].HeaderText = "ç¨åºå·"; |
| | | grdMain.Columns[HSupIDCol].HeaderText = "ä¾åºåID"; |
| | | |
| | | grdMain.Columns[HTechnologyParameterCol].HeaderText = "å·¥èºåæ°"; |
| | | grdMain.Columns[HPicNumCol].HeaderText = "å¾çº¸ç¼å·"; |
| | | grdMain.Columns[HProcCheckNoteCol].HeaderText = "æ¬å·¥åºç¡®è®¤è®°å½"; |
| | | grdMain.Columns[HOverRateCol].HeaderText = "è¶
颿¯ä¾"; |
| | | grdMain.Columns[HMaxQtyCol].HeaderText = "æé«ä¸é"; |
| | | ////åºå®èµå¼===================================================== |
| | | grdMain.Columns[HSnoCol].HeaderText = "åºå·"; |
| | | grdMain.Columns[HRemarkCol].HeaderText = "夿³¨"; |