lu
2025-04-22 703fbd021fffe44e7257d13603672f723f5acaee
仓库出库
已修改6个文件
632 ■■■■■ 文件已修改
DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesSctkSq.Designer.cs 68 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesSctkSq.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
DevApp/Gs.DevApp/DevFrm/QC/Frm_MesDefectCode.Designer.cs 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
DevApp/Gs.DevApp/DevFrm/QC/Frm_MesDefectCode.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womcaa.Designer.cs 499 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
DevApp/Gs.DevApp/DevFrm/WOM/Frm_Wompba.Designer.cs 54 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesSctkSq.Designer.cs
@@ -62,10 +62,10 @@
            this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
            this.splitMx1 = new DevExpress.XtraEditors.SplitContainerControl();
            this.layoutMx1 = new DevExpress.XtraLayout.LayoutControl();
            this.txt_returnType = new Gs.DevApp.UserControl.UcDictionaryComBox();
            this.btnSelect = new DevExpress.XtraEditors.SimpleButton();
            this.lbGuid = new System.Windows.Forms.Label();
            this.txt_thOrgId = new Gs.DevApp.UserControl.UcLookOrg();
            this.txt_returnType = new DevExpress.XtraEditors.ComboBoxEdit();
            this.txt_billNo = new DevExpress.XtraEditors.TextEdit();
            this.txt_checkDate = new DevExpress.XtraEditors.TextEdit();
            this.txt_depotId = new Gs.DevApp.UserControl.UcLookCk();
@@ -85,10 +85,10 @@
            this.layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem15 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem16 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
            this.tabMx = new DevExpress.XtraTab.XtraTabControl();
            this.tabMxPage1 = new DevExpress.XtraTab.XtraTabPage();
            this.gcMx1 = new DevExpress.XtraGrid.GridControl();
@@ -128,7 +128,6 @@
            this.splitMx1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.layoutMx1)).BeginInit();
            this.layoutMx1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txt_returnType.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_billNo.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_checkDate.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_remark.Properties)).BeginInit();
@@ -147,10 +146,10 @@
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tabMx)).BeginInit();
            this.tabMx.SuspendLayout();
            this.tabMxPage1.SuspendLayout();
@@ -412,10 +411,10 @@
            // 
            // layoutMx1
            // 
            this.layoutMx1.Controls.Add(this.txt_returnType);
            this.layoutMx1.Controls.Add(this.btnSelect);
            this.layoutMx1.Controls.Add(this.lbGuid);
            this.layoutMx1.Controls.Add(this.txt_thOrgId);
            this.layoutMx1.Controls.Add(this.txt_returnType);
            this.layoutMx1.Controls.Add(this.txt_billNo);
            this.layoutMx1.Controls.Add(this.txt_checkDate);
            this.layoutMx1.Controls.Add(this.txt_depotId);
@@ -436,6 +435,15 @@
            this.layoutMx1.Size = new System.Drawing.Size(1126, 108);
            this.layoutMx1.TabIndex = 0;
            this.layoutMx1.Text = "layoutControl1";
            //
            // txt_returnType
            //
            this.txt_returnType.Location = new System.Drawing.Point(385, 12);
            this.txt_returnType.Name = "txt_returnType";
            this.txt_returnType.Size = new System.Drawing.Size(165, 24);
            this.txt_returnType.TabIndex = 533;
            this.txt_returnType.TextTxt = "";
            this.txt_returnType.WhereTxt = "s_type=\'生产退库原因\'";
            // 
            // btnSelect
            // 
@@ -463,25 +471,6 @@
            this.txt_thOrgId.Name = "txt_thOrgId";
            this.txt_thOrgId.Size = new System.Drawing.Size(165, 24);
            this.txt_thOrgId.TabIndex = 526;
            //
            // txt_returnType
            //
            this.txt_returnType.EditValue = "-请选择-";
            this.txt_returnType.Location = new System.Drawing.Point(385, 12);
            this.txt_returnType.Name = "txt_returnType";
            this.txt_returnType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.txt_returnType.Properties.Items.AddRange(new object[] {
            "-请选择-",
            "TKYY01_SYS(订单有误)",
            "TKYY02_SYS(数量有误)",
            "TKYY03_SYS(编码有误)",
            "TKYY04_SYS(质量问题)",
            "TKYY05_SYS(包装调整)"});
            this.txt_returnType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            this.txt_returnType.Size = new System.Drawing.Size(165, 24);
            this.txt_returnType.StyleController = this.layoutMx1;
            this.txt_returnType.TabIndex = 521;
            // 
            // txt_billNo
            // 
@@ -602,10 +591,10 @@
            this.layoutControlItem14,
            this.layoutControlItem15,
            this.layoutControlItem11,
            this.layoutControlItem6,
            this.layoutControlItem3,
            this.layoutControlItem7,
            this.layoutControlItem16});
            this.layoutControlItem16,
            this.layoutControlItem4});
            this.Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
            this.Root.Name = "Root";
            columnDefinition1.SizeType = System.Windows.Forms.SizeType.Percent;
@@ -707,16 +696,6 @@
            this.layoutControlItem11.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem11.TextVisible = false;
            // 
            // layoutControlItem6
            //
            this.layoutControlItem6.Control = this.txt_returnType;
            this.layoutControlItem6.Location = new System.Drawing.Point(271, 0);
            this.layoutControlItem6.Name = "layoutControlItem6";
            this.layoutControlItem6.OptionsTableLayoutItem.ColumnIndex = 1;
            this.layoutControlItem6.Size = new System.Drawing.Size(271, 31);
            this.layoutControlItem6.Text = "退库原因";
            this.layoutControlItem6.TextSize = new System.Drawing.Size(90, 18);
            //
            // layoutControlItem3
            // 
            this.layoutControlItem3.Control = this.txt_depotId;
@@ -753,6 +732,16 @@
            this.layoutControlItem16.Text = "退货明细";
            this.layoutControlItem16.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem16.TextVisible = false;
            //
            // layoutControlItem4
            //
            this.layoutControlItem4.Control = this.txt_returnType;
            this.layoutControlItem4.Location = new System.Drawing.Point(271, 0);
            this.layoutControlItem4.Name = "layoutControlItem4";
            this.layoutControlItem4.OptionsTableLayoutItem.ColumnIndex = 1;
            this.layoutControlItem4.Size = new System.Drawing.Size(271, 31);
            this.layoutControlItem4.Text = "退库原因";
            this.layoutControlItem4.TextSize = new System.Drawing.Size(90, 18);
            // 
            // tabMx
            // 
@@ -1002,7 +991,6 @@
            this.splitMx1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.layoutMx1)).EndInit();
            this.layoutMx1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.txt_returnType.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_billNo.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_checkDate.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_remark.Properties)).EndInit();
@@ -1021,10 +1009,10 @@
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tabMx)).EndInit();
            this.tabMx.ResumeLayout(false);
            this.tabMxPage1.ResumeLayout(false);
@@ -1059,7 +1047,6 @@
        private DevExpress.XtraLayout.LayoutControlGroup Root;
        private UserControl.UcLookOrg txt_thOrgId;
        private DevExpress.XtraEditors.SimpleButton btnSelect;
        private DevExpress.XtraEditors.ComboBoxEdit txt_returnType;
        private UserControl.UcLookCk txt_depotId;
        private System.Windows.Forms.Label lbGuid;
        private DevExpress.XtraEditors.TextEdit txt_remark;
@@ -1098,10 +1085,11 @@
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem17;
        private DevExpress.Utils.ToolTipController tips;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem16;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
        private UserControl.UcDictionaryComBox txt_returnType;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
    }
}
DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesSctkSq.cs
@@ -320,7 +320,7 @@
                txt_depotId.Focus();
                return;
            }
            if (txt_returnType.SelectedIndex <= 0)
            if (txt_returnType.TextTxt.Length <= 0)
            {
                MsgHelper.Warning("请选择退料原因!");
                txt_returnType.Focus();
@@ -332,7 +332,7 @@
                OrgId = txt_thOrgId.GetId(),//选择组织
                Remark = txt_remark.Text.Trim(), //备注
                DepotId = int.Parse(_ckId),//仓库
                Reason = txt_returnType.Text,//退料原因
                Reason = txt_returnType.TextTxt,//退料原因
                list = new List<dynamic>(),
            };
            gvMx1.CloseEditor();
DevApp/Gs.DevApp/DevFrm/QC/Frm_MesDefectCode.Designer.cs
@@ -95,6 +95,7 @@
            // split1
            // 
            this.split1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.split1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
            this.split1.Horizontal = false;
            this.split1.Location = new System.Drawing.Point(0, 0);
            this.split1.Name = "split1";
@@ -106,7 +107,8 @@
            // 
            // split1.Panel2
            // 
             this.split1.Panel2.Text = "Panel2";this.split1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;this.split1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
            this.split1.Panel2.Text = "Panel2";
            this.split1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
            this.split1.Size = new System.Drawing.Size(1126, 570);
            this.split1.SplitterPosition = 0;
            this.split1.TabIndex = 0;
@@ -161,7 +163,7 @@
            // 
            // tlcMenuName
            // 
            this.tlcMenuName.Caption = "字典名称";
            this.tlcMenuName.Caption = "字典名称值";
            this.tlcMenuName.FieldName = "defectName";
            this.tlcMenuName.MinWidth = 38;
            this.tlcMenuName.Name = "tlcMenuName";
DevApp/Gs.DevApp/DevFrm/QC/Frm_MesDefectCode.cs
@@ -187,5 +187,6 @@
            }
        }
    }
}
DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womcaa.Designer.cs
@@ -30,15 +30,16 @@
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            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.ColumnDefinition columnDefinition5 = new DevExpress.XtraLayout.ColumnDefinition();
            DevExpress.XtraLayout.ColumnDefinition columnDefinition6 = new DevExpress.XtraLayout.ColumnDefinition();
            DevExpress.XtraLayout.ColumnDefinition columnDefinition7 = new DevExpress.XtraLayout.ColumnDefinition();
            DevExpress.XtraLayout.ColumnDefinition columnDefinition8 = new DevExpress.XtraLayout.ColumnDefinition();
            DevExpress.XtraLayout.RowDefinition rowDefinition7 = new DevExpress.XtraLayout.RowDefinition();
            DevExpress.XtraLayout.RowDefinition rowDefinition8 = new DevExpress.XtraLayout.RowDefinition();
            DevExpress.XtraLayout.RowDefinition rowDefinition9 = new DevExpress.XtraLayout.RowDefinition();
            DevExpress.XtraLayout.RowDefinition rowDefinition10 = new DevExpress.XtraLayout.RowDefinition();
            DevExpress.XtraLayout.RowDefinition rowDefinition11 = new DevExpress.XtraLayout.RowDefinition();
            DevExpress.XtraLayout.RowDefinition rowDefinition12 = new DevExpress.XtraLayout.RowDefinition();
            this.toolBarMenu1 = new Gs.DevApp.UserControl.UcToolBarMenu();
            this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
            this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
@@ -67,7 +68,6 @@
            this.gv_caa016 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gv_createDate = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn20 = new DevExpress.XtraGrid.Columns.GridColumn();
@@ -82,7 +82,6 @@
            this.gridColumn31 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn32 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn33 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn34 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn35 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn36 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn37 = new DevExpress.XtraGrid.Columns.GridColumn();
@@ -113,6 +112,9 @@
            this.txt_dwName = new DevExpress.XtraEditors.TextEdit();
            this.txt_caa005 = new DevExpress.XtraEditors.TextEdit();
            this.txt_srcBillNo = new DevExpress.XtraEditors.TextEdit();
            this.txt_typebTxt = new DevExpress.XtraEditors.TextEdit();
            this.txt_ypQty = new DevExpress.XtraEditors.TextEdit();
            this.txt_kpQty = new DevExpress.XtraEditors.TextEdit();
            this.layoutControlItem19 = new DevExpress.XtraLayout.LayoutControlItem();
            this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
@@ -120,20 +122,23 @@
            this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem16 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem17 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem18 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem20 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem17 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem15 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem20 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem21 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
            this.txt_ypQty1111 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem22 = new DevExpress.XtraLayout.LayoutControlItem();
            this.tabMx = new DevExpress.XtraTab.XtraTabControl();
            this.tabMxPage1 = new DevExpress.XtraTab.XtraTabPage();
            this.gcMx1 = new DevExpress.XtraGrid.GridControl();
@@ -164,6 +169,7 @@
            this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn29 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.tips = new DevExpress.Utils.ToolTipController(this.components);
            this.gridColumn34 = new DevExpress.XtraGrid.Columns.GridColumn();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
            this.xtraTabControl1.SuspendLayout();
            this.xtraTabPage1.SuspendLayout();
@@ -202,6 +208,9 @@
            ((System.ComponentModel.ISupportInitialize)(this.txt_dwName.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_caa005.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_srcBillNo.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_typebTxt.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_ypQty.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_kpQty.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
@@ -209,20 +218,23 @@
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_ypQty1111)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem22)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tabMx)).BeginInit();
            this.tabMx.SuspendLayout();
            this.tabMxPage1.SuspendLayout();
@@ -326,7 +338,6 @@
            this.gv_caa016,
            this.gridColumn7,
            this.gridColumn4,
            this.gv_createDate,
            this.gridColumn18,
            this.gridColumn19,
            this.gridColumn20,
@@ -341,13 +352,13 @@
            this.gridColumn31,
            this.gridColumn32,
            this.gridColumn33,
            this.gridColumn34,
            this.gridColumn35,
            this.gridColumn36,
            this.gridColumn37,
            this.gridColumn38,
            this.gridColumn39,
            this.gridColumn30});
            this.gridColumn30,
            this.gridColumn34});
            this.gridView1.GridControl = this.gcMain1;
            this.gridView1.IndicatorWidth = 50;
            this.gridView1.Name = "gridView1";
@@ -628,19 +639,6 @@
            this.gridColumn4.VisibleIndex = 21;
            this.gridColumn4.Width = 50;
            // 
            // gv_createDate
            //
            this.gv_createDate.AppearanceCell.Options.UseFont = true;
            this.gv_createDate.Caption = "同步时间";
            this.gv_createDate.FieldName = "createDate";
            this.gv_createDate.MinWidth = 50;
            this.gv_createDate.Name = "gv_createDate";
            this.gv_createDate.OptionsColumn.AllowEdit = false;
            this.gv_createDate.Tag = "query_a.CAA005";
            this.gv_createDate.Visible = true;
            this.gv_createDate.VisibleIndex = 26;
            this.gv_createDate.Width = 180;
            //
            // gridColumn18
            // 
            this.gridColumn18.Caption = "工艺路线";
@@ -688,7 +686,7 @@
            this.gridColumn22.MinWidth = 25;
            this.gridColumn22.Name = "gridColumn22";
            this.gridColumn22.Visible = true;
            this.gridColumn22.VisibleIndex = 27;
            this.gridColumn22.VisibleIndex = 26;
            this.gridColumn22.Width = 94;
            // 
            // gridColumn23
@@ -698,7 +696,7 @@
            this.gridColumn23.MinWidth = 25;
            this.gridColumn23.Name = "gridColumn23";
            this.gridColumn23.Visible = true;
            this.gridColumn23.VisibleIndex = 28;
            this.gridColumn23.VisibleIndex = 27;
            this.gridColumn23.Width = 94;
            // 
            // gridColumn24
@@ -708,7 +706,7 @@
            this.gridColumn24.MinWidth = 25;
            this.gridColumn24.Name = "gridColumn24";
            this.gridColumn24.Visible = true;
            this.gridColumn24.VisibleIndex = 29;
            this.gridColumn24.VisibleIndex = 28;
            this.gridColumn24.Width = 94;
            // 
            // gridColumn25
@@ -718,7 +716,7 @@
            this.gridColumn25.MinWidth = 25;
            this.gridColumn25.Name = "gridColumn25";
            this.gridColumn25.Visible = true;
            this.gridColumn25.VisibleIndex = 30;
            this.gridColumn25.VisibleIndex = 29;
            this.gridColumn25.Width = 94;
            // 
            // gridColumn26
@@ -728,7 +726,7 @@
            this.gridColumn26.MinWidth = 25;
            this.gridColumn26.Name = "gridColumn26";
            this.gridColumn26.Visible = true;
            this.gridColumn26.VisibleIndex = 31;
            this.gridColumn26.VisibleIndex = 30;
            this.gridColumn26.Width = 94;
            // 
            // gridColumn27
@@ -738,7 +736,7 @@
            this.gridColumn27.MinWidth = 25;
            this.gridColumn27.Name = "gridColumn27";
            this.gridColumn27.Visible = true;
            this.gridColumn27.VisibleIndex = 32;
            this.gridColumn27.VisibleIndex = 31;
            this.gridColumn27.Width = 94;
            // 
            // gridColumn28
@@ -748,7 +746,7 @@
            this.gridColumn28.MinWidth = 25;
            this.gridColumn28.Name = "gridColumn28";
            this.gridColumn28.Visible = true;
            this.gridColumn28.VisibleIndex = 33;
            this.gridColumn28.VisibleIndex = 32;
            this.gridColumn28.Width = 94;
            // 
            // gridColumn31
@@ -758,7 +756,7 @@
            this.gridColumn31.MinWidth = 25;
            this.gridColumn31.Name = "gridColumn31";
            this.gridColumn31.Visible = true;
            this.gridColumn31.VisibleIndex = 34;
            this.gridColumn31.VisibleIndex = 33;
            this.gridColumn31.Width = 94;
            // 
            // gridColumn32
@@ -768,7 +766,7 @@
            this.gridColumn32.MinWidth = 25;
            this.gridColumn32.Name = "gridColumn32";
            this.gridColumn32.Visible = true;
            this.gridColumn32.VisibleIndex = 35;
            this.gridColumn32.VisibleIndex = 34;
            this.gridColumn32.Width = 94;
            // 
            // gridColumn33
@@ -778,18 +776,8 @@
            this.gridColumn33.MinWidth = 25;
            this.gridColumn33.Name = "gridColumn33";
            this.gridColumn33.Visible = true;
            this.gridColumn33.VisibleIndex = 36;
            this.gridColumn33.VisibleIndex = 35;
            this.gridColumn33.Width = 94;
            //
            // gridColumn34
            //
            this.gridColumn34.Caption = "ERP生产订单单号";
            this.gridColumn34.FieldName = "caa020";
            this.gridColumn34.MinWidth = 25;
            this.gridColumn34.Name = "gridColumn34";
            this.gridColumn34.Visible = true;
            this.gridColumn34.VisibleIndex = 37;
            this.gridColumn34.Width = 94;
            // 
            // gridColumn35
            // 
@@ -798,7 +786,7 @@
            this.gridColumn35.MinWidth = 25;
            this.gridColumn35.Name = "gridColumn35";
            this.gridColumn35.Visible = true;
            this.gridColumn35.VisibleIndex = 38;
            this.gridColumn35.VisibleIndex = 36;
            this.gridColumn35.Width = 94;
            // 
            // gridColumn36
@@ -808,7 +796,7 @@
            this.gridColumn36.MinWidth = 25;
            this.gridColumn36.Name = "gridColumn36";
            this.gridColumn36.Visible = true;
            this.gridColumn36.VisibleIndex = 40;
            this.gridColumn36.VisibleIndex = 38;
            this.gridColumn36.Width = 94;
            // 
            // gridColumn37
@@ -818,7 +806,7 @@
            this.gridColumn37.MinWidth = 25;
            this.gridColumn37.Name = "gridColumn37";
            this.gridColumn37.Visible = true;
            this.gridColumn37.VisibleIndex = 39;
            this.gridColumn37.VisibleIndex = 37;
            this.gridColumn37.Width = 94;
            // 
            // gridColumn38
@@ -828,7 +816,7 @@
            this.gridColumn38.MinWidth = 25;
            this.gridColumn38.Name = "gridColumn38";
            this.gridColumn38.Visible = true;
            this.gridColumn38.VisibleIndex = 41;
            this.gridColumn38.VisibleIndex = 39;
            this.gridColumn38.Width = 94;
            // 
            // gridColumn39
@@ -838,7 +826,7 @@
            this.gridColumn39.MinWidth = 25;
            this.gridColumn39.Name = "gridColumn39";
            this.gridColumn39.Visible = true;
            this.gridColumn39.VisibleIndex = 42;
            this.gridColumn39.VisibleIndex = 40;
            this.gridColumn39.Width = 94;
            // 
            // gridColumn30
@@ -848,7 +836,7 @@
            this.gridColumn30.MinWidth = 25;
            this.gridColumn30.Name = "gridColumn30";
            this.gridColumn30.Visible = true;
            this.gridColumn30.VisibleIndex = 43;
            this.gridColumn30.VisibleIndex = 41;
            this.gridColumn30.Width = 94;
            // 
            // pageBar1
@@ -888,7 +876,7 @@
            this.splitMx1.Panel2.Text = "Panel2";
            this.splitMx1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
            this.splitMx1.Size = new System.Drawing.Size(1283, 570);
            this.splitMx1.SplitterPosition = 178;
            this.splitMx1.SplitterPosition = 201;
            this.splitMx1.TabIndex = 0;
            // 
            // layoutMx1
@@ -913,6 +901,9 @@
            this.layoutMx1.Controls.Add(this.txt_dwName);
            this.layoutMx1.Controls.Add(this.txt_caa005);
            this.layoutMx1.Controls.Add(this.txt_srcBillNo);
            this.layoutMx1.Controls.Add(this.txt_typebTxt);
            this.layoutMx1.Controls.Add(this.txt_ypQty);
            this.layoutMx1.Controls.Add(this.txt_kpQty);
            this.layoutMx1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.layoutMx1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem19});
@@ -920,7 +911,7 @@
            this.layoutMx1.Name = "layoutMx1";
            this.layoutMx1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1108, 0, 812, 500);
            this.layoutMx1.Root = this.Root;
            this.layoutMx1.Size = new System.Drawing.Size(1283, 178);
            this.layoutMx1.Size = new System.Drawing.Size(1283, 201);
            this.layoutMx1.TabIndex = 0;
            this.layoutMx1.Text = "layoutControl1";
            // 
@@ -934,7 +925,7 @@
            // 
            // txt_wtOrg
            // 
            this.txt_wtOrg.Location = new System.Drawing.Point(1061, 138);
            this.txt_wtOrg.Location = new System.Drawing.Point(1061, 132);
            this.txt_wtOrg.Name = "txt_wtOrg";
            this.txt_wtOrg.Properties.Appearance.Options.UseFont = true;
            this.txt_wtOrg.Size = new System.Drawing.Size(210, 24);
@@ -943,7 +934,7 @@
            // 
            // txt_scOrg
            // 
            this.txt_scOrg.Location = new System.Drawing.Point(1061, 106);
            this.txt_scOrg.Location = new System.Drawing.Point(1061, 102);
            this.txt_scOrg.Name = "txt_scOrg";
            this.txt_scOrg.Properties.Appearance.Options.UseFont = true;
            this.txt_scOrg.Size = new System.Drawing.Size(210, 24);
@@ -952,7 +943,7 @@
            // 
            // txt_caa016
            // 
            this.txt_caa016.Location = new System.Drawing.Point(114, 138);
            this.txt_caa016.Location = new System.Drawing.Point(114, 162);
            this.txt_caa016.Name = "txt_caa016";
            this.txt_caa016.Properties.Appearance.Options.UseFont = true;
            this.txt_caa016.Size = new System.Drawing.Size(525, 24);
@@ -961,7 +952,7 @@
            // 
            // txt_djlx
            // 
            this.txt_djlx.Location = new System.Drawing.Point(745, 74);
            this.txt_djlx.Location = new System.Drawing.Point(745, 102);
            this.txt_djlx.Name = "txt_djlx";
            this.txt_djlx.Properties.Appearance.Options.UseFont = true;
            this.txt_djlx.Size = new System.Drawing.Size(210, 24);
@@ -970,10 +961,10 @@
            // 
            // txt_itemModel
            // 
            this.txt_itemModel.Location = new System.Drawing.Point(745, 138);
            this.txt_itemModel.Location = new System.Drawing.Point(114, 132);
            this.txt_itemModel.Name = "txt_itemModel";
            this.txt_itemModel.Properties.Appearance.Options.UseFont = true;
            this.txt_itemModel.Size = new System.Drawing.Size(210, 24);
            this.txt_itemModel.Size = new System.Drawing.Size(209, 24);
            this.txt_itemModel.StyleController = this.layoutMx1;
            this.txt_itemModel.TabIndex = 459;
            // 
@@ -997,7 +988,7 @@
            // 
            // txt_itemName
            // 
            this.txt_itemName.Location = new System.Drawing.Point(429, 106);
            this.txt_itemName.Location = new System.Drawing.Point(429, 132);
            this.txt_itemName.Name = "txt_itemName";
            this.txt_itemName.Properties.Appearance.Options.UseFont = true;
            this.txt_itemName.Size = new System.Drawing.Size(210, 24);
@@ -1033,7 +1024,7 @@
            // 
            // txt_caa024
            // 
            this.txt_caa024.Location = new System.Drawing.Point(429, 42);
            this.txt_caa024.Location = new System.Drawing.Point(745, 162);
            this.txt_caa024.Name = "txt_caa024";
            this.txt_caa024.Properties.Appearance.Options.UseFont = true;
            this.txt_caa024.Size = new System.Drawing.Size(210, 24);
@@ -1060,7 +1051,7 @@
            // 
            // txt_itemNo
            // 
            this.txt_itemNo.Location = new System.Drawing.Point(114, 106);
            this.txt_itemNo.Location = new System.Drawing.Point(114, 102);
            this.txt_itemNo.Name = "txt_itemNo";
            this.txt_itemNo.Properties.Appearance.Options.UseFont = true;
            this.txt_itemNo.Size = new System.Drawing.Size(209, 24);
@@ -1069,7 +1060,7 @@
            // 
            // txt_saleOrderNo
            // 
            this.txt_saleOrderNo.Location = new System.Drawing.Point(114, 74);
            this.txt_saleOrderNo.Location = new System.Drawing.Point(114, 72);
            this.txt_saleOrderNo.Name = "txt_saleOrderNo";
            this.txt_saleOrderNo.Properties.Appearance.Options.UseFont = true;
            this.txt_saleOrderNo.Size = new System.Drawing.Size(209, 24);
@@ -1078,7 +1069,7 @@
            // 
            // txt_dwName
            // 
            this.txt_dwName.Location = new System.Drawing.Point(429, 74);
            this.txt_dwName.Location = new System.Drawing.Point(429, 102);
            this.txt_dwName.Name = "txt_dwName";
            this.txt_dwName.Properties.Appearance.Options.UseFont = true;
            this.txt_dwName.Size = new System.Drawing.Size(210, 24);
@@ -1087,7 +1078,7 @@
            // 
            // txt_caa005
            // 
            this.txt_caa005.Location = new System.Drawing.Point(1061, 74);
            this.txt_caa005.Location = new System.Drawing.Point(1061, 72);
            this.txt_caa005.Name = "txt_caa005";
            this.txt_caa005.Properties.Appearance.Options.UseFont = true;
            this.txt_caa005.Size = new System.Drawing.Size(210, 24);
@@ -1096,11 +1087,35 @@
            // 
            // txt_srcBillNo
            // 
            this.txt_srcBillNo.Location = new System.Drawing.Point(745, 106);
            this.txt_srcBillNo.Location = new System.Drawing.Point(745, 132);
            this.txt_srcBillNo.Name = "txt_srcBillNo";
            this.txt_srcBillNo.Size = new System.Drawing.Size(210, 24);
            this.txt_srcBillNo.StyleController = this.layoutMx1;
            this.txt_srcBillNo.TabIndex = 467;
            //
            // txt_typebTxt
            //
            this.txt_typebTxt.Location = new System.Drawing.Point(745, 72);
            this.txt_typebTxt.Name = "txt_typebTxt";
            this.txt_typebTxt.Size = new System.Drawing.Size(210, 24);
            this.txt_typebTxt.StyleController = this.layoutMx1;
            this.txt_typebTxt.TabIndex = 468;
            //
            // txt_ypQty
            //
            this.txt_ypQty.Location = new System.Drawing.Point(429, 42);
            this.txt_ypQty.Name = "txt_ypQty";
            this.txt_ypQty.Size = new System.Drawing.Size(210, 24);
            this.txt_ypQty.StyleController = this.layoutMx1;
            this.txt_ypQty.TabIndex = 469;
            //
            // txt_kpQty
            //
            this.txt_kpQty.Location = new System.Drawing.Point(429, 72);
            this.txt_kpQty.Name = "txt_kpQty";
            this.txt_kpQty.Size = new System.Drawing.Size(210, 24);
            this.txt_kpQty.StyleController = this.layoutMx1;
            this.txt_kpQty.TabIndex = 470;
            // 
            // layoutControlItem19
            // 
@@ -1124,52 +1139,58 @@
            this.layoutControlItem3,
            this.layoutControlItem4,
            this.layoutControlItem5,
            this.layoutControlItem6,
            this.layoutControlItem7,
            this.layoutControlItem8,
            this.layoutControlItem9,
            this.layoutControlItem10,
            this.layoutControlItem11,
            this.layoutControlItem12,
            this.layoutControlItem13,
            this.layoutControlItem14,
            this.layoutControlItem16,
            this.layoutControlItem17,
            this.layoutControlItem18,
            this.layoutControlItem17,
            this.layoutControlItem15,
            this.layoutControlItem20,
            this.layoutControlItem15});
            this.layoutControlItem11,
            this.layoutControlItem21,
            this.layoutControlItem14,
            this.layoutControlItem10,
            this.layoutControlItem6,
            this.txt_ypQty1111,
            this.layoutControlItem22});
            this.Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
            this.Root.Name = "Root";
            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;
            columnDefinition5.SizeType = System.Windows.Forms.SizeType.Percent;
            columnDefinition5.Width = 100D;
            columnDefinition6.SizeType = System.Windows.Forms.SizeType.Percent;
            columnDefinition6.Width = 100D;
            columnDefinition7.SizeType = System.Windows.Forms.SizeType.Percent;
            columnDefinition7.Width = 100D;
            columnDefinition8.SizeType = System.Windows.Forms.SizeType.Percent;
            columnDefinition8.Width = 100D;
            this.Root.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] {
            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;
            columnDefinition5,
            columnDefinition6,
            columnDefinition7,
            columnDefinition8});
            rowDefinition7.Height = 100D;
            rowDefinition7.SizeType = System.Windows.Forms.SizeType.Percent;
            rowDefinition8.Height = 100D;
            rowDefinition8.SizeType = System.Windows.Forms.SizeType.Percent;
            rowDefinition9.Height = 100D;
            rowDefinition9.SizeType = System.Windows.Forms.SizeType.Percent;
            rowDefinition10.Height = 100D;
            rowDefinition10.SizeType = System.Windows.Forms.SizeType.Percent;
            rowDefinition11.Height = 100D;
            rowDefinition11.SizeType = System.Windows.Forms.SizeType.Percent;
            rowDefinition12.Height = 100D;
            rowDefinition12.SizeType = System.Windows.Forms.SizeType.Percent;
            this.Root.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] {
            rowDefinition1,
            rowDefinition2,
            rowDefinition3,
            rowDefinition4,
            rowDefinition5});
            this.Root.Size = new System.Drawing.Size(1283, 178);
            rowDefinition7,
            rowDefinition8,
            rowDefinition9,
            rowDefinition10,
            rowDefinition11,
            rowDefinition12});
            this.Root.Size = new System.Drawing.Size(1283, 201);
            this.Root.TextVisible = false;
            // 
            // layoutControlItem1
@@ -1217,30 +1238,20 @@
            this.layoutControlItem5.Location = new System.Drawing.Point(0, 30);
            this.layoutControlItem5.Name = "layoutControlItem5";
            this.layoutControlItem5.OptionsTableLayoutItem.RowIndex = 1;
            this.layoutControlItem5.Size = new System.Drawing.Size(315, 32);
            this.layoutControlItem5.Size = new System.Drawing.Size(315, 30);
            this.layoutControlItem5.Text = "任务单号";
            this.layoutControlItem5.TextSize = new System.Drawing.Size(90, 18);
            //
            // layoutControlItem6
            //
            this.layoutControlItem6.Control = this.txt_caa024;
            this.layoutControlItem6.Location = new System.Drawing.Point(315, 30);
            this.layoutControlItem6.Name = "layoutControlItem6";
            this.layoutControlItem6.OptionsTableLayoutItem.ColumnIndex = 1;
            this.layoutControlItem6.OptionsTableLayoutItem.RowIndex = 1;
            this.layoutControlItem6.Size = new System.Drawing.Size(316, 32);
            this.layoutControlItem6.Text = "入库数量";
            this.layoutControlItem6.TextSize = new System.Drawing.Size(90, 18);
            // 
            // layoutControlItem7
            // 
            this.layoutControlItem7.Control = this.txt_gdzt;
            this.layoutControlItem7.CustomizationFormText = "业务状态";
            this.layoutControlItem7.Location = new System.Drawing.Point(631, 30);
            this.layoutControlItem7.Name = "layoutControlItem7";
            this.layoutControlItem7.OptionsTableLayoutItem.ColumnIndex = 2;
            this.layoutControlItem7.OptionsTableLayoutItem.RowIndex = 1;
            this.layoutControlItem7.Size = new System.Drawing.Size(316, 32);
            this.layoutControlItem7.Text = "工单状态";
            this.layoutControlItem7.Size = new System.Drawing.Size(316, 30);
            this.layoutControlItem7.Text = "业务状态";
            this.layoutControlItem7.TextSize = new System.Drawing.Size(90, 18);
            // 
            // layoutControlItem8
@@ -1250,128 +1261,171 @@
            this.layoutControlItem8.Name = "layoutControlItem8";
            this.layoutControlItem8.OptionsTableLayoutItem.ColumnIndex = 3;
            this.layoutControlItem8.OptionsTableLayoutItem.RowIndex = 1;
            this.layoutControlItem8.Size = new System.Drawing.Size(316, 32);
            this.layoutControlItem8.Size = new System.Drawing.Size(316, 30);
            this.layoutControlItem8.Text = "预计完工时间";
            this.layoutControlItem8.TextSize = new System.Drawing.Size(90, 18);
            // 
            // layoutControlItem9
            // 
            this.layoutControlItem9.Control = this.txt_saleOrderNo;
            this.layoutControlItem9.Location = new System.Drawing.Point(0, 62);
            this.layoutControlItem9.Location = new System.Drawing.Point(0, 60);
            this.layoutControlItem9.Name = "layoutControlItem9";
            this.layoutControlItem9.OptionsTableLayoutItem.RowIndex = 2;
            this.layoutControlItem9.Size = new System.Drawing.Size(315, 32);
            this.layoutControlItem9.Size = new System.Drawing.Size(315, 30);
            this.layoutControlItem9.Text = "需求单号";
            this.layoutControlItem9.TextSize = new System.Drawing.Size(90, 18);
            //
            // layoutControlItem10
            //
            this.layoutControlItem10.Control = this.txt_dwName;
            this.layoutControlItem10.Location = new System.Drawing.Point(315, 62);
            this.layoutControlItem10.Name = "layoutControlItem10";
            this.layoutControlItem10.OptionsTableLayoutItem.ColumnIndex = 1;
            this.layoutControlItem10.OptionsTableLayoutItem.RowIndex = 2;
            this.layoutControlItem10.Size = new System.Drawing.Size(316, 32);
            this.layoutControlItem10.Text = "单位";
            this.layoutControlItem10.TextSize = new System.Drawing.Size(90, 18);
            //
            // layoutControlItem11
            //
            this.layoutControlItem11.Control = this.txt_djlx;
            this.layoutControlItem11.Location = new System.Drawing.Point(631, 62);
            this.layoutControlItem11.Name = "layoutControlItem11";
            this.layoutControlItem11.OptionsTableLayoutItem.ColumnIndex = 2;
            this.layoutControlItem11.OptionsTableLayoutItem.RowIndex = 2;
            this.layoutControlItem11.Size = new System.Drawing.Size(316, 32);
            this.layoutControlItem11.Text = "单据类型";
            this.layoutControlItem11.TextSize = new System.Drawing.Size(90, 18);
            // 
            // layoutControlItem12
            // 
            this.layoutControlItem12.Control = this.txt_caa005;
            this.layoutControlItem12.Location = new System.Drawing.Point(947, 62);
            this.layoutControlItem12.Location = new System.Drawing.Point(947, 60);
            this.layoutControlItem12.Name = "layoutControlItem12";
            this.layoutControlItem12.OptionsTableLayoutItem.ColumnIndex = 3;
            this.layoutControlItem12.OptionsTableLayoutItem.RowIndex = 2;
            this.layoutControlItem12.Size = new System.Drawing.Size(316, 32);
            this.layoutControlItem12.Size = new System.Drawing.Size(316, 30);
            this.layoutControlItem12.Text = "计划下达时间";
            this.layoutControlItem12.TextSize = new System.Drawing.Size(90, 18);
            // 
            // layoutControlItem13
            // 
            this.layoutControlItem13.Control = this.txt_itemNo;
            this.layoutControlItem13.Location = new System.Drawing.Point(0, 94);
            this.layoutControlItem13.Location = new System.Drawing.Point(0, 90);
            this.layoutControlItem13.Name = "layoutControlItem13";
            this.layoutControlItem13.OptionsTableLayoutItem.RowIndex = 3;
            this.layoutControlItem13.Size = new System.Drawing.Size(315, 32);
            this.layoutControlItem13.Size = new System.Drawing.Size(315, 30);
            this.layoutControlItem13.Text = "产品编码";
            this.layoutControlItem13.TextSize = new System.Drawing.Size(90, 18);
            //
            // layoutControlItem14
            //
            this.layoutControlItem14.Control = this.txt_itemName;
            this.layoutControlItem14.Location = new System.Drawing.Point(315, 94);
            this.layoutControlItem14.Name = "layoutControlItem14";
            this.layoutControlItem14.OptionsTableLayoutItem.ColumnIndex = 1;
            this.layoutControlItem14.OptionsTableLayoutItem.RowIndex = 3;
            this.layoutControlItem14.Size = new System.Drawing.Size(316, 32);
            this.layoutControlItem14.Text = "产品名称";
            this.layoutControlItem14.TextSize = new System.Drawing.Size(90, 18);
            // 
            // layoutControlItem16
            // 
            this.layoutControlItem16.Control = this.txt_scOrg;
            this.layoutControlItem16.Location = new System.Drawing.Point(947, 94);
            this.layoutControlItem16.Location = new System.Drawing.Point(947, 90);
            this.layoutControlItem16.Name = "layoutControlItem16";
            this.layoutControlItem16.OptionsTableLayoutItem.ColumnIndex = 3;
            this.layoutControlItem16.OptionsTableLayoutItem.RowIndex = 3;
            this.layoutControlItem16.Size = new System.Drawing.Size(316, 32);
            this.layoutControlItem16.Size = new System.Drawing.Size(316, 30);
            this.layoutControlItem16.Text = "生产组织";
            this.layoutControlItem16.TextSize = new System.Drawing.Size(90, 18);
            //
            // layoutControlItem17
            //
            this.layoutControlItem17.Control = this.txt_caa016;
            this.layoutControlItem17.Location = new System.Drawing.Point(0, 126);
            this.layoutControlItem17.Name = "layoutControlItem17";
            this.layoutControlItem17.OptionsTableLayoutItem.ColumnSpan = 2;
            this.layoutControlItem17.OptionsTableLayoutItem.RowIndex = 4;
            this.layoutControlItem17.Size = new System.Drawing.Size(631, 32);
            this.layoutControlItem17.Text = "备注";
            this.layoutControlItem17.TextSize = new System.Drawing.Size(90, 18);
            // 
            // layoutControlItem18
            // 
            this.layoutControlItem18.Control = this.txt_wtOrg;
            this.layoutControlItem18.Location = new System.Drawing.Point(947, 126);
            this.layoutControlItem18.Location = new System.Drawing.Point(947, 120);
            this.layoutControlItem18.Name = "layoutControlItem18";
            this.layoutControlItem18.OptionsTableLayoutItem.ColumnIndex = 3;
            this.layoutControlItem18.OptionsTableLayoutItem.RowIndex = 4;
            this.layoutControlItem18.Size = new System.Drawing.Size(316, 32);
            this.layoutControlItem18.Size = new System.Drawing.Size(316, 30);
            this.layoutControlItem18.Text = "委托组织";
            this.layoutControlItem18.TextSize = new System.Drawing.Size(90, 18);
            // 
            // layoutControlItem20
            // layoutControlItem17
            // 
            this.layoutControlItem20.Control = this.txt_srcBillNo;
            this.layoutControlItem20.Location = new System.Drawing.Point(631, 94);
            this.layoutControlItem20.Name = "layoutControlItem20";
            this.layoutControlItem20.OptionsTableLayoutItem.ColumnIndex = 2;
            this.layoutControlItem20.OptionsTableLayoutItem.RowIndex = 3;
            this.layoutControlItem20.Size = new System.Drawing.Size(316, 32);
            this.layoutControlItem20.Text = "源单类型";
            this.layoutControlItem20.TextSize = new System.Drawing.Size(90, 18);
            this.layoutControlItem17.Control = this.txt_caa016;
            this.layoutControlItem17.Location = new System.Drawing.Point(0, 150);
            this.layoutControlItem17.Name = "layoutControlItem17";
            this.layoutControlItem17.OptionsTableLayoutItem.ColumnSpan = 2;
            this.layoutControlItem17.OptionsTableLayoutItem.RowIndex = 5;
            this.layoutControlItem17.Size = new System.Drawing.Size(631, 31);
            this.layoutControlItem17.Text = "备注";
            this.layoutControlItem17.TextSize = new System.Drawing.Size(90, 18);
            // 
            // layoutControlItem15
            // 
            this.layoutControlItem15.Control = this.txt_itemModel;
            this.layoutControlItem15.Location = new System.Drawing.Point(631, 126);
            this.layoutControlItem15.Location = new System.Drawing.Point(0, 120);
            this.layoutControlItem15.Name = "layoutControlItem15";
            this.layoutControlItem15.OptionsTableLayoutItem.ColumnIndex = 2;
            this.layoutControlItem15.OptionsTableLayoutItem.RowIndex = 4;
            this.layoutControlItem15.Size = new System.Drawing.Size(316, 32);
            this.layoutControlItem15.Size = new System.Drawing.Size(315, 30);
            this.layoutControlItem15.Text = "产品规格";
            this.layoutControlItem15.TextSize = new System.Drawing.Size(90, 18);
            //
            // layoutControlItem20
            //
            this.layoutControlItem20.Control = this.txt_srcBillNo;
            this.layoutControlItem20.Location = new System.Drawing.Point(631, 120);
            this.layoutControlItem20.Name = "layoutControlItem20";
            this.layoutControlItem20.OptionsTableLayoutItem.ColumnIndex = 2;
            this.layoutControlItem20.OptionsTableLayoutItem.RowIndex = 4;
            this.layoutControlItem20.Size = new System.Drawing.Size(316, 30);
            this.layoutControlItem20.Text = "源单类型";
            this.layoutControlItem20.TextSize = new System.Drawing.Size(90, 18);
            //
            // layoutControlItem11
            //
            this.layoutControlItem11.Control = this.txt_djlx;
            this.layoutControlItem11.Location = new System.Drawing.Point(631, 90);
            this.layoutControlItem11.Name = "layoutControlItem11";
            this.layoutControlItem11.OptionsTableLayoutItem.ColumnIndex = 2;
            this.layoutControlItem11.OptionsTableLayoutItem.RowIndex = 3;
            this.layoutControlItem11.Size = new System.Drawing.Size(316, 30);
            this.layoutControlItem11.Text = "单据类型";
            this.layoutControlItem11.TextSize = new System.Drawing.Size(90, 18);
            //
            // layoutControlItem21
            //
            this.layoutControlItem21.Control = this.txt_typebTxt;
            this.layoutControlItem21.Location = new System.Drawing.Point(631, 60);
            this.layoutControlItem21.Name = "layoutControlItem21";
            this.layoutControlItem21.OptionsTableLayoutItem.ColumnIndex = 2;
            this.layoutControlItem21.OptionsTableLayoutItem.RowIndex = 2;
            this.layoutControlItem21.Size = new System.Drawing.Size(316, 30);
            this.layoutControlItem21.Text = "用料清单";
            this.layoutControlItem21.TextSize = new System.Drawing.Size(90, 18);
            //
            // layoutControlItem14
            //
            this.layoutControlItem14.Control = this.txt_itemName;
            this.layoutControlItem14.Location = new System.Drawing.Point(315, 120);
            this.layoutControlItem14.Name = "layoutControlItem14";
            this.layoutControlItem14.OptionsTableLayoutItem.ColumnIndex = 1;
            this.layoutControlItem14.OptionsTableLayoutItem.RowIndex = 4;
            this.layoutControlItem14.Size = new System.Drawing.Size(316, 30);
            this.layoutControlItem14.Text = "产品名称";
            this.layoutControlItem14.TextSize = new System.Drawing.Size(90, 18);
            //
            // layoutControlItem10
            //
            this.layoutControlItem10.Control = this.txt_dwName;
            this.layoutControlItem10.Location = new System.Drawing.Point(315, 90);
            this.layoutControlItem10.Name = "layoutControlItem10";
            this.layoutControlItem10.OptionsTableLayoutItem.ColumnIndex = 1;
            this.layoutControlItem10.OptionsTableLayoutItem.RowIndex = 3;
            this.layoutControlItem10.Size = new System.Drawing.Size(316, 30);
            this.layoutControlItem10.Text = "单位";
            this.layoutControlItem10.TextSize = new System.Drawing.Size(90, 18);
            //
            // layoutControlItem6
            //
            this.layoutControlItem6.Control = this.txt_caa024;
            this.layoutControlItem6.Location = new System.Drawing.Point(631, 150);
            this.layoutControlItem6.Name = "layoutControlItem6";
            this.layoutControlItem6.OptionsTableLayoutItem.ColumnIndex = 2;
            this.layoutControlItem6.OptionsTableLayoutItem.RowIndex = 5;
            this.layoutControlItem6.Size = new System.Drawing.Size(316, 31);
            this.layoutControlItem6.Text = "入库数量";
            this.layoutControlItem6.TextSize = new System.Drawing.Size(90, 18);
            //
            // txt_ypQty1111
            //
            this.txt_ypQty1111.Control = this.txt_ypQty;
            this.txt_ypQty1111.Location = new System.Drawing.Point(315, 30);
            this.txt_ypQty1111.Name = "txt_ypQty1111";
            this.txt_ypQty1111.OptionsTableLayoutItem.ColumnIndex = 1;
            this.txt_ypQty1111.OptionsTableLayoutItem.RowIndex = 1;
            this.txt_ypQty1111.Size = new System.Drawing.Size(316, 30);
            this.txt_ypQty1111.Text = "已排数量";
            this.txt_ypQty1111.TextSize = new System.Drawing.Size(90, 18);
            //
            // layoutControlItem22
            //
            this.layoutControlItem22.Control = this.txt_kpQty;
            this.layoutControlItem22.Location = new System.Drawing.Point(315, 60);
            this.layoutControlItem22.Name = "layoutControlItem22";
            this.layoutControlItem22.OptionsTableLayoutItem.ColumnIndex = 1;
            this.layoutControlItem22.OptionsTableLayoutItem.RowIndex = 2;
            this.layoutControlItem22.Size = new System.Drawing.Size(316, 30);
            this.layoutControlItem22.Text = "可排数量";
            this.layoutControlItem22.TextSize = new System.Drawing.Size(90, 18);
            // 
            // tabMx
            // 
@@ -1379,7 +1433,7 @@
            this.tabMx.Location = new System.Drawing.Point(0, 0);
            this.tabMx.Name = "tabMx";
            this.tabMx.SelectedTabPage = this.tabMxPage1;
            this.tabMx.Size = new System.Drawing.Size(1283, 380);
            this.tabMx.Size = new System.Drawing.Size(1283, 357);
            this.tabMx.TabIndex = 3;
            this.tabMx.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.tabMxPage1});
@@ -1388,7 +1442,7 @@
            // 
            this.tabMxPage1.Controls.Add(this.gcMx1);
            this.tabMxPage1.Name = "tabMxPage1";
            this.tabMxPage1.Size = new System.Drawing.Size(1281, 348);
            this.tabMxPage1.Size = new System.Drawing.Size(1281, 325);
            this.tabMxPage1.Text = "明细";
            // 
            // gcMx1
@@ -1397,7 +1451,7 @@
            this.gcMx1.Location = new System.Drawing.Point(0, 0);
            this.gcMx1.MainView = this.gvMx1;
            this.gcMx1.Name = "gcMx1";
            this.gcMx1.Size = new System.Drawing.Size(1281, 348);
            this.gcMx1.Size = new System.Drawing.Size(1281, 325);
            this.gcMx1.TabIndex = 0;
            this.gcMx1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gvMx1});
@@ -1715,6 +1769,14 @@
            this.gridColumn29.VisibleIndex = 23;
            this.gridColumn29.Width = 94;
            // 
            // gridColumn34
            //
            this.gridColumn34.Caption = "主键Guid";
            this.gridColumn34.FieldName = "guid";
            this.gridColumn34.MinWidth = 25;
            this.gridColumn34.Name = "gridColumn34";
            this.gridColumn34.Width = 94;
            //
            // Frm_Womcaa
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
@@ -1762,6 +1824,9 @@
            ((System.ComponentModel.ISupportInitialize)(this.txt_dwName.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_caa005.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_srcBillNo.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_typebTxt.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_ypQty.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_kpQty.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
@@ -1769,20 +1834,23 @@
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_ypQty1111)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem22)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tabMx)).EndInit();
            this.tabMx.ResumeLayout(false);
            this.tabMxPage1.ResumeLayout(false);
@@ -1820,7 +1888,6 @@
        private DevExpress.XtraGrid.Columns.GridColumn gv_caa016;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn7;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
        private DevExpress.XtraGrid.Columns.GridColumn gv_createDate;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn18;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn19;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn20;
@@ -1835,7 +1902,6 @@
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn31;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn32;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn33;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn34;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn35;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn36;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn37;
@@ -1869,18 +1935,13 @@
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem12;
        private System.Windows.Forms.Label lbGuid;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem13;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem14;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem16;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem17;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem18;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem19;
        private DevExpress.XtraTab.XtraTabControl tabMx;
@@ -1912,10 +1973,22 @@
        private DevExpress.XtraGrid.Columns.GridColumn gvMx1scrapqty;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn17;
        private DevExpress.XtraEditors.TextEdit txt_srcBillNo;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem20;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem15;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn29;
        private DevExpress.Utils.ToolTipController tips;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn30;
        private DevExpress.XtraEditors.TextEdit txt_typebTxt;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem17;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem15;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem20;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem21;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem14;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
        private DevExpress.XtraEditors.TextEdit txt_ypQty;
        private DevExpress.XtraEditors.TextEdit txt_kpQty;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
        private DevExpress.XtraLayout.LayoutControlItem txt_ypQty1111;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem22;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn34;
    }
}
DevApp/Gs.DevApp/DevFrm/WOM/Frm_Wompba.Designer.cs
@@ -467,7 +467,7 @@
            this.txt_pba013.IsReadly = false;
            this.txt_pba013.Location = new System.Drawing.Point(89, 43);
            this.txt_pba013.Name = "txt_pba013";
            this.txt_pba013.Size = new System.Drawing.Size(195, 24);
            this.txt_pba013.Size = new System.Drawing.Size(190, 24);
            this.txt_pba013.TabIndex = 459;
            // 
            // txt_erpSczz
@@ -475,54 +475,54 @@
            this.txt_erpSczz.IsReadly = false;
            this.txt_erpSczz.Location = new System.Drawing.Point(89, 12);
            this.txt_erpSczz.Name = "txt_erpSczz";
            this.txt_erpSczz.Size = new System.Drawing.Size(195, 24);
            this.txt_erpSczz.Size = new System.Drawing.Size(190, 24);
            this.txt_erpSczz.TabIndex = 460;
            // 
            // txt_hNo
            // 
            this.txt_hNo.Location = new System.Drawing.Point(365, 12);
            this.txt_hNo.Location = new System.Drawing.Point(360, 12);
            this.txt_hNo.Name = "txt_hNo";
            this.txt_hNo.Properties.Appearance.Options.UseFont = true;
            this.txt_hNo.Size = new System.Drawing.Size(195, 24);
            this.txt_hNo.Size = new System.Drawing.Size(190, 24);
            this.txt_hNo.StyleController = this.layoutMx1;
            this.txt_hNo.TabIndex = 458;
            this.txt_hNo.Tag = "readonly";
            // 
            // txt_pba009
            // 
            this.txt_pba009.Location = new System.Drawing.Point(365, 43);
            this.txt_pba009.Location = new System.Drawing.Point(360, 43);
            this.txt_pba009.Name = "txt_pba009";
            this.txt_pba009.Properties.Appearance.Options.UseFont = true;
            this.txt_pba009.Size = new System.Drawing.Size(471, 24);
            this.txt_pba009.Size = new System.Drawing.Size(461, 24);
            this.txt_pba009.StyleController = this.layoutMx1;
            this.txt_pba009.TabIndex = 240;
            // 
            // txt_checkUser
            // 
            this.txt_checkUser.Location = new System.Drawing.Point(917, 12);
            this.txt_checkUser.Location = new System.Drawing.Point(902, 12);
            this.txt_checkUser.Name = "txt_checkUser";
            this.txt_checkUser.Properties.Appearance.Options.UseFont = true;
            this.txt_checkUser.Size = new System.Drawing.Size(197, 24);
            this.txt_checkUser.Size = new System.Drawing.Size(191, 24);
            this.txt_checkUser.StyleController = this.layoutMx1;
            this.txt_checkUser.TabIndex = 273;
            this.txt_checkUser.Tag = "readonly";
            // 
            // txt_checkDate
            // 
            this.txt_checkDate.Location = new System.Drawing.Point(641, 12);
            this.txt_checkDate.Location = new System.Drawing.Point(631, 12);
            this.txt_checkDate.Name = "txt_checkDate";
            this.txt_checkDate.Properties.Appearance.Options.UseFont = true;
            this.txt_checkDate.Size = new System.Drawing.Size(195, 24);
            this.txt_checkDate.Size = new System.Drawing.Size(190, 24);
            this.txt_checkDate.StyleController = this.layoutMx1;
            this.txt_checkDate.TabIndex = 267;
            this.txt_checkDate.Tag = "readonly";
            // 
            // txt_fstatus
            // 
            this.txt_fstatus.Location = new System.Drawing.Point(840, 43);
            this.txt_fstatus.Location = new System.Drawing.Point(825, 43);
            this.txt_fstatus.Name = "txt_fstatus";
            this.txt_fstatus.Properties.Caption = "审核状态";
            this.txt_fstatus.Size = new System.Drawing.Size(274, 24);
            this.txt_fstatus.Size = new System.Drawing.Size(268, 24);
            this.txt_fstatus.StyleController = this.layoutMx1;
            this.txt_fstatus.TabIndex = 461;
            this.txt_fstatus.Tag = "readonly";
@@ -577,7 +577,7 @@
            rowDefinition1,
            rowDefinition2,
            rowDefinition3});
            this.Root.Size = new System.Drawing.Size(1126, 113);
            this.Root.Size = new System.Drawing.Size(1105, 113);
            this.Root.TextVisible = false;
            // 
            // layoutControlItem1
@@ -585,27 +585,27 @@
            this.layoutControlItem1.Control = this.txt_erpSczz;
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem1.Name = "layoutControlItem1";
            this.layoutControlItem1.Size = new System.Drawing.Size(276, 31);
            this.layoutControlItem1.Size = new System.Drawing.Size(271, 31);
            this.layoutControlItem1.Text = "生产组织";
            this.layoutControlItem1.TextSize = new System.Drawing.Size(65, 18);
            // 
            // layoutControlItem2
            // 
            this.layoutControlItem2.Control = this.txt_hNo;
            this.layoutControlItem2.Location = new System.Drawing.Point(276, 0);
            this.layoutControlItem2.Location = new System.Drawing.Point(271, 0);
            this.layoutControlItem2.Name = "layoutControlItem2";
            this.layoutControlItem2.OptionsTableLayoutItem.ColumnIndex = 1;
            this.layoutControlItem2.Size = new System.Drawing.Size(276, 31);
            this.layoutControlItem2.Size = new System.Drawing.Size(271, 31);
            this.layoutControlItem2.Text = "排产编号";
            this.layoutControlItem2.TextSize = new System.Drawing.Size(65, 18);
            // 
            // layoutControlItem3
            // 
            this.layoutControlItem3.Control = this.txt_checkDate;
            this.layoutControlItem3.Location = new System.Drawing.Point(552, 0);
            this.layoutControlItem3.Location = new System.Drawing.Point(542, 0);
            this.layoutControlItem3.Name = "layoutControlItem3";
            this.layoutControlItem3.OptionsTableLayoutItem.ColumnIndex = 2;
            this.layoutControlItem3.Size = new System.Drawing.Size(276, 31);
            this.layoutControlItem3.Size = new System.Drawing.Size(271, 31);
            this.layoutControlItem3.Text = "审核日期 ";
            this.layoutControlItem3.TextSize = new System.Drawing.Size(65, 18);
            // 
@@ -615,28 +615,28 @@
            this.layoutControlItem4.Location = new System.Drawing.Point(0, 31);
            this.layoutControlItem4.Name = "layoutControlItem4";
            this.layoutControlItem4.OptionsTableLayoutItem.RowIndex = 1;
            this.layoutControlItem4.Size = new System.Drawing.Size(276, 31);
            this.layoutControlItem4.Size = new System.Drawing.Size(271, 31);
            this.layoutControlItem4.Text = "工作车间";
            this.layoutControlItem4.TextSize = new System.Drawing.Size(65, 18);
            // 
            // layoutControlItem5
            // 
            this.layoutControlItem5.Control = this.txt_checkUser;
            this.layoutControlItem5.Location = new System.Drawing.Point(828, 0);
            this.layoutControlItem5.Location = new System.Drawing.Point(813, 0);
            this.layoutControlItem5.Name = "layoutControlItem5";
            this.layoutControlItem5.OptionsTableLayoutItem.ColumnIndex = 3;
            this.layoutControlItem5.Size = new System.Drawing.Size(278, 31);
            this.layoutControlItem5.Text = "审核人";
            this.layoutControlItem5.Size = new System.Drawing.Size(272, 31);
            this.layoutControlItem5.Text = "审核人员";
            this.layoutControlItem5.TextSize = new System.Drawing.Size(65, 18);
            // 
            // layoutControlItem6
            // 
            this.layoutControlItem6.Control = this.txt_fstatus;
            this.layoutControlItem6.Location = new System.Drawing.Point(828, 31);
            this.layoutControlItem6.Location = new System.Drawing.Point(813, 31);
            this.layoutControlItem6.Name = "layoutControlItem6";
            this.layoutControlItem6.OptionsTableLayoutItem.ColumnIndex = 3;
            this.layoutControlItem6.OptionsTableLayoutItem.RowIndex = 1;
            this.layoutControlItem6.Size = new System.Drawing.Size(278, 31);
            this.layoutControlItem6.Size = new System.Drawing.Size(272, 31);
            this.layoutControlItem6.Text = "审核状态";
            this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem6.TextVisible = false;
@@ -644,12 +644,12 @@
            // layoutControlItem7
            // 
            this.layoutControlItem7.Control = this.txt_pba009;
            this.layoutControlItem7.Location = new System.Drawing.Point(276, 31);
            this.layoutControlItem7.Location = new System.Drawing.Point(271, 31);
            this.layoutControlItem7.Name = "layoutControlItem7";
            this.layoutControlItem7.OptionsTableLayoutItem.ColumnIndex = 1;
            this.layoutControlItem7.OptionsTableLayoutItem.ColumnSpan = 2;
            this.layoutControlItem7.OptionsTableLayoutItem.RowIndex = 1;
            this.layoutControlItem7.Size = new System.Drawing.Size(552, 31);
            this.layoutControlItem7.Size = new System.Drawing.Size(542, 31);
            this.layoutControlItem7.Text = "排产备注";
            this.layoutControlItem7.TextSize = new System.Drawing.Size(65, 18);
            // 
@@ -661,7 +661,7 @@
            this.layoutControlItem8.MinSize = new System.Drawing.Size(105, 31);
            this.layoutControlItem8.Name = "layoutControlItem8";
            this.layoutControlItem8.OptionsTableLayoutItem.RowIndex = 2;
            this.layoutControlItem8.Size = new System.Drawing.Size(276, 31);
            this.layoutControlItem8.Size = new System.Drawing.Size(271, 31);
            this.layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem8.Text = "选择投料单";
            this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);