cnf
2025-11-27 52293873742bef5d2bf8884d5949cad4e975536d
调拨,删除条码,工单打印
已修改6个文件
983 ■■■■ 文件已修改
DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.cs 34 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesDbck.Designer.cs 852 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesDbck.cs 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesDbck.resx 88 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
DevApp/Gs.DevApp/Program.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
DevApp/Gs.DevApp/UserControl/SelectDeleteBar.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.cs
@@ -42,6 +42,7 @@
            this.toolBarMenu1.btnShouJianClick += ToolBarMenu1_btnShouJianClick;
            this.toolBarMenu1.btnDelClick += ToolBarMenu1_btnDelClick;
            this.toolBarMenu1.btnGxClick += ToolBarMenu1_btnGxClick;
            this.toolBarMenu1.btnPrintClick += ToolBarMenu1_btnPrintClick;
            this.toolBarMenu1.getXmlConfig();
            gvMx1.Columns["barbl"].DisplayFormat.FormatType = FormatType.Numeric;
            gvMx1.Columns["barbl"].DisplayFormat.FormatString = "p0";
@@ -213,6 +214,8 @@
                    }
                }
            };
            //这是齐套标识卡,仅仅打印
            this.ucBtnPrint101.SetPlButton(false);
            this.ucBtnPrint101.btnPrintClick += (s, e) =>
@@ -278,6 +281,37 @@
        {
            getPageList(curPage);
        }
        /// <summary>
        /// 这是备料单打印
        /// </summary>
        /// <param name="sender"></param>
        /// <param name="e"></param>
        private void ToolBarMenu1_btnPrintClick(object sender, EventArgs e)
        {
            string rowGuid, rowName;
            (rowGuid, rowName) = UtilityHelper.GetCurrentRow(xtraTabControl1, lbGuid, txt_daa001, gridView1);
            if (string.IsNullOrEmpty(rowGuid))
            {
                this.toolBarMenu1.rptParameter = "return false";
                MsgHelper.Warning("请先选择你要打印的单据!");
                return;
            }
            string rptParameter = "rpt_Womdab{"
            + rowGuid  // @inOrderGuid - 单据guid
            + "," + "100"  // @isDesign - 重打都是传100
            + "," + ""  // @in1 - 入库时间(扩展用)
            + "," + ""  // @in2 - 特采(扩展用)
            + "," + ""  // @in3 - 供应商id(扩展用)
            + "," + ""  // @in4 - 张数(扩展用)
            + "," + ""  // @in5 - 数量(扩展用)
            + "," + ""  // @in6 - 扩展用
            + "}";
            this.toolBarMenu1.rptParameter = rptParameter;
            this.toolBarMenu1.guidKey = rowGuid;
        }
        /// <summary>
        /// 查询事件
        /// </summary>
DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesDbck.Designer.cs
@@ -31,61 +31,61 @@
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_MesDbck));
            DevExpress.XtraLayout.ColumnDefinition columnDefinition13 = new DevExpress.XtraLayout.ColumnDefinition();
            DevExpress.XtraLayout.ColumnDefinition columnDefinition14 = new DevExpress.XtraLayout.ColumnDefinition();
            DevExpress.XtraLayout.ColumnDefinition columnDefinition15 = new DevExpress.XtraLayout.ColumnDefinition();
            DevExpress.XtraLayout.ColumnDefinition columnDefinition16 = new DevExpress.XtraLayout.ColumnDefinition();
            DevExpress.XtraLayout.RowDefinition rowDefinition19 = new DevExpress.XtraLayout.RowDefinition();
            DevExpress.XtraLayout.RowDefinition rowDefinition20 = new DevExpress.XtraLayout.RowDefinition();
            DevExpress.XtraLayout.RowDefinition rowDefinition21 = new DevExpress.XtraLayout.RowDefinition();
            DevExpress.XtraLayout.RowDefinition rowDefinition22 = new DevExpress.XtraLayout.RowDefinition();
            DevExpress.XtraLayout.RowDefinition rowDefinition23 = new DevExpress.XtraLayout.RowDefinition();
            DevExpress.XtraLayout.RowDefinition rowDefinition24 = new DevExpress.XtraLayout.RowDefinition();
            DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions28 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject109 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject110 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject111 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject112 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions29 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject113 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject114 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject115 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject116 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions30 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject117 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject118 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject119 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject120 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions31 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject121 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject122 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject123 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject124 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions32 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject125 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject126 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject127 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject128 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions33 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject129 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject130 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject131 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject132 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions34 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject133 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject134 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject135 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject136 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions35 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject137 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject138 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject139 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject140 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions36 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject141 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject142 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject143 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject144 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition();
            DevExpress.XtraLayout.ColumnDefinition columnDefinition2 = new DevExpress.XtraLayout.ColumnDefinition();
            DevExpress.XtraLayout.ColumnDefinition columnDefinition3 = new DevExpress.XtraLayout.ColumnDefinition();
            DevExpress.XtraLayout.ColumnDefinition columnDefinition4 = new DevExpress.XtraLayout.ColumnDefinition();
            DevExpress.XtraLayout.RowDefinition rowDefinition1 = new DevExpress.XtraLayout.RowDefinition();
            DevExpress.XtraLayout.RowDefinition rowDefinition2 = new DevExpress.XtraLayout.RowDefinition();
            DevExpress.XtraLayout.RowDefinition rowDefinition3 = new DevExpress.XtraLayout.RowDefinition();
            DevExpress.XtraLayout.RowDefinition rowDefinition4 = new DevExpress.XtraLayout.RowDefinition();
            DevExpress.XtraLayout.RowDefinition rowDefinition5 = new DevExpress.XtraLayout.RowDefinition();
            DevExpress.XtraLayout.RowDefinition rowDefinition6 = new DevExpress.XtraLayout.RowDefinition();
            DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions2 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject5 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject6 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject7 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject8 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions3 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject9 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject10 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject11 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject12 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions4 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject13 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject14 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject15 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject16 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions5 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject17 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject18 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject19 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject20 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions6 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject21 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject22 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject23 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject24 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions7 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject25 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject26 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject27 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject28 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions8 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject29 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject30 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject31 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject32 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions9 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject33 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject34 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject35 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject36 = new DevExpress.Utils.SerializableAppearanceObject();
            this.toolBarMenu1 = new Gs.DevApp.UserControl.UcToolBarMenu();
            this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
            this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
@@ -346,10 +346,10 @@
            this.toolBarMenu1.guidKey = null;
            this.toolBarMenu1.isSetBtn = false;
            this.toolBarMenu1.Location = new System.Drawing.Point(0, 0);
            this.toolBarMenu1.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
            this.toolBarMenu1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
            this.toolBarMenu1.Name = "toolBarMenu1";
            this.toolBarMenu1.rptParameter = null;
            this.toolBarMenu1.Size = new System.Drawing.Size(1460, 97);
            this.toolBarMenu1.Size = new System.Drawing.Size(1022, 62);
            this.toolBarMenu1.TabIndex = 0;
            this.toolBarMenu1.xlsInService = null;
            this.toolBarMenu1.xlsOutParameter = null;
@@ -357,11 +357,10 @@
            // xtraTabControl1
            // 
            this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.xtraTabControl1.Location = new System.Drawing.Point(0, 97);
            this.xtraTabControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.xtraTabControl1.Location = new System.Drawing.Point(0, 62);
            this.xtraTabControl1.Name = "xtraTabControl1";
            this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
            this.xtraTabControl1.Size = new System.Drawing.Size(1460, 737);
            this.xtraTabControl1.Size = new System.Drawing.Size(1022, 469);
            this.xtraTabControl1.TabIndex = 3;
            this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.xtraTabPage1,
@@ -370,9 +369,8 @@
            // xtraTabPage1
            // 
            this.xtraTabPage1.Controls.Add(this.split1);
            this.xtraTabPage1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.xtraTabPage1.Name = "xtraTabPage1";
            this.xtraTabPage1.Size = new System.Drawing.Size(1458, 699);
            this.xtraTabPage1.Size = new System.Drawing.Size(1020, 443);
            this.xtraTabPage1.Text = "数据列表";
            // 
            // split1
@@ -381,7 +379,6 @@
            this.split1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
            this.split1.Horizontal = false;
            this.split1.Location = new System.Drawing.Point(0, 0);
            this.split1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.split1.Name = "split1";
            // 
            // split1.Panel1
@@ -394,19 +391,17 @@
            // 
            this.split1.Panel2.Text = "Panel2";
            this.split1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
            this.split1.Size = new System.Drawing.Size(1458, 699);
            this.split1.Size = new System.Drawing.Size(1020, 443);
            this.split1.SplitterPosition = 0;
            this.split1.TabIndex = 0;
            // 
            // gcMain1
            // 
            this.gcMain1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gcMain1.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.gcMain1.Location = new System.Drawing.Point(0, 0);
            this.gcMain1.MainView = this.gridView1;
            this.gcMain1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.gcMain1.Name = "gcMain1";
            this.gcMain1.Size = new System.Drawing.Size(1458, 635);
            this.gcMain1.Size = new System.Drawing.Size(1020, 402);
            this.gcMain1.TabIndex = 2;
            this.gcMain1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView1});
@@ -416,7 +411,7 @@
            this.gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true;
            this.gridView1.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
            this.gridView1.Appearance.Row.Options.UseFont = true;
            this.gridView1.ColumnPanelRowHeight = 61;
            this.gridView1.ColumnPanelRowHeight = 39;
            this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gv_isWc,
            this.gv_shState,
@@ -451,9 +446,9 @@
            this.gridColumn51,
            this.gridColumn52,
            this.gridColumn53});
            this.gridView1.DetailHeight = 427;
            this.gridView1.DetailHeight = 272;
            this.gridView1.GridControl = this.gcMain1;
            this.gridView1.IndicatorWidth = 61;
            this.gridView1.IndicatorWidth = 43;
            this.gridView1.Name = "gridView1";
            this.gridView1.OptionsFind.ShowSearchNavButtons = false;
            this.gridView1.OptionsView.ShowAutoFilterRow = true;
@@ -464,336 +459,335 @@
            this.gv_isWc.AppearanceCell.Options.UseFont = true;
            this.gv_isWc.Caption = "完结标识 ";
            this.gv_isWc.FieldName = "wjStatus";
            this.gv_isWc.MinWidth = 31;
            this.gv_isWc.MinWidth = 22;
            this.gv_isWc.Name = "gv_isWc";
            this.gv_isWc.OptionsColumn.AllowEdit = false;
            this.gv_isWc.Tag = "query_a.is_wc";
            this.gv_isWc.Visible = true;
            this.gv_isWc.VisibleIndex = 0;
            this.gv_isWc.Width = 61;
            this.gv_isWc.Width = 43;
            // 
            // gv_shState
            // 
            this.gv_shState.AppearanceCell.Options.UseFont = true;
            this.gv_shState.Caption = "审核状态 ";
            this.gv_shState.FieldName = "chkStatus";
            this.gv_shState.MinWidth = 31;
            this.gv_shState.MinWidth = 22;
            this.gv_shState.Name = "gv_shState";
            this.gv_shState.OptionsColumn.AllowEdit = false;
            this.gv_shState.Tag = "query_a.sh_state";
            this.gv_shState.Visible = true;
            this.gv_shState.VisibleIndex = 1;
            this.gv_shState.Width = 61;
            this.gv_shState.Width = 43;
            // 
            // gv_billno
            // 
            this.gv_billno.AppearanceCell.Options.UseFont = true;
            this.gv_billno.Caption = "申请单单号";
            this.gv_billno.FieldName = "fBillNo";
            this.gv_billno.MinWidth = 31;
            this.gv_billno.MinWidth = 22;
            this.gv_billno.Name = "gv_billno";
            this.gv_billno.OptionsColumn.AllowEdit = false;
            this.gv_billno.Tag = "query_a.billno";
            this.gv_billno.Visible = true;
            this.gv_billno.VisibleIndex = 2;
            this.gv_billno.Width = 124;
            this.gv_billno.Width = 87;
            // 
            // gridColumn25
            // 
            this.gridColumn25.Caption = "单据状态";
            this.gridColumn25.FieldName = "fDocumentStatusTxt";
            this.gridColumn25.MinWidth = 31;
            this.gridColumn25.MinWidth = 22;
            this.gridColumn25.Name = "gridColumn25";
            this.gridColumn25.Visible = true;
            this.gridColumn25.VisibleIndex = 3;
            this.gridColumn25.Width = 117;
            this.gridColumn25.Width = 82;
            // 
            // gridColumn26
            // 
            this.gridColumn26.Caption = "申请日期";
            this.gridColumn26.FieldName = "fDate";
            this.gridColumn26.MinWidth = 31;
            this.gridColumn26.MinWidth = 22;
            this.gridColumn26.Name = "gridColumn26";
            this.gridColumn26.Visible = true;
            this.gridColumn26.VisibleIndex = 4;
            this.gridColumn26.Width = 117;
            this.gridColumn26.Width = 82;
            // 
            // gridColumn27
            // 
            this.gridColumn27.Caption = "申请类型";
            this.gridColumn27.FieldName = "fBillTypeID";
            this.gridColumn27.MinWidth = 31;
            this.gridColumn27.MinWidth = 22;
            this.gridColumn27.Name = "gridColumn27";
            this.gridColumn27.Visible = true;
            this.gridColumn27.VisibleIndex = 5;
            this.gridColumn27.Width = 117;
            this.gridColumn27.Width = 82;
            // 
            // gridColumn28
            // 
            this.gridColumn28.Caption = "调拨类型";
            this.gridColumn28.FieldName = "ftranstype";
            this.gridColumn28.MinWidth = 31;
            this.gridColumn28.MinWidth = 22;
            this.gridColumn28.Name = "gridColumn28";
            this.gridColumn28.Visible = true;
            this.gridColumn28.VisibleIndex = 6;
            this.gridColumn28.Width = 117;
            this.gridColumn28.Width = 82;
            // 
            // gridColumn29
            // 
            this.gridColumn29.Caption = "调拨方向";
            this.gridColumn29.FieldName = "fTransferDirect";
            this.gridColumn29.MinWidth = 31;
            this.gridColumn29.MinWidth = 22;
            this.gridColumn29.Name = "gridColumn29";
            this.gridColumn29.Visible = true;
            this.gridColumn29.VisibleIndex = 7;
            this.gridColumn29.Width = 117;
            this.gridColumn29.Width = 82;
            // 
            // gridColumn30
            // 
            this.gridColumn30.Caption = "调出货主类型";
            this.gridColumn30.FieldName = "fOwnerTypeIdHead";
            this.gridColumn30.MinWidth = 31;
            this.gridColumn30.MinWidth = 22;
            this.gridColumn30.Name = "gridColumn30";
            this.gridColumn30.Visible = true;
            this.gridColumn30.VisibleIndex = 8;
            this.gridColumn30.Width = 117;
            this.gridColumn30.Width = 82;
            // 
            // gridColumn31
            // 
            this.gridColumn31.Caption = "调入货主类型";
            this.gridColumn31.FieldName = "fOwnerTypeInIdHead";
            this.gridColumn31.MinWidth = 31;
            this.gridColumn31.MinWidth = 22;
            this.gridColumn31.Name = "gridColumn31";
            this.gridColumn31.Visible = true;
            this.gridColumn31.VisibleIndex = 9;
            this.gridColumn31.Width = 117;
            this.gridColumn31.Width = 82;
            // 
            // gridColumn32
            // 
            this.gridColumn32.Caption = "备注";
            this.gridColumn32.FieldName = "fRemarks";
            this.gridColumn32.MinWidth = 31;
            this.gridColumn32.MinWidth = 22;
            this.gridColumn32.Name = "gridColumn32";
            this.gridColumn32.Visible = true;
            this.gridColumn32.VisibleIndex = 10;
            this.gridColumn32.Width = 117;
            this.gridColumn32.Width = 82;
            // 
            // gridColumn33
            // 
            this.gridColumn33.Caption = "创建人ID";
            this.gridColumn33.FieldName = "fCreatorId";
            this.gridColumn33.MinWidth = 31;
            this.gridColumn33.MinWidth = 22;
            this.gridColumn33.Name = "gridColumn33";
            this.gridColumn33.Width = 117;
            this.gridColumn33.Width = 82;
            // 
            // gridColumn34
            // 
            this.gridColumn34.Caption = "创建日期";
            this.gridColumn34.FieldName = "fCreateDate";
            this.gridColumn34.MinWidth = 31;
            this.gridColumn34.MinWidth = 22;
            this.gridColumn34.Name = "gridColumn34";
            this.gridColumn34.Visible = true;
            this.gridColumn34.VisibleIndex = 11;
            this.gridColumn34.Width = 117;
            this.gridColumn34.Width = 82;
            // 
            // gridColumn35
            // 
            this.gridColumn35.Caption = "最后修改人ID";
            this.gridColumn35.FieldName = "fModifierId";
            this.gridColumn35.MinWidth = 31;
            this.gridColumn35.MinWidth = 22;
            this.gridColumn35.Name = "gridColumn35";
            this.gridColumn35.Width = 117;
            this.gridColumn35.Width = 82;
            // 
            // gridColumn36
            // 
            this.gridColumn36.Caption = "最后修改日期";
            this.gridColumn36.FieldName = "fModifyDate";
            this.gridColumn36.MinWidth = 31;
            this.gridColumn36.MinWidth = 22;
            this.gridColumn36.Name = "gridColumn36";
            this.gridColumn36.Visible = true;
            this.gridColumn36.VisibleIndex = 13;
            this.gridColumn36.Width = 117;
            this.gridColumn36.Width = 82;
            // 
            // gridColumn37
            // 
            this.gridColumn37.Caption = "审核日期";
            this.gridColumn37.FieldName = "fapprovedate";
            this.gridColumn37.MinWidth = 31;
            this.gridColumn37.MinWidth = 22;
            this.gridColumn37.Name = "gridColumn37";
            this.gridColumn37.Visible = true;
            this.gridColumn37.VisibleIndex = 15;
            this.gridColumn37.Width = 117;
            this.gridColumn37.Width = 82;
            // 
            // gridColumn38
            // 
            this.gridColumn38.Caption = "审核人";
            this.gridColumn38.FieldNameSortGroup = "fapproveby";
            this.gridColumn38.MinWidth = 31;
            this.gridColumn38.MinWidth = 22;
            this.gridColumn38.Name = "gridColumn38";
            this.gridColumn38.Visible = true;
            this.gridColumn38.VisibleIndex = 16;
            this.gridColumn38.Width = 117;
            this.gridColumn38.Width = 82;
            // 
            // gridColumn39
            // 
            this.gridColumn39.Caption = "关闭状态";
            this.gridColumn39.FieldName = "fCloseStatusTxt";
            this.gridColumn39.MinWidth = 31;
            this.gridColumn39.MinWidth = 22;
            this.gridColumn39.Name = "gridColumn39";
            this.gridColumn39.Visible = true;
            this.gridColumn39.VisibleIndex = 17;
            this.gridColumn39.Width = 117;
            this.gridColumn39.Width = 82;
            // 
            // gridColumn40
            // 
            this.gridColumn40.Caption = "关闭人";
            this.gridColumn40.FieldNameSortGroup = "fCloserId";
            this.gridColumn40.MinWidth = 31;
            this.gridColumn40.MinWidth = 22;
            this.gridColumn40.Name = "gridColumn40";
            this.gridColumn40.Width = 117;
            this.gridColumn40.Width = 82;
            // 
            // gridColumn41
            // 
            this.gridColumn41.Caption = "关闭日期";
            this.gridColumn41.FieldNameSortGroup = "fCloseDate";
            this.gridColumn41.MinWidth = 31;
            this.gridColumn41.MinWidth = 22;
            this.gridColumn41.Name = "gridColumn41";
            this.gridColumn41.Width = 117;
            this.gridColumn41.Width = 82;
            // 
            // gridColumn42
            // 
            this.gridColumn42.Caption = "BOM版本";
            this.gridColumn42.FieldNameSortGroup = "fUnwBaseBombb";
            this.gridColumn42.MinWidth = 31;
            this.gridColumn42.MinWidth = 22;
            this.gridColumn42.Name = "gridColumn42";
            this.gridColumn42.Width = 117;
            this.gridColumn42.Width = 82;
            // 
            // gridColumn43
            // 
            this.gridColumn43.Caption = "父项物料编号";
            this.gridColumn43.FieldNameSortGroup = "fUnwBaseFxwlbm";
            this.gridColumn43.MinWidth = 31;
            this.gridColumn43.MinWidth = 22;
            this.gridColumn43.Name = "gridColumn43";
            this.gridColumn43.Width = 117;
            this.gridColumn43.Width = 82;
            // 
            // gridColumn44
            // 
            this.gridColumn44.Caption = "申请组织ID";
            this.gridColumn44.FieldName = "fapporgid";
            this.gridColumn44.MinWidth = 31;
            this.gridColumn44.MinWidth = 22;
            this.gridColumn44.Name = "gridColumn44";
            this.gridColumn44.Width = 117;
            this.gridColumn44.Width = 82;
            // 
            // gridColumn45
            // 
            this.gridColumn45.Caption = "业务类型";
            this.gridColumn45.FieldName = "fBusinessType";
            this.gridColumn45.MinWidth = 31;
            this.gridColumn45.MinWidth = 22;
            this.gridColumn45.Name = "gridColumn45";
            this.gridColumn45.Visible = true;
            this.gridColumn45.VisibleIndex = 18;
            this.gridColumn45.Width = 117;
            this.gridColumn45.Width = 82;
            // 
            // gridColumn46
            // 
            this.gridColumn46.Caption = "创建人";
            this.gridColumn46.FieldName = "fCreatorName";
            this.gridColumn46.MinWidth = 31;
            this.gridColumn46.MinWidth = 22;
            this.gridColumn46.Name = "gridColumn46";
            this.gridColumn46.Visible = true;
            this.gridColumn46.VisibleIndex = 12;
            this.gridColumn46.Width = 117;
            this.gridColumn46.Width = 82;
            // 
            // gridColumn47
            // 
            this.gridColumn47.Caption = "申请组织";
            this.gridColumn47.FieldName = "fapporgName";
            this.gridColumn47.MinWidth = 31;
            this.gridColumn47.MinWidth = 22;
            this.gridColumn47.Name = "gridColumn47";
            this.gridColumn47.Visible = true;
            this.gridColumn47.VisibleIndex = 19;
            this.gridColumn47.Width = 117;
            this.gridColumn47.Width = 82;
            // 
            // gridColumn48
            // 
            this.gridColumn48.Caption = "最后修改人";
            this.gridColumn48.FieldName = "fModifierName";
            this.gridColumn48.MinWidth = 31;
            this.gridColumn48.MinWidth = 22;
            this.gridColumn48.Name = "gridColumn48";
            this.gridColumn48.Visible = true;
            this.gridColumn48.VisibleIndex = 14;
            this.gridColumn48.Width = 117;
            this.gridColumn48.Width = 82;
            // 
            // gridColumn49
            // 
            this.gridColumn49.Caption = "单据类型";
            this.gridColumn49.FieldName = "djtype";
            this.gridColumn49.MinWidth = 31;
            this.gridColumn49.MinWidth = 22;
            this.gridColumn49.Name = "gridColumn49";
            this.gridColumn49.Visible = true;
            this.gridColumn49.VisibleIndex = 20;
            this.gridColumn49.Width = 117;
            this.gridColumn49.Width = 82;
            // 
            // gridColumn50
            // 
            this.gridColumn50.Caption = "来源";
            this.gridColumn50.FieldName = "source";
            this.gridColumn50.MinWidth = 31;
            this.gridColumn50.MinWidth = 22;
            this.gridColumn50.Name = "gridColumn50";
            this.gridColumn50.Visible = true;
            this.gridColumn50.VisibleIndex = 21;
            this.gridColumn50.Width = 117;
            this.gridColumn50.Width = 82;
            // 
            // gv_id
            // 
            this.gv_id.Caption = "主键GUID";
            this.gv_id.FieldName = "id";
            this.gv_id.MinWidth = 31;
            this.gv_id.MinWidth = 22;
            this.gv_id.Name = "gv_id";
            this.gv_id.Width = 117;
            this.gv_id.Width = 82;
            // 
            // gridColumn51
            // 
            this.gridColumn51.Caption = "售后审核";
            this.gridColumn51.FieldName = "qt026Chk";
            this.gridColumn51.MinWidth = 31;
            this.gridColumn51.MinWidth = 22;
            this.gridColumn51.Name = "gridColumn51";
            this.gridColumn51.Width = 117;
            this.gridColumn51.Width = 82;
            // 
            // gridColumn52
            // 
            this.gridColumn52.Caption = "售后审核人";
            this.gridColumn52.FieldName = "qt028";
            this.gridColumn52.MinWidth = 31;
            this.gridColumn52.MinWidth = 22;
            this.gridColumn52.Name = "gridColumn52";
            this.gridColumn52.Width = 117;
            this.gridColumn52.Width = 82;
            // 
            // gridColumn53
            // 
            this.gridColumn53.Caption = "售后审核时间";
            this.gridColumn53.FieldName = "qt027";
            this.gridColumn53.MinWidth = 31;
            this.gridColumn53.MinWidth = 22;
            this.gridColumn53.Name = "gridColumn53";
            this.gridColumn53.Width = 117;
            this.gridColumn53.Width = 82;
            // 
            // pageBar1
            // 
            this.pageBar1.CurrentPage = 1;
            this.pageBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.pageBar1.Location = new System.Drawing.Point(0, 635);
            this.pageBar1.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
            this.pageBar1.Location = new System.Drawing.Point(0, 402);
            this.pageBar1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.pageBar1.Name = "pageBar1";
            this.pageBar1.RecordCount = 0;
            this.pageBar1.Size = new System.Drawing.Size(1458, 49);
            this.pageBar1.Size = new System.Drawing.Size(1020, 31);
            this.pageBar1.TabIndex = 4;
            this.pageBar1.TotalPages = 0;
            // 
            // xtraTabPage3
            // 
            this.xtraTabPage3.Controls.Add(this.splitMx1);
            this.xtraTabPage3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.xtraTabPage3.Name = "xtraTabPage3";
            this.xtraTabPage3.Size = new System.Drawing.Size(1458, 699);
            this.xtraTabPage3.Size = new System.Drawing.Size(1020, 443);
            this.xtraTabPage3.Text = "数据详情";
            // 
            // splitMx1
@@ -801,7 +795,6 @@
            this.splitMx1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitMx1.Horizontal = false;
            this.splitMx1.Location = new System.Drawing.Point(0, 0);
            this.splitMx1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.splitMx1.Name = "splitMx1";
            // 
            // splitMx1.Panel1
@@ -814,8 +807,8 @@
            this.splitMx1.Panel2.Controls.Add(this.tabMx);
            this.splitMx1.Panel2.Text = "Panel2";
            this.splitMx1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
            this.splitMx1.Size = new System.Drawing.Size(1458, 699);
            this.splitMx1.SplitterPosition = 310;
            this.splitMx1.Size = new System.Drawing.Size(1020, 443);
            this.splitMx1.SplitterPosition = 197;
            this.splitMx1.TabIndex = 0;
            // 
            // layoutMx1
@@ -856,21 +849,19 @@
            this.layoutControlItem25,
            this.layoutControlItem29});
            this.layoutMx1.Location = new System.Drawing.Point(0, 0);
            this.layoutMx1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.layoutMx1.Name = "layoutMx1";
            this.layoutMx1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(576, 777, 1060, 500);
            this.layoutMx1.Root = this.Root;
            this.layoutMx1.Size = new System.Drawing.Size(1458, 310);
            this.layoutMx1.Size = new System.Drawing.Size(1020, 197);
            this.layoutMx1.TabIndex = 0;
            this.layoutMx1.Text = "layoutControl1";
            // 
            // btnCopyXls
            // 
            this.btnCopyXls.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnCopyXls.ImageOptions.Image")));
            this.btnCopyXls.Location = new System.Drawing.Point(12, 252);
            this.btnCopyXls.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.btnCopyXls.Location = new System.Drawing.Point(8, 161);
            this.btnCopyXls.Name = "btnCopyXls";
            this.btnCopyXls.Size = new System.Drawing.Size(146, 34);
            this.btnCopyXls.Size = new System.Drawing.Size(103, 22);
            this.btnCopyXls.StyleController = this.layoutMx1;
            this.btnCopyXls.TabIndex = 445;
            this.btnCopyXls.Text = "快捷录入";
@@ -878,45 +869,42 @@
            // txt_djtype
            // 
            this.txt_djtype.EditValue = "标准直接调拨单(ZJDB01_SYS)";
            this.txt_djtype.Location = new System.Drawing.Point(491, 204);
            this.txt_djtype.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.txt_djtype.Location = new System.Drawing.Point(339, 130);
            this.txt_djtype.Name = "txt_djtype";
            this.txt_djtype.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.txt_djtype.Properties.Items.AddRange(new object[] {
            "标准直接调拨单(ZJDB01_SYS)",
            "委外直接调拨单(WWDB01_SYS)"});
            "委外直接调拨单(WWDB01_SYS)",
            "生产直接调拨单(SCDB01_SYS)"});
            this.txt_djtype.Properties.ReadOnly = true;
            this.txt_djtype.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            this.txt_djtype.Size = new System.Drawing.Size(235, 28);
            this.txt_djtype.Size = new System.Drawing.Size(169, 20);
            this.txt_djtype.StyleController = this.layoutMx1;
            this.txt_djtype.TabIndex = 391;
            this.txt_djtype.Tag = "readonly";
            // 
            // lbGuid
            // 
            this.lbGuid.Location = new System.Drawing.Point(1050, 149);
            this.lbGuid.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.lbGuid.Location = new System.Drawing.Point(735, 95);
            this.lbGuid.Name = "lbGuid";
            this.lbGuid.Size = new System.Drawing.Size(341, 39);
            this.lbGuid.Size = new System.Drawing.Size(239, 25);
            this.lbGuid.TabIndex = 389;
            this.lbGuid.Text = "lbGuid";
            // 
            // txt_fRemarks
            // 
            this.txt_fRemarks.Location = new System.Drawing.Point(132, 204);
            this.txt_fRemarks.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.txt_fRemarks.Location = new System.Drawing.Point(88, 130);
            this.txt_fRemarks.Name = "txt_fRemarks";
            this.txt_fRemarks.Properties.Appearance.Options.UseFont = true;
            this.txt_fRemarks.Size = new System.Drawing.Size(235, 28);
            this.txt_fRemarks.Size = new System.Drawing.Size(169, 20);
            this.txt_fRemarks.StyleController = this.layoutMx1;
            this.txt_fRemarks.TabIndex = 371;
            // 
            // txt_fOwnerTypeInIdHead
            // 
            this.txt_fOwnerTypeInIdHead.EditValue = "组织(BD_OwnerOrg)";
            this.txt_fOwnerTypeInIdHead.Location = new System.Drawing.Point(491, 156);
            this.txt_fOwnerTypeInIdHead.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.txt_fOwnerTypeInIdHead.Location = new System.Drawing.Point(339, 99);
            this.txt_fOwnerTypeInIdHead.Name = "txt_fOwnerTypeInIdHead";
            this.txt_fOwnerTypeInIdHead.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
@@ -925,17 +913,16 @@
            "供应商(BD_Supplier)",
            "客户(BD_Customer)"});
            this.txt_fOwnerTypeInIdHead.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            this.txt_fOwnerTypeInIdHead.Size = new System.Drawing.Size(235, 28);
            this.txt_fOwnerTypeInIdHead.Size = new System.Drawing.Size(169, 20);
            this.txt_fOwnerTypeInIdHead.StyleController = this.layoutMx1;
            this.txt_fOwnerTypeInIdHead.TabIndex = 382;
            // 
            // txt_fCreateDate
            // 
            this.txt_fCreateDate.Location = new System.Drawing.Point(850, 60);
            this.txt_fCreateDate.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.txt_fCreateDate.Location = new System.Drawing.Point(590, 37);
            this.txt_fCreateDate.Name = "txt_fCreateDate";
            this.txt_fCreateDate.Properties.Appearance.Options.UseFont = true;
            this.txt_fCreateDate.Size = new System.Drawing.Size(235, 28);
            this.txt_fCreateDate.Size = new System.Drawing.Size(169, 20);
            this.txt_fCreateDate.StyleController = this.layoutMx1;
            this.txt_fCreateDate.TabIndex = 386;
            this.txt_fCreateDate.Tag = "readonly";
@@ -943,8 +930,7 @@
            // txt_fOwnerTypeIdHead
            // 
            this.txt_fOwnerTypeIdHead.EditValue = "组织(BD_OwnerOrg)";
            this.txt_fOwnerTypeIdHead.Location = new System.Drawing.Point(491, 108);
            this.txt_fOwnerTypeIdHead.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.txt_fOwnerTypeIdHead.Location = new System.Drawing.Point(339, 68);
            this.txt_fOwnerTypeIdHead.Name = "txt_fOwnerTypeIdHead";
            this.txt_fOwnerTypeIdHead.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
@@ -953,25 +939,25 @@
            "供应商(BD_Supplier)",
            "客户(BD_Customer)"});
            this.txt_fOwnerTypeIdHead.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            this.txt_fOwnerTypeIdHead.Size = new System.Drawing.Size(235, 28);
            this.txt_fOwnerTypeIdHead.Size = new System.Drawing.Size(169, 20);
            this.txt_fOwnerTypeIdHead.StyleController = this.layoutMx1;
            this.txt_fOwnerTypeIdHead.TabIndex = 380;
            // 
            // txt_fBusinessType
            // 
            this.txt_fBusinessType.EditValue = "标准(NORMAL)";
            this.txt_fBusinessType.Location = new System.Drawing.Point(132, 108);
            this.txt_fBusinessType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.txt_fBusinessType.Location = new System.Drawing.Point(88, 68);
            this.txt_fBusinessType.Name = "txt_fBusinessType";
            this.txt_fBusinessType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.txt_fBusinessType.Properties.Items.AddRange(new object[] {
            "标准(NORMAL)",
            "委外(WW)"});
            "委外(WW)",
            "生产(SC)"});
            this.txt_fBusinessType.Properties.ReadOnly = true;
            this.txt_fBusinessType.Properties.Tag = "readonly";
            this.txt_fBusinessType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            this.txt_fBusinessType.Size = new System.Drawing.Size(235, 28);
            this.txt_fBusinessType.Size = new System.Drawing.Size(169, 20);
            this.txt_fBusinessType.StyleController = this.layoutMx1;
            this.txt_fBusinessType.TabIndex = 374;
            this.txt_fBusinessType.Tag = "readonly";
@@ -979,8 +965,7 @@
            // txt_fTransferDirect
            // 
            this.txt_fTransferDirect.EditValue = "普通(GENERAL)";
            this.txt_fTransferDirect.Location = new System.Drawing.Point(132, 156);
            this.txt_fTransferDirect.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.txt_fTransferDirect.Location = new System.Drawing.Point(88, 99);
            this.txt_fTransferDirect.Name = "txt_fTransferDirect";
            this.txt_fTransferDirect.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
@@ -988,28 +973,26 @@
            "普通(GENERAL)",
            "退货(RETURN)"});
            this.txt_fTransferDirect.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            this.txt_fTransferDirect.Size = new System.Drawing.Size(235, 28);
            this.txt_fTransferDirect.Size = new System.Drawing.Size(169, 20);
            this.txt_fTransferDirect.StyleController = this.layoutMx1;
            this.txt_fTransferDirect.TabIndex = 362;
            // 
            // txt_createBy
            // 
            this.txt_createBy.Location = new System.Drawing.Point(850, 12);
            this.txt_createBy.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.txt_createBy.Location = new System.Drawing.Point(590, 7);
            this.txt_createBy.Name = "txt_createBy";
            this.txt_createBy.Properties.Appearance.Options.UseFont = true;
            this.txt_createBy.Size = new System.Drawing.Size(235, 28);
            this.txt_createBy.Size = new System.Drawing.Size(169, 20);
            this.txt_createBy.StyleController = this.layoutMx1;
            this.txt_createBy.TabIndex = 384;
            this.txt_createBy.Tag = "readonly";
            // 
            // txt_fBillNo
            // 
            this.txt_fBillNo.Location = new System.Drawing.Point(132, 12);
            this.txt_fBillNo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.txt_fBillNo.Location = new System.Drawing.Point(88, 7);
            this.txt_fBillNo.Name = "txt_fBillNo";
            this.txt_fBillNo.Properties.Appearance.Options.UseFont = true;
            this.txt_fBillNo.Size = new System.Drawing.Size(235, 28);
            this.txt_fBillNo.Size = new System.Drawing.Size(169, 20);
            this.txt_fBillNo.StyleController = this.layoutMx1;
            this.txt_fBillNo.TabIndex = 327;
            this.txt_fBillNo.Tag = "readonly";
@@ -1017,8 +1000,7 @@
            // txt_ftranstype
            // 
            this.txt_ftranstype.EditValue = "组织内调拨(InnerOrgTransfer)";
            this.txt_ftranstype.Location = new System.Drawing.Point(491, 60);
            this.txt_ftranstype.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.txt_ftranstype.Location = new System.Drawing.Point(339, 37);
            this.txt_ftranstype.Name = "txt_ftranstype";
            this.txt_ftranstype.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
@@ -1026,148 +1008,137 @@
            "组织内调拨(InnerOrgTransfer)",
            "跨组织调拨(OverOrgTransfer)"});
            this.txt_ftranstype.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            this.txt_ftranstype.Size = new System.Drawing.Size(235, 28);
            this.txt_ftranstype.Size = new System.Drawing.Size(169, 20);
            this.txt_ftranstype.StyleController = this.layoutMx1;
            this.txt_ftranstype.TabIndex = 378;
            // 
            // txt_fapporgid
            // 
            this.txt_fapporgid.IsReadly = false;
            this.txt_fapporgid.Location = new System.Drawing.Point(491, 12);
            this.txt_fapporgid.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
            this.txt_fapporgid.Location = new System.Drawing.Point(339, 7);
            this.txt_fapporgid.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
            this.txt_fapporgid.Name = "txt_fapporgid";
            this.txt_fapporgid.Size = new System.Drawing.Size(235, 28);
            this.txt_fapporgid.Size = new System.Drawing.Size(169, 20);
            this.txt_fapporgid.TabIndex = 376;
            // 
            // txt_fBillTypeID
            // 
            this.txt_fBillTypeID.EditValue = "标准调拨申请单(DBSQD01_SYS)";
            this.txt_fBillTypeID.Location = new System.Drawing.Point(132, 60);
            this.txt_fBillTypeID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.txt_fBillTypeID.Location = new System.Drawing.Point(88, 37);
            this.txt_fBillTypeID.Name = "txt_fBillTypeID";
            this.txt_fBillTypeID.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.txt_fBillTypeID.Properties.Items.AddRange(new object[] {
            "标准调拨申请单(DBSQD01_SYS)",
            "委外调拨申请单(DBSQD02_WW)"});
            "委外调拨申请单(DBSQD02_WW)",
            "生产调拨申请单(DBSQD03_SC)"});
            this.txt_fBillTypeID.Properties.SuppressMouseEventOnOuterMouseClick = true;
            this.txt_fBillTypeID.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            this.txt_fBillTypeID.Properties.EditValueChanged += new System.EventHandler(this.txt_fBillTypeID_EditValueChanged);
            this.txt_fBillTypeID.Size = new System.Drawing.Size(235, 28);
            this.txt_fBillTypeID.Size = new System.Drawing.Size(169, 20);
            this.txt_fBillTypeID.StyleController = this.layoutMx1;
            this.txt_fBillTypeID.TabIndex = 361;
            // 
            // txt_chkBy
            // 
            this.txt_chkBy.Location = new System.Drawing.Point(1209, 12);
            this.txt_chkBy.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.txt_chkBy.Location = new System.Drawing.Point(841, 7);
            this.txt_chkBy.Name = "txt_chkBy";
            this.txt_chkBy.Properties.Appearance.Options.UseFont = true;
            this.txt_chkBy.Size = new System.Drawing.Size(237, 28);
            this.txt_chkBy.Size = new System.Drawing.Size(171, 20);
            this.txt_chkBy.StyleController = this.layoutMx1;
            this.txt_chkBy.TabIndex = 258;
            this.txt_chkBy.Tag = "readonly";
            // 
            // txt_fapprovedate
            // 
            this.txt_fapprovedate.Location = new System.Drawing.Point(1209, 60);
            this.txt_fapprovedate.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.txt_fapprovedate.Location = new System.Drawing.Point(841, 37);
            this.txt_fapprovedate.Name = "txt_fapprovedate";
            this.txt_fapprovedate.Properties.Appearance.Options.UseFont = true;
            this.txt_fapprovedate.Size = new System.Drawing.Size(237, 28);
            this.txt_fapprovedate.Size = new System.Drawing.Size(171, 20);
            this.txt_fapprovedate.StyleController = this.layoutMx1;
            this.txt_fapprovedate.TabIndex = 262;
            this.txt_fapprovedate.Tag = "readonly";
            // 
            // txt_wjStatus
            // 
            this.txt_wjStatus.Location = new System.Drawing.Point(1089, 204);
            this.txt_wjStatus.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.txt_wjStatus.Location = new System.Drawing.Point(761, 130);
            this.txt_wjStatus.Name = "txt_wjStatus";
            this.txt_wjStatus.Properties.Caption = "完结标识";
            this.txt_wjStatus.Size = new System.Drawing.Size(357, 27);
            this.txt_wjStatus.Size = new System.Drawing.Size(251, 20);
            this.txt_wjStatus.StyleController = this.layoutMx1;
            this.txt_wjStatus.TabIndex = 387;
            this.txt_wjStatus.Tag = "readonly";
            // 
            // txt_chkStatus
            // 
            this.txt_chkStatus.Location = new System.Drawing.Point(1089, 108);
            this.txt_chkStatus.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.txt_chkStatus.Location = new System.Drawing.Point(761, 68);
            this.txt_chkStatus.Name = "txt_chkStatus";
            this.txt_chkStatus.Properties.Caption = "审核状态";
            this.txt_chkStatus.Size = new System.Drawing.Size(357, 27);
            this.txt_chkStatus.Size = new System.Drawing.Size(251, 20);
            this.txt_chkStatus.StyleController = this.layoutMx1;
            this.txt_chkStatus.TabIndex = 388;
            this.txt_chkStatus.Tag = "readonly";
            // 
            // txt_source
            // 
            this.txt_source.Location = new System.Drawing.Point(850, 204);
            this.txt_source.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.txt_source.Location = new System.Drawing.Point(590, 130);
            this.txt_source.Name = "txt_source";
            this.txt_source.Size = new System.Drawing.Size(235, 28);
            this.txt_source.Size = new System.Drawing.Size(169, 20);
            this.txt_source.StyleController = this.layoutMx1;
            this.txt_source.TabIndex = 390;
            this.txt_source.Tag = "readonly";
            // 
            // txt_fCloserId
            // 
            this.txt_fCloserId.Location = new System.Drawing.Point(850, 156);
            this.txt_fCloserId.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.txt_fCloserId.Location = new System.Drawing.Point(590, 99);
            this.txt_fCloserId.Name = "txt_fCloserId";
            this.txt_fCloserId.Size = new System.Drawing.Size(235, 28);
            this.txt_fCloserId.Size = new System.Drawing.Size(169, 20);
            this.txt_fCloserId.StyleController = this.layoutMx1;
            this.txt_fCloserId.TabIndex = 392;
            this.txt_fCloserId.Tag = "readonly";
            // 
            // txt_fCloseDate
            // 
            this.txt_fCloseDate.Location = new System.Drawing.Point(1209, 156);
            this.txt_fCloseDate.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.txt_fCloseDate.Location = new System.Drawing.Point(841, 99);
            this.txt_fCloseDate.Name = "txt_fCloseDate";
            this.txt_fCloseDate.Size = new System.Drawing.Size(237, 28);
            this.txt_fCloseDate.Size = new System.Drawing.Size(171, 20);
            this.txt_fCloseDate.StyleController = this.layoutMx1;
            this.txt_fCloseDate.TabIndex = 393;
            this.txt_fCloseDate.Tag = "readonly";
            // 
            // txt_fCloseStatusTxt
            // 
            this.txt_fCloseStatusTxt.Location = new System.Drawing.Point(850, 108);
            this.txt_fCloseStatusTxt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.txt_fCloseStatusTxt.Location = new System.Drawing.Point(590, 68);
            this.txt_fCloseStatusTxt.Name = "txt_fCloseStatusTxt";
            this.txt_fCloseStatusTxt.Size = new System.Drawing.Size(235, 28);
            this.txt_fCloseStatusTxt.Size = new System.Drawing.Size(169, 20);
            this.txt_fCloseStatusTxt.StyleController = this.layoutMx1;
            this.txt_fCloseStatusTxt.TabIndex = 394;
            this.txt_fCloseStatusTxt.Tag = "readonly";
            // 
            // txt_qt028
            // 
            this.txt_qt028.Location = new System.Drawing.Point(1154, 127);
            this.txt_qt028.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.txt_qt028.Location = new System.Drawing.Point(808, 81);
            this.txt_qt028.Name = "txt_qt028";
            this.txt_qt028.Size = new System.Drawing.Size(214, 28);
            this.txt_qt028.Size = new System.Drawing.Size(150, 20);
            this.txt_qt028.StyleController = this.layoutMx1;
            this.txt_qt028.TabIndex = 395;
            this.txt_qt028.Tag = "readonly";
            // 
            // txt_qt027
            // 
            this.txt_qt027.Location = new System.Drawing.Point(1154, 167);
            this.txt_qt027.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.txt_qt027.Location = new System.Drawing.Point(808, 106);
            this.txt_qt027.Name = "txt_qt027";
            this.txt_qt027.Size = new System.Drawing.Size(214, 28);
            this.txt_qt027.Size = new System.Drawing.Size(150, 20);
            this.txt_qt027.StyleController = this.layoutMx1;
            this.txt_qt027.TabIndex = 396;
            this.txt_qt027.Tag = "readonly";
            // 
            // txt_qt026
            // 
            this.txt_qt026.Location = new System.Drawing.Point(1070, 187);
            this.txt_qt026.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.txt_qt026.Location = new System.Drawing.Point(749, 119);
            this.txt_qt026.Name = "txt_qt026";
            this.txt_qt026.Properties.Caption = "售后审核状态";
            this.txt_qt026.Size = new System.Drawing.Size(349, 27);
            this.txt_qt026.Size = new System.Drawing.Size(244, 20);
            this.txt_qt026.StyleController = this.layoutMx1;
            this.txt_qt026.TabIndex = 397;
            this.txt_qt026.Tag = "readonly";
@@ -1175,10 +1146,9 @@
            // btnSelect
            // 
            this.btnSelect.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnSelect.ImageOptions.Image")));
            this.btnSelect.Location = new System.Drawing.Point(371, 252);
            this.btnSelect.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.btnSelect.Location = new System.Drawing.Point(259, 161);
            this.btnSelect.Name = "btnSelect";
            this.btnSelect.Size = new System.Drawing.Size(206, 42);
            this.btnSelect.Size = new System.Drawing.Size(145, 27);
            this.btnSelect.StyleController = this.layoutMx1;
            this.btnSelect.TabIndex = 445;
            this.btnSelect.Text = "选择生产/委外单据";
@@ -1186,21 +1156,19 @@
            // btnScdd
            // 
            this.btnScdd.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnScdd.ImageOptions.Image")));
            this.btnScdd.Location = new System.Drawing.Point(730, 247);
            this.btnScdd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.btnScdd.Location = new System.Drawing.Point(511, 157);
            this.btnScdd.Name = "btnScdd";
            this.btnScdd.Size = new System.Drawing.Size(183, 42);
            this.btnScdd.Size = new System.Drawing.Size(128, 27);
            this.btnScdd.StyleController = this.layoutMx1;
            this.btnScdd.TabIndex = 445;
            this.btnScdd.Text = "选择订单";
            // 
            // txt_FSourceOrder
            // 
            this.txt_FSourceOrder.Location = new System.Drawing.Point(850, 252);
            this.txt_FSourceOrder.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.txt_FSourceOrder.Location = new System.Drawing.Point(590, 161);
            this.txt_FSourceOrder.Name = "txt_FSourceOrder";
            this.txt_FSourceOrder.Properties.ReadOnly = true;
            this.txt_FSourceOrder.Size = new System.Drawing.Size(235, 28);
            this.txt_FSourceOrder.Size = new System.Drawing.Size(169, 20);
            this.txt_FSourceOrder.StyleController = this.layoutMx1;
            this.txt_FSourceOrder.TabIndex = 390;
            this.txt_FSourceOrder.Tag = "readonly";
@@ -1226,7 +1194,7 @@
            this.layoutControlItem23.OptionsTableLayoutItem.RowIndex = 3;
            this.layoutControlItem23.Size = new System.Drawing.Size(341, 38);
            this.layoutControlItem23.Text = "售后审核人员";
            this.layoutControlItem23.TextSize = new System.Drawing.Size(111, 0);
            this.layoutControlItem23.TextSize = new System.Drawing.Size(78, 0);
            // 
            // layoutControlItem24
            // 
@@ -1237,7 +1205,7 @@
            this.layoutControlItem24.OptionsTableLayoutItem.RowIndex = 4;
            this.layoutControlItem24.Size = new System.Drawing.Size(341, 38);
            this.layoutControlItem24.Text = "售后审核时间";
            this.layoutControlItem24.TextSize = new System.Drawing.Size(111, 22);
            this.layoutControlItem24.TextSize = new System.Drawing.Size(78, 14);
            // 
            // layoutControlItem25
            // 
@@ -1257,8 +1225,8 @@
            this.layoutControlItem29.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
            this.layoutControlItem29.CustomizationFormText = "快捷录入";
            this.layoutControlItem29.Location = new System.Drawing.Point(718, 235);
            this.layoutControlItem29.MaxSize = new System.Drawing.Size(187, 46);
            this.layoutControlItem29.MinSize = new System.Drawing.Size(140, 46);
            this.layoutControlItem29.MaxSize = new System.Drawing.Size(131, 29);
            this.layoutControlItem29.MinSize = new System.Drawing.Size(98, 29);
            this.layoutControlItem29.Name = "layoutControlItem29";
            this.layoutControlItem29.OptionsTableLayoutItem.ColumnIndex = 2;
            this.layoutControlItem29.OptionsTableLayoutItem.RowIndex = 5;
@@ -1298,186 +1266,186 @@
            this.layoutControlItem1});
            this.Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
            this.Root.Name = "Root";
            columnDefinition13.SizeType = System.Windows.Forms.SizeType.Percent;
            columnDefinition13.Width = 100D;
            columnDefinition14.SizeType = System.Windows.Forms.SizeType.Percent;
            columnDefinition14.Width = 100D;
            columnDefinition15.SizeType = System.Windows.Forms.SizeType.Percent;
            columnDefinition15.Width = 100D;
            columnDefinition16.SizeType = System.Windows.Forms.SizeType.Percent;
            columnDefinition16.Width = 100D;
            columnDefinition1.SizeType = System.Windows.Forms.SizeType.Percent;
            columnDefinition1.Width = 100D;
            columnDefinition2.SizeType = System.Windows.Forms.SizeType.Percent;
            columnDefinition2.Width = 100D;
            columnDefinition3.SizeType = System.Windows.Forms.SizeType.Percent;
            columnDefinition3.Width = 100D;
            columnDefinition4.SizeType = System.Windows.Forms.SizeType.Percent;
            columnDefinition4.Width = 100D;
            this.Root.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] {
            columnDefinition13,
            columnDefinition14,
            columnDefinition15,
            columnDefinition16});
            rowDefinition19.Height = 100D;
            rowDefinition19.SizeType = System.Windows.Forms.SizeType.Percent;
            rowDefinition20.Height = 100D;
            rowDefinition20.SizeType = System.Windows.Forms.SizeType.Percent;
            rowDefinition21.Height = 100D;
            rowDefinition21.SizeType = System.Windows.Forms.SizeType.Percent;
            rowDefinition22.Height = 100D;
            rowDefinition22.SizeType = System.Windows.Forms.SizeType.Percent;
            rowDefinition23.Height = 100D;
            rowDefinition23.SizeType = System.Windows.Forms.SizeType.Percent;
            rowDefinition24.Height = 100D;
            rowDefinition24.SizeType = System.Windows.Forms.SizeType.Percent;
            columnDefinition1,
            columnDefinition2,
            columnDefinition3,
            columnDefinition4});
            rowDefinition1.Height = 100D;
            rowDefinition1.SizeType = System.Windows.Forms.SizeType.Percent;
            rowDefinition2.Height = 100D;
            rowDefinition2.SizeType = System.Windows.Forms.SizeType.Percent;
            rowDefinition3.Height = 100D;
            rowDefinition3.SizeType = System.Windows.Forms.SizeType.Percent;
            rowDefinition4.Height = 100D;
            rowDefinition4.SizeType = System.Windows.Forms.SizeType.Percent;
            rowDefinition5.Height = 100D;
            rowDefinition5.SizeType = System.Windows.Forms.SizeType.Percent;
            rowDefinition6.Height = 100D;
            rowDefinition6.SizeType = System.Windows.Forms.SizeType.Percent;
            this.Root.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] {
            rowDefinition19,
            rowDefinition20,
            rowDefinition21,
            rowDefinition22,
            rowDefinition23,
            rowDefinition24});
            this.Root.Size = new System.Drawing.Size(1458, 310);
            rowDefinition1,
            rowDefinition2,
            rowDefinition3,
            rowDefinition4,
            rowDefinition5,
            rowDefinition6});
            this.Root.Size = new System.Drawing.Size(1020, 197);
            this.Root.TextVisible = false;
            // 
            // layoutControlItem2
            // 
            this.layoutControlItem2.Control = this.txt_fapporgid;
            this.layoutControlItem2.Location = new System.Drawing.Point(359, 0);
            this.layoutControlItem2.Location = new System.Drawing.Point(251, 0);
            this.layoutControlItem2.Name = "layoutControlItem2";
            this.layoutControlItem2.OptionsTableLayoutItem.ColumnIndex = 1;
            this.layoutControlItem2.Size = new System.Drawing.Size(359, 48);
            this.layoutControlItem2.Size = new System.Drawing.Size(251, 30);
            this.layoutControlItem2.Text = "申请组织";
            this.layoutControlItem2.TextSize = new System.Drawing.Size(108, 22);
            this.layoutControlItem2.TextSize = new System.Drawing.Size(72, 14);
            // 
            // layoutControlItem3
            // 
            this.layoutControlItem3.Control = this.txt_createBy;
            this.layoutControlItem3.Location = new System.Drawing.Point(718, 0);
            this.layoutControlItem3.Location = new System.Drawing.Point(502, 0);
            this.layoutControlItem3.Name = "layoutControlItem3";
            this.layoutControlItem3.OptionsTableLayoutItem.ColumnIndex = 2;
            this.layoutControlItem3.Size = new System.Drawing.Size(359, 48);
            this.layoutControlItem3.Size = new System.Drawing.Size(251, 30);
            this.layoutControlItem3.Text = "申请人员";
            this.layoutControlItem3.TextSize = new System.Drawing.Size(108, 22);
            this.layoutControlItem3.TextSize = new System.Drawing.Size(72, 14);
            // 
            // layoutControlItem4
            // 
            this.layoutControlItem4.Control = this.txt_fBillTypeID;
            this.layoutControlItem4.Location = new System.Drawing.Point(0, 48);
            this.layoutControlItem4.Location = new System.Drawing.Point(0, 30);
            this.layoutControlItem4.Name = "layoutControlItem4";
            this.layoutControlItem4.OptionsTableLayoutItem.RowIndex = 1;
            this.layoutControlItem4.Size = new System.Drawing.Size(359, 48);
            this.layoutControlItem4.Size = new System.Drawing.Size(251, 31);
            this.layoutControlItem4.Text = "申请类型";
            this.layoutControlItem4.TextSize = new System.Drawing.Size(108, 22);
            this.layoutControlItem4.TextSize = new System.Drawing.Size(72, 14);
            // 
            // layoutControlItem5
            // 
            this.layoutControlItem5.Control = this.txt_ftranstype;
            this.layoutControlItem5.Location = new System.Drawing.Point(359, 48);
            this.layoutControlItem5.Location = new System.Drawing.Point(251, 30);
            this.layoutControlItem5.Name = "layoutControlItem5";
            this.layoutControlItem5.OptionsTableLayoutItem.ColumnIndex = 1;
            this.layoutControlItem5.OptionsTableLayoutItem.RowIndex = 1;
            this.layoutControlItem5.Size = new System.Drawing.Size(359, 48);
            this.layoutControlItem5.Size = new System.Drawing.Size(251, 31);
            this.layoutControlItem5.Text = "调拨类型 ";
            this.layoutControlItem5.TextSize = new System.Drawing.Size(108, 22);
            this.layoutControlItem5.TextSize = new System.Drawing.Size(72, 14);
            // 
            // layoutControlItem6
            // 
            this.layoutControlItem6.Control = this.txt_fCreateDate;
            this.layoutControlItem6.Location = new System.Drawing.Point(718, 48);
            this.layoutControlItem6.Location = new System.Drawing.Point(502, 30);
            this.layoutControlItem6.Name = "layoutControlItem6";
            this.layoutControlItem6.OptionsTableLayoutItem.ColumnIndex = 2;
            this.layoutControlItem6.OptionsTableLayoutItem.RowIndex = 1;
            this.layoutControlItem6.Size = new System.Drawing.Size(359, 48);
            this.layoutControlItem6.Size = new System.Drawing.Size(251, 31);
            this.layoutControlItem6.Text = "申请时间";
            this.layoutControlItem6.TextSize = new System.Drawing.Size(108, 22);
            this.layoutControlItem6.TextSize = new System.Drawing.Size(72, 14);
            // 
            // layoutControlItem7
            // 
            this.layoutControlItem7.Control = this.txt_fBusinessType;
            this.layoutControlItem7.Location = new System.Drawing.Point(0, 96);
            this.layoutControlItem7.Location = new System.Drawing.Point(0, 61);
            this.layoutControlItem7.Name = "layoutControlItem7";
            this.layoutControlItem7.OptionsTableLayoutItem.RowIndex = 2;
            this.layoutControlItem7.Size = new System.Drawing.Size(359, 48);
            this.layoutControlItem7.Size = new System.Drawing.Size(251, 31);
            this.layoutControlItem7.Text = "业务类型";
            this.layoutControlItem7.TextSize = new System.Drawing.Size(108, 22);
            this.layoutControlItem7.TextSize = new System.Drawing.Size(72, 14);
            // 
            // layoutControlItem8
            // 
            this.layoutControlItem8.Control = this.txt_fOwnerTypeIdHead;
            this.layoutControlItem8.Location = new System.Drawing.Point(359, 96);
            this.layoutControlItem8.Location = new System.Drawing.Point(251, 61);
            this.layoutControlItem8.Name = "layoutControlItem8";
            this.layoutControlItem8.OptionsTableLayoutItem.ColumnIndex = 1;
            this.layoutControlItem8.OptionsTableLayoutItem.RowIndex = 2;
            this.layoutControlItem8.Size = new System.Drawing.Size(359, 48);
            this.layoutControlItem8.Size = new System.Drawing.Size(251, 31);
            this.layoutControlItem8.Text = "调出货主类型";
            this.layoutControlItem8.TextSize = new System.Drawing.Size(108, 22);
            this.layoutControlItem8.TextSize = new System.Drawing.Size(72, 14);
            // 
            // layoutControlItem9
            // 
            this.layoutControlItem9.Control = this.txt_chkBy;
            this.layoutControlItem9.Location = new System.Drawing.Point(1077, 0);
            this.layoutControlItem9.Location = new System.Drawing.Point(753, 0);
            this.layoutControlItem9.Name = "layoutControlItem9";
            this.layoutControlItem9.OptionsTableLayoutItem.ColumnIndex = 3;
            this.layoutControlItem9.Size = new System.Drawing.Size(361, 48);
            this.layoutControlItem9.Size = new System.Drawing.Size(253, 30);
            this.layoutControlItem9.Text = "审核人员";
            this.layoutControlItem9.TextSize = new System.Drawing.Size(108, 22);
            this.layoutControlItem9.TextSize = new System.Drawing.Size(72, 14);
            // 
            // layoutControlItem10
            // 
            this.layoutControlItem10.Control = this.txt_fapprovedate;
            this.layoutControlItem10.Location = new System.Drawing.Point(1077, 48);
            this.layoutControlItem10.Location = new System.Drawing.Point(753, 30);
            this.layoutControlItem10.Name = "layoutControlItem10";
            this.layoutControlItem10.OptionsTableLayoutItem.ColumnIndex = 3;
            this.layoutControlItem10.OptionsTableLayoutItem.RowIndex = 1;
            this.layoutControlItem10.Size = new System.Drawing.Size(361, 48);
            this.layoutControlItem10.Size = new System.Drawing.Size(253, 31);
            this.layoutControlItem10.Tag = "readonly";
            this.layoutControlItem10.Text = "审核时间";
            this.layoutControlItem10.TextSize = new System.Drawing.Size(108, 22);
            this.layoutControlItem10.TextSize = new System.Drawing.Size(72, 14);
            // 
            // layoutControlItem13
            // 
            this.layoutControlItem13.Control = this.txt_fTransferDirect;
            this.layoutControlItem13.Location = new System.Drawing.Point(0, 144);
            this.layoutControlItem13.Location = new System.Drawing.Point(0, 92);
            this.layoutControlItem13.Name = "layoutControlItem13";
            this.layoutControlItem13.OptionsTableLayoutItem.RowIndex = 3;
            this.layoutControlItem13.Size = new System.Drawing.Size(359, 48);
            this.layoutControlItem13.Size = new System.Drawing.Size(251, 31);
            this.layoutControlItem13.Text = "调拨方向";
            this.layoutControlItem13.TextSize = new System.Drawing.Size(108, 22);
            this.layoutControlItem13.TextSize = new System.Drawing.Size(72, 14);
            // 
            // layoutControlItem14
            // 
            this.layoutControlItem14.Control = this.txt_fOwnerTypeInIdHead;
            this.layoutControlItem14.Location = new System.Drawing.Point(359, 144);
            this.layoutControlItem14.Location = new System.Drawing.Point(251, 92);
            this.layoutControlItem14.Name = "layoutControlItem14";
            this.layoutControlItem14.OptionsTableLayoutItem.ColumnIndex = 1;
            this.layoutControlItem14.OptionsTableLayoutItem.RowIndex = 3;
            this.layoutControlItem14.Size = new System.Drawing.Size(359, 48);
            this.layoutControlItem14.Size = new System.Drawing.Size(251, 31);
            this.layoutControlItem14.Text = "调入货主类型";
            this.layoutControlItem14.TextSize = new System.Drawing.Size(108, 22);
            this.layoutControlItem14.TextSize = new System.Drawing.Size(72, 14);
            // 
            // layoutControlItem19
            // 
            this.layoutControlItem19.Control = this.txt_djtype;
            this.layoutControlItem19.Location = new System.Drawing.Point(359, 192);
            this.layoutControlItem19.Location = new System.Drawing.Point(251, 123);
            this.layoutControlItem19.Name = "layoutControlItem19";
            this.layoutControlItem19.OptionsTableLayoutItem.ColumnIndex = 1;
            this.layoutControlItem19.OptionsTableLayoutItem.RowIndex = 4;
            this.layoutControlItem19.Size = new System.Drawing.Size(359, 48);
            this.layoutControlItem19.Size = new System.Drawing.Size(251, 31);
            this.layoutControlItem19.Text = "单据类型";
            this.layoutControlItem19.TextSize = new System.Drawing.Size(108, 22);
            this.layoutControlItem19.TextSize = new System.Drawing.Size(72, 14);
            // 
            // layoutControlItem15
            // 
            this.layoutControlItem15.Control = this.txt_fRemarks;
            this.layoutControlItem15.Location = new System.Drawing.Point(0, 192);
            this.layoutControlItem15.Location = new System.Drawing.Point(0, 123);
            this.layoutControlItem15.Name = "layoutControlItem15";
            this.layoutControlItem15.OptionsTableLayoutItem.RowIndex = 4;
            this.layoutControlItem15.Size = new System.Drawing.Size(359, 48);
            this.layoutControlItem15.Size = new System.Drawing.Size(251, 31);
            this.layoutControlItem15.Text = "申请备注";
            this.layoutControlItem15.TextSize = new System.Drawing.Size(108, 22);
            this.layoutControlItem15.TextSize = new System.Drawing.Size(72, 14);
            // 
            // layoutControlItem12
            // 
            this.layoutControlItem12.Control = this.txt_chkStatus;
            this.layoutControlItem12.Location = new System.Drawing.Point(1077, 96);
            this.layoutControlItem12.Location = new System.Drawing.Point(753, 61);
            this.layoutControlItem12.Name = "layoutControlItem12";
            this.layoutControlItem12.OptionsTableLayoutItem.ColumnIndex = 3;
            this.layoutControlItem12.OptionsTableLayoutItem.RowIndex = 2;
            this.layoutControlItem12.Size = new System.Drawing.Size(361, 48);
            this.layoutControlItem12.Size = new System.Drawing.Size(253, 31);
            this.layoutControlItem12.Text = "审核状态";
            this.layoutControlItem12.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem12.TextVisible = false;
@@ -1485,23 +1453,23 @@
            // layoutControlItem22
            // 
            this.layoutControlItem22.Control = this.txt_fCloseStatusTxt;
            this.layoutControlItem22.Location = new System.Drawing.Point(718, 96);
            this.layoutControlItem22.Location = new System.Drawing.Point(502, 61);
            this.layoutControlItem22.Name = "layoutControlItem22";
            this.layoutControlItem22.OptionsTableLayoutItem.ColumnIndex = 2;
            this.layoutControlItem22.OptionsTableLayoutItem.RowIndex = 2;
            this.layoutControlItem22.Size = new System.Drawing.Size(359, 48);
            this.layoutControlItem22.Size = new System.Drawing.Size(251, 31);
            this.layoutControlItem22.Text = "关闭状态";
            this.layoutControlItem22.TextSize = new System.Drawing.Size(108, 22);
            this.layoutControlItem22.TextSize = new System.Drawing.Size(72, 14);
            // 
            // layoutControlItem26
            // 
            this.layoutControlItem26.Control = this.btnCopyXls;
            this.layoutControlItem26.Location = new System.Drawing.Point(0, 240);
            this.layoutControlItem26.MaxSize = new System.Drawing.Size(150, 38);
            this.layoutControlItem26.MinSize = new System.Drawing.Size(111, 38);
            this.layoutControlItem26.Location = new System.Drawing.Point(0, 154);
            this.layoutControlItem26.MaxSize = new System.Drawing.Size(105, 24);
            this.layoutControlItem26.MinSize = new System.Drawing.Size(78, 24);
            this.layoutControlItem26.Name = "layoutControlItem26";
            this.layoutControlItem26.OptionsTableLayoutItem.RowIndex = 5;
            this.layoutControlItem26.Size = new System.Drawing.Size(359, 50);
            this.layoutControlItem26.Size = new System.Drawing.Size(251, 31);
            this.layoutControlItem26.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem26.Text = "快捷录入";
            this.layoutControlItem26.TextSize = new System.Drawing.Size(0, 0);
@@ -1510,44 +1478,44 @@
            // layoutControlItem20
            // 
            this.layoutControlItem20.Control = this.txt_fCloserId;
            this.layoutControlItem20.Location = new System.Drawing.Point(718, 144);
            this.layoutControlItem20.Location = new System.Drawing.Point(502, 92);
            this.layoutControlItem20.Name = "layoutControlItem20";
            this.layoutControlItem20.OptionsTableLayoutItem.ColumnIndex = 2;
            this.layoutControlItem20.OptionsTableLayoutItem.RowIndex = 3;
            this.layoutControlItem20.Size = new System.Drawing.Size(359, 48);
            this.layoutControlItem20.Size = new System.Drawing.Size(251, 31);
            this.layoutControlItem20.Text = "关闭人员";
            this.layoutControlItem20.TextSize = new System.Drawing.Size(108, 22);
            this.layoutControlItem20.TextSize = new System.Drawing.Size(72, 14);
            // 
            // layoutControlItem21
            // 
            this.layoutControlItem21.Control = this.txt_fCloseDate;
            this.layoutControlItem21.Location = new System.Drawing.Point(1077, 144);
            this.layoutControlItem21.Location = new System.Drawing.Point(753, 92);
            this.layoutControlItem21.Name = "layoutControlItem21";
            this.layoutControlItem21.OptionsTableLayoutItem.ColumnIndex = 3;
            this.layoutControlItem21.OptionsTableLayoutItem.RowIndex = 3;
            this.layoutControlItem21.Size = new System.Drawing.Size(361, 48);
            this.layoutControlItem21.Size = new System.Drawing.Size(253, 31);
            this.layoutControlItem21.Text = "关闭时间";
            this.layoutControlItem21.TextSize = new System.Drawing.Size(108, 22);
            this.layoutControlItem21.TextSize = new System.Drawing.Size(72, 14);
            // 
            // layoutControlItem17
            // 
            this.layoutControlItem17.Control = this.txt_source;
            this.layoutControlItem17.Location = new System.Drawing.Point(718, 192);
            this.layoutControlItem17.Location = new System.Drawing.Point(502, 123);
            this.layoutControlItem17.Name = "layoutControlItem17";
            this.layoutControlItem17.OptionsTableLayoutItem.ColumnIndex = 2;
            this.layoutControlItem17.OptionsTableLayoutItem.RowIndex = 4;
            this.layoutControlItem17.Size = new System.Drawing.Size(359, 48);
            this.layoutControlItem17.Size = new System.Drawing.Size(251, 31);
            this.layoutControlItem17.Text = "源单类型";
            this.layoutControlItem17.TextSize = new System.Drawing.Size(108, 22);
            this.layoutControlItem17.TextSize = new System.Drawing.Size(72, 14);
            // 
            // layoutControlItem11
            // 
            this.layoutControlItem11.Control = this.txt_wjStatus;
            this.layoutControlItem11.Location = new System.Drawing.Point(1077, 192);
            this.layoutControlItem11.Location = new System.Drawing.Point(753, 123);
            this.layoutControlItem11.Name = "layoutControlItem11";
            this.layoutControlItem11.OptionsTableLayoutItem.ColumnIndex = 3;
            this.layoutControlItem11.OptionsTableLayoutItem.RowIndex = 4;
            this.layoutControlItem11.Size = new System.Drawing.Size(361, 48);
            this.layoutControlItem11.Size = new System.Drawing.Size(253, 31);
            this.layoutControlItem11.Text = "完结标识";
            this.layoutControlItem11.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem11.TextVisible = false;
@@ -1557,13 +1525,13 @@
            this.layoutControlItem27.Control = this.btnSelect;
            this.layoutControlItem27.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
            this.layoutControlItem27.CustomizationFormText = "快捷录入";
            this.layoutControlItem27.Location = new System.Drawing.Point(359, 240);
            this.layoutControlItem27.MaxSize = new System.Drawing.Size(210, 46);
            this.layoutControlItem27.MinSize = new System.Drawing.Size(140, 46);
            this.layoutControlItem27.Location = new System.Drawing.Point(251, 154);
            this.layoutControlItem27.MaxSize = new System.Drawing.Size(147, 29);
            this.layoutControlItem27.MinSize = new System.Drawing.Size(98, 29);
            this.layoutControlItem27.Name = "layoutControlItem27";
            this.layoutControlItem27.OptionsTableLayoutItem.ColumnIndex = 1;
            this.layoutControlItem27.OptionsTableLayoutItem.RowIndex = 5;
            this.layoutControlItem27.Size = new System.Drawing.Size(359, 50);
            this.layoutControlItem27.Size = new System.Drawing.Size(251, 31);
            this.layoutControlItem27.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem27.Text = "选择生产订单";
            this.layoutControlItem27.TextSize = new System.Drawing.Size(0, 0);
@@ -1574,31 +1542,30 @@
            this.layoutControlItem30.Control = this.txt_FSourceOrder;
            this.layoutControlItem30.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
            this.layoutControlItem30.CustomizationFormText = "工单单号";
            this.layoutControlItem30.Location = new System.Drawing.Point(718, 240);
            this.layoutControlItem30.Location = new System.Drawing.Point(502, 154);
            this.layoutControlItem30.Name = "layoutControlItem30";
            this.layoutControlItem30.OptionsTableLayoutItem.ColumnIndex = 2;
            this.layoutControlItem30.OptionsTableLayoutItem.RowIndex = 5;
            this.layoutControlItem30.Size = new System.Drawing.Size(359, 50);
            this.layoutControlItem30.Size = new System.Drawing.Size(251, 31);
            this.layoutControlItem30.Text = "工单单号";
            this.layoutControlItem30.TextSize = new System.Drawing.Size(108, 22);
            this.layoutControlItem30.TextSize = new System.Drawing.Size(72, 14);
            // 
            // layoutControlItem1
            // 
            this.layoutControlItem1.Control = this.txt_fBillNo;
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem1.Name = "layoutControlItem1";
            this.layoutControlItem1.Size = new System.Drawing.Size(359, 48);
            this.layoutControlItem1.Size = new System.Drawing.Size(251, 30);
            this.layoutControlItem1.Text = "申请单号";
            this.layoutControlItem1.TextSize = new System.Drawing.Size(108, 22);
            this.layoutControlItem1.TextSize = new System.Drawing.Size(72, 14);
            // 
            // tabMx
            // 
            this.tabMx.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabMx.Location = new System.Drawing.Point(0, 0);
            this.tabMx.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.tabMx.Name = "tabMx";
            this.tabMx.SelectedTabPage = this.tabMxPage1;
            this.tabMx.Size = new System.Drawing.Size(1458, 374);
            this.tabMx.Size = new System.Drawing.Size(1020, 236);
            this.tabMx.TabIndex = 3;
            this.tabMx.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.tabMxPage1});
@@ -1606,18 +1573,15 @@
            // tabMxPage1
            // 
            this.tabMxPage1.Controls.Add(this.gcMx1);
            this.tabMxPage1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.tabMxPage1.Name = "tabMxPage1";
            this.tabMxPage1.Size = new System.Drawing.Size(1456, 336);
            this.tabMxPage1.Size = new System.Drawing.Size(1018, 210);
            this.tabMxPage1.Text = "调拨申请明细";
            // 
            // gcMx1
            // 
            this.gcMx1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gcMx1.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.gcMx1.Location = new System.Drawing.Point(0, 0);
            this.gcMx1.MainView = this.gvMx1;
            this.gcMx1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.gcMx1.Name = "gcMx1";
            this.gcMx1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemSearchLookUpEdit1,
@@ -1631,7 +1595,7 @@
            this.rptDrHz,
            this.rptDcHz,
            this.btnTest1});
            this.gcMx1.Size = new System.Drawing.Size(1456, 336);
            this.gcMx1.Size = new System.Drawing.Size(1018, 210);
            this.gcMx1.TabIndex = 1;
            this.gcMx1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gvMx1});
@@ -1670,8 +1634,8 @@
            this.gridColumn54,
            this.gridColumn55,
            this.gridColumn56});
            this.gvMx1.CustomizationFormBounds = new System.Drawing.Rectangle(1141, 791, 389, 299);
            this.gvMx1.DetailHeight = 427;
            this.gvMx1.CustomizationFormBounds = new System.Drawing.Rectangle(1141, 492, 272, 190);
            this.gvMx1.DetailHeight = 272;
            this.gvMx1.GridControl = this.gcMx1;
            this.gvMx1.Name = "gvMx1";
            this.gvMx1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True;
@@ -1684,22 +1648,22 @@
            this.gvMx1id.AppearanceCell.Options.UseFont = true;
            this.gvMx1id.Caption = "ID";
            this.gvMx1id.FieldName = "id";
            this.gvMx1id.MinWidth = 61;
            this.gvMx1id.MinWidth = 43;
            this.gvMx1id.Name = "gvMx1id";
            this.gvMx1id.OptionsColumn.ReadOnly = true;
            this.gvMx1id.Tag = "query_a.id";
            this.gvMx1id.Width = 117;
            this.gvMx1id.Width = 82;
            // 
            // gvMx1mid
            // 
            this.gvMx1mid.AppearanceCell.Options.UseFont = true;
            this.gvMx1mid.Caption = "MID";
            this.gvMx1mid.FieldName = "pid";
            this.gvMx1mid.MinWidth = 61;
            this.gvMx1mid.MinWidth = 43;
            this.gvMx1mid.Name = "gvMx1mid";
            this.gvMx1mid.OptionsColumn.ReadOnly = true;
            this.gvMx1mid.Tag = "query_a.mid";
            this.gvMx1mid.Width = 117;
            this.gvMx1mid.Width = 82;
            // 
            // gvMx1bld012
            // 
@@ -1710,12 +1674,12 @@
            this.gvMx1bld012.AppearanceHeader.Options.UseForeColor = true;
            this.gvMx1bld012.Caption = "请选择";
            this.gvMx1bld012.ColumnEdit = this.repositoryItemSearchLookUpEdit1;
            this.gvMx1bld012.MinWidth = 61;
            this.gvMx1bld012.MinWidth = 43;
            this.gvMx1bld012.Name = "gvMx1bld012";
            this.gvMx1bld012.Tag = "edit";
            this.gvMx1bld012.Visible = true;
            this.gvMx1bld012.VisibleIndex = 0;
            this.gvMx1bld012.Width = 117;
            this.gvMx1bld012.Width = 82;
            // 
            // repositoryItemSearchLookUpEdit1
            // 
@@ -1738,7 +1702,7 @@
            this.gridColumn5,
            this.gridColumn7,
            this.gridColumn6});
            this.gridView2.DetailHeight = 427;
            this.gridView2.DetailHeight = 272;
            this.gridView2.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
            this.gridView2.Name = "gridView2";
            this.gridView2.OptionsSelection.EnableAppearanceFocusedCell = false;
@@ -1748,100 +1712,100 @@
            // 
            this.gridColumn2.Caption = "物料ID";
            this.gridColumn2.FieldName = "id";
            this.gridColumn2.MinWidth = 24;
            this.gridColumn2.MinWidth = 17;
            this.gridColumn2.Name = "gridColumn2";
            this.gridColumn2.Visible = true;
            this.gridColumn2.VisibleIndex = 0;
            this.gridColumn2.Width = 51;
            this.gridColumn2.Width = 36;
            // 
            // gridColumn3
            // 
            this.gridColumn3.Caption = "物料编号";
            this.gridColumn3.FieldName = "itemNo";
            this.gridColumn3.MinWidth = 24;
            this.gridColumn3.MinWidth = 17;
            this.gridColumn3.Name = "gridColumn3";
            this.gridColumn3.Visible = true;
            this.gridColumn3.VisibleIndex = 1;
            this.gridColumn3.Width = 51;
            this.gridColumn3.Width = 36;
            // 
            // gridColumn4
            // 
            this.gridColumn4.Caption = "物料名称";
            this.gridColumn4.FieldName = "itemName";
            this.gridColumn4.MinWidth = 24;
            this.gridColumn4.MinWidth = 17;
            this.gridColumn4.Name = "gridColumn4";
            this.gridColumn4.Visible = true;
            this.gridColumn4.VisibleIndex = 2;
            this.gridColumn4.Width = 114;
            this.gridColumn4.Width = 80;
            // 
            // gridColumn5
            // 
            this.gridColumn5.Caption = "物料规格";
            this.gridColumn5.FieldName = "itemModel";
            this.gridColumn5.MinWidth = 24;
            this.gridColumn5.MinWidth = 17;
            this.gridColumn5.Name = "gridColumn5";
            this.gridColumn5.Visible = true;
            this.gridColumn5.VisibleIndex = 3;
            this.gridColumn5.Width = 124;
            this.gridColumn5.Width = 87;
            // 
            // gridColumn7
            // 
            this.gridColumn7.Caption = "单位";
            this.gridColumn7.FieldName = "dwName";
            this.gridColumn7.MinWidth = 24;
            this.gridColumn7.MinWidth = 17;
            this.gridColumn7.Name = "gridColumn7";
            this.gridColumn7.Visible = true;
            this.gridColumn7.VisibleIndex = 4;
            this.gridColumn7.Width = 70;
            this.gridColumn7.Width = 49;
            // 
            // gridColumn6
            // 
            this.gridColumn6.Caption = "使用组织";
            this.gridColumn6.FieldName = "fSubsidiary";
            this.gridColumn6.MinWidth = 24;
            this.gridColumn6.MinWidth = 17;
            this.gridColumn6.Name = "gridColumn6";
            this.gridColumn6.Visible = true;
            this.gridColumn6.VisibleIndex = 5;
            this.gridColumn6.Width = 54;
            this.gridColumn6.Width = 38;
            // 
            // gvMx1bld002
            // 
            this.gvMx1bld002.AppearanceCell.Options.UseFont = true;
            this.gvMx1bld002.Caption = "物料编号";
            this.gvMx1bld002.FieldName = "itemNo";
            this.gvMx1bld002.MinWidth = 31;
            this.gvMx1bld002.MinWidth = 22;
            this.gvMx1bld002.Name = "gvMx1bld002";
            this.gvMx1bld002.OptionsColumn.ReadOnly = true;
            this.gvMx1bld002.Tag = "query_a.bld002";
            this.gvMx1bld002.Visible = true;
            this.gvMx1bld002.VisibleIndex = 1;
            this.gvMx1bld002.Width = 124;
            this.gvMx1bld002.Width = 87;
            // 
            // gvMx1bld003
            // 
            this.gvMx1bld003.AppearanceCell.Options.UseFont = true;
            this.gvMx1bld003.Caption = "物料名称";
            this.gvMx1bld003.FieldName = "itemName";
            this.gvMx1bld003.MinWidth = 31;
            this.gvMx1bld003.MinWidth = 22;
            this.gvMx1bld003.Name = "gvMx1bld003";
            this.gvMx1bld003.OptionsColumn.ReadOnly = true;
            this.gvMx1bld003.Tag = "query_a.bld003";
            this.gvMx1bld003.Visible = true;
            this.gvMx1bld003.VisibleIndex = 2;
            this.gvMx1bld003.Width = 150;
            this.gvMx1bld003.Width = 105;
            // 
            // itemModel
            // 
            this.itemModel.AppearanceCell.Options.UseFont = true;
            this.itemModel.Caption = "规格型号";
            this.itemModel.FieldName = "itemModel";
            this.itemModel.MinWidth = 31;
            this.itemModel.MinWidth = 22;
            this.itemModel.Name = "itemModel";
            this.itemModel.OptionsColumn.ReadOnly = true;
            this.itemModel.Tag = "query_a.bld004";
            this.itemModel.Visible = true;
            this.itemModel.VisibleIndex = 3;
            this.itemModel.Width = 150;
            this.itemModel.Width = 105;
            // 
            // gvMx1bld007
            // 
@@ -1852,12 +1816,12 @@
            this.gvMx1bld007.AppearanceHeader.Options.UseForeColor = true;
            this.gvMx1bld007.Caption = "申请数量";
            this.gvMx1bld007.FieldName = "shNum";
            this.gvMx1bld007.MinWidth = 61;
            this.gvMx1bld007.MinWidth = 43;
            this.gvMx1bld007.Name = "gvMx1bld007";
            this.gvMx1bld007.Tag = "yz_quantity_0_edit";
            this.gvMx1bld007.Visible = true;
            this.gvMx1bld007.VisibleIndex = 4;
            this.gvMx1bld007.Width = 117;
            this.gvMx1bld007.Width = 82;
            // 
            // gvMx1bld010
            // 
@@ -1868,35 +1832,35 @@
            this.gvMx1bld010.AppearanceHeader.Options.UseForeColor = true;
            this.gvMx1bld010.Caption = "备注";
            this.gvMx1bld010.FieldName = "remark";
            this.gvMx1bld010.MinWidth = 61;
            this.gvMx1bld010.MinWidth = 43;
            this.gvMx1bld010.Name = "gvMx1bld010";
            this.gvMx1bld010.Tag = "edit";
            this.gvMx1bld010.Visible = true;
            this.gvMx1bld010.VisibleIndex = 5;
            this.gvMx1bld010.Width = 187;
            this.gvMx1bld010.Width = 131;
            // 
            // gvMx1bld008
            // 
            this.gvMx1bld008.AppearanceCell.Options.UseFont = true;
            this.gvMx1bld008.Caption = "已扫数量";
            this.gvMx1bld008.FieldName = "sQty";
            this.gvMx1bld008.MinWidth = 61;
            this.gvMx1bld008.MinWidth = 43;
            this.gvMx1bld008.Name = "gvMx1bld008";
            this.gvMx1bld008.OptionsColumn.ReadOnly = true;
            this.gvMx1bld008.Tag = "query_a.bld008";
            this.gvMx1bld008.Visible = true;
            this.gvMx1bld008.VisibleIndex = 6;
            this.gvMx1bld008.Width = 117;
            this.gvMx1bld008.Width = 82;
            // 
            // gridColumn1
            // 
            this.gridColumn1.Caption = "单位名称";
            this.gridColumn1.FieldName = "itemUnit";
            this.gridColumn1.MinWidth = 31;
            this.gridColumn1.MinWidth = 22;
            this.gridColumn1.Name = "gridColumn1";
            this.gridColumn1.Visible = true;
            this.gridColumn1.VisibleIndex = 7;
            this.gridColumn1.Width = 117;
            this.gridColumn1.Width = 82;
            // 
            // gridColumn9
            // 
@@ -1907,18 +1871,18 @@
            this.gridColumn9.Caption = "调出组织";
            this.gridColumn9.ColumnEdit = this.rptDcOrg;
            this.gridColumn9.FieldName = "dcOrg";
            this.gridColumn9.MinWidth = 31;
            this.gridColumn9.MinWidth = 22;
            this.gridColumn9.Name = "gridColumn9";
            this.gridColumn9.Visible = true;
            this.gridColumn9.VisibleIndex = 8;
            this.gridColumn9.Width = 117;
            this.gridColumn9.Width = 82;
            // 
            // rptDcOrg
            // 
            this.rptDcOrg.AutoHeight = false;
            editorButtonImageOptions28.Image = global::Gs.DevApp.Properties.Resources.lookup_reference_16x162;
            editorButtonImageOptions1.Image = global::Gs.DevApp.Properties.Resources.lookup_reference_16x162;
            this.rptDcOrg.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "选择", -1, true, true, false, editorButtonImageOptions28, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject109, serializableAppearanceObject110, serializableAppearanceObject111, serializableAppearanceObject112, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "选择", -1, true, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
            this.rptDcOrg.Name = "rptDcOrg";
            this.rptDcOrg.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.rptDcOrg_ButtonClick);
            // 
@@ -1931,18 +1895,18 @@
            this.gridColumn10.Caption = "调出仓库";
            this.gridColumn10.ColumnEdit = this.rptDcCk;
            this.gridColumn10.FieldName = "dcCk";
            this.gridColumn10.MinWidth = 31;
            this.gridColumn10.MinWidth = 22;
            this.gridColumn10.Name = "gridColumn10";
            this.gridColumn10.Visible = true;
            this.gridColumn10.VisibleIndex = 9;
            this.gridColumn10.Width = 117;
            this.gridColumn10.Width = 82;
            // 
            // rptDcCk
            // 
            this.rptDcCk.AutoHeight = false;
            editorButtonImageOptions29.Image = global::Gs.DevApp.Properties.Resources.lookup_reference_16x16;
            editorButtonImageOptions2.Image = global::Gs.DevApp.Properties.Resources.lookup_reference_16x16;
            this.rptDcCk.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, editorButtonImageOptions29, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject113, serializableAppearanceObject114, serializableAppearanceObject115, serializableAppearanceObject116, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, editorButtonImageOptions2, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject5, serializableAppearanceObject6, serializableAppearanceObject7, serializableAppearanceObject8, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
            this.rptDcCk.Name = "rptDcCk";
            this.rptDcCk.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.rptDcCk_ButtonClick);
            // 
@@ -1953,16 +1917,16 @@
            this.gridColumn11.Caption = "调出仓位";
            this.gridColumn11.ColumnEdit = this.rptDcCw;
            this.gridColumn11.FieldName = "dcCw";
            this.gridColumn11.MinWidth = 31;
            this.gridColumn11.MinWidth = 22;
            this.gridColumn11.Name = "gridColumn11";
            this.gridColumn11.Width = 117;
            this.gridColumn11.Width = 82;
            // 
            // rptDcCw
            // 
            this.rptDcCw.AutoHeight = false;
            editorButtonImageOptions30.Image = global::Gs.DevApp.Properties.Resources.lookup_reference_16x16;
            editorButtonImageOptions3.Image = global::Gs.DevApp.Properties.Resources.lookup_reference_16x16;
            this.rptDcCw.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, editorButtonImageOptions30, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject117, serializableAppearanceObject118, serializableAppearanceObject119, serializableAppearanceObject120, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, editorButtonImageOptions3, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject9, serializableAppearanceObject10, serializableAppearanceObject11, serializableAppearanceObject12, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
            this.rptDcCw.Name = "rptDcCw";
            this.rptDcCw.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.rptDcCw_ButtonClick);
            // 
@@ -1975,18 +1939,18 @@
            this.gridColumn12.Caption = "调入组织";
            this.gridColumn12.ColumnEdit = this.rptDrOrg;
            this.gridColumn12.FieldName = "drOrg";
            this.gridColumn12.MinWidth = 31;
            this.gridColumn12.MinWidth = 22;
            this.gridColumn12.Name = "gridColumn12";
            this.gridColumn12.Visible = true;
            this.gridColumn12.VisibleIndex = 10;
            this.gridColumn12.Width = 117;
            this.gridColumn12.Width = 82;
            // 
            // rptDrOrg
            // 
            this.rptDrOrg.AutoHeight = false;
            editorButtonImageOptions31.Image = global::Gs.DevApp.Properties.Resources.lookup_reference_16x16;
            editorButtonImageOptions4.Image = global::Gs.DevApp.Properties.Resources.lookup_reference_16x16;
            this.rptDrOrg.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, editorButtonImageOptions31, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject121, serializableAppearanceObject122, serializableAppearanceObject123, serializableAppearanceObject124, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, editorButtonImageOptions4, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject13, serializableAppearanceObject14, serializableAppearanceObject15, serializableAppearanceObject16, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
            this.rptDrOrg.Name = "rptDrOrg";
            this.rptDrOrg.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.rptDrOrg_ButtonClick);
            // 
@@ -1999,18 +1963,18 @@
            this.gridColumn16.Caption = "调入仓库";
            this.gridColumn16.ColumnEdit = this.rptDrCk;
            this.gridColumn16.FieldName = "drCk";
            this.gridColumn16.MinWidth = 31;
            this.gridColumn16.MinWidth = 22;
            this.gridColumn16.Name = "gridColumn16";
            this.gridColumn16.Visible = true;
            this.gridColumn16.VisibleIndex = 11;
            this.gridColumn16.Width = 117;
            this.gridColumn16.Width = 82;
            // 
            // rptDrCk
            // 
            this.rptDrCk.AutoHeight = false;
            editorButtonImageOptions32.Image = global::Gs.DevApp.Properties.Resources.lookup_reference_16x16;
            editorButtonImageOptions5.Image = global::Gs.DevApp.Properties.Resources.lookup_reference_16x16;
            this.rptDrCk.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, editorButtonImageOptions32, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject125, serializableAppearanceObject126, serializableAppearanceObject127, serializableAppearanceObject128, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, editorButtonImageOptions5, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject17, serializableAppearanceObject18, serializableAppearanceObject19, serializableAppearanceObject20, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
            this.rptDrCk.Name = "rptDrCk";
            this.rptDrCk.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.rptDrCk_ButtonClick);
            // 
@@ -2019,16 +1983,16 @@
            this.gridColumn17.Caption = "调入仓位";
            this.gridColumn17.ColumnEdit = this.rptDrCw;
            this.gridColumn17.FieldName = "drCw";
            this.gridColumn17.MinWidth = 31;
            this.gridColumn17.MinWidth = 22;
            this.gridColumn17.Name = "gridColumn17";
            this.gridColumn17.Width = 117;
            this.gridColumn17.Width = 82;
            // 
            // rptDrCw
            // 
            this.rptDrCw.AutoHeight = false;
            editorButtonImageOptions33.Image = global::Gs.DevApp.Properties.Resources.lookup_reference_16x16;
            editorButtonImageOptions6.Image = global::Gs.DevApp.Properties.Resources.lookup_reference_16x16;
            this.rptDrCw.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, editorButtonImageOptions33, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject129, serializableAppearanceObject130, serializableAppearanceObject131, serializableAppearanceObject132, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, editorButtonImageOptions6, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject21, serializableAppearanceObject22, serializableAppearanceObject23, serializableAppearanceObject24, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
            this.rptDrCw.Name = "rptDrCw";
            this.rptDrCw.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.rptDrCw_ButtonClick);
            // 
@@ -2041,18 +2005,18 @@
            this.gridColumn23.Caption = "调出货主";
            this.gridColumn23.ColumnEdit = this.rptDcHz;
            this.gridColumn23.FieldName = "dcHz";
            this.gridColumn23.MinWidth = 31;
            this.gridColumn23.MinWidth = 22;
            this.gridColumn23.Name = "gridColumn23";
            this.gridColumn23.Visible = true;
            this.gridColumn23.VisibleIndex = 12;
            this.gridColumn23.Width = 117;
            this.gridColumn23.Width = 82;
            // 
            // rptDcHz
            // 
            this.rptDcHz.AutoHeight = false;
            editorButtonImageOptions34.Image = global::Gs.DevApp.Properties.Resources.lookup_reference_16x16;
            editorButtonImageOptions7.Image = global::Gs.DevApp.Properties.Resources.lookup_reference_16x16;
            this.rptDcHz.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, editorButtonImageOptions34, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject133, serializableAppearanceObject134, serializableAppearanceObject135, serializableAppearanceObject136, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, editorButtonImageOptions7, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject25, serializableAppearanceObject26, serializableAppearanceObject27, serializableAppearanceObject28, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
            this.rptDcHz.Name = "rptDcHz";
            this.rptDcHz.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.rptDcHz_ButtonClick);
            // 
@@ -2065,18 +2029,18 @@
            this.gridColumn24.Caption = "调入货主";
            this.gridColumn24.ColumnEdit = this.rptDrHz;
            this.gridColumn24.FieldName = "drHz";
            this.gridColumn24.MinWidth = 31;
            this.gridColumn24.MinWidth = 22;
            this.gridColumn24.Name = "gridColumn24";
            this.gridColumn24.Visible = true;
            this.gridColumn24.VisibleIndex = 13;
            this.gridColumn24.Width = 117;
            this.gridColumn24.Width = 82;
            // 
            // rptDrHz
            // 
            this.rptDrHz.AutoHeight = false;
            editorButtonImageOptions35.Image = global::Gs.DevApp.Properties.Resources.lookup_reference_16x16;
            editorButtonImageOptions8.Image = global::Gs.DevApp.Properties.Resources.lookup_reference_16x16;
            this.rptDrHz.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, editorButtonImageOptions35, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject137, serializableAppearanceObject138, serializableAppearanceObject139, serializableAppearanceObject140, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, editorButtonImageOptions8, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject29, serializableAppearanceObject30, serializableAppearanceObject31, serializableAppearanceObject32, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
            this.rptDrHz.Name = "rptDrHz";
            this.rptDrHz.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.rptDrHz_ButtonClick);
            // 
@@ -2084,19 +2048,19 @@
            // 
            this.gvMxDel.Caption = "移出";
            this.gvMxDel.ColumnEdit = this.repositoryItemButtonEdit1;
            this.gvMxDel.MinWidth = 31;
            this.gvMxDel.MinWidth = 22;
            this.gvMxDel.Name = "gvMxDel";
            this.gvMxDel.Visible = true;
            this.gvMxDel.VisibleIndex = 14;
            this.gvMxDel.Width = 117;
            this.gvMxDel.Width = 82;
            // 
            // repositoryItemButtonEdit1
            // 
            this.repositoryItemButtonEdit1.AutoHeight = false;
            editorButtonImageOptions36.Image = global::Gs.DevApp.Properties.Resources.removegroupfooter_16x16;
            editorButtonImageOptions36.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
            editorButtonImageOptions9.Image = global::Gs.DevApp.Properties.Resources.removegroupfooter_16x16;
            editorButtonImageOptions9.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
            this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "移出", -1, true, true, false, editorButtonImageOptions36, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject141, serializableAppearanceObject142, serializableAppearanceObject143, serializableAppearanceObject144, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "移出", -1, true, true, false, editorButtonImageOptions9, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject33, serializableAppearanceObject34, serializableAppearanceObject35, serializableAppearanceObject36, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
            this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
            this.repositoryItemButtonEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
            this.repositoryItemButtonEdit1.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEdit1_ButtonClick);
@@ -2105,102 +2069,102 @@
            // 
            this.gridColumn8.Caption = "物料ID";
            this.gridColumn8.FieldName = "itemId";
            this.gridColumn8.MinWidth = 31;
            this.gridColumn8.MinWidth = 22;
            this.gridColumn8.Name = "gridColumn8";
            this.gridColumn8.Width = 117;
            this.gridColumn8.Width = 82;
            // 
            // gridColumn14
            // 
            this.gridColumn14.Caption = "调出组织Guid";
            this.gridColumn14.FieldName = "dcOrgGuid";
            this.gridColumn14.MinWidth = 31;
            this.gridColumn14.MinWidth = 22;
            this.gridColumn14.Name = "gridColumn14";
            this.gridColumn14.Width = 117;
            this.gridColumn14.Width = 82;
            // 
            // gridColumn15
            // 
            this.gridColumn15.Caption = "调出仓库Guid";
            this.gridColumn15.FieldName = "dcCkGuid";
            this.gridColumn15.MinWidth = 31;
            this.gridColumn15.MinWidth = 22;
            this.gridColumn15.Name = "gridColumn15";
            this.gridColumn15.Width = 117;
            this.gridColumn15.Width = 82;
            // 
            // gridColumn13
            // 
            this.gridColumn13.Caption = "调出仓位Guid";
            this.gridColumn13.FieldName = "dcCwGuid";
            this.gridColumn13.MinWidth = 31;
            this.gridColumn13.MinWidth = 22;
            this.gridColumn13.Name = "gridColumn13";
            this.gridColumn13.Width = 117;
            this.gridColumn13.Width = 82;
            // 
            // gridColumn18
            // 
            this.gridColumn18.Caption = "调入组织Guid";
            this.gridColumn18.FieldName = "drOrgGuid";
            this.gridColumn18.MinWidth = 31;
            this.gridColumn18.MinWidth = 22;
            this.gridColumn18.Name = "gridColumn18";
            this.gridColumn18.Width = 117;
            this.gridColumn18.Width = 82;
            // 
            // gridColumn19
            // 
            this.gridColumn19.Caption = "调入仓库Guid";
            this.gridColumn19.FieldName = "drCkGuid";
            this.gridColumn19.MinWidth = 31;
            this.gridColumn19.MinWidth = 22;
            this.gridColumn19.Name = "gridColumn19";
            this.gridColumn19.Width = 117;
            this.gridColumn19.Width = 82;
            // 
            // gridColumn20
            // 
            this.gridColumn20.Caption = "调入仓位Guid";
            this.gridColumn20.FieldName = "drCwGuid";
            this.gridColumn20.MinWidth = 31;
            this.gridColumn20.MinWidth = 22;
            this.gridColumn20.Name = "gridColumn20";
            this.gridColumn20.Width = 117;
            this.gridColumn20.Width = 82;
            // 
            // gridColumn21
            // 
            this.gridColumn21.Caption = "调出货主Guid";
            this.gridColumn21.ColumnEdit = this.rptDcHz;
            this.gridColumn21.FieldName = "dcHzGuid";
            this.gridColumn21.MinWidth = 31;
            this.gridColumn21.MinWidth = 22;
            this.gridColumn21.Name = "gridColumn21";
            this.gridColumn21.Width = 117;
            this.gridColumn21.Width = 82;
            // 
            // gridColumn22
            // 
            this.gridColumn22.Caption = "调入货主Guid";
            this.gridColumn22.FieldName = "drHzGuid";
            this.gridColumn22.MinWidth = 31;
            this.gridColumn22.MinWidth = 22;
            this.gridColumn22.Name = "gridColumn22";
            this.gridColumn22.Width = 117;
            this.gridColumn22.Width = 82;
            // 
            // gridColumn54
            // 
            this.gridColumn54.Caption = "工单单号";
            this.gridColumn54.FieldName = "daa001";
            this.gridColumn54.MinWidth = 30;
            this.gridColumn54.MinWidth = 21;
            this.gridColumn54.Name = "gridColumn54";
            this.gridColumn54.Visible = true;
            this.gridColumn54.VisibleIndex = 15;
            this.gridColumn54.Width = 112;
            this.gridColumn54.Width = 78;
            // 
            // gridColumn55
            // 
            this.gridColumn55.Caption = "备料明细guid";
            this.gridColumn55.FieldName = "dabErpId";
            this.gridColumn55.MinWidth = 30;
            this.gridColumn55.MinWidth = 21;
            this.gridColumn55.Name = "gridColumn55";
            this.gridColumn55.Width = 112;
            this.gridColumn55.Width = 78;
            // 
            // gridColumn56
            // 
            this.gridColumn56.Caption = "物料对应仓管";
            this.gridColumn56.FieldName = "depotMan";
            this.gridColumn56.MinWidth = 30;
            this.gridColumn56.MinWidth = 21;
            this.gridColumn56.Name = "gridColumn56";
            this.gridColumn56.Visible = true;
            this.gridColumn56.VisibleIndex = 16;
            this.gridColumn56.Width = 112;
            this.gridColumn56.Width = 78;
            // 
            // btnTest1
            // 
@@ -2212,10 +2176,9 @@
            // picCheckBox
            // 
            this.picCheckBox.Image = global::Gs.DevApp.Properties.Resources.ico_noCheck;
            this.picCheckBox.Location = new System.Drawing.Point(1189, 68);
            this.picCheckBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.picCheckBox.Location = new System.Drawing.Point(832, 43);
            this.picCheckBox.Name = "picCheckBox";
            this.picCheckBox.Size = new System.Drawing.Size(126, 61);
            this.picCheckBox.Size = new System.Drawing.Size(88, 39);
            this.picCheckBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.picCheckBox.TabIndex = 8;
            this.picCheckBox.TabStop = false;
@@ -2257,13 +2220,12 @@
            // 
            // Frm_MesDbck
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1460, 834);
            this.ClientSize = new System.Drawing.Size(1022, 531);
            this.Controls.Add(this.picCheckBox);
            this.Controls.Add(this.xtraTabControl1);
            this.Controls.Add(this.toolBarMenu1);
            this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.Name = "Frm_MesDbck";
            this.Text = "调拨出库申请";
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesDbck.cs
@@ -1159,6 +1159,11 @@
                SetComboBoxValue(txt_fBusinessType, "委外(WW)");
                SetComboBoxValue(txt_djtype, "委外直接调拨单(WWDB01_SYS)");
            }
            else if (selectedValue == "生产调拨申请单(DBSQD03_SC)")
            {
                SetComboBoxValue(txt_fBusinessType, "生产(SC)");
                SetComboBoxValue(txt_djtype, "生产直接调拨单(SCDB01_SYS)");
            }
            else
            {
                SetComboBoxValue(txt_fBusinessType, "标准(NORMAL)");
DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesDbck.resx
@@ -122,51 +122,51 @@
    <value>
        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
</value>
  </data>
  <data name="btnSelect.ImageOptions.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
    <value>
        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
</value>
  </data>
  <data name="btnScdd.ImageOptions.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
    <value>
        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
</value>
  </data>
  <metadata name="tips.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
@@ -176,17 +176,17 @@
    <value>
        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
</value>
  </data>
</root>
DevApp/Gs.DevApp/Program.cs
@@ -53,7 +53,7 @@
                fmLogin.ShowDialog();
                if (fmLogin.DialogResult == DialogResult.OK)
                {
                   // Application.Run(new DevFrm.User.SysMenu());
                    //Application.Run(new DevFrm.User.SysMenu());
                    //return;
                    Application.Run(new FrmMain());
                }
DevApp/Gs.DevApp/UserControl/SelectDeleteBar.cs
@@ -44,7 +44,7 @@
            switch (aboutType)
            {
                case "托板码":
                    btnDelete.Visible = false;
                    btnDelete.Visible = true;
                    break;
                case "追溯码":
                    btnDelete.Visible = false;