huawei
2025-12-04 ff3f7a81758be6c7df5be8d1b2e10a645c7d4ebd
优化:选择单据的同时 申请类型变动
已修改2个文件
145 ■■■■ 文件已修改
DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesDbck.cs 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesDbckDj.Designer.cs 140 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesDbck.cs
@@ -171,12 +171,11 @@
                // 根据当前申请类型判断应该打开哪个类型的弹窗
                string selectedValue = txt_fBillTypeID.EditValue?.ToString();
                string defaultType = "1"; // 默认生产
                if (!string.IsNullOrEmpty(selectedValue) && selectedValue.Contains("委外"))
                {
                    defaultType = "2"; // 委外
                }
                SetComboBoxValue(txt_fBillTypeID, "生产调拨申请单(DBSQD03_SC)");
                var frm = new SelectSqmx(defaultType); 
                 //var frm = new SelectSqmx();
@@ -184,9 +183,9 @@
                frm.SelectionTypeChanged += (ss, ee) =>
                {
                    string workId = ee.Data; // 1是生产,2是委外
                                             // 生产订单,设置对应的申请类型
                    if (workId == "1")
                    {
                        // 生产订单,设置对应的申请类型
                        SetComboBoxValue(txt_fBillTypeID, "生产调拨申请单(DBSQD03_SC)");
                    }
                    else if (workId == "2")
DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesDbckDj.Designer.cs
@@ -620,7 +620,7 @@
            this.splitMx1.Panel2.Text = "Panel2";
            this.splitMx1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
            this.splitMx1.Size = new System.Drawing.Size(1408, 698);
            this.splitMx1.SplitterPosition = 248;
            this.splitMx1.SplitterPosition = 315;
            this.splitMx1.TabIndex = 0;
            // 
            // layoutMx1
@@ -658,7 +658,7 @@
            this.layoutMx1.Name = "layoutMx1";
            this.layoutMx1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(576, 247, 812, 500);
            this.layoutMx1.Root = this.Root;
            this.layoutMx1.Size = new System.Drawing.Size(1408, 248);
            this.layoutMx1.Size = new System.Drawing.Size(1408, 315);
            this.layoutMx1.TabIndex = 0;
            this.layoutMx1.Text = "layoutControl1";
            // 
@@ -673,7 +673,7 @@
            // 
            // txt_fOwnerTypeInIdHead
            // 
            this.txt_fOwnerTypeInIdHead.Location = new System.Drawing.Point(479, 126);
            this.txt_fOwnerTypeInIdHead.Location = new System.Drawing.Point(479, 159);
            this.txt_fOwnerTypeInIdHead.Margin = new System.Windows.Forms.Padding(4);
            this.txt_fOwnerTypeInIdHead.Name = "txt_fOwnerTypeInIdHead";
            this.txt_fOwnerTypeInIdHead.Properties.Appearance.Options.UseFont = true;
@@ -684,7 +684,7 @@
            // 
            // txt_ckName
            // 
            this.txt_ckName.Location = new System.Drawing.Point(1173, 164);
            this.txt_ckName.Location = new System.Drawing.Point(1173, 208);
            this.txt_ckName.Margin = new System.Windows.Forms.Padding(4);
            this.txt_ckName.Name = "txt_ckName";
            this.txt_ckName.Properties.Appearance.Options.UseFont = true;
@@ -695,7 +695,7 @@
            // 
            // txt_fTransferDirect
            // 
            this.txt_fTransferDirect.Location = new System.Drawing.Point(132, 126);
            this.txt_fTransferDirect.Location = new System.Drawing.Point(132, 159);
            this.txt_fTransferDirect.Margin = new System.Windows.Forms.Padding(4);
            this.txt_fTransferDirect.Name = "txt_fTransferDirect";
            this.txt_fTransferDirect.Properties.Appearance.Options.UseFont = true;
@@ -706,7 +706,7 @@
            // 
            // txt_rkName
            // 
            this.txt_rkName.Location = new System.Drawing.Point(826, 164);
            this.txt_rkName.Location = new System.Drawing.Point(826, 208);
            this.txt_rkName.Margin = new System.Windows.Forms.Padding(4);
            this.txt_rkName.Name = "txt_rkName";
            this.txt_rkName.Properties.Appearance.Options.UseFont = true;
@@ -717,7 +717,7 @@
            // 
            // txt_fBusinessType
            // 
            this.txt_fBusinessType.Location = new System.Drawing.Point(132, 88);
            this.txt_fBusinessType.Location = new System.Drawing.Point(132, 110);
            this.txt_fBusinessType.Margin = new System.Windows.Forms.Padding(4);
            this.txt_fBusinessType.Name = "txt_fBusinessType";
            this.txt_fBusinessType.Properties.Appearance.Options.UseFont = true;
@@ -728,7 +728,7 @@
            // 
            // txt_fOwnerTypeOutIdHead
            // 
            this.txt_fOwnerTypeOutIdHead.Location = new System.Drawing.Point(479, 88);
            this.txt_fOwnerTypeOutIdHead.Location = new System.Drawing.Point(479, 110);
            this.txt_fOwnerTypeOutIdHead.Margin = new System.Windows.Forms.Padding(4);
            this.txt_fOwnerTypeOutIdHead.Name = "txt_fOwnerTypeOutIdHead";
            this.txt_fOwnerTypeOutIdHead.Properties.Appearance.Options.UseFont = true;
@@ -739,7 +739,7 @@
            // 
            // txt_sqRemarks
            // 
            this.txt_sqRemarks.Location = new System.Drawing.Point(132, 164);
            this.txt_sqRemarks.Location = new System.Drawing.Point(132, 208);
            this.txt_sqRemarks.Margin = new System.Windows.Forms.Padding(4);
            this.txt_sqRemarks.Name = "txt_sqRemarks";
            this.txt_sqRemarks.Properties.Appearance.Options.UseFont = true;
@@ -749,7 +749,7 @@
            // 
            // txt_taskNo
            // 
            this.txt_taskNo.Location = new System.Drawing.Point(479, 164);
            this.txt_taskNo.Location = new System.Drawing.Point(479, 208);
            this.txt_taskNo.Margin = new System.Windows.Forms.Padding(4);
            this.txt_taskNo.Name = "txt_taskNo";
            this.txt_taskNo.Properties.Appearance.Options.UseFont = true;
@@ -760,7 +760,7 @@
            // 
            // txt_ftranstype
            // 
            this.txt_ftranstype.Location = new System.Drawing.Point(479, 50);
            this.txt_ftranstype.Location = new System.Drawing.Point(479, 61);
            this.txt_ftranstype.Margin = new System.Windows.Forms.Padding(4);
            this.txt_ftranstype.Name = "txt_ftranstype";
            this.txt_ftranstype.Properties.Appearance.Options.UseFont = true;
@@ -771,7 +771,7 @@
            // 
            // txt_createDate
            // 
            this.txt_createDate.Location = new System.Drawing.Point(1173, 50);
            this.txt_createDate.Location = new System.Drawing.Point(1173, 61);
            this.txt_createDate.Margin = new System.Windows.Forms.Padding(4);
            this.txt_createDate.Name = "txt_createDate";
            this.txt_createDate.Properties.Appearance.Options.UseFont = true;
@@ -793,7 +793,7 @@
            // 
            // txt_fBillTypeID
            // 
            this.txt_fBillTypeID.Location = new System.Drawing.Point(132, 50);
            this.txt_fBillTypeID.Location = new System.Drawing.Point(132, 61);
            this.txt_fBillTypeID.Margin = new System.Windows.Forms.Padding(4);
            this.txt_fBillTypeID.Name = "txt_fBillTypeID";
            this.txt_fBillTypeID.Properties.Appearance.Options.UseFont = true;
@@ -826,7 +826,7 @@
            // 
            // txt_djcheckdate
            // 
            this.txt_djcheckdate.Location = new System.Drawing.Point(826, 126);
            this.txt_djcheckdate.Location = new System.Drawing.Point(826, 159);
            this.txt_djcheckdate.Margin = new System.Windows.Forms.Padding(4);
            this.txt_djcheckdate.Name = "txt_djcheckdate";
            this.txt_djcheckdate.Properties.Appearance.Options.UseFont = true;
@@ -848,7 +848,7 @@
            // 
            // txt_fCreateDate
            // 
            this.txt_fCreateDate.Location = new System.Drawing.Point(826, 50);
            this.txt_fCreateDate.Location = new System.Drawing.Point(826, 61);
            this.txt_fCreateDate.Margin = new System.Windows.Forms.Padding(4);
            this.txt_fCreateDate.Name = "txt_fCreateDate";
            this.txt_fCreateDate.Properties.Appearance.Options.UseFont = true;
@@ -859,7 +859,7 @@
            // 
            // txt_djcheckuser
            // 
            this.txt_djcheckuser.Location = new System.Drawing.Point(826, 88);
            this.txt_djcheckuser.Location = new System.Drawing.Point(826, 110);
            this.txt_djcheckuser.Margin = new System.Windows.Forms.Padding(4);
            this.txt_djcheckuser.Name = "txt_djcheckuser";
            this.txt_djcheckuser.Properties.Appearance.Options.UseFont = true;
@@ -870,7 +870,7 @@
            // 
            // txt_statusChk
            // 
            this.txt_statusChk.Location = new System.Drawing.Point(1053, 88);
            this.txt_statusChk.Location = new System.Drawing.Point(1053, 110);
            this.txt_statusChk.Margin = new System.Windows.Forms.Padding(4);
            this.txt_statusChk.Name = "txt_statusChk";
            this.txt_statusChk.Properties.Caption = "审核状态";
@@ -881,7 +881,7 @@
            // 
            // txt_wjChk
            // 
            this.txt_wjChk.Location = new System.Drawing.Point(1053, 126);
            this.txt_wjChk.Location = new System.Drawing.Point(1053, 159);
            this.txt_wjChk.Margin = new System.Windows.Forms.Padding(4);
            this.txt_wjChk.Name = "txt_wjChk";
            this.txt_wjChk.Properties.Caption = "完结标识";
@@ -892,7 +892,7 @@
            // 
            // txt_drHz
            // 
            this.txt_drHz.Location = new System.Drawing.Point(826, 202);
            this.txt_drHz.Location = new System.Drawing.Point(826, 257);
            this.txt_drHz.Margin = new System.Windows.Forms.Padding(4);
            this.txt_drHz.Name = "txt_drHz";
            this.txt_drHz.Size = new System.Drawing.Size(223, 28);
@@ -901,7 +901,7 @@
            // 
            // txt_dcHz
            // 
            this.txt_dcHz.Location = new System.Drawing.Point(479, 202);
            this.txt_dcHz.Location = new System.Drawing.Point(479, 257);
            this.txt_dcHz.Margin = new System.Windows.Forms.Padding(4);
            this.txt_dcHz.Name = "txt_dcHz";
            this.txt_dcHz.Size = new System.Drawing.Size(223, 28);
@@ -910,7 +910,7 @@
            // 
            // txt_fSrcType
            // 
            this.txt_fSrcType.Location = new System.Drawing.Point(132, 202);
            this.txt_fSrcType.Location = new System.Drawing.Point(132, 257);
            this.txt_fSrcType.Margin = new System.Windows.Forms.Padding(4);
            this.txt_fSrcType.Name = "txt_fSrcType";
            this.txt_fSrcType.Size = new System.Drawing.Size(223, 28);
@@ -919,7 +919,7 @@
            // 
            // txt_djtype
            // 
            this.txt_djtype.Location = new System.Drawing.Point(1173, 202);
            this.txt_djtype.Location = new System.Drawing.Point(1173, 257);
            this.txt_djtype.Margin = new System.Windows.Forms.Padding(4);
            this.txt_djtype.Name = "txt_djtype";
            this.txt_djtype.Size = new System.Drawing.Size(223, 28);
@@ -1001,7 +1001,7 @@
            rowDefinition4,
            rowDefinition5,
            rowDefinition6});
            this.Root.Size = new System.Drawing.Size(1408, 248);
            this.Root.Size = new System.Drawing.Size(1408, 315);
            this.Root.TextVisible = false;
            // 
            // layoutControlItem1
@@ -1009,7 +1009,7 @@
            this.layoutControlItem1.Control = this.txt_billNo;
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem1.Name = "layoutControlItem1";
            this.layoutControlItem1.Size = new System.Drawing.Size(347, 38);
            this.layoutControlItem1.Size = new System.Drawing.Size(347, 49);
            this.layoutControlItem1.Text = "调拨单号";
            this.layoutControlItem1.TextSize = new System.Drawing.Size(108, 22);
            // 
@@ -1019,7 +1019,7 @@
            this.layoutControlItem2.Location = new System.Drawing.Point(347, 0);
            this.layoutControlItem2.Name = "layoutControlItem2";
            this.layoutControlItem2.OptionsTableLayoutItem.ColumnIndex = 1;
            this.layoutControlItem2.Size = new System.Drawing.Size(347, 38);
            this.layoutControlItem2.Size = new System.Drawing.Size(347, 49);
            this.layoutControlItem2.Text = "申请组织";
            this.layoutControlItem2.TextSize = new System.Drawing.Size(108, 22);
            // 
@@ -1029,7 +1029,7 @@
            this.layoutControlItem3.Location = new System.Drawing.Point(694, 0);
            this.layoutControlItem3.Name = "layoutControlItem3";
            this.layoutControlItem3.OptionsTableLayoutItem.ColumnIndex = 2;
            this.layoutControlItem3.Size = new System.Drawing.Size(347, 38);
            this.layoutControlItem3.Size = new System.Drawing.Size(347, 49);
            this.layoutControlItem3.Text = "申请人员";
            this.layoutControlItem3.TextSize = new System.Drawing.Size(108, 22);
            // 
@@ -1039,135 +1039,135 @@
            this.layoutControlItem4.Location = new System.Drawing.Point(1041, 0);
            this.layoutControlItem4.Name = "layoutControlItem4";
            this.layoutControlItem4.OptionsTableLayoutItem.ColumnIndex = 3;
            this.layoutControlItem4.Size = new System.Drawing.Size(347, 38);
            this.layoutControlItem4.Size = new System.Drawing.Size(347, 49);
            this.layoutControlItem4.Text = "创建人员";
            this.layoutControlItem4.TextSize = new System.Drawing.Size(108, 22);
            // 
            // layoutControlItem5
            // 
            this.layoutControlItem5.Control = this.txt_fBillTypeID;
            this.layoutControlItem5.Location = new System.Drawing.Point(0, 38);
            this.layoutControlItem5.Location = new System.Drawing.Point(0, 49);
            this.layoutControlItem5.Name = "layoutControlItem5";
            this.layoutControlItem5.OptionsTableLayoutItem.RowIndex = 1;
            this.layoutControlItem5.Size = new System.Drawing.Size(347, 38);
            this.layoutControlItem5.Size = new System.Drawing.Size(347, 49);
            this.layoutControlItem5.Text = "申请类型";
            this.layoutControlItem5.TextSize = new System.Drawing.Size(108, 22);
            // 
            // layoutControlItem6
            // 
            this.layoutControlItem6.Control = this.txt_ftranstype;
            this.layoutControlItem6.Location = new System.Drawing.Point(347, 38);
            this.layoutControlItem6.Location = new System.Drawing.Point(347, 49);
            this.layoutControlItem6.Name = "layoutControlItem6";
            this.layoutControlItem6.OptionsTableLayoutItem.ColumnIndex = 1;
            this.layoutControlItem6.OptionsTableLayoutItem.RowIndex = 1;
            this.layoutControlItem6.Size = new System.Drawing.Size(347, 38);
            this.layoutControlItem6.Size = new System.Drawing.Size(347, 49);
            this.layoutControlItem6.Text = "调拨类型";
            this.layoutControlItem6.TextSize = new System.Drawing.Size(108, 22);
            // 
            // layoutControlItem7
            // 
            this.layoutControlItem7.Control = this.txt_fCreateDate;
            this.layoutControlItem7.Location = new System.Drawing.Point(694, 38);
            this.layoutControlItem7.Location = new System.Drawing.Point(694, 49);
            this.layoutControlItem7.Name = "layoutControlItem7";
            this.layoutControlItem7.OptionsTableLayoutItem.ColumnIndex = 2;
            this.layoutControlItem7.OptionsTableLayoutItem.RowIndex = 1;
            this.layoutControlItem7.Size = new System.Drawing.Size(347, 38);
            this.layoutControlItem7.Size = new System.Drawing.Size(347, 49);
            this.layoutControlItem7.Text = "申请时间";
            this.layoutControlItem7.TextSize = new System.Drawing.Size(108, 22);
            // 
            // layoutControlItem8
            // 
            this.layoutControlItem8.Control = this.txt_createDate;
            this.layoutControlItem8.Location = new System.Drawing.Point(1041, 38);
            this.layoutControlItem8.Location = new System.Drawing.Point(1041, 49);
            this.layoutControlItem8.Name = "layoutControlItem8";
            this.layoutControlItem8.OptionsTableLayoutItem.ColumnIndex = 3;
            this.layoutControlItem8.OptionsTableLayoutItem.RowIndex = 1;
            this.layoutControlItem8.Size = new System.Drawing.Size(347, 38);
            this.layoutControlItem8.Size = new System.Drawing.Size(347, 49);
            this.layoutControlItem8.Text = "创建时间";
            this.layoutControlItem8.TextSize = new System.Drawing.Size(108, 22);
            // 
            // layoutControlItem9
            // 
            this.layoutControlItem9.Control = this.txt_fBusinessType;
            this.layoutControlItem9.Location = new System.Drawing.Point(0, 76);
            this.layoutControlItem9.Location = new System.Drawing.Point(0, 98);
            this.layoutControlItem9.Name = "layoutControlItem9";
            this.layoutControlItem9.OptionsTableLayoutItem.RowIndex = 2;
            this.layoutControlItem9.Size = new System.Drawing.Size(347, 38);
            this.layoutControlItem9.Size = new System.Drawing.Size(347, 49);
            this.layoutControlItem9.Text = "业务类型";
            this.layoutControlItem9.TextSize = new System.Drawing.Size(108, 22);
            // 
            // layoutControlItem10
            // 
            this.layoutControlItem10.Control = this.txt_fOwnerTypeOutIdHead;
            this.layoutControlItem10.Location = new System.Drawing.Point(347, 76);
            this.layoutControlItem10.Location = new System.Drawing.Point(347, 98);
            this.layoutControlItem10.Name = "layoutControlItem10";
            this.layoutControlItem10.OptionsTableLayoutItem.ColumnIndex = 1;
            this.layoutControlItem10.OptionsTableLayoutItem.RowIndex = 2;
            this.layoutControlItem10.Size = new System.Drawing.Size(347, 38);
            this.layoutControlItem10.Size = new System.Drawing.Size(347, 49);
            this.layoutControlItem10.Text = "调出货主类型";
            this.layoutControlItem10.TextSize = new System.Drawing.Size(108, 22);
            // 
            // layoutControlItem11
            // 
            this.layoutControlItem11.Control = this.txt_djcheckuser;
            this.layoutControlItem11.Location = new System.Drawing.Point(694, 76);
            this.layoutControlItem11.Location = new System.Drawing.Point(694, 98);
            this.layoutControlItem11.Name = "layoutControlItem11";
            this.layoutControlItem11.OptionsTableLayoutItem.ColumnIndex = 2;
            this.layoutControlItem11.OptionsTableLayoutItem.RowIndex = 2;
            this.layoutControlItem11.Size = new System.Drawing.Size(347, 38);
            this.layoutControlItem11.Size = new System.Drawing.Size(347, 49);
            this.layoutControlItem11.Text = "审核人员";
            this.layoutControlItem11.TextSize = new System.Drawing.Size(108, 22);
            // 
            // layoutControlItem12
            // 
            this.layoutControlItem12.Control = this.txt_fTransferDirect;
            this.layoutControlItem12.Location = new System.Drawing.Point(0, 114);
            this.layoutControlItem12.Location = new System.Drawing.Point(0, 147);
            this.layoutControlItem12.Name = "layoutControlItem12";
            this.layoutControlItem12.OptionsTableLayoutItem.RowIndex = 3;
            this.layoutControlItem12.Size = new System.Drawing.Size(347, 38);
            this.layoutControlItem12.Size = new System.Drawing.Size(347, 49);
            this.layoutControlItem12.Text = "调拨方向";
            this.layoutControlItem12.TextSize = new System.Drawing.Size(108, 22);
            // 
            // layoutControlItem13
            // 
            this.layoutControlItem13.Control = this.txt_fOwnerTypeInIdHead;
            this.layoutControlItem13.Location = new System.Drawing.Point(347, 114);
            this.layoutControlItem13.Location = new System.Drawing.Point(347, 147);
            this.layoutControlItem13.Name = "layoutControlItem13";
            this.layoutControlItem13.OptionsTableLayoutItem.ColumnIndex = 1;
            this.layoutControlItem13.OptionsTableLayoutItem.RowIndex = 3;
            this.layoutControlItem13.Size = new System.Drawing.Size(347, 38);
            this.layoutControlItem13.Size = new System.Drawing.Size(347, 49);
            this.layoutControlItem13.Text = "调入货主类型";
            this.layoutControlItem13.TextSize = new System.Drawing.Size(108, 22);
            // 
            // layoutControlItem14
            // 
            this.layoutControlItem14.Control = this.txt_djcheckdate;
            this.layoutControlItem14.Location = new System.Drawing.Point(694, 114);
            this.layoutControlItem14.Location = new System.Drawing.Point(694, 147);
            this.layoutControlItem14.Name = "layoutControlItem14";
            this.layoutControlItem14.OptionsTableLayoutItem.ColumnIndex = 2;
            this.layoutControlItem14.OptionsTableLayoutItem.RowIndex = 3;
            this.layoutControlItem14.Size = new System.Drawing.Size(347, 38);
            this.layoutControlItem14.Size = new System.Drawing.Size(347, 49);
            this.layoutControlItem14.Text = "审核时间";
            this.layoutControlItem14.TextSize = new System.Drawing.Size(108, 22);
            // 
            // layoutControlItem15
            // 
            this.layoutControlItem15.Control = this.txt_sqRemarks;
            this.layoutControlItem15.Location = new System.Drawing.Point(0, 152);
            this.layoutControlItem15.Location = new System.Drawing.Point(0, 196);
            this.layoutControlItem15.Name = "layoutControlItem15";
            this.layoutControlItem15.OptionsTableLayoutItem.RowIndex = 4;
            this.layoutControlItem15.Size = new System.Drawing.Size(347, 38);
            this.layoutControlItem15.Size = new System.Drawing.Size(347, 49);
            this.layoutControlItem15.Text = "申请备注";
            this.layoutControlItem15.TextSize = new System.Drawing.Size(108, 22);
            // 
            // layoutControlItem16
            // 
            this.layoutControlItem16.Control = this.txt_taskNo;
            this.layoutControlItem16.Location = new System.Drawing.Point(347, 152);
            this.layoutControlItem16.Location = new System.Drawing.Point(347, 196);
            this.layoutControlItem16.Name = "layoutControlItem16";
            this.layoutControlItem16.OptionsTableLayoutItem.ColumnIndex = 1;
            this.layoutControlItem16.OptionsTableLayoutItem.RowIndex = 4;
            this.layoutControlItem16.Size = new System.Drawing.Size(347, 38);
            this.layoutControlItem16.Size = new System.Drawing.Size(347, 49);
            this.layoutControlItem16.Text = "申请单号";
            this.layoutControlItem16.TextSize = new System.Drawing.Size(108, 22);
            // 
@@ -1175,33 +1175,33 @@
            // 
            this.layoutControlItem17.Control = this.txt_rkName;
            this.layoutControlItem17.CustomizationFormText = "移入仓库";
            this.layoutControlItem17.Location = new System.Drawing.Point(694, 152);
            this.layoutControlItem17.Location = new System.Drawing.Point(694, 196);
            this.layoutControlItem17.Name = "layoutControlItem17";
            this.layoutControlItem17.OptionsTableLayoutItem.ColumnIndex = 2;
            this.layoutControlItem17.OptionsTableLayoutItem.RowIndex = 4;
            this.layoutControlItem17.Size = new System.Drawing.Size(347, 38);
            this.layoutControlItem17.Size = new System.Drawing.Size(347, 49);
            this.layoutControlItem17.Text = "移入仓库";
            this.layoutControlItem17.TextSize = new System.Drawing.Size(108, 22);
            // 
            // layoutControlItem18
            // 
            this.layoutControlItem18.Control = this.txt_ckName;
            this.layoutControlItem18.Location = new System.Drawing.Point(1041, 152);
            this.layoutControlItem18.Location = new System.Drawing.Point(1041, 196);
            this.layoutControlItem18.Name = "layoutControlItem18";
            this.layoutControlItem18.OptionsTableLayoutItem.ColumnIndex = 3;
            this.layoutControlItem18.OptionsTableLayoutItem.RowIndex = 4;
            this.layoutControlItem18.Size = new System.Drawing.Size(347, 38);
            this.layoutControlItem18.Size = new System.Drawing.Size(347, 49);
            this.layoutControlItem18.Text = "移出仓库";
            this.layoutControlItem18.TextSize = new System.Drawing.Size(108, 22);
            // 
            // layoutControlItem19
            // 
            this.layoutControlItem19.Control = this.txt_statusChk;
            this.layoutControlItem19.Location = new System.Drawing.Point(1041, 76);
            this.layoutControlItem19.Location = new System.Drawing.Point(1041, 98);
            this.layoutControlItem19.Name = "layoutControlItem19";
            this.layoutControlItem19.OptionsTableLayoutItem.ColumnIndex = 3;
            this.layoutControlItem19.OptionsTableLayoutItem.RowIndex = 2;
            this.layoutControlItem19.Size = new System.Drawing.Size(347, 38);
            this.layoutControlItem19.Size = new System.Drawing.Size(347, 49);
            this.layoutControlItem19.Text = "审核状态";
            this.layoutControlItem19.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem19.TextVisible = false;
@@ -1209,11 +1209,11 @@
            // layoutControlItem20
            // 
            this.layoutControlItem20.Control = this.txt_wjChk;
            this.layoutControlItem20.Location = new System.Drawing.Point(1041, 114);
            this.layoutControlItem20.Location = new System.Drawing.Point(1041, 147);
            this.layoutControlItem20.Name = "layoutControlItem20";
            this.layoutControlItem20.OptionsTableLayoutItem.ColumnIndex = 3;
            this.layoutControlItem20.OptionsTableLayoutItem.RowIndex = 3;
            this.layoutControlItem20.Size = new System.Drawing.Size(347, 38);
            this.layoutControlItem20.Size = new System.Drawing.Size(347, 49);
            this.layoutControlItem20.Text = "完结状态";
            this.layoutControlItem20.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem20.TextVisible = false;
@@ -1221,43 +1221,43 @@
            // layoutControlItem22
            // 
            this.layoutControlItem22.Control = this.txt_drHz;
            this.layoutControlItem22.Location = new System.Drawing.Point(694, 190);
            this.layoutControlItem22.Location = new System.Drawing.Point(694, 245);
            this.layoutControlItem22.Name = "layoutControlItem22";
            this.layoutControlItem22.OptionsTableLayoutItem.ColumnIndex = 2;
            this.layoutControlItem22.OptionsTableLayoutItem.RowIndex = 5;
            this.layoutControlItem22.Size = new System.Drawing.Size(347, 38);
            this.layoutControlItem22.Size = new System.Drawing.Size(347, 50);
            this.layoutControlItem22.Text = "调入货主";
            this.layoutControlItem22.TextSize = new System.Drawing.Size(108, 22);
            // 
            // layoutControlItem23
            // 
            this.layoutControlItem23.Control = this.txt_dcHz;
            this.layoutControlItem23.Location = new System.Drawing.Point(347, 190);
            this.layoutControlItem23.Location = new System.Drawing.Point(347, 245);
            this.layoutControlItem23.Name = "layoutControlItem23";
            this.layoutControlItem23.OptionsTableLayoutItem.ColumnIndex = 1;
            this.layoutControlItem23.OptionsTableLayoutItem.RowIndex = 5;
            this.layoutControlItem23.Size = new System.Drawing.Size(347, 38);
            this.layoutControlItem23.Size = new System.Drawing.Size(347, 50);
            this.layoutControlItem23.Text = "调出货主";
            this.layoutControlItem23.TextSize = new System.Drawing.Size(108, 22);
            // 
            // layoutControlItem24
            // 
            this.layoutControlItem24.Control = this.txt_fSrcType;
            this.layoutControlItem24.Location = new System.Drawing.Point(0, 190);
            this.layoutControlItem24.Location = new System.Drawing.Point(0, 245);
            this.layoutControlItem24.Name = "layoutControlItem24";
            this.layoutControlItem24.OptionsTableLayoutItem.RowIndex = 5;
            this.layoutControlItem24.Size = new System.Drawing.Size(347, 38);
            this.layoutControlItem24.Size = new System.Drawing.Size(347, 50);
            this.layoutControlItem24.Text = "源单类型";
            this.layoutControlItem24.TextSize = new System.Drawing.Size(108, 22);
            // 
            // layoutControlItem25
            // 
            this.layoutControlItem25.Control = this.txt_djtype;
            this.layoutControlItem25.Location = new System.Drawing.Point(1041, 190);
            this.layoutControlItem25.Location = new System.Drawing.Point(1041, 245);
            this.layoutControlItem25.Name = "layoutControlItem25";
            this.layoutControlItem25.OptionsTableLayoutItem.ColumnIndex = 3;
            this.layoutControlItem25.OptionsTableLayoutItem.RowIndex = 5;
            this.layoutControlItem25.Size = new System.Drawing.Size(347, 38);
            this.layoutControlItem25.Size = new System.Drawing.Size(347, 50);
            this.layoutControlItem25.Text = "单据类型";
            this.layoutControlItem25.TextSize = new System.Drawing.Size(108, 22);
            // 
@@ -1268,7 +1268,7 @@
            this.tabMx.Margin = new System.Windows.Forms.Padding(4);
            this.tabMx.Name = "tabMx";
            this.tabMx.SelectedTabPage = this.tabMxPage2;
            this.tabMx.Size = new System.Drawing.Size(1408, 435);
            this.tabMx.Size = new System.Drawing.Size(1408, 368);
            this.tabMx.TabIndex = 3;
            this.tabMx.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.tabMxPage2,
@@ -1279,7 +1279,7 @@
            this.tabMxPage2.Controls.Add(this.gcMx1);
            this.tabMxPage2.Margin = new System.Windows.Forms.Padding(4);
            this.tabMxPage2.Name = "tabMxPage2";
            this.tabMxPage2.Size = new System.Drawing.Size(1406, 397);
            this.tabMxPage2.Size = new System.Drawing.Size(1406, 330);
            this.tabMxPage2.Text = "物料明细";
            // 
            // gcMx1
@@ -1290,7 +1290,7 @@
            this.gcMx1.MainView = this.gvMx1;
            this.gcMx1.Margin = new System.Windows.Forms.Padding(4);
            this.gcMx1.Name = "gcMx1";
            this.gcMx1.Size = new System.Drawing.Size(1406, 397);
            this.gcMx1.Size = new System.Drawing.Size(1406, 330);
            this.gcMx1.TabIndex = 2;
            this.gcMx1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gvMx1});