lu
2025-04-05 d70880a3d9ae6c9f99ec380ccd16f5524bb622e6
DevApp/Gs.DevApp/DevFrm/Sales/Frm_SalesOrder.Designer.cs
@@ -402,7 +402,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";
@@ -413,7 +413,7 @@
            // 
            // gridView1
            // 
            this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gridView1.Appearance.Row.Options.UseFont = true;
            this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gv_id,
@@ -466,7 +466,7 @@
            // 
            // gv_id
            // 
            this.gv_id.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_id.AppearanceCell.Options.UseFont = true;
            this.gv_id.Caption = "主键GUID";
            this.gv_id.FieldName = "id";
@@ -478,7 +478,7 @@
            // 
            // gv_erpId
            // 
            this.gv_erpId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_erpId.AppearanceCell.Options.UseFont = true;
            this.gv_erpId.Caption = "ERPID";
            this.gv_erpId.FieldName = "erpId";
@@ -492,7 +492,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";
@@ -506,7 +506,7 @@
            // 
            // gv_billTypeId
            // 
            this.gv_billTypeId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_billTypeId.AppearanceCell.Options.UseFont = true;
            this.gv_billTypeId.Caption = "单据类型 ";
            this.gv_billTypeId.FieldName = "billTypeId";
@@ -520,7 +520,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 = "documentStatusTxt";
@@ -534,7 +534,7 @@
            // 
            // gv_fDate
            // 
            this.gv_fDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_fDate.AppearanceCell.Options.UseFont = true;
            this.gv_fDate.Caption = "日期 ";
            this.gv_fDate.FieldName = "fDate";
@@ -548,7 +548,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 = "businessTypeTxt";
@@ -562,7 +562,7 @@
            // 
            // gv_headDeliveryWay
            // 
            this.gv_headDeliveryWay.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_headDeliveryWay.AppearanceCell.Options.UseFont = true;
            this.gv_headDeliveryWay.Caption = "交货方式 ";
            this.gv_headDeliveryWay.FieldName = "headDeliveryWay";
@@ -576,7 +576,7 @@
            // 
            // gv_headLocId
            // 
            this.gv_headLocId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_headLocId.AppearanceCell.Options.UseFont = true;
            this.gv_headLocId.Caption = "交货地点 ";
            this.gv_headLocId.FieldName = "headLocId";
@@ -590,7 +590,6 @@
            // 
            // gv_custId
            // 
            this.gv_custId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_custId.AppearanceCell.Options.UseFont = true;
            this.gv_custId.Caption = "客户ID";
            this.gv_custId.FieldName = "custId";
@@ -602,7 +601,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 = "closeStatus";
@@ -616,7 +615,7 @@
            // 
            // gv_saleDeptId
            // 
            this.gv_saleDeptId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_saleDeptId.AppearanceCell.Options.UseFont = true;
            this.gv_saleDeptId.Caption = "销售部门ID";
            this.gv_saleDeptId.FieldName = "saleDeptId";
@@ -628,7 +627,7 @@
            // 
            // gv_salerId
            // 
            this.gv_salerId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_salerId.AppearanceCell.Options.UseFont = true;
            this.gv_salerId.Caption = "销售员ID";
            this.gv_salerId.FieldName = "salerId";
@@ -640,7 +639,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";
@@ -654,7 +653,7 @@
            // 
            // gv_note
            // 
            this.gv_note.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_note.AppearanceCell.Options.UseFont = true;
            this.gv_note.Caption = "备注 ";
            this.gv_note.FieldName = "note";
@@ -668,7 +667,7 @@
            // 
            // gv_settleId
            // 
            this.gv_settleId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_settleId.AppearanceCell.Options.UseFont = true;
            this.gv_settleId.Caption = "结算方 ";
            this.gv_settleId.FieldName = "settleId";
@@ -682,7 +681,7 @@
            // 
            // gv_approverId
            // 
            this.gv_approverId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_approverId.AppearanceCell.Options.UseFont = true;
            this.gv_approverId.Caption = "审核人 ";
            this.gv_approverId.FieldName = "approverId";
@@ -696,7 +695,7 @@
            // 
            // gv_linkMan
            // 
            this.gv_linkMan.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_linkMan.AppearanceCell.Options.UseFont = true;
            this.gv_linkMan.Caption = "收货人姓名 ";
            this.gv_linkMan.FieldName = "linkMan";
@@ -710,7 +709,7 @@
            // 
            // gv_chargeId
            // 
            this.gv_chargeId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_chargeId.AppearanceCell.Options.UseFont = true;
            this.gv_chargeId.Caption = "付款方 ";
            this.gv_chargeId.FieldName = "chargeId";
@@ -724,7 +723,7 @@
            // 
            // gv_linkPhone
            // 
            this.gv_linkPhone.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_linkPhone.AppearanceCell.Options.UseFont = true;
            this.gv_linkPhone.Caption = "联系电话 ";
            this.gv_linkPhone.FieldName = "linkPhone";
@@ -738,7 +737,7 @@
            // 
            // gv_creatorId
            // 
            this.gv_creatorId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_creatorId.AppearanceCell.Options.UseFont = true;
            this.gv_creatorId.Caption = "创建人 ";
            this.gv_creatorId.FieldName = "creatorId";
@@ -752,7 +751,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";
@@ -766,7 +765,7 @@
            // 
            // gv_modifierId
            // 
            this.gv_modifierId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_modifierId.AppearanceCell.Options.UseFont = true;
            this.gv_modifierId.Caption = "最后修改人 ";
            this.gv_modifierId.FieldName = "modifierId";
@@ -780,7 +779,7 @@
            // 
            // gv_modifyDate
            // 
            this.gv_modifyDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_modifyDate.AppearanceCell.Options.UseFont = true;
            this.gv_modifyDate.Caption = "最后修改日期 ";
            this.gv_modifyDate.FieldName = "modifyDate";
@@ -794,7 +793,7 @@
            // 
            // gv_approveDate
            // 
            this.gv_approveDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_approveDate.AppearanceCell.Options.UseFont = true;
            this.gv_approveDate.Caption = "审核日期 ";
            this.gv_approveDate.FieldName = "approveDate";
@@ -808,7 +807,7 @@
            // 
            // gv_closerId
            // 
            this.gv_closerId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_closerId.AppearanceCell.Options.UseFont = true;
            this.gv_closerId.Caption = "关闭人 ";
            this.gv_closerId.FieldName = "closerId";
@@ -822,7 +821,7 @@
            // 
            // gv_closeDate
            // 
            this.gv_closeDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_closeDate.AppearanceCell.Options.UseFont = true;
            this.gv_closeDate.Caption = "关闭日期 ";
            this.gv_closeDate.FieldName = "closeDate";
@@ -836,7 +835,7 @@
            // 
            // gv_changeDate
            // 
            this.gv_changeDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_changeDate.AppearanceCell.Options.UseFont = true;
            this.gv_changeDate.Caption = "变更日期 ";
            this.gv_changeDate.FieldName = "changeDate";
@@ -850,7 +849,7 @@
            // 
            // gv_cancelStatus
            // 
            this.gv_cancelStatus.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_cancelStatus.AppearanceCell.Options.UseFont = true;
            this.gv_cancelStatus.Caption = "作废状态 ";
            this.gv_cancelStatus.FieldName = "cancelStatus";
@@ -864,7 +863,7 @@
            // 
            // gv_cancellerId
            // 
            this.gv_cancellerId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_cancellerId.AppearanceCell.Options.UseFont = true;
            this.gv_cancellerId.Caption = "作废人 ";
            this.gv_cancellerId.FieldName = "cancellerId";
@@ -878,7 +877,7 @@
            // 
            // gv_versionNo
            // 
            this.gv_versionNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_versionNo.AppearanceCell.Options.UseFont = true;
            this.gv_versionNo.Caption = "版本号 ";
            this.gv_versionNo.FieldName = "versionNo";
@@ -892,7 +891,7 @@
            // 
            // gv_changerId
            // 
            this.gv_changerId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_changerId.AppearanceCell.Options.UseFont = true;
            this.gv_changerId.Caption = "变更人 ";
            this.gv_changerId.FieldName = "changerId";
@@ -906,7 +905,7 @@
            // 
            // gv_entryNote
            // 
            this.gv_entryNote.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_entryNote.AppearanceCell.Options.UseFont = true;
            this.gv_entryNote.Caption = "备注 ";
            this.gv_entryNote.FieldName = "entryNote";
@@ -920,7 +919,7 @@
            // 
            // gv_fbilltype
            // 
            this.gv_fbilltype.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_fbilltype.AppearanceCell.Options.UseFont = true;
            this.gv_fbilltype.Caption = "fbilltype ";
            this.gv_fbilltype.FieldName = "fbilltype";
@@ -932,7 +931,7 @@
            // 
            // gv_saleOrgId
            // 
            this.gv_saleOrgId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_saleOrgId.AppearanceCell.Options.UseFont = true;
            this.gv_saleOrgId.Caption = "销售组织ID ";
            this.gv_saleOrgId.FieldName = "saleOrgId";
@@ -944,7 +943,7 @@
            // 
            // gv_receiveId
            // 
            this.gv_receiveId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_receiveId.AppearanceCell.Options.UseFont = true;
            this.gv_receiveId.Caption = "收货方 ";
            this.gv_receiveId.FieldName = "receiveId";
@@ -958,7 +957,7 @@
            // 
            // gv_receiveContact
            // 
            this.gv_receiveContact.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_receiveContact.AppearanceCell.Options.UseFont = true;
            this.gv_receiveContact.Caption = "收货方联系人 ";
            this.gv_receiveContact.FieldName = "receiveContact";
@@ -1121,7 +1120,7 @@
            // 
            this.txt_receiveContact.Location = new System.Drawing.Point(932, 172);
            this.txt_receiveContact.Name = "txt_receiveContact";
            this.txt_receiveContact.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_receiveContact.Properties.Appearance.Options.UseFont = true;
            this.txt_receiveContact.Size = new System.Drawing.Size(161, 28);
            this.txt_receiveContact.StyleController = this.layoutMx1;
@@ -1131,7 +1130,7 @@
            // 
            this.txt_receiveId.Location = new System.Drawing.Point(932, 108);
            this.txt_receiveId.Name = "txt_receiveId";
            this.txt_receiveId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_receiveId.Properties.Appearance.Options.UseFont = true;
            this.txt_receiveId.Size = new System.Drawing.Size(161, 28);
            this.txt_receiveId.StyleController = this.layoutMx1;
@@ -1141,7 +1140,7 @@
            // 
            this.txt_saleOrgId.Location = new System.Drawing.Point(661, 263);
            this.txt_saleOrgId.Name = "txt_saleOrgId";
            this.txt_saleOrgId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_saleOrgId.Properties.Appearance.Options.UseFont = true;
            this.txt_saleOrgId.Size = new System.Drawing.Size(160, 28);
            this.txt_saleOrgId.StyleController = this.layoutMx1;
@@ -1151,7 +1150,7 @@
            // 
            this.txt_fbilltype.Location = new System.Drawing.Point(390, 268);
            this.txt_fbilltype.Name = "txt_fbilltype";
            this.txt_fbilltype.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_fbilltype.Properties.Appearance.Options.UseFont = true;
            this.txt_fbilltype.Size = new System.Drawing.Size(160, 28);
            this.txt_fbilltype.StyleController = this.layoutMx1;
@@ -1161,7 +1160,7 @@
            // 
            this.txt_entryNote.Location = new System.Drawing.Point(119, 268);
            this.txt_entryNote.Name = "txt_entryNote";
            this.txt_entryNote.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_entryNote.Properties.Appearance.Options.UseFont = true;
            this.txt_entryNote.Size = new System.Drawing.Size(160, 28);
            this.txt_entryNote.StyleController = this.layoutMx1;
@@ -1171,7 +1170,7 @@
            // 
            this.txt_changerId.Location = new System.Drawing.Point(932, 236);
            this.txt_changerId.Name = "txt_changerId";
            this.txt_changerId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_changerId.Properties.Appearance.Options.UseFont = true;
            this.txt_changerId.Size = new System.Drawing.Size(161, 28);
            this.txt_changerId.StyleController = this.layoutMx1;
@@ -1181,7 +1180,7 @@
            // 
            this.txt_versionNo.Location = new System.Drawing.Point(661, 236);
            this.txt_versionNo.Name = "txt_versionNo";
            this.txt_versionNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_versionNo.Properties.Appearance.Options.UseFont = true;
            this.txt_versionNo.Size = new System.Drawing.Size(160, 28);
            this.txt_versionNo.StyleController = this.layoutMx1;
@@ -1191,7 +1190,6 @@
            // 
            this.txt_cancellerId.Location = new System.Drawing.Point(390, 236);
            this.txt_cancellerId.Name = "txt_cancellerId";
            this.txt_cancellerId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_cancellerId.Properties.Appearance.Options.UseFont = true;
            this.txt_cancellerId.Size = new System.Drawing.Size(160, 28);
            this.txt_cancellerId.StyleController = this.layoutMx1;
@@ -1201,7 +1199,6 @@
            // 
            this.txt_cancelStatus.Location = new System.Drawing.Point(119, 236);
            this.txt_cancelStatus.Name = "txt_cancelStatus";
            this.txt_cancelStatus.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_cancelStatus.Properties.Appearance.Options.UseFont = true;
            this.txt_cancelStatus.Size = new System.Drawing.Size(160, 28);
            this.txt_cancelStatus.StyleController = this.layoutMx1;
@@ -1211,7 +1208,6 @@
            // 
            this.txt_changeDate.Location = new System.Drawing.Point(932, 268);
            this.txt_changeDate.Name = "txt_changeDate";
            this.txt_changeDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_changeDate.Properties.Appearance.Options.UseFont = true;
            this.txt_changeDate.Size = new System.Drawing.Size(161, 28);
            this.txt_changeDate.StyleController = this.layoutMx1;
@@ -1221,7 +1217,6 @@
            // 
            this.txt_closeDate.Location = new System.Drawing.Point(661, 204);
            this.txt_closeDate.Name = "txt_closeDate";
            this.txt_closeDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_closeDate.Properties.Appearance.Options.UseFont = true;
            this.txt_closeDate.Size = new System.Drawing.Size(160, 28);
            this.txt_closeDate.StyleController = this.layoutMx1;
@@ -1231,7 +1226,6 @@
            // 
            this.txt_closerId.Location = new System.Drawing.Point(390, 204);
            this.txt_closerId.Name = "txt_closerId";
            this.txt_closerId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_closerId.Properties.Appearance.Options.UseFont = true;
            this.txt_closerId.Size = new System.Drawing.Size(160, 28);
            this.txt_closerId.StyleController = this.layoutMx1;
@@ -1241,7 +1235,6 @@
            // 
            this.txt_approveDate.Location = new System.Drawing.Point(119, 204);
            this.txt_approveDate.Name = "txt_approveDate";
            this.txt_approveDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_approveDate.Properties.Appearance.Options.UseFont = true;
            this.txt_approveDate.Size = new System.Drawing.Size(160, 28);
            this.txt_approveDate.StyleController = this.layoutMx1;
@@ -1251,7 +1244,6 @@
            // 
            this.txt_modifyDate.Location = new System.Drawing.Point(661, 268);
            this.txt_modifyDate.Name = "txt_modifyDate";
            this.txt_modifyDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_modifyDate.Properties.Appearance.Options.UseFont = true;
            this.txt_modifyDate.Size = new System.Drawing.Size(160, 28);
            this.txt_modifyDate.StyleController = this.layoutMx1;
@@ -1261,7 +1253,6 @@
            // 
            this.txt_modifierId.Location = new System.Drawing.Point(661, 172);
            this.txt_modifierId.Name = "txt_modifierId";
            this.txt_modifierId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_modifierId.Properties.Appearance.Options.UseFont = true;
            this.txt_modifierId.Size = new System.Drawing.Size(160, 28);
            this.txt_modifierId.StyleController = this.layoutMx1;
@@ -1271,7 +1262,7 @@
            // 
            this.txt_createDate.Location = new System.Drawing.Point(390, 172);
            this.txt_createDate.Name = "txt_createDate";
            this.txt_createDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_createDate.Properties.Appearance.Options.UseFont = true;
            this.txt_createDate.Size = new System.Drawing.Size(160, 28);
            this.txt_createDate.StyleController = this.layoutMx1;
@@ -1281,7 +1272,6 @@
            // 
            this.txt_creatorId.Location = new System.Drawing.Point(119, 172);
            this.txt_creatorId.Name = "txt_creatorId";
            this.txt_creatorId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_creatorId.Properties.Appearance.Options.UseFont = true;
            this.txt_creatorId.Size = new System.Drawing.Size(160, 28);
            this.txt_creatorId.StyleController = this.layoutMx1;
@@ -1291,7 +1281,6 @@
            // 
            this.txt_linkPhone.Location = new System.Drawing.Point(932, 140);
            this.txt_linkPhone.Name = "txt_linkPhone";
            this.txt_linkPhone.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_linkPhone.Properties.Appearance.Options.UseFont = true;
            this.txt_linkPhone.Size = new System.Drawing.Size(161, 28);
            this.txt_linkPhone.StyleController = this.layoutMx1;
@@ -1301,7 +1290,6 @@
            // 
            this.txt_chargeId.Location = new System.Drawing.Point(932, 76);
            this.txt_chargeId.Name = "txt_chargeId";
            this.txt_chargeId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_chargeId.Properties.Appearance.Options.UseFont = true;
            this.txt_chargeId.Size = new System.Drawing.Size(161, 28);
            this.txt_chargeId.StyleController = this.layoutMx1;
@@ -1311,7 +1299,6 @@
            // 
            this.txt_linkMan.Location = new System.Drawing.Point(390, 76);
            this.txt_linkMan.Name = "txt_linkMan";
            this.txt_linkMan.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_linkMan.Properties.Appearance.Options.UseFont = true;
            this.txt_linkMan.Size = new System.Drawing.Size(160, 28);
            this.txt_linkMan.StyleController = this.layoutMx1;
@@ -1321,7 +1308,6 @@
            // 
            this.txt_approverId.Location = new System.Drawing.Point(661, 140);
            this.txt_approverId.Name = "txt_approverId";
            this.txt_approverId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_approverId.Properties.Appearance.Options.UseFont = true;
            this.txt_approverId.Size = new System.Drawing.Size(160, 28);
            this.txt_approverId.StyleController = this.layoutMx1;
@@ -1331,7 +1317,6 @@
            // 
            this.txt_settleId.Location = new System.Drawing.Point(932, 44);
            this.txt_settleId.Name = "txt_settleId";
            this.txt_settleId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_settleId.Properties.Appearance.Options.UseFont = true;
            this.txt_settleId.Size = new System.Drawing.Size(161, 28);
            this.txt_settleId.StyleController = this.layoutMx1;
@@ -1341,7 +1326,6 @@
            // 
            this.txt_note.Location = new System.Drawing.Point(661, 108);
            this.txt_note.Name = "txt_note";
            this.txt_note.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_note.Properties.Appearance.Options.UseFont = true;
            this.txt_note.Size = new System.Drawing.Size(160, 28);
            this.txt_note.StyleController = this.layoutMx1;
@@ -1351,7 +1335,6 @@
            // 
            this.txt_changeReason.Location = new System.Drawing.Point(119, 108);
            this.txt_changeReason.Name = "txt_changeReason";
            this.txt_changeReason.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_changeReason.Properties.Appearance.Options.UseFont = true;
            this.txt_changeReason.Size = new System.Drawing.Size(160, 28);
            this.txt_changeReason.StyleController = this.layoutMx1;
@@ -1361,7 +1344,6 @@
            // 
            this.txt_salerId.Location = new System.Drawing.Point(119, 103);
            this.txt_salerId.Name = "txt_salerId";
            this.txt_salerId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_salerId.Properties.Appearance.Options.UseFont = true;
            this.txt_salerId.Size = new System.Drawing.Size(160, 28);
            this.txt_salerId.StyleController = this.layoutMx1;
@@ -1371,7 +1353,6 @@
            // 
            this.txt_saleDeptId.Location = new System.Drawing.Point(932, 71);
            this.txt_saleDeptId.Name = "txt_saleDeptId";
            this.txt_saleDeptId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_saleDeptId.Properties.Appearance.Options.UseFont = true;
            this.txt_saleDeptId.Size = new System.Drawing.Size(161, 28);
            this.txt_saleDeptId.StyleController = this.layoutMx1;
@@ -1381,7 +1362,7 @@
            // 
            this.txt_closeStatus.Location = new System.Drawing.Point(661, 76);
            this.txt_closeStatus.Name = "txt_closeStatus";
            this.txt_closeStatus.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_closeStatus.Properties.Appearance.Options.UseFont = true;
            this.txt_closeStatus.Size = new System.Drawing.Size(160, 28);
            this.txt_closeStatus.StyleController = this.layoutMx1;
@@ -1391,7 +1372,7 @@
            // 
            this.txt_custId.Location = new System.Drawing.Point(390, 71);
            this.txt_custId.Name = "txt_custId";
            this.txt_custId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_custId.Properties.Appearance.Options.UseFont = true;
            this.txt_custId.Size = new System.Drawing.Size(160, 28);
            this.txt_custId.StyleController = this.layoutMx1;
@@ -1401,7 +1382,7 @@
            // 
            this.txt_headLocId.Location = new System.Drawing.Point(119, 76);
            this.txt_headLocId.Name = "txt_headLocId";
            this.txt_headLocId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_headLocId.Properties.Appearance.Options.UseFont = true;
            this.txt_headLocId.Size = new System.Drawing.Size(160, 28);
            this.txt_headLocId.StyleController = this.layoutMx1;
@@ -1411,7 +1392,7 @@
            // 
            this.txt_headDeliveryWay.Location = new System.Drawing.Point(932, 12);
            this.txt_headDeliveryWay.Name = "txt_headDeliveryWay";
            this.txt_headDeliveryWay.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_headDeliveryWay.Properties.Appearance.Options.UseFont = true;
            this.txt_headDeliveryWay.Size = new System.Drawing.Size(161, 28);
            this.txt_headDeliveryWay.StyleController = this.layoutMx1;
@@ -1421,7 +1402,7 @@
            // 
            this.txt_businessTypeTxt.Location = new System.Drawing.Point(661, 44);
            this.txt_businessTypeTxt.Name = "txt_businessTypeTxt";
            this.txt_businessTypeTxt.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_businessTypeTxt.Properties.Appearance.Options.UseFont = true;
            this.txt_businessTypeTxt.Size = new System.Drawing.Size(160, 28);
            this.txt_businessTypeTxt.StyleController = this.layoutMx1;
@@ -1431,7 +1412,7 @@
            // 
            this.txt_fDate.Location = new System.Drawing.Point(390, 44);
            this.txt_fDate.Name = "txt_fDate";
            this.txt_fDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_fDate.Properties.Appearance.Options.UseFont = true;
            this.txt_fDate.Size = new System.Drawing.Size(160, 28);
            this.txt_fDate.StyleController = this.layoutMx1;
@@ -1441,7 +1422,7 @@
            // 
            this.txt_billTypeId.Location = new System.Drawing.Point(661, 12);
            this.txt_billTypeId.Name = "txt_billTypeId";
            this.txt_billTypeId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_billTypeId.Properties.Appearance.Options.UseFont = true;
            this.txt_billTypeId.Size = new System.Drawing.Size(160, 28);
            this.txt_billTypeId.StyleController = this.layoutMx1;
@@ -1451,7 +1432,7 @@
            // 
            this.txt_billNo.Location = new System.Drawing.Point(390, 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(160, 28);
            this.txt_billNo.StyleController = this.layoutMx1;
@@ -1461,7 +1442,7 @@
            // 
            this.txt_documentStatusTxt.Location = new System.Drawing.Point(119, 44);
            this.txt_documentStatusTxt.Name = "txt_documentStatusTxt";
            this.txt_documentStatusTxt.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_documentStatusTxt.Properties.Appearance.Options.UseFont = true;
            this.txt_documentStatusTxt.Size = new System.Drawing.Size(160, 28);
            this.txt_documentStatusTxt.StyleController = this.layoutMx1;
@@ -1471,7 +1452,7 @@
            // 
            this.txt_erpId.Location = new System.Drawing.Point(119, 12);
            this.txt_erpId.Name = "txt_erpId";
            this.txt_erpId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_erpId.Properties.Appearance.Options.UseFont = true;
            this.txt_erpId.Size = new System.Drawing.Size(160, 28);
            this.txt_erpId.StyleController = this.layoutMx1;
@@ -1482,7 +1463,7 @@
            this.txt_id.Location = new System.Drawing.Point(119, 7);
            this.txt_id.Margin = new System.Windows.Forms.Padding(0);
            this.txt_id.Name = "txt_id";
            this.txt_id.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_id.Properties.Appearance.Options.UseFont = true;
            this.txt_id.Size = new System.Drawing.Size(160, 28);
            this.txt_id.StyleController = this.layoutMx1;
@@ -2145,7 +2126,7 @@
            // 
            // gvMx1id
            // 
            this.gvMx1id.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1id.AppearanceCell.Options.UseFont = true;
            this.gvMx1id.Caption = "主键GUID";
            this.gvMx1id.FieldName = "id";
@@ -2156,7 +2137,7 @@
            // 
            // gvMx1seq
            // 
            this.gvMx1seq.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1seq.AppearanceCell.Options.UseFont = true;
            this.gvMx1seq.Caption = "序号 ";
            this.gvMx1seq.FieldName = "seq";
@@ -2169,7 +2150,7 @@
            // 
            // gvMx1pid
            // 
            this.gvMx1pid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1pid.AppearanceCell.Options.UseFont = true;
            this.gvMx1pid.Caption = "外键GUID";
            this.gvMx1pid.FieldName = "pid";
@@ -2180,7 +2161,7 @@
            // 
            // gvMx1erpId
            // 
            this.gvMx1erpId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1erpId.AppearanceCell.Options.UseFont = true;
            this.gvMx1erpId.Caption = "ERP_ID";
            this.gvMx1erpId.FieldName = "erpId";
@@ -2193,7 +2174,7 @@
            // 
            // gvMx1materialId
            // 
            this.gvMx1materialId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1materialId.AppearanceCell.Options.UseFont = true;
            this.gvMx1materialId.Caption = "物料ID";
            this.gvMx1materialId.FieldName = "materialId";
@@ -2204,7 +2185,7 @@
            // 
            // gvMx1unitId
            // 
            this.gvMx1unitId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1unitId.AppearanceCell.Options.UseFont = true;
            this.gvMx1unitId.Caption = "销售单位ID";
            this.gvMx1unitId.FieldName = "unitId";
@@ -2215,7 +2196,7 @@
            // 
            // gvMx1qty
            // 
            this.gvMx1qty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1qty.AppearanceCell.Options.UseFont = true;
            this.gvMx1qty.Caption = "销售数量 ";
            this.gvMx1qty.FieldName = "qty";
@@ -2228,7 +2209,7 @@
            // 
            // gvMx1priceUnitId
            // 
            this.gvMx1priceUnitId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1priceUnitId.AppearanceCell.Options.UseFont = true;
            this.gvMx1priceUnitId.Caption = "计价单位ID";
            this.gvMx1priceUnitId.FieldName = "priceUnitId";
@@ -2239,7 +2220,7 @@
            // 
            // gvMx1priceUnitQty
            // 
            this.gvMx1priceUnitQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1priceUnitQty.AppearanceCell.Options.UseFont = true;
            this.gvMx1priceUnitQty.Caption = "计价数量 ";
            this.gvMx1priceUnitQty.FieldName = "priceUnitQty";
@@ -2252,7 +2233,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";
@@ -2265,7 +2246,7 @@
            // 
            // gvMx1isFree
            // 
            this.gvMx1isFree.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1isFree.AppearanceCell.Options.UseFont = true;
            this.gvMx1isFree.Caption = "是否赠品 ";
            this.gvMx1isFree.FieldName = "isFree";
@@ -2278,7 +2259,7 @@
            // 
            // gvMx1ownerTypeId
            // 
            this.gvMx1ownerTypeId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1ownerTypeId.AppearanceCell.Options.UseFont = true;
            this.gvMx1ownerTypeId.Caption = "货主类型 ";
            this.gvMx1ownerTypeId.FieldName = "ownerTypeIdTxt";
@@ -2291,7 +2272,7 @@
            // 
            // gvMx1ownerId
            // 
            this.gvMx1ownerId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1ownerId.AppearanceCell.Options.UseFont = true;
            this.gvMx1ownerId.Caption = "货主 ";
            this.gvMx1ownerId.FieldName = "ownerIdTxt";
@@ -2304,7 +2285,7 @@
            // 
            // gvMx1entryNote
            // 
            this.gvMx1entryNote.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1entryNote.AppearanceCell.Options.UseFont = true;
            this.gvMx1entryNote.Caption = "备注 ";
            this.gvMx1entryNote.FieldName = "entryNote";
@@ -2317,7 +2298,7 @@
            // 
            // gvMx1mtoNo
            // 
            this.gvMx1mtoNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1mtoNo.AppearanceCell.Options.UseFont = true;
            this.gvMx1mtoNo.Caption = "计划跟踪号 ";
            this.gvMx1mtoNo.FieldName = "mtoNo";
@@ -2330,7 +2311,7 @@
            // 
            // gvMx1lot
            // 
            this.gvMx1lot.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1lot.AppearanceCell.Options.UseFont = true;
            this.gvMx1lot.Caption = "批号 ";
            this.gvMx1lot.FieldName = "lot";
@@ -2343,7 +2324,7 @@
            // 
            // gvMx1deliveryMaxQty
            // 
            this.gvMx1deliveryMaxQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1deliveryMaxQty.AppearanceCell.Options.UseFont = true;
            this.gvMx1deliveryMaxQty.Caption = "发货上限 ";
            this.gvMx1deliveryMaxQty.FieldName = "deliveryMaxQty";
@@ -2356,7 +2337,7 @@
            // 
            // gvMx1deliveryMinQty
            // 
            this.gvMx1deliveryMinQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1deliveryMinQty.AppearanceCell.Options.UseFont = true;
            this.gvMx1deliveryMinQty.Caption = "发货下限 ";
            this.gvMx1deliveryMinQty.FieldName = "deliveryMinQty";
@@ -2369,7 +2350,7 @@
            // 
            // gvMx1outLmtUnitId
            // 
            this.gvMx1outLmtUnitId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1outLmtUnitId.AppearanceCell.Options.UseFont = true;
            this.gvMx1outLmtUnitId.Caption = "超发控制单位ID";
            this.gvMx1outLmtUnitId.FieldName = "outLmtUnitId";
@@ -2380,7 +2361,7 @@
            // 
            // gvMx1mrpCloseStatus
            // 
            this.gvMx1mrpCloseStatus.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1mrpCloseStatus.AppearanceCell.Options.UseFont = true;
            this.gvMx1mrpCloseStatus.Caption = "业务关闭 ";
            this.gvMx1mrpCloseStatus.FieldName = "mrpCloseStatus";
@@ -2393,7 +2374,7 @@
            // 
            // gvMx1mrpTerminateStatus
            // 
            this.gvMx1mrpTerminateStatus.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1mrpTerminateStatus.AppearanceCell.Options.UseFont = true;
            this.gvMx1mrpTerminateStatus.Caption = "业务终止 ";
            this.gvMx1mrpTerminateStatus.FieldName = "mrpTerminateStatus";
@@ -2406,7 +2387,7 @@
            // 
            // gvMx1terminateDate
            // 
            this.gvMx1terminateDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1terminateDate.AppearanceCell.Options.UseFont = true;
            this.gvMx1terminateDate.Caption = "终止日期 ";
            this.gvMx1terminateDate.FieldName = "terminateDate";
@@ -2419,7 +2400,7 @@
            // 
            // gvMx1terminaterId
            // 
            this.gvMx1terminaterId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1terminaterId.AppearanceCell.Options.UseFont = true;
            this.gvMx1terminaterId.Caption = "终止人 ";
            this.gvMx1terminaterId.FieldName = "terminaterId";
@@ -2432,7 +2413,7 @@
            // 
            // gvMx1srcType
            // 
            this.gvMx1srcType.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1srcType.AppearanceCell.Options.UseFont = true;
            this.gvMx1srcType.Caption = "源单类型 ";
            this.gvMx1srcType.FieldName = "srcType";
@@ -2445,7 +2426,7 @@
            // 
            // gvMx1srcBillNo
            // 
            this.gvMx1srcBillNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1srcBillNo.AppearanceCell.Options.UseFont = true;
            this.gvMx1srcBillNo.Caption = "源单单号 ";
            this.gvMx1srcBillNo.FieldName = "srcBillNo";
@@ -2458,7 +2439,7 @@
            // 
            // gvMx1deliQty
            // 
            this.gvMx1deliQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1deliQty.AppearanceCell.Options.UseFont = true;
            this.gvMx1deliQty.Caption = "累计发货通知数量 ";
            this.gvMx1deliQty.FieldName = "deliQty";
@@ -2471,7 +2452,7 @@
            // 
            // gvMx1stockOutQty
            // 
            this.gvMx1stockOutQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1stockOutQty.AppearanceCell.Options.UseFont = true;
            this.gvMx1stockOutQty.Caption = "累计出库数量 ";
            this.gvMx1stockOutQty.FieldName = "stockOutQty";
@@ -2484,7 +2465,7 @@
            // 
            // gvMx1baseRetNoticeQty
            // 
            this.gvMx1baseRetNoticeQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1baseRetNoticeQty.AppearanceCell.Options.UseFont = true;
            this.gvMx1baseRetNoticeQty.Caption = "累计退货通知数量(销售基本) ";
            this.gvMx1baseRetNoticeQty.FieldName = "baseRetNoticeQty";
@@ -2497,7 +2478,7 @@
            // 
            // gvMx1baseReturnQty
            // 
            this.gvMx1baseReturnQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1baseReturnQty.AppearanceCell.Options.UseFont = true;
            this.gvMx1baseReturnQty.Caption = "累计退货数量(销售基本) ";
            this.gvMx1baseReturnQty.FieldName = "baseReturnQty";
@@ -2510,7 +2491,7 @@
            // 
            // gvMx1baseRemainOutQty
            // 
            this.gvMx1baseRemainOutQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1baseRemainOutQty.AppearanceCell.Options.UseFont = true;
            this.gvMx1baseRemainOutQty.Caption = "剩余未出数量(销售基本) ";
            this.gvMx1baseRemainOutQty.FieldName = "baseRemainOutQty";
@@ -2523,7 +2504,7 @@
            // 
            // gvMx1basearqty
            // 
            this.gvMx1basearqty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1basearqty.AppearanceCell.Options.UseFont = true;
            this.gvMx1basearqty.Caption = "累计应收数量(销售基本) ";
            this.gvMx1basearqty.FieldName = "basearqty";
@@ -2536,7 +2517,7 @@
            // 
            // gvMx1custIno
            // 
            this.gvMx1custIno.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1custIno.AppearanceCell.Options.UseFont = true;
            this.gvMx1custIno.Caption = "客户物料编码 ";
            this.gvMx1custIno.FieldName = "custIno";
@@ -2549,7 +2530,7 @@
            // 
            // gvMx1custInm
            // 
            this.gvMx1custInm.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1custInm.AppearanceCell.Options.UseFont = true;
            this.gvMx1custInm.Caption = "客户物料名称 ";
            this.gvMx1custInm.FieldName = "custInm";
@@ -2562,7 +2543,7 @@
            // 
            // gvMx1custImd
            // 
            this.gvMx1custImd.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1custImd.AppearanceCell.Options.UseFont = true;
            this.gvMx1custImd.Caption = "客户物料规格 ";
            this.gvMx1custImd.FieldName = "custImd";
@@ -2575,7 +2556,7 @@
            // 
            // gvMx1mapId
            // 
            this.gvMx1mapId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1mapId.AppearanceCell.Options.UseFont = true;
            this.gvMx1mapId.Caption = "客户物料编码 ";
            this.gvMx1mapId.FieldName = "mapId";
@@ -2588,7 +2569,7 @@
            // 
            // gvMx1mapName
            // 
            this.gvMx1mapName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1mapName.AppearanceCell.Options.UseFont = true;
            this.gvMx1mapName.Caption = "客户物料名称 ";
            this.gvMx1mapName.FieldName = "mapName";
@@ -2601,7 +2582,7 @@
            // 
            // gvMx1mapSpec
            // 
            this.gvMx1mapSpec.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1mapSpec.AppearanceCell.Options.UseFont = true;
            this.gvMx1mapSpec.Caption = "客户物料规格 ";
            this.gvMx1mapSpec.FieldName = "mapSpec";
@@ -2614,7 +2595,7 @@
            // 
            // gvMx1supplyOrgId
            // 
            this.gvMx1supplyOrgId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1supplyOrgId.AppearanceCell.Options.UseFont = true;
            this.gvMx1supplyOrgId.Caption = "供应组织ID";
            this.gvMx1supplyOrgId.FieldName = "supplyOrgId";
@@ -2625,7 +2606,7 @@
            // 
            // gvMx1stockOrgId
            // 
            this.gvMx1stockOrgId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1stockOrgId.AppearanceCell.Options.UseFont = true;
            this.gvMx1stockOrgId.Caption = "库存组织ID";
            this.gvMx1stockOrgId.FieldName = "stockOrgId";
@@ -2636,7 +2617,7 @@
            // 
            // gvMx1settleOrgIds
            // 
            this.gvMx1settleOrgIds.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1settleOrgIds.AppearanceCell.Options.UseFont = true;
            this.gvMx1settleOrgIds.Caption = "结算组织ID";
            this.gvMx1settleOrgIds.FieldName = "settleOrgIds";
@@ -2647,7 +2628,7 @@
            // 
            // gvMx1eHid
            // 
            this.gvMx1eHid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1eHid.AppearanceCell.Options.UseFont = true;
            this.gvMx1eHid.Caption = "ERP单据表头id ";
            this.gvMx1eHid.FieldName = "eHid";