| | |
| | | public long HProcExchInterID; |
| | | public long HProcExchEntryID; |
| | | public long HMainSourceInterID; |
| | | public string HBillSubType; |
| | | //å®ä¹å |
| | | public const Int16 HTagCol = 0; |
| | | public const Int16 HSnoCol = 1; |
| | |
| | | BillNew.omodel.HGroupName = ClsPub.isStrNull(this.cmbHGroupName.Text); |
| | | BillNew.omodel.HOrderProcNo = ClsPub.isStrNull(this.txtHOrderProcNo.Text); |
| | | BillNew.omodel.HProcExchQty = ClsPub.isDoule(this.txtHProcExchQty.Text); |
| | | BillNew.omodel.HBillSubType = HBillSubType; |
| | | |
| | | //æç»ç±»èµå¼ |
| | | BillNew.DetailColl=new List<Model.ClsQC_NoPassProdCheckBillSub>(); |