| | |
| | | oBill.omodel.HPeriod = DBUtility.ClsPub.isLong(oItemSub.HDate.Month); |
| | | oBill.omodel.HRemark = ""; |
| | | oBill.omodel.HBatchNo = oItemSub.HBatchNo; |
| | | oBill.omodel.HProjectNum = oItemSub.HProjectNum; |
| | | oBill.omodel.HMateOutBatchNo = oItemSub.HMateOutBatchNo; |
| | | oBill.omodel.HMouldNum = oItemSub.HMouldNum; |
| | | oBill.omodel.HMainMaterID = 0; |
| | | oBill.omodel.HKeyMaterID = 0; |
| | | oBill.omodel.HNo = 0; |
| | |
| | | oBill.omodel.HMaterID = oItemSub.HMaterID; |
| | | oBill.omodel.HMaterNumber = ds.Tables[0].Rows[0]["HMaterNumber"].ToString(); |
| | | oBill.omodel.HUnitID = Pub_Class.ClsPub.isLong(ds.Tables[0].Rows[0]["HUnitID"]); |
| | | oBill.omodel.HMateOutBatchNo = ""; |
| | | oBill.omodel.HUnitNumber = ds.Tables[0].Rows[0]["HUnitNumber"].ToString(); |
| | | oBill.omodel.HMaterID2 = oItemSub.HMaterID; |
| | | oBill.omodel.HProjectNum = ""; |
| | | oBill.omodel.HPlanQty = oItemSub.HQty; |
| | | oBill.omodel.HQty = oItemSub.HProQty; |
| | | oBill.omodel.HPlanBeginDate = Convert.ToDateTime(dt.ToShortDateString().ToString()); |
| | |
| | | oBill.omodel.HRemark_New = ""; |
| | | oBill.omodel.HWeight_New = 0; |
| | | oBill.omodel.HPlanOrderProcNo = ds.Tables[0].Rows[0]["HPlanOrderProcNo"].ToString(); |
| | | oBill.omodel.HMouldNum = "0"; |
| | | } |
| | | //子表赋值 |
| | | for(int i = 0; i < ds.Tables[0].Rows.Count; i++) |