tjx
2025-10-21 86f320b3d6cb57078afd0d6b896a347f37c1370b
展示优化
已修改4个文件
184 ■■■■■ 文件已修改
DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.Designer.cs 17 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemArn.Designer.cs 141 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemArn.cs 22 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemIns.Designer.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.Designer.cs
@@ -88,6 +88,7 @@
            this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn23 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn_cgdCreate = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn30 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
@@ -472,6 +473,7 @@
            this.gridColumn19,
            this.gridColumn17,
            this.gridColumn23,
            this.gridColumn_cgdCreate,
            this.gridColumn30,
            this.gridColumn5,
            this.gridColumn6});
@@ -775,7 +777,7 @@
            this.gridColumn17.Width = 94;
            // 
            // gridColumn23
            //
            //
            this.gridColumn23.Caption = "采购单号";
            this.gridColumn23.FieldName = "cgdNo";
            this.gridColumn23.MinWidth = 25;
@@ -783,7 +785,17 @@
            this.gridColumn23.Visible = true;
            this.gridColumn23.VisibleIndex = 22;
            this.gridColumn23.Width = 94;
            //
            //
            // gridColumn_cgdCreate
            //
            this.gridColumn_cgdCreate.Caption = "采购订单创建人";
            this.gridColumn_cgdCreate.FieldName = "cgdCreate";
            this.gridColumn_cgdCreate.MinWidth = 25;
            this.gridColumn_cgdCreate.Name = "gridColumn_cgdCreate";
            this.gridColumn_cgdCreate.Visible = true;
            this.gridColumn_cgdCreate.VisibleIndex = 23;
            this.gridColumn_cgdCreate.Width = 100;
            //
            // gridColumn30
            // 
            this.gridColumn30.Caption = "类型";
@@ -2731,6 +2743,7 @@
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn28;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn29;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn23;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn_cgdCreate;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem20;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem19;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn30;
DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemArn.Designer.cs
@@ -76,6 +76,7 @@
            this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gv_isCompleted = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
            this.gridColumn21 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.pageBar1 = new UserControls.Data.UcPageBar();
            this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
            this.splitMx1 = new DevExpress.XtraEditors.SplitContainerControl();
@@ -309,7 +310,8 @@
            this.gridColumn4,
            this.gridColumn11,
            this.gridColumn7,
            this.gv_isCompleted});
            this.gv_isCompleted,
            this.gridColumn21});
            this.gridView1.GridControl = this.gcMain1;
            this.gridView1.IndicatorWidth = 50;
            this.gridView1.Name = "gridView1";
@@ -496,7 +498,7 @@
            this.gridColumn11.Width = 94;
            // 
            // gridColumn7
            //
            //
            this.gridColumn7.Caption = "SRM到货单号";
            this.gridColumn7.FieldName = "paperBillNo";
            this.gridColumn7.MinWidth = 25;
@@ -504,9 +506,9 @@
            this.gridColumn7.Visible = true;
            this.gridColumn7.VisibleIndex = 13;
            this.gridColumn7.Width = 94;
            //
            //
            // gv_isCompleted
            //
            //
            this.gv_isCompleted.Caption = "是否入库";
            this.gv_isCompleted.ColumnEdit = this.repositoryItemCheckEdit1;
            this.gv_isCompleted.FieldName = "isCompleted";
@@ -517,14 +519,26 @@
            this.gv_isCompleted.Visible = true;
            this.gv_isCompleted.VisibleIndex = 14;
            this.gv_isCompleted.Width = 80;
            //
            //
            // repositoryItemCheckEdit1
            //
            //
            this.repositoryItemCheckEdit1.AutoHeight = false;
            this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
            this.repositoryItemCheckEdit1.ValueChecked = 1;
            this.repositoryItemCheckEdit1.ValueUnchecked = 0;
            //
            //
            // gridColumn21
            //
            this.gridColumn21.Caption = "退货标识";
            this.gridColumn21.FieldName = "th";
            this.gridColumn21.MinWidth = 25;
            this.gridColumn21.Name = "gridColumn21";
            this.gridColumn21.OptionsColumn.AllowEdit = false;
            this.gridColumn21.OptionsColumn.ReadOnly = true;
            this.gridColumn21.Visible = true;
            this.gridColumn21.VisibleIndex = 15;
            this.gridColumn21.Width = 94;
            //
            // pageBar1
            // 
            this.pageBar1.CurrentPage = 1;
@@ -607,48 +621,48 @@
            // btnSelect
            // 
            this.btnSelect.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.lookup_reference_16x16;
            this.btnSelect.Location = new System.Drawing.Point(13, 109);
            this.btnSelect.Location = new System.Drawing.Point(12, 108);
            this.btnSelect.Name = "btnSelect";
            this.btnSelect.Size = new System.Drawing.Size(116, 25);
            this.btnSelect.Size = new System.Drawing.Size(116, 27);
            this.btnSelect.StyleController = this.layoutMx1;
            this.btnSelect.TabIndex = 443;
            this.btnSelect.Text = "选择物料 ";
            // 
            // txt_remark
            // 
            this.txt_remark.Location = new System.Drawing.Point(484, 78);
            this.txt_remark.Location = new System.Drawing.Point(487, 76);
            this.txt_remark.Name = "txt_remark";
            this.txt_remark.Properties.Appearance.Options.UseFont = true;
            this.txt_remark.Size = new System.Drawing.Size(289, 24);
            this.txt_remark.Size = new System.Drawing.Size(297, 24);
            this.txt_remark.StyleController = this.layoutMx1;
            this.txt_remark.TabIndex = 240;
            // 
            // txt_receiveOrgId
            // 
            this.txt_receiveOrgId.IsReadly = false;
            this.txt_receiveOrgId.Location = new System.Drawing.Point(102, 47);
            this.txt_receiveOrgId.Location = new System.Drawing.Point(99, 44);
            this.txt_receiveOrgId.Name = "txt_receiveOrgId";
            this.txt_receiveOrgId.Size = new System.Drawing.Size(289, 24);
            this.txt_receiveOrgId.Size = new System.Drawing.Size(297, 24);
            this.txt_receiveOrgId.TabIndex = 457;
            // 
            // txtSupplierCode
            // 
            this.txtSupplierCode.Location = new System.Drawing.Point(484, 47);
            this.txtSupplierCode.Location = new System.Drawing.Point(487, 44);
            this.txtSupplierCode.Name = "txtSupplierCode";
            this.txtSupplierCode.Properties.Appearance.Options.UseFont = true;
            this.txtSupplierCode.Properties.Tag = "";
            this.txtSupplierCode.Size = new System.Drawing.Size(289, 24);
            this.txtSupplierCode.Size = new System.Drawing.Size(297, 24);
            this.txtSupplierCode.StyleController = this.layoutMx1;
            this.txtSupplierCode.TabIndex = 451;
            this.txtSupplierCode.Tag = "readOnly";
            // 
            // txt_billNo
            // 
            this.txt_billNo.Location = new System.Drawing.Point(102, 16);
            this.txt_billNo.Location = new System.Drawing.Point(99, 12);
            this.txt_billNo.Name = "txt_billNo";
            this.txt_billNo.Properties.Appearance.Options.UseFont = true;
            this.txt_billNo.Properties.Tag = "";
            this.txt_billNo.Size = new System.Drawing.Size(289, 24);
            this.txt_billNo.Size = new System.Drawing.Size(297, 24);
            this.txt_billNo.StyleController = this.layoutMx1;
            this.txt_billNo.TabIndex = 213;
            this.txt_billNo.Tag = "readOnly";
@@ -656,68 +670,68 @@
            // txt_suppId
            // 
            this.txt_suppId.IsReadly = false;
            this.txt_suppId.Location = new System.Drawing.Point(102, 78);
            this.txt_suppId.Location = new System.Drawing.Point(99, 76);
            this.txt_suppId.Margin = new System.Windows.Forms.Padding(0);
            this.txt_suppId.Name = "txt_suppId";
            this.txt_suppId.Size = new System.Drawing.Size(289, 24);
            this.txt_suppId.Size = new System.Drawing.Size(297, 24);
            this.txt_suppId.TabIndex = 440;
            // 
            // txt_fstatus
            // 
            this.txt_fstatus.Location = new System.Drawing.Point(1159, 78);
            this.txt_fstatus.Location = new System.Drawing.Point(1176, 76);
            this.txt_fstatus.Name = "txt_fstatus";
            this.txt_fstatus.Properties.Caption = "审核标识";
            this.txt_fstatus.Size = new System.Drawing.Size(380, 24);
            this.txt_fstatus.Size = new System.Drawing.Size(385, 24);
            this.txt_fstatus.StyleController = this.layoutMx1;
            this.txt_fstatus.TabIndex = 458;
            this.txt_fstatus.Tag = "readOnly";
            // 
            // txt_fType
            // 
            this.txt_fType.Location = new System.Drawing.Point(395, 16);
            this.txt_fType.Location = new System.Drawing.Point(400, 12);
            this.txt_fType.Name = "txt_fType";
            this.txt_fType.Properties.Caption = "委外标识";
            this.txt_fType.Size = new System.Drawing.Size(378, 24);
            this.txt_fType.Size = new System.Drawing.Size(384, 24);
            this.txt_fType.StyleController = this.layoutMx1;
            this.txt_fType.TabIndex = 459;
            this.txt_fType.Tag = "readOnly";
            // 
            // txt_createBy
            // 
            this.txt_createBy.Location = new System.Drawing.Point(866, 16);
            this.txt_createBy.Location = new System.Drawing.Point(875, 12);
            this.txt_createBy.Name = "txt_createBy";
            this.txt_createBy.Properties.Appearance.Options.UseFont = true;
            this.txt_createBy.Size = new System.Drawing.Size(289, 24);
            this.txt_createBy.Size = new System.Drawing.Size(297, 24);
            this.txt_createBy.StyleController = this.layoutMx1;
            this.txt_createBy.TabIndex = 461;
            this.txt_createBy.Tag = "readOnly";
            // 
            // txt_createDate
            // 
            this.txt_createDate.Location = new System.Drawing.Point(866, 47);
            this.txt_createDate.Location = new System.Drawing.Point(875, 44);
            this.txt_createDate.Name = "txt_createDate";
            this.txt_createDate.Properties.Appearance.Options.UseFont = true;
            this.txt_createDate.Size = new System.Drawing.Size(289, 24);
            this.txt_createDate.Size = new System.Drawing.Size(297, 24);
            this.txt_createDate.StyleController = this.layoutMx1;
            this.txt_createDate.TabIndex = 462;
            this.txt_createDate.Tag = "readOnly";
            // 
            // txt_checkUser
            // 
            this.txt_checkUser.Location = new System.Drawing.Point(1248, 16);
            this.txt_checkUser.Location = new System.Drawing.Point(1263, 12);
            this.txt_checkUser.Name = "txt_checkUser";
            this.txt_checkUser.Properties.Appearance.Options.UseFont = true;
            this.txt_checkUser.Size = new System.Drawing.Size(291, 24);
            this.txt_checkUser.Size = new System.Drawing.Size(298, 24);
            this.txt_checkUser.StyleController = this.layoutMx1;
            this.txt_checkUser.TabIndex = 463;
            this.txt_checkUser.Tag = "readOnly";
            // 
            // txt_checkDate
            // 
            this.txt_checkDate.Location = new System.Drawing.Point(1248, 47);
            this.txt_checkDate.Location = new System.Drawing.Point(1263, 44);
            this.txt_checkDate.Name = "txt_checkDate";
            this.txt_checkDate.Properties.Appearance.Options.UseFont = true;
            this.txt_checkDate.Size = new System.Drawing.Size(291, 24);
            this.txt_checkDate.Size = new System.Drawing.Size(298, 24);
            this.txt_checkDate.StyleController = this.layoutMx1;
            this.txt_checkDate.TabIndex = 464;
            this.txt_checkDate.Tag = "readOnly";
@@ -733,18 +747,18 @@
            // 
            // txt_paperBillNo
            // 
            this.txt_paperBillNo.Location = new System.Drawing.Point(866, 78);
            this.txt_paperBillNo.Location = new System.Drawing.Point(875, 76);
            this.txt_paperBillNo.Name = "txt_paperBillNo";
            this.txt_paperBillNo.Size = new System.Drawing.Size(289, 24);
            this.txt_paperBillNo.Size = new System.Drawing.Size(297, 24);
            this.txt_paperBillNo.StyleController = this.layoutMx1;
            this.txt_paperBillNo.TabIndex = 467;
            // 
            // txt_isSrm
            // 
            this.txt_isSrm.Location = new System.Drawing.Point(1159, 109);
            this.txt_isSrm.Location = new System.Drawing.Point(1176, 108);
            this.txt_isSrm.Name = "txt_isSrm";
            this.txt_isSrm.Properties.Caption = "SRM标识";
            this.txt_isSrm.Size = new System.Drawing.Size(380, 24);
            this.txt_isSrm.Size = new System.Drawing.Size(385, 24);
            this.txt_isSrm.StyleController = this.layoutMx1;
            this.txt_isSrm.TabIndex = 468;
            this.txt_isSrm.Tag = "readOnly";
@@ -819,16 +833,16 @@
            rowDefinition2,
            rowDefinition3,
            rowDefinition4});
            this.Root.Size = new System.Drawing.Size(1552, 150);
            this.Root.Size = new System.Drawing.Size(1573, 149);
            this.Root.TextVisible = false;
            // 
            // layoutControlItem1
            // 
            this.layoutControlItem1.Control = this.txt_receiveOrgId;
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 31);
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 32);
            this.layoutControlItem1.Name = "layoutControlItem1";
            this.layoutControlItem1.OptionsTableLayoutItem.RowIndex = 1;
            this.layoutControlItem1.Size = new System.Drawing.Size(382, 31);
            this.layoutControlItem1.Size = new System.Drawing.Size(388, 32);
            this.layoutControlItem1.Text = "收料组织";
            this.layoutControlItem1.TextSize = new System.Drawing.Size(75, 18);
            // 
@@ -837,70 +851,70 @@
            this.layoutControlItem2.Control = this.txt_billNo;
            this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem2.Name = "layoutControlItem2";
            this.layoutControlItem2.Size = new System.Drawing.Size(382, 31);
            this.layoutControlItem2.Size = new System.Drawing.Size(388, 32);
            this.layoutControlItem2.Text = "到货单号";
            this.layoutControlItem2.TextSize = new System.Drawing.Size(75, 18);
            // 
            // layoutControlItem3
            // 
            this.layoutControlItem3.Control = this.txt_suppId;
            this.layoutControlItem3.Location = new System.Drawing.Point(0, 62);
            this.layoutControlItem3.Location = new System.Drawing.Point(0, 64);
            this.layoutControlItem3.Name = "layoutControlItem3";
            this.layoutControlItem3.OptionsTableLayoutItem.RowIndex = 2;
            this.layoutControlItem3.Size = new System.Drawing.Size(382, 31);
            this.layoutControlItem3.Size = new System.Drawing.Size(388, 32);
            this.layoutControlItem3.Text = "选供应商";
            this.layoutControlItem3.TextSize = new System.Drawing.Size(75, 18);
            // 
            // layoutControlItem11
            // 
            this.layoutControlItem11.Control = this.txt_createBy;
            this.layoutControlItem11.Location = new System.Drawing.Point(764, 0);
            this.layoutControlItem11.Location = new System.Drawing.Point(776, 0);
            this.layoutControlItem11.Name = "layoutControlItem11";
            this.layoutControlItem11.OptionsTableLayoutItem.ColumnIndex = 2;
            this.layoutControlItem11.Size = new System.Drawing.Size(382, 31);
            this.layoutControlItem11.Size = new System.Drawing.Size(388, 32);
            this.layoutControlItem11.Text = "建立人员";
            this.layoutControlItem11.TextSize = new System.Drawing.Size(75, 18);
            // 
            // layoutControlItem12
            // 
            this.layoutControlItem12.Control = this.txt_createDate;
            this.layoutControlItem12.Location = new System.Drawing.Point(764, 31);
            this.layoutControlItem12.Location = new System.Drawing.Point(776, 32);
            this.layoutControlItem12.Name = "layoutControlItem12";
            this.layoutControlItem12.OptionsTableLayoutItem.ColumnIndex = 2;
            this.layoutControlItem12.OptionsTableLayoutItem.RowIndex = 1;
            this.layoutControlItem12.Size = new System.Drawing.Size(382, 31);
            this.layoutControlItem12.Size = new System.Drawing.Size(388, 32);
            this.layoutControlItem12.Text = "建立日期";
            this.layoutControlItem12.TextSize = new System.Drawing.Size(75, 18);
            // 
            // layoutControlItem13
            // 
            this.layoutControlItem13.Control = this.txt_checkUser;
            this.layoutControlItem13.Location = new System.Drawing.Point(1146, 0);
            this.layoutControlItem13.Location = new System.Drawing.Point(1164, 0);
            this.layoutControlItem13.Name = "layoutControlItem13";
            this.layoutControlItem13.OptionsTableLayoutItem.ColumnIndex = 3;
            this.layoutControlItem13.Size = new System.Drawing.Size(384, 31);
            this.layoutControlItem13.Size = new System.Drawing.Size(389, 32);
            this.layoutControlItem13.Text = "审核人员";
            this.layoutControlItem13.TextSize = new System.Drawing.Size(75, 18);
            // 
            // layoutControlItem14
            // 
            this.layoutControlItem14.Control = this.txt_checkDate;
            this.layoutControlItem14.Location = new System.Drawing.Point(1146, 31);
            this.layoutControlItem14.Location = new System.Drawing.Point(1164, 32);
            this.layoutControlItem14.Name = "layoutControlItem14";
            this.layoutControlItem14.OptionsTableLayoutItem.ColumnIndex = 3;
            this.layoutControlItem14.OptionsTableLayoutItem.RowIndex = 1;
            this.layoutControlItem14.Size = new System.Drawing.Size(384, 31);
            this.layoutControlItem14.Size = new System.Drawing.Size(389, 32);
            this.layoutControlItem14.Text = "审核日期";
            this.layoutControlItem14.TextSize = new System.Drawing.Size(75, 18);
            // 
            // layoutControlItem7
            // 
            this.layoutControlItem7.Control = this.txt_fstatus;
            this.layoutControlItem7.Location = new System.Drawing.Point(1146, 62);
            this.layoutControlItem7.Location = new System.Drawing.Point(1164, 64);
            this.layoutControlItem7.Name = "layoutControlItem7";
            this.layoutControlItem7.OptionsTableLayoutItem.ColumnIndex = 3;
            this.layoutControlItem7.OptionsTableLayoutItem.RowIndex = 2;
            this.layoutControlItem7.Size = new System.Drawing.Size(384, 31);
            this.layoutControlItem7.Size = new System.Drawing.Size(389, 32);
            this.layoutControlItem7.Text = "提交检验";
            this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem7.TextVisible = false;
@@ -908,10 +922,10 @@
            // layoutControlItem8
            // 
            this.layoutControlItem8.Control = this.txt_fType;
            this.layoutControlItem8.Location = new System.Drawing.Point(382, 0);
            this.layoutControlItem8.Location = new System.Drawing.Point(388, 0);
            this.layoutControlItem8.Name = "layoutControlItem8";
            this.layoutControlItem8.OptionsTableLayoutItem.ColumnIndex = 1;
            this.layoutControlItem8.Size = new System.Drawing.Size(382, 31);
            this.layoutControlItem8.Size = new System.Drawing.Size(388, 32);
            this.layoutControlItem8.Text = "委外标识";
            this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem8.TextVisible = false;
@@ -919,34 +933,34 @@
            // layoutControlItem5
            // 
            this.layoutControlItem5.Control = this.txtSupplierCode;
            this.layoutControlItem5.Location = new System.Drawing.Point(382, 31);
            this.layoutControlItem5.Location = new System.Drawing.Point(388, 32);
            this.layoutControlItem5.Name = "layoutControlItem5";
            this.layoutControlItem5.OptionsTableLayoutItem.ColumnIndex = 1;
            this.layoutControlItem5.OptionsTableLayoutItem.RowIndex = 1;
            this.layoutControlItem5.Size = new System.Drawing.Size(382, 31);
            this.layoutControlItem5.Size = new System.Drawing.Size(388, 32);
            this.layoutControlItem5.Text = "供应商编码";
            this.layoutControlItem5.TextSize = new System.Drawing.Size(75, 18);
            // 
            // layoutControlItem17
            // 
            this.layoutControlItem17.Control = this.txt_remark;
            this.layoutControlItem17.Location = new System.Drawing.Point(382, 62);
            this.layoutControlItem17.Location = new System.Drawing.Point(388, 64);
            this.layoutControlItem17.Name = "layoutControlItem17";
            this.layoutControlItem17.OptionsTableLayoutItem.ColumnIndex = 1;
            this.layoutControlItem17.OptionsTableLayoutItem.RowIndex = 2;
            this.layoutControlItem17.Size = new System.Drawing.Size(382, 31);
            this.layoutControlItem17.Size = new System.Drawing.Size(388, 32);
            this.layoutControlItem17.Text = "收料备注";
            this.layoutControlItem17.TextSize = new System.Drawing.Size(75, 18);
            // 
            // layoutControlItem16
            // 
            this.layoutControlItem16.Control = this.btnSelect;
            this.layoutControlItem16.Location = new System.Drawing.Point(0, 93);
            this.layoutControlItem16.Location = new System.Drawing.Point(0, 96);
            this.layoutControlItem16.MaxSize = new System.Drawing.Size(120, 31);
            this.layoutControlItem16.MinSize = new System.Drawing.Size(19, 31);
            this.layoutControlItem16.Name = "layoutControlItem16";
            this.layoutControlItem16.OptionsTableLayoutItem.RowIndex = 3;
            this.layoutControlItem16.Size = new System.Drawing.Size(382, 31);
            this.layoutControlItem16.Size = new System.Drawing.Size(388, 33);
            this.layoutControlItem16.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem16.Text = "选择物料";
            this.layoutControlItem16.TextSize = new System.Drawing.Size(0, 0);
@@ -955,22 +969,22 @@
            // layoutControlItem4
            // 
            this.layoutControlItem4.Control = this.txt_paperBillNo;
            this.layoutControlItem4.Location = new System.Drawing.Point(764, 62);
            this.layoutControlItem4.Location = new System.Drawing.Point(776, 64);
            this.layoutControlItem4.Name = "layoutControlItem4";
            this.layoutControlItem4.OptionsTableLayoutItem.ColumnIndex = 2;
            this.layoutControlItem4.OptionsTableLayoutItem.RowIndex = 2;
            this.layoutControlItem4.Size = new System.Drawing.Size(382, 31);
            this.layoutControlItem4.Size = new System.Drawing.Size(388, 32);
            this.layoutControlItem4.Text = "送货单号";
            this.layoutControlItem4.TextSize = new System.Drawing.Size(75, 18);
            // 
            // layoutControlItem6
            // 
            this.layoutControlItem6.Control = this.txt_isSrm;
            this.layoutControlItem6.Location = new System.Drawing.Point(1146, 93);
            this.layoutControlItem6.Location = new System.Drawing.Point(1164, 96);
            this.layoutControlItem6.Name = "layoutControlItem6";
            this.layoutControlItem6.OptionsTableLayoutItem.ColumnIndex = 3;
            this.layoutControlItem6.OptionsTableLayoutItem.RowIndex = 3;
            this.layoutControlItem6.Size = new System.Drawing.Size(384, 31);
            this.layoutControlItem6.Size = new System.Drawing.Size(389, 33);
            this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem6.TextVisible = false;
            // 
@@ -1662,5 +1676,6 @@
        private DevExpress.XtraGrid.Columns.GridColumn gv_iqcsub;
        private DevExpress.XtraGrid.Columns.GridColumn gv_isCompleted;
        private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn21;
    }
}
DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemArn.cs
@@ -41,6 +41,8 @@
           {
               Gs.DevApp.ToolBox.UtilityHelper.JumpTab(xtraTabControl1, 0);
           }, tips);
            // 添加gridView1的RowStyle事件,当退货标识th=1时整行标红
            gridView1.RowStyle += GridView1_RowStyle;
            Gs.DevApp.ToolBox.UtilityHelper.SetTabParameter(gridView1, xtraTabControl1, pageBar1, (value) =>
            {
                getModel(value);
@@ -159,6 +161,26 @@
            ConfigureOaColumn(gridColumn2, "xblb", "选别类别", 19);
        }
        /// <summary>
        /// gridView1的RowStyle事件,当退货标识th=1时整行标红
        /// </summary>
        private void GridView1_RowStyle(object sender, RowStyleEventArgs e)
        {
            if (e.RowHandle >= 0)
            {
                var view = sender as GridView;
                if (view != null)
                {
                    var thValue = view.GetRowCellValue(e.RowHandle, "th");
                    if (thValue != null && thValue.ToString() == "1")
                    {
                        e.Appearance.BackColor = System.Drawing.Color.Red;
                        e.Appearance.ForeColor = System.Drawing.Color.White;
                    }
                }
            }
        }
        private static void ConfigureOaColumn(GridColumn column, string fieldName, string caption, int visibleIndex)
        {
            if (column == null)
DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemIns.Designer.cs
@@ -387,7 +387,7 @@
            // 
            this.gv_createBy.AppearanceCell.Options.UseFont = true;
            this.gv_createBy.Caption = "创建人 ";
            this.gv_createBy.FieldName = "createBy";
            this.gv_createBy.FieldName = "createUser";
            this.gv_createBy.Name = "gv_createBy";
            this.gv_createBy.OptionsColumn.AllowEdit = false;
            this.gv_createBy.Tag = "query_a.CREATE_BY";
@@ -459,7 +459,7 @@
            // 
            this.gv_checkUser.AppearanceCell.Options.UseFont = true;
            this.gv_checkUser.Caption = "审核人 ";
            this.gv_checkUser.FieldName = "checkUser";
            this.gv_checkUser.FieldName = "checkUserName";
            this.gv_checkUser.Name = "gv_checkUser";
            this.gv_checkUser.OptionsColumn.AllowEdit = false;
            this.gv_checkUser.Tag = "query_a.CHECK_USER";