lu
2025-03-31 37d32d9263f757072a6ff348ae5e99824fab4ef9
DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesRohIn.Designer.cs
@@ -219,7 +219,7 @@
            // gcMain1
            // 
            this.gcMain1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gcMain1.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gcMain1.Location = new System.Drawing.Point(0, 0);
            this.gcMain1.MainView = this.gridView1;
            this.gcMain1.Name = "gcMain1";
@@ -233,7 +233,7 @@
            this.gridView1.Appearance.HeaderPanel.Options.UseFont = true;
            this.gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true;
            this.gridView1.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
            this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gridView1.Appearance.Row.Options.UseFont = true;
            this.gridView1.ColumnPanelRowHeight = 30;
            this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
@@ -291,7 +291,7 @@
            // 
            // gv_billNo
            // 
            this.gv_billNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_billNo.AppearanceCell.Options.UseFont = true;
            this.gv_billNo.Caption = "采购单号";
            this.gv_billNo.FieldName = "billNo";
@@ -305,7 +305,7 @@
            // 
            // gv_documentStatus
            // 
            this.gv_documentStatus.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_documentStatus.AppearanceCell.Options.UseFont = true;
            this.gv_documentStatus.Caption = "单据状态";
            this.gv_documentStatus.FieldName = "docStusTxt";
@@ -319,7 +319,7 @@
            // 
            // gv_documentType
            // 
            this.gv_documentType.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_documentType.AppearanceCell.Options.UseFont = true;
            this.gv_documentType.Caption = "单据类型";
            this.gv_documentType.FieldName = "documentTypeTxt";
@@ -333,7 +333,7 @@
            // 
            // gv_businessType
            // 
            this.gv_businessType.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_businessType.AppearanceCell.Options.UseFont = true;
            this.gv_businessType.Caption = "业务类型";
            this.gv_businessType.FieldName = "businessType2";
@@ -347,7 +347,7 @@
            // 
            // gv_purchaseDate
            // 
            this.gv_purchaseDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_purchaseDate.AppearanceCell.Options.UseFont = true;
            this.gv_purchaseDate.Caption = "采购日期";
            this.gv_purchaseDate.FieldName = "purchaseDate";
@@ -373,7 +373,7 @@
            // 
            // gv_supplier
            // 
            this.gv_supplier.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_supplier.AppearanceCell.Options.UseFont = true;
            this.gv_supplier.Caption = "供应商编号";
            this.gv_supplier.FieldName = "suppNo";
@@ -387,7 +387,7 @@
            // 
            // gv_closeStatus
            // 
            this.gv_closeStatus.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_closeStatus.AppearanceCell.Options.UseFont = true;
            this.gv_closeStatus.Caption = "关闭状态";
            this.gv_closeStatus.FieldName = "closeStatusTxt";
@@ -413,7 +413,7 @@
            // 
            // gv_purchaseDept
            // 
            this.gv_purchaseDept.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_purchaseDept.AppearanceCell.Options.UseFont = true;
            this.gv_purchaseDept.Caption = "采购部门编号";
            this.gv_purchaseDept.FieldName = "departmentcode";
@@ -427,7 +427,7 @@
            // 
            // gv_qtyAcceptance
            // 
            this.gv_qtyAcceptance.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_qtyAcceptance.AppearanceCell.Options.UseFont = true;
            this.gv_qtyAcceptance.Caption = "数量验收";
            this.gv_qtyAcceptance.FieldName = "qtyAcceptance";
@@ -441,7 +441,7 @@
            // 
            // gv_purchaser
            // 
            this.gv_purchaser.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_purchaser.AppearanceCell.Options.UseFont = true;
            this.gv_purchaser.Caption = "采购员";
            this.gv_purchaser.FieldName = "purchaser";
@@ -455,7 +455,7 @@
            // 
            // gv_qualityReq
            // 
            this.gv_qualityReq.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_qualityReq.AppearanceCell.Options.UseFont = true;
            this.gv_qualityReq.Caption = "质量要求";
            this.gv_qualityReq.FieldName = "qualityReq";
@@ -469,7 +469,7 @@
            // 
            // gv_settlementParty
            // 
            this.gv_settlementParty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_settlementParty.AppearanceCell.Options.UseFont = true;
            this.gv_settlementParty.Caption = "结算方";
            this.gv_settlementParty.FieldName = "settlementParty";
@@ -483,7 +483,7 @@
            // 
            // gv_paymentParty
            // 
            this.gv_paymentParty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_paymentParty.AppearanceCell.Options.UseFont = true;
            this.gv_paymentParty.Caption = "收款方";
            this.gv_paymentParty.FieldName = "paymentParty";
@@ -497,7 +497,7 @@
            // 
            // gv_transportMethod
            // 
            this.gv_transportMethod.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_transportMethod.AppearanceCell.Options.UseFont = true;
            this.gv_transportMethod.Caption = "运输方式";
            this.gv_transportMethod.FieldName = "transportMethod";
@@ -511,7 +511,7 @@
            // 
            // gv_remarks
            // 
            this.gv_remarks.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_remarks.AppearanceCell.Options.UseFont = true;
            this.gv_remarks.Caption = "备注";
            this.gv_remarks.FieldName = "remarks";
@@ -525,7 +525,7 @@
            // 
            // gv_cancellationStatus
            // 
            this.gv_cancellationStatus.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_cancellationStatus.AppearanceCell.Options.UseFont = true;
            this.gv_cancellationStatus.Caption = "作废状态";
            this.gv_cancellationStatus.FieldName = "cancellationStatusTxt";
@@ -539,7 +539,7 @@
            // 
            // gv_cancellationPerson
            // 
            this.gv_cancellationPerson.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_cancellationPerson.AppearanceCell.Options.UseFont = true;
            this.gv_cancellationPerson.Caption = "作废人";
            this.gv_cancellationPerson.FieldName = "cancellationPerson";
@@ -553,7 +553,7 @@
            // 
            // gv_cancellationDate
            // 
            this.gv_cancellationDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_cancellationDate.AppearanceCell.Options.UseFont = true;
            this.gv_cancellationDate.Caption = "作废日期";
            this.gv_cancellationDate.FieldName = "cancellationDate";
@@ -567,7 +567,7 @@
            // 
            // gv_createBy
            // 
            this.gv_createBy.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_createBy.AppearanceCell.Options.UseFont = true;
            this.gv_createBy.Caption = "创建人";
            this.gv_createBy.FieldName = "createBy";
@@ -581,7 +581,7 @@
            // 
            // gv_createDate
            // 
            this.gv_createDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_createDate.AppearanceCell.Options.UseFont = true;
            this.gv_createDate.Caption = "创建日期";
            this.gv_createDate.FieldName = "createDate";
@@ -595,7 +595,7 @@
            // 
            // gv_lastupdateDate
            // 
            this.gv_lastupdateDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_lastupdateDate.AppearanceCell.Options.UseFont = true;
            this.gv_lastupdateDate.Caption = "最后修改时间";
            this.gv_lastupdateDate.FieldName = "lastupdateDate";
@@ -609,7 +609,7 @@
            // 
            // gv_lastupdateBy
            // 
            this.gv_lastupdateBy.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_lastupdateBy.AppearanceCell.Options.UseFont = true;
            this.gv_lastupdateBy.Caption = "最后修改人";
            this.gv_lastupdateBy.FieldName = "lastupdateBy";
@@ -623,7 +623,7 @@
            // 
            // gv_erpCheckBy
            // 
            this.gv_erpCheckBy.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_erpCheckBy.AppearanceCell.Options.UseFont = true;
            this.gv_erpCheckBy.Caption = "erp审核人";
            this.gv_erpCheckBy.FieldName = "erpCheckBy";
@@ -637,7 +637,7 @@
            // 
            // gv_erpCheckDate
            // 
            this.gv_erpCheckDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_erpCheckDate.AppearanceCell.Options.UseFont = true;
            this.gv_erpCheckDate.Caption = "erp审核时间";
            this.gv_erpCheckDate.FieldName = "erpCheckDate";
@@ -651,7 +651,7 @@
            // 
            // gv_changereason
            // 
            this.gv_changereason.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_changereason.AppearanceCell.Options.UseFont = true;
            this.gv_changereason.Caption = "变更原因";
            this.gv_changereason.FieldName = "changereason";
@@ -782,7 +782,7 @@
            // 
            this.txt_billNo.Location = new System.Drawing.Point(99, 12);
            this.txt_billNo.Name = "txt_billNo";
            this.txt_billNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_billNo.Properties.Appearance.Options.UseFont = true;
            this.txt_billNo.Size = new System.Drawing.Size(244, 28);
            this.txt_billNo.StyleController = this.layoutMx1;
@@ -965,7 +965,7 @@
            // 
            // gvMx1salesOrderId
            // 
            this.gvMx1salesOrderId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1salesOrderId.AppearanceCell.Options.UseFont = true;
            this.gvMx1salesOrderId.Caption = "销售订单号";
            this.gvMx1salesOrderId.FieldName = "salesOrderId";
@@ -978,7 +978,7 @@
            // 
            // gvMx1itemId
            // 
            this.gvMx1itemId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1itemId.AppearanceCell.Options.UseFont = true;
            this.gvMx1itemId.Caption = "物料ID";
            this.gvMx1itemId.FieldName = "itemId";
@@ -1009,7 +1009,7 @@
            // 
            // gvMx1businessTerminate
            // 
            this.gvMx1businessTerminate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1businessTerminate.AppearanceCell.Options.UseFont = true;
            this.gvMx1businessTerminate.Caption = "业务状态";
            this.gvMx1businessTerminate.FieldName = "businessTerminate";
@@ -1022,7 +1022,7 @@
            // 
            // gvMx1pricingQty
            // 
            this.gvMx1pricingQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1pricingQty.AppearanceCell.Options.UseFont = true;
            this.gvMx1pricingQty.Caption = "计价数量";
            this.gvMx1pricingQty.FieldName = "pricingQty";
@@ -1035,7 +1035,7 @@
            // 
            // gvMx1pricingUnit
            // 
            this.gvMx1pricingUnit.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1pricingUnit.AppearanceCell.Options.UseFont = true;
            this.gvMx1pricingUnit.Caption = "计价单位";
            this.gvMx1pricingUnit.FieldName = "jjFname";
@@ -1048,7 +1048,7 @@
            // 
            // gvMx1deliveryDate
            // 
            this.gvMx1deliveryDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1deliveryDate.AppearanceCell.Options.UseFont = true;
            this.gvMx1deliveryDate.Caption = "交货日期";
            this.gvMx1deliveryDate.FieldName = "deliveryDate";
@@ -1061,7 +1061,7 @@
            // 
            // gvMx1earliestDeliveryDate
            // 
            this.gvMx1earliestDeliveryDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1earliestDeliveryDate.AppearanceCell.Options.UseFont = true;
            this.gvMx1earliestDeliveryDate.Caption = "最早交货日期";
            this.gvMx1earliestDeliveryDate.FieldName = "earliestDeliveryDate";
@@ -1074,7 +1074,7 @@
            // 
            // gvMx1latestDeliveryDate
            // 
            this.gvMx1latestDeliveryDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1latestDeliveryDate.AppearanceCell.Options.UseFont = true;
            this.gvMx1latestDeliveryDate.Caption = "最晚交货日期";
            this.gvMx1latestDeliveryDate.FieldName = "latestDeliveryDate";
@@ -1087,7 +1087,7 @@
            // 
            // gvMx1purchaseQty
            // 
            this.gvMx1purchaseQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1purchaseQty.AppearanceCell.Options.UseFont = true;
            this.gvMx1purchaseQty.Caption = "采购数量";
            this.gvMx1purchaseQty.FieldName = "purchaseQty";
@@ -1100,7 +1100,7 @@
            // 
            // gvMx1purchaseUnit
            // 
            this.gvMx1purchaseUnit.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1purchaseUnit.AppearanceCell.Options.UseFont = true;
            this.gvMx1purchaseUnit.Caption = "采购单位";
            this.gvMx1purchaseUnit.FieldName = "cgFname";
@@ -1113,7 +1113,7 @@
            // 
            // gvMx1remainingReceivedQty
            // 
            this.gvMx1remainingReceivedQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1remainingReceivedQty.AppearanceCell.Options.UseFont = true;
            this.gvMx1remainingReceivedQty.Caption = "剩余收货数量";
            this.gvMx1remainingReceivedQty.FieldName = "remainingReceivedQty";
@@ -1126,7 +1126,7 @@
            // 
            // gvMx1inventoryUnit
            // 
            this.gvMx1inventoryUnit.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1inventoryUnit.AppearanceCell.Options.UseFont = true;
            this.gvMx1inventoryUnit.Caption = "库存单位";
            this.gvMx1inventoryUnit.FieldName = "kcFname";
@@ -1139,7 +1139,7 @@
            // 
            // gvMx1demandDocumentId
            // 
            this.gvMx1demandDocumentId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1demandDocumentId.AppearanceCell.Options.UseFont = true;
            this.gvMx1demandDocumentId.Caption = "需求单据号";
            this.gvMx1demandDocumentId.FieldName = "demandDocumentId";
@@ -1152,7 +1152,7 @@
            // 
            // gvMx1isGift
            // 
            this.gvMx1isGift.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1isGift.AppearanceCell.Options.UseFont = true;
            this.gvMx1isGift.Caption = "是否赠品";
            this.gvMx1isGift.FieldName = "isGift";
@@ -1165,7 +1165,7 @@
            // 
            // gvMx1remarks
            // 
            this.gvMx1remarks.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1remarks.AppearanceCell.Options.UseFont = true;
            this.gvMx1remarks.Caption = "备注";
            this.gvMx1remarks.FieldName = "remarks";
@@ -1178,7 +1178,7 @@
            // 
            // gvMx1businessClose
            // 
            this.gvMx1businessClose.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1businessClose.AppearanceCell.Options.UseFont = true;
            this.gvMx1businessClose.Caption = "关闭状态";
            this.gvMx1businessClose.FieldName = "businessClose";
@@ -1191,7 +1191,7 @@
            // 
            // gvMx1businessFreeze
            // 
            this.gvMx1businessFreeze.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1businessFreeze.AppearanceCell.Options.UseFont = true;
            this.gvMx1businessFreeze.Caption = "冻结状态";
            this.gvMx1businessFreeze.FieldName = "businessFreeze";
@@ -1204,7 +1204,7 @@
            // 
            // gvMx1freezer
            // 
            this.gvMx1freezer.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1freezer.AppearanceCell.Options.UseFont = true;
            this.gvMx1freezer.Caption = "冻结人";
            this.gvMx1freezer.FieldName = "freezer";
@@ -1217,7 +1217,7 @@
            // 
            // gvMx1freezeTime
            // 
            this.gvMx1freezeTime.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1freezeTime.AppearanceCell.Options.UseFont = true;
            this.gvMx1freezeTime.Caption = "冻结时间";
            this.gvMx1freezeTime.FieldName = "freezeTime";
@@ -1230,7 +1230,7 @@
            // 
            // gvMx1terminator
            // 
            this.gvMx1terminator.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1terminator.AppearanceCell.Options.UseFont = true;
            this.gvMx1terminator.Caption = "终止人";
            this.gvMx1terminator.FieldName = "terminator";
@@ -1243,7 +1243,7 @@
            // 
            // gvMx1terminateTime
            // 
            this.gvMx1terminateTime.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1terminateTime.AppearanceCell.Options.UseFont = true;
            this.gvMx1terminateTime.Caption = "终止时间";
            this.gvMx1terminateTime.FieldName = "terminateTime";
@@ -1256,7 +1256,7 @@
            // 
            // gvMx1totalReceivedQty
            // 
            this.gvMx1totalReceivedQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1totalReceivedQty.AppearanceCell.Options.UseFont = true;
            this.gvMx1totalReceivedQty.Caption = "总已收数量";
            this.gvMx1totalReceivedQty.FieldName = "totalReceivedQty";
@@ -1269,7 +1269,7 @@
            // 
            // gvMx1totalStoredQty
            // 
            this.gvMx1totalStoredQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1totalStoredQty.AppearanceCell.Options.UseFont = true;
            this.gvMx1totalStoredQty.Caption = "总已入库数量";
            this.gvMx1totalStoredQty.FieldName = "totalStoredQty";
@@ -1282,7 +1282,7 @@
            // 
            // gvMx1remainingStoredQty
            // 
            this.gvMx1remainingStoredQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1remainingStoredQty.AppearanceCell.Options.UseFont = true;
            this.gvMx1remainingStoredQty.Caption = "剩余入库数量";
            this.gvMx1remainingStoredQty.FieldName = "remainingStoredQty";
@@ -1295,7 +1295,7 @@
            // 
            // gvMx1totalReturnedQty
            // 
            this.gvMx1totalReturnedQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1totalReturnedQty.AppearanceCell.Options.UseFont = true;
            this.gvMx1totalReturnedQty.Caption = "总退货数量";
            this.gvMx1totalReturnedQty.FieldName = "totalReturnedQty";
@@ -1308,7 +1308,7 @@
            // 
            // gvMx1returnableReceivedQty
            // 
            this.gvMx1returnableReceivedQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1returnableReceivedQty.AppearanceCell.Options.UseFont = true;
            this.gvMx1returnableReceivedQty.Caption = "可退收货数量";
            this.gvMx1returnableReceivedQty.FieldName = "returnableReceivedQty";
@@ -1321,7 +1321,7 @@
            // 
            // gvMx1returnableStoredQty
            // 
            this.gvMx1returnableStoredQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1returnableStoredQty.AppearanceCell.Options.UseFont = true;
            this.gvMx1returnableStoredQty.Caption = "可退入库数量";
            this.gvMx1returnableStoredQty.FieldName = "returnableStoredQty";
@@ -1334,7 +1334,7 @@
            // 
            // gvMx1sourceDocumentType
            // 
            this.gvMx1sourceDocumentType.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1sourceDocumentType.AppearanceCell.Options.UseFont = true;
            this.gvMx1sourceDocumentType.Caption = "来源单据类型";
            this.gvMx1sourceDocumentType.FieldName = "sourceDocumentType";
@@ -1347,7 +1347,7 @@
            // 
            // gvMx1planTrackingId
            // 
            this.gvMx1planTrackingId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1planTrackingId.AppearanceCell.Options.UseFont = true;
            this.gvMx1planTrackingId.Caption = "计划跟踪号";
            this.gvMx1planTrackingId.FieldName = "planTrackingId";
@@ -1360,7 +1360,7 @@
            // 
            // gvMx1changeFlag
            // 
            this.gvMx1changeFlag.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1changeFlag.AppearanceCell.Options.UseFont = true;
            this.gvMx1changeFlag.Caption = "变更标识";
            this.gvMx1changeFlag.FieldName = "changeFlag";
@@ -1373,7 +1373,7 @@
            // 
            // gvMx1demandDocumentLineId
            // 
            this.gvMx1demandDocumentLineId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1demandDocumentLineId.AppearanceCell.Options.UseFont = true;
            this.gvMx1demandDocumentLineId.Caption = "需求单据行号";
            this.gvMx1demandDocumentLineId.FieldName = "demandDocumentLineId";