| | |
| | | if (BillStatus ==DBUtility.ClsPub.Enum_BillStatus.BillStatus_Modify) |
| | | BillNew.omodel.HInterID = BillOld.omodel.HInterID; |
| | | //主类èµå¼ |
| | | BillNew.omodel.HPRDORGID = DBUtility.ClsPub.HOrgID; //ç»ç» |
| | | BillNew.omodel.HYear = 2011; |
| | | BillNew.omodel.HPeriod = 1; |
| | | BillNew.omodel.HBillNo = this.txtHBillNo.Text.Trim(); //å¨èµå¼ç±»åå°±å¤ç好åç¬¦ä¸²åæ°å |
| | |
| | | grdMain.Rows[sRow].Cells[HProcNameCol].Value = oProc.oModel.HName; |
| | | grdMain.Rows[sRow].Cells[HTimeUnitCol].Value = "å°æ¶"; |
| | | grdMain.Rows[sRow].Cells[HUnitTimeCol].Value = "1"; |
| | | grdMain.Rows[sRow].Cells[HPassRateCol].Value = "100"; |
| | | grdMain.Rows[sRow].Cells[HWorkQtyCol].Value = "1"; |
| | | if (oProc.GetInfoByID(oProc.oModel.HItemID)) |
| | | { |
| | | grdMain.Rows[sRow].Cells[HProcCheckNoteCol].Value = oProc.omodel.HProcCheckNote.ToString(); |