1
lu
2024-12-13 032fc90030ec8efc4ac726b3de92436d279b9190
1
已修改4个文件
1158 ■■■■■ 文件已修改
DevApp/Gs.DevApp/DevFrm/Sys/Frm_MesSysPageview.Designer.cs 18 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesInvItemIns.cs 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesInvItemOut_SCLL.Designer.cs 1120 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesInvItemOut_SCLL.cs 18 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
DevApp/Gs.DevApp/DevFrm/Sys/Frm_MesSysPageview.Designer.cs
@@ -29,11 +29,11 @@
        /// </summary>
        private void InitializeComponent()
        {
            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 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();
            this.lb_pageStatus = new DevExpress.XtraEditors.LabelControl();
            this.gv_pageStatus = new DevExpress.XtraGrid.Columns.GridColumn();
            this.lb_pageIdx = new DevExpress.XtraEditors.LabelControl();
@@ -186,7 +186,7 @@
            this.gv_icoimg.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_icoimg.AppearanceCell.Options.UseFont = true;
            this.gv_icoimg.Caption = "页面图标";
            this.gv_icoimg.FieldName = "icoimg";
            this.gv_icoimg.FieldName = "icoImg2";
            this.gv_icoimg.MinWidth = 50;
            this.gv_icoimg.Name = "gv_icoimg";
            this.gv_icoimg.OptionsColumn.AllowEdit = false;
@@ -322,10 +322,10 @@
            // repositoryItemButtonEdit1
            // 
            this.repositoryItemButtonEdit1.AutoHeight = false;
            editorButtonImageOptions2.Image = global::Gs.DevApp.Properties.Resources.cleartablestyle_16x161;
            editorButtonImageOptions2.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
            editorButtonImageOptions1.Image = global::Gs.DevApp.Properties.Resources.cleartablestyle_16x161;
            editorButtonImageOptions1.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, editorButtonImageOptions2, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject5, serializableAppearanceObject6, serializableAppearanceObject7, serializableAppearanceObject8, "", 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.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
            this.repositoryItemButtonEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
            this.repositoryItemButtonEdit1.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEdit1_ButtonClick);
DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesInvItemIns.cs
@@ -100,8 +100,6 @@
                MsgHelper.Warning("请先选择你要操作的行!");
                return;
            }
            //MsgHelper.Warning(rowGuid);
            var _obj = new
            {
                guid = rowGuid,
DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesInvItemOut_SCLL.Designer.cs
@@ -29,87 +29,25 @@
        /// </summary>
        private void InitializeComponent()
        {
            this.gvMx2depotId = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx2dabid = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx2itemId = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx2lineK3id = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx2ebelnK3id = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx2rkNo = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx2rcvPart = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx2rcvBy = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx2rtime = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx2receive = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx2pbillNo = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx2suppNo = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx2workLine = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx2workNo = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx2taskNo = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx2boardStyle = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx2kbNo = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx2taskPack = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx2boxNo = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx2taskNoy = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx2company = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx2factory = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx2checkStatus = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx2prdLotNo = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx2forceExemptFlag = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx2remark = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx2depotSectionCode = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx2depotCode = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx2custNo = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx2lastupdateDate = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx2lastupdateBy = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx2createDate = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx2createBy = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx2forceOutFlag = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx2quantity = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx2lotNo = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx2itemNo = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx2cItemCode = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx2itemBarcode = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx2itemOutId = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx2guid = new DevExpress.XtraGrid.Columns.GridColumn();
            this.tabMxPage2 = new DevExpress.XtraTab.XtraTabPage();
            this.gcMx2 = new DevExpress.XtraGrid.GridControl();
            this.gvMx2 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gvMx1aboutGuid = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx1itemDabid = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx1itemId = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx1tlQty = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx1rkQty = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx1rkNo = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx1erpMark = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx1pbillNo = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx1allocateid = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx1status = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx1fType = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx1boardItem = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx1ebelnQty = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx1ebelnLine = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx1ebeln = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx1lineK3id = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx1ebelnK3id = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx1updateFlg = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx1colorName = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx1erpItemNo = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx1erpAutoid = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx1erpId = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx1workLine = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx1workNo = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx1taskNo = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx1depotSectionCode = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx1depotCode = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx1company = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx1factory = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx1remark = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx1lastupdateDate = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx1lastupdateBy = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx1createDate = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx1createBy = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx1quantity = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx1itemNo = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx1itemOutId = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx1guid = new DevExpress.XtraGrid.Columns.GridColumn();
            this.tabMxPage1 = new DevExpress.XtraTab.XtraTabPage();
            this.gcMx1 = new DevExpress.XtraGrid.GridControl();
@@ -160,11 +98,11 @@
            this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
            this.tabMx = new DevExpress.XtraTab.XtraTabControl();
            this.panel1 = new System.Windows.Forms.Panel();
            this.txt_outPart = new Gs.DevApp.UserControl.UcLookDepartment();
            this.depot_id = new Gs.DevApp.UserControl.UcLookCk();
            this.txt_status = new DevExpress.XtraEditors.CheckEdit();
            this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
            this.lbGuid = new System.Windows.Forms.Label();
            this.txt_outPart = new Gs.DevApp.UserControl.UcLookDepartment();
            this.tabMxPage2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gcMx2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gvMx2)).BeginInit();
@@ -192,331 +130,6 @@
            ((System.ComponentModel.ISupportInitialize)(this.txt_status.Properties)).BeginInit();
            this.SuspendLayout();
            // 
            // gvMx2depotId
            //
            this.gvMx2depotId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx2depotId.AppearanceCell.Options.UseFont = true;
            this.gvMx2depotId.Caption = "仓库id ";
            this.gvMx2depotId.FieldName = "depotId";
            this.gvMx2depotId.MinWidth = 50;
            this.gvMx2depotId.Name = "gvMx2depotId";
            this.gvMx2depotId.Tag = "query_a.depot_id";
            this.gvMx2depotId.Visible = true;
            this.gvMx2depotId.VisibleIndex = 40;
            this.gvMx2depotId.Width = 94;
            //
            // gvMx2dabid
            //
            this.gvMx2dabid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx2dabid.AppearanceCell.Options.UseFont = true;
            this.gvMx2dabid.Caption = "备料单 ID ";
            this.gvMx2dabid.FieldName = "dabid";
            this.gvMx2dabid.MinWidth = 50;
            this.gvMx2dabid.Name = "gvMx2dabid";
            this.gvMx2dabid.Tag = "query_a.DABID";
            this.gvMx2dabid.Visible = true;
            this.gvMx2dabid.VisibleIndex = 39;
            this.gvMx2dabid.Width = 94;
            //
            // gvMx2itemId
            //
            this.gvMx2itemId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx2itemId.AppearanceCell.Options.UseFont = true;
            this.gvMx2itemId.Caption = "物料ID ";
            this.gvMx2itemId.FieldName = "itemId";
            this.gvMx2itemId.MinWidth = 50;
            this.gvMx2itemId.Name = "gvMx2itemId";
            this.gvMx2itemId.Tag = "query_a.ITEM_ID";
            this.gvMx2itemId.Visible = true;
            this.gvMx2itemId.VisibleIndex = 38;
            this.gvMx2itemId.Width = 94;
            //
            // gvMx2lineK3id
            //
            this.gvMx2lineK3id.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx2lineK3id.AppearanceCell.Options.UseFont = true;
            this.gvMx2lineK3id.Caption = "采购订单行ID ";
            this.gvMx2lineK3id.FieldName = "lineK3id";
            this.gvMx2lineK3id.MinWidth = 50;
            this.gvMx2lineK3id.Name = "gvMx2lineK3id";
            this.gvMx2lineK3id.Tag = "query_a.LINE_K3ID";
            this.gvMx2lineK3id.Visible = true;
            this.gvMx2lineK3id.VisibleIndex = 37;
            this.gvMx2lineK3id.Width = 94;
            //
            // gvMx2ebelnK3id
            //
            this.gvMx2ebelnK3id.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx2ebelnK3id.AppearanceCell.Options.UseFont = true;
            this.gvMx2ebelnK3id.Caption = "采购订单ID ";
            this.gvMx2ebelnK3id.FieldName = "ebelnK3id";
            this.gvMx2ebelnK3id.MinWidth = 50;
            this.gvMx2ebelnK3id.Name = "gvMx2ebelnK3id";
            this.gvMx2ebelnK3id.Tag = "query_a.EBELN_K3ID";
            this.gvMx2ebelnK3id.Visible = true;
            this.gvMx2ebelnK3id.VisibleIndex = 36;
            this.gvMx2ebelnK3id.Width = 94;
            //
            // gvMx2rkNo
            //
            this.gvMx2rkNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx2rkNo.AppearanceCell.Options.UseFont = true;
            this.gvMx2rkNo.Caption = "入库编号 ";
            this.gvMx2rkNo.FieldName = "rkNo";
            this.gvMx2rkNo.MinWidth = 50;
            this.gvMx2rkNo.Name = "gvMx2rkNo";
            this.gvMx2rkNo.Tag = "query_a.RK_NO";
            this.gvMx2rkNo.Visible = true;
            this.gvMx2rkNo.VisibleIndex = 35;
            this.gvMx2rkNo.Width = 94;
            //
            // gvMx2rcvPart
            //
            this.gvMx2rcvPart.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx2rcvPart.AppearanceCell.Options.UseFont = true;
            this.gvMx2rcvPart.Caption = "收货部分 ";
            this.gvMx2rcvPart.FieldName = "rcvPart";
            this.gvMx2rcvPart.MinWidth = 50;
            this.gvMx2rcvPart.Name = "gvMx2rcvPart";
            this.gvMx2rcvPart.Tag = "query_a.RCV_PART";
            this.gvMx2rcvPart.Visible = true;
            this.gvMx2rcvPart.VisibleIndex = 34;
            this.gvMx2rcvPart.Width = 94;
            //
            // gvMx2rcvBy
            //
            this.gvMx2rcvBy.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx2rcvBy.AppearanceCell.Options.UseFont = true;
            this.gvMx2rcvBy.Caption = "收货人 ";
            this.gvMx2rcvBy.FieldName = "rcvBy";
            this.gvMx2rcvBy.MinWidth = 50;
            this.gvMx2rcvBy.Name = "gvMx2rcvBy";
            this.gvMx2rcvBy.Tag = "query_a.RCV_BY";
            this.gvMx2rcvBy.Visible = true;
            this.gvMx2rcvBy.VisibleIndex = 33;
            this.gvMx2rcvBy.Width = 94;
            //
            // gvMx2rtime
            //
            this.gvMx2rtime.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx2rtime.AppearanceCell.Options.UseFont = true;
            this.gvMx2rtime.Caption = "收到时间 ";
            this.gvMx2rtime.FieldName = "rtime";
            this.gvMx2rtime.MinWidth = 50;
            this.gvMx2rtime.Name = "gvMx2rtime";
            this.gvMx2rtime.Tag = "query_a.RTIME";
            this.gvMx2rtime.Visible = true;
            this.gvMx2rtime.VisibleIndex = 32;
            this.gvMx2rtime.Width = 94;
            //
            // gvMx2receive
            //
            this.gvMx2receive.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx2receive.AppearanceCell.Options.UseFont = true;
            this.gvMx2receive.Caption = "收到数量 ";
            this.gvMx2receive.FieldName = "receive";
            this.gvMx2receive.MinWidth = 50;
            this.gvMx2receive.Name = "gvMx2receive";
            this.gvMx2receive.Tag = "query_a.RECEIVE";
            this.gvMx2receive.Visible = true;
            this.gvMx2receive.VisibleIndex = 31;
            this.gvMx2receive.Width = 94;
            //
            // gvMx2pbillNo
            //
            this.gvMx2pbillNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx2pbillNo.AppearanceCell.Options.UseFont = true;
            this.gvMx2pbillNo.Caption = "采购单号 ";
            this.gvMx2pbillNo.FieldName = "pbillNo";
            this.gvMx2pbillNo.MinWidth = 50;
            this.gvMx2pbillNo.Name = "gvMx2pbillNo";
            this.gvMx2pbillNo.Tag = "query_a.PBILL_NO";
            this.gvMx2pbillNo.Visible = true;
            this.gvMx2pbillNo.VisibleIndex = 30;
            this.gvMx2pbillNo.Width = 94;
            //
            // gvMx2suppNo
            //
            this.gvMx2suppNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx2suppNo.AppearanceCell.Options.UseFont = true;
            this.gvMx2suppNo.Caption = "供应商编号 ";
            this.gvMx2suppNo.FieldName = "suppNo";
            this.gvMx2suppNo.MinWidth = 50;
            this.gvMx2suppNo.Name = "gvMx2suppNo";
            this.gvMx2suppNo.Tag = "query_a.SUPP_NO";
            this.gvMx2suppNo.Visible = true;
            this.gvMx2suppNo.VisibleIndex = 29;
            this.gvMx2suppNo.Width = 94;
            //
            // gvMx2workLine
            //
            this.gvMx2workLine.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx2workLine.AppearanceCell.Options.UseFont = true;
            this.gvMx2workLine.Caption = "工作线 ";
            this.gvMx2workLine.FieldName = "workLine";
            this.gvMx2workLine.MinWidth = 50;
            this.gvMx2workLine.Name = "gvMx2workLine";
            this.gvMx2workLine.Tag = "query_a.WORK_LINE";
            this.gvMx2workLine.Visible = true;
            this.gvMx2workLine.VisibleIndex = 28;
            this.gvMx2workLine.Width = 94;
            //
            // gvMx2workNo
            //
            this.gvMx2workNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx2workNo.AppearanceCell.Options.UseFont = true;
            this.gvMx2workNo.Caption = "工单号 ";
            this.gvMx2workNo.FieldName = "workNo";
            this.gvMx2workNo.MinWidth = 50;
            this.gvMx2workNo.Name = "gvMx2workNo";
            this.gvMx2workNo.Tag = "query_a.WORK_NO";
            this.gvMx2workNo.Visible = true;
            this.gvMx2workNo.VisibleIndex = 27;
            this.gvMx2workNo.Width = 94;
            //
            // gvMx2taskNo
            //
            this.gvMx2taskNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx2taskNo.AppearanceCell.Options.UseFont = true;
            this.gvMx2taskNo.Caption = "生产工单 ";
            this.gvMx2taskNo.FieldName = "taskNo";
            this.gvMx2taskNo.MinWidth = 50;
            this.gvMx2taskNo.Name = "gvMx2taskNo";
            this.gvMx2taskNo.Tag = "query_a.TASK_NO";
            this.gvMx2taskNo.Visible = true;
            this.gvMx2taskNo.VisibleIndex = 26;
            this.gvMx2taskNo.Width = 94;
            //
            // gvMx2boardStyle
            //
            this.gvMx2boardStyle.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx2boardStyle.AppearanceCell.Options.UseFont = true;
            this.gvMx2boardStyle.Caption = "板型 ";
            this.gvMx2boardStyle.FieldName = "boardStyle";
            this.gvMx2boardStyle.MinWidth = 50;
            this.gvMx2boardStyle.Name = "gvMx2boardStyle";
            this.gvMx2boardStyle.Tag = "query_a.BOARD_STYLE";
            this.gvMx2boardStyle.Visible = true;
            this.gvMx2boardStyle.VisibleIndex = 25;
            this.gvMx2boardStyle.Width = 94;
            //
            // gvMx2kbNo
            //
            this.gvMx2kbNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx2kbNo.AppearanceCell.Options.UseFont = true;
            this.gvMx2kbNo.Caption = "卡板 ";
            this.gvMx2kbNo.FieldName = "kbNo";
            this.gvMx2kbNo.MinWidth = 50;
            this.gvMx2kbNo.Name = "gvMx2kbNo";
            this.gvMx2kbNo.Tag = "query_a.KB_NO";
            this.gvMx2kbNo.Visible = true;
            this.gvMx2kbNo.VisibleIndex = 24;
            this.gvMx2kbNo.Width = 94;
            //
            // gvMx2taskPack
            //
            this.gvMx2taskPack.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx2taskPack.AppearanceCell.Options.UseFont = true;
            this.gvMx2taskPack.Caption = "包装批次 ";
            this.gvMx2taskPack.FieldName = "taskPack";
            this.gvMx2taskPack.MinWidth = 50;
            this.gvMx2taskPack.Name = "gvMx2taskPack";
            this.gvMx2taskPack.Tag = "query_a.TASK_PACK";
            this.gvMx2taskPack.Visible = true;
            this.gvMx2taskPack.VisibleIndex = 23;
            this.gvMx2taskPack.Width = 94;
            //
            // gvMx2boxNo
            //
            this.gvMx2boxNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx2boxNo.AppearanceCell.Options.UseFont = true;
            this.gvMx2boxNo.Caption = "箱号 ";
            this.gvMx2boxNo.FieldName = "boxNo";
            this.gvMx2boxNo.MinWidth = 50;
            this.gvMx2boxNo.Name = "gvMx2boxNo";
            this.gvMx2boxNo.Tag = "query_a.BOX_NO";
            this.gvMx2boxNo.Visible = true;
            this.gvMx2boxNo.VisibleIndex = 22;
            this.gvMx2boxNo.Width = 94;
            //
            // gvMx2taskNoy
            //
            this.gvMx2taskNoy.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx2taskNoy.AppearanceCell.Options.UseFont = true;
            this.gvMx2taskNoy.Caption = "原生产工单 ";
            this.gvMx2taskNoy.FieldName = "taskNoy";
            this.gvMx2taskNoy.MinWidth = 50;
            this.gvMx2taskNoy.Name = "gvMx2taskNoy";
            this.gvMx2taskNoy.Tag = "query_a.TASK_NOY";
            this.gvMx2taskNoy.Visible = true;
            this.gvMx2taskNoy.VisibleIndex = 21;
            this.gvMx2taskNoy.Width = 94;
            //
            // gvMx2company
            //
            this.gvMx2company.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx2company.AppearanceCell.Options.UseFont = true;
            this.gvMx2company.Caption = "公司编号 ";
            this.gvMx2company.FieldName = "company";
            this.gvMx2company.MinWidth = 50;
            this.gvMx2company.Name = "gvMx2company";
            this.gvMx2company.Tag = "query_a.COMPANY";
            this.gvMx2company.Visible = true;
            this.gvMx2company.VisibleIndex = 20;
            this.gvMx2company.Width = 94;
            //
            // gvMx2factory
            //
            this.gvMx2factory.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx2factory.AppearanceCell.Options.UseFont = true;
            this.gvMx2factory.Caption = "工厂编号 ";
            this.gvMx2factory.FieldName = "factory";
            this.gvMx2factory.MinWidth = 50;
            this.gvMx2factory.Name = "gvMx2factory";
            this.gvMx2factory.Tag = "query_a.FACTORY";
            this.gvMx2factory.Visible = true;
            this.gvMx2factory.VisibleIndex = 19;
            this.gvMx2factory.Width = 94;
            //
            // gvMx2checkStatus
            //
            this.gvMx2checkStatus.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx2checkStatus.AppearanceCell.Options.UseFont = true;
            this.gvMx2checkStatus.Caption = "是否做接收检查 ";
            this.gvMx2checkStatus.FieldName = "checkStatus";
            this.gvMx2checkStatus.MinWidth = 50;
            this.gvMx2checkStatus.Name = "gvMx2checkStatus";
            this.gvMx2checkStatus.Tag = "query_a.CHECK_STATUS";
            this.gvMx2checkStatus.Visible = true;
            this.gvMx2checkStatus.VisibleIndex = 18;
            this.gvMx2checkStatus.Width = 94;
            //
            // gvMx2prdLotNo
            //
            this.gvMx2prdLotNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx2prdLotNo.AppearanceCell.Options.UseFont = true;
            this.gvMx2prdLotNo.Caption = "投料批次 ";
            this.gvMx2prdLotNo.FieldName = "prdLotNo";
            this.gvMx2prdLotNo.MinWidth = 50;
            this.gvMx2prdLotNo.Name = "gvMx2prdLotNo";
            this.gvMx2prdLotNo.Tag = "query_a.PRD_LOT_NO";
            this.gvMx2prdLotNo.Visible = true;
            this.gvMx2prdLotNo.VisibleIndex = 17;
            this.gvMx2prdLotNo.Width = 94;
            //
            // gvMx2forceExemptFlag
            //
            this.gvMx2forceExemptFlag.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx2forceExemptFlag.AppearanceCell.Options.UseFont = true;
            this.gvMx2forceExemptFlag.Caption = "免检标识(0-否,1-是) ";
            this.gvMx2forceExemptFlag.FieldName = "forceExemptFlag";
            this.gvMx2forceExemptFlag.MinWidth = 50;
            this.gvMx2forceExemptFlag.Name = "gvMx2forceExemptFlag";
            this.gvMx2forceExemptFlag.Tag = "query_a.FORCE_EXEMPT_FLAG";
            this.gvMx2forceExemptFlag.Visible = true;
            this.gvMx2forceExemptFlag.VisibleIndex = 16;
            this.gvMx2forceExemptFlag.Width = 94;
            //
            // gvMx2remark
            // 
            this.gvMx2remark.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
@@ -527,7 +140,7 @@
            this.gvMx2remark.Name = "gvMx2remark";
            this.gvMx2remark.Tag = "query_a.REMARK";
            this.gvMx2remark.Visible = true;
            this.gvMx2remark.VisibleIndex = 15;
            this.gvMx2remark.VisibleIndex = 6;
            this.gvMx2remark.Width = 94;
            // 
            // gvMx2depotSectionCode
@@ -540,7 +153,7 @@
            this.gvMx2depotSectionCode.Name = "gvMx2depotSectionCode";
            this.gvMx2depotSectionCode.Tag = "query_a.DEPOT_SECTION_CODE";
            this.gvMx2depotSectionCode.Visible = true;
            this.gvMx2depotSectionCode.VisibleIndex = 14;
            this.gvMx2depotSectionCode.VisibleIndex = 5;
            this.gvMx2depotSectionCode.Width = 94;
            // 
            // gvMx2depotCode
@@ -553,184 +166,67 @@
            this.gvMx2depotCode.Name = "gvMx2depotCode";
            this.gvMx2depotCode.Tag = "query_a.DEPOT_CODE";
            this.gvMx2depotCode.Visible = true;
            this.gvMx2depotCode.VisibleIndex = 13;
            this.gvMx2depotCode.VisibleIndex = 4;
            this.gvMx2depotCode.Width = 94;
            //
            // gvMx2custNo
            //
            this.gvMx2custNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx2custNo.AppearanceCell.Options.UseFont = true;
            this.gvMx2custNo.Caption = "客户编码 ";
            this.gvMx2custNo.FieldName = "custNo";
            this.gvMx2custNo.MinWidth = 50;
            this.gvMx2custNo.Name = "gvMx2custNo";
            this.gvMx2custNo.Tag = "query_a.CUST_NO";
            this.gvMx2custNo.Visible = true;
            this.gvMx2custNo.VisibleIndex = 12;
            this.gvMx2custNo.Width = 94;
            //
            // gvMx2lastupdateDate
            //
            this.gvMx2lastupdateDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx2lastupdateDate.AppearanceCell.Options.UseFont = true;
            this.gvMx2lastupdateDate.Caption = "最后更新时间 ";
            this.gvMx2lastupdateDate.FieldName = "lastupdateDate";
            this.gvMx2lastupdateDate.MinWidth = 50;
            this.gvMx2lastupdateDate.Name = "gvMx2lastupdateDate";
            this.gvMx2lastupdateDate.Tag = "query_a.LASTUPDATE_DATE";
            this.gvMx2lastupdateDate.Visible = true;
            this.gvMx2lastupdateDate.VisibleIndex = 11;
            this.gvMx2lastupdateDate.Width = 94;
            //
            // gvMx2lastupdateBy
            //
            this.gvMx2lastupdateBy.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx2lastupdateBy.AppearanceCell.Options.UseFont = true;
            this.gvMx2lastupdateBy.Caption = "最后更新人 ";
            this.gvMx2lastupdateBy.FieldName = "lastupdateBy";
            this.gvMx2lastupdateBy.MinWidth = 50;
            this.gvMx2lastupdateBy.Name = "gvMx2lastupdateBy";
            this.gvMx2lastupdateBy.Tag = "query_a.LASTUPDATE_BY";
            this.gvMx2lastupdateBy.Visible = true;
            this.gvMx2lastupdateBy.VisibleIndex = 10;
            this.gvMx2lastupdateBy.Width = 94;
            //
            // gvMx2createDate
            //
            this.gvMx2createDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx2createDate.AppearanceCell.Options.UseFont = true;
            this.gvMx2createDate.Caption = "创建时间 ";
            this.gvMx2createDate.FieldName = "createDate";
            this.gvMx2createDate.MinWidth = 50;
            this.gvMx2createDate.Name = "gvMx2createDate";
            this.gvMx2createDate.Tag = "query_a.CREATE_DATE";
            this.gvMx2createDate.Visible = true;
            this.gvMx2createDate.VisibleIndex = 9;
            this.gvMx2createDate.Width = 94;
            //
            // gvMx2createBy
            //
            this.gvMx2createBy.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx2createBy.AppearanceCell.Options.UseFont = true;
            this.gvMx2createBy.Caption = "创建人 ";
            this.gvMx2createBy.FieldName = "createBy";
            this.gvMx2createBy.MinWidth = 50;
            this.gvMx2createBy.Name = "gvMx2createBy";
            this.gvMx2createBy.Tag = "query_a.CREATE_BY";
            this.gvMx2createBy.Visible = true;
            this.gvMx2createBy.VisibleIndex = 8;
            this.gvMx2createBy.Width = 94;
            //
            // gvMx2forceOutFlag
            //
            this.gvMx2forceOutFlag.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx2forceOutFlag.AppearanceCell.Options.UseFont = true;
            this.gvMx2forceOutFlag.Caption = "挪料标志(0-否,1-是) ";
            this.gvMx2forceOutFlag.FieldName = "forceOutFlag";
            this.gvMx2forceOutFlag.MinWidth = 50;
            this.gvMx2forceOutFlag.Name = "gvMx2forceOutFlag";
            this.gvMx2forceOutFlag.Tag = "query_a.FORCE_OUT_FLAG";
            this.gvMx2forceOutFlag.Visible = true;
            this.gvMx2forceOutFlag.VisibleIndex = 7;
            this.gvMx2forceOutFlag.Width = 94;
            // 
            // gvMx2quantity
            // 
            this.gvMx2quantity.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx2quantity.AppearanceCell.Options.UseFont = true;
            this.gvMx2quantity.Caption = "数量(无条码手工录入,有条码为冗余字段) ";
            this.gvMx2quantity.Caption = "数量";
            this.gvMx2quantity.FieldName = "quantity";
            this.gvMx2quantity.MinWidth = 50;
            this.gvMx2quantity.Name = "gvMx2quantity";
            this.gvMx2quantity.Tag = "query_a.QUANTITY";
            this.gvMx2quantity.Visible = true;
            this.gvMx2quantity.VisibleIndex = 6;
            this.gvMx2quantity.VisibleIndex = 3;
            this.gvMx2quantity.Width = 94;
            // 
            // gvMx2lotNo
            // 
            this.gvMx2lotNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx2lotNo.AppearanceCell.Options.UseFont = true;
            this.gvMx2lotNo.Caption = "厂家批次 ";
            this.gvMx2lotNo.Caption = "物料名称";
            this.gvMx2lotNo.FieldName = "lotNo";
            this.gvMx2lotNo.MinWidth = 50;
            this.gvMx2lotNo.Name = "gvMx2lotNo";
            this.gvMx2lotNo.Tag = "query_a.LOT_NO";
            this.gvMx2lotNo.Visible = true;
            this.gvMx2lotNo.VisibleIndex = 5;
            this.gvMx2lotNo.VisibleIndex = 2;
            this.gvMx2lotNo.Width = 94;
            // 
            // gvMx2itemNo
            // 
            this.gvMx2itemNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx2itemNo.AppearanceCell.Options.UseFont = true;
            this.gvMx2itemNo.Caption = "本司物料编码(无条码手工录入,有条码为冗余字段) ";
            this.gvMx2itemNo.Caption = "物料编码";
            this.gvMx2itemNo.FieldName = "itemNo";
            this.gvMx2itemNo.MinWidth = 50;
            this.gvMx2itemNo.Name = "gvMx2itemNo";
            this.gvMx2itemNo.Tag = "query_a.ITEM_NO";
            this.gvMx2itemNo.Visible = true;
            this.gvMx2itemNo.VisibleIndex = 4;
            this.gvMx2itemNo.VisibleIndex = 1;
            this.gvMx2itemNo.Width = 94;
            //
            // gvMx2cItemCode
            //
            this.gvMx2cItemCode.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx2cItemCode.AppearanceCell.Options.UseFont = true;
            this.gvMx2cItemCode.Caption = "客户物料编码(无条码手工录入,有条码为冗余字段) ";
            this.gvMx2cItemCode.FieldName = "cItemCode";
            this.gvMx2cItemCode.MinWidth = 50;
            this.gvMx2cItemCode.Name = "gvMx2cItemCode";
            this.gvMx2cItemCode.Tag = "query_a.C_ITEM_CODE";
            this.gvMx2cItemCode.Visible = true;
            this.gvMx2cItemCode.VisibleIndex = 3;
            this.gvMx2cItemCode.Width = 94;
            // 
            // gvMx2itemBarcode
            // 
            this.gvMx2itemBarcode.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx2itemBarcode.AppearanceCell.Options.UseFont = true;
            this.gvMx2itemBarcode.Caption = "物料条码 ";
            this.gvMx2itemBarcode.Caption = "物料条码";
            this.gvMx2itemBarcode.FieldName = "itemBarcode";
            this.gvMx2itemBarcode.MinWidth = 50;
            this.gvMx2itemBarcode.Name = "gvMx2itemBarcode";
            this.gvMx2itemBarcode.Tag = "query_a.ITEM_BARCODE";
            this.gvMx2itemBarcode.Visible = true;
            this.gvMx2itemBarcode.VisibleIndex = 2;
            this.gvMx2itemBarcode.VisibleIndex = 0;
            this.gvMx2itemBarcode.Width = 94;
            //
            // gvMx2itemOutId
            //
            this.gvMx2itemOutId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx2itemOutId.AppearanceCell.Options.UseFont = true;
            this.gvMx2itemOutId.Caption = "出库单id ";
            this.gvMx2itemOutId.FieldName = "itemOutId";
            this.gvMx2itemOutId.MinWidth = 50;
            this.gvMx2itemOutId.Name = "gvMx2itemOutId";
            this.gvMx2itemOutId.Tag = "query_a.ITEM_OUT_ID";
            this.gvMx2itemOutId.Visible = true;
            this.gvMx2itemOutId.VisibleIndex = 1;
            this.gvMx2itemOutId.Width = 94;
            //
            // gvMx2guid
            //
            this.gvMx2guid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx2guid.AppearanceCell.Options.UseFont = true;
            this.gvMx2guid.Caption = "guid ";
            this.gvMx2guid.FieldName = "guid";
            this.gvMx2guid.MinWidth = 50;
            this.gvMx2guid.Name = "gvMx2guid";
            this.gvMx2guid.Tag = "query_a.guid";
            this.gvMx2guid.Visible = true;
            this.gvMx2guid.VisibleIndex = 0;
            this.gvMx2guid.Width = 94;
            // 
            // tabMxPage2
            // 
            this.tabMxPage2.Controls.Add(this.gcMx2);
            this.tabMxPage2.Name = "tabMxPage2";
            this.tabMxPage2.Size = new System.Drawing.Size(1124, 385);
            this.tabMxPage2.Text = "明细2";
            this.tabMxPage2.Size = new System.Drawing.Size(1124, 417);
            this.tabMxPage2.Text = "出库条码";
            // 
            // gcMx2
            // 
@@ -738,7 +234,7 @@
            this.gcMx2.Location = new System.Drawing.Point(0, 0);
            this.gcMx2.MainView = this.gvMx2;
            this.gcMx2.Name = "gcMx2";
            this.gcMx2.Size = new System.Drawing.Size(1124, 385);
            this.gcMx2.Size = new System.Drawing.Size(1124, 417);
            this.gcMx2.TabIndex = 0;
            this.gcMx2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gvMx2});
@@ -746,79 +242,19 @@
            // gvMx2
            // 
            this.gvMx2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gvMx2guid,
            this.gvMx2itemOutId,
            this.gvMx2itemBarcode,
            this.gvMx2cItemCode,
            this.gvMx2itemNo,
            this.gvMx2lotNo,
            this.gvMx2quantity,
            this.gvMx2forceOutFlag,
            this.gvMx2createBy,
            this.gvMx2createDate,
            this.gvMx2lastupdateBy,
            this.gvMx2lastupdateDate,
            this.gvMx2custNo,
            this.gvMx2depotCode,
            this.gvMx2depotSectionCode,
            this.gvMx2remark,
            this.gvMx2forceExemptFlag,
            this.gvMx2prdLotNo,
            this.gvMx2checkStatus,
            this.gvMx2factory,
            this.gvMx2company,
            this.gvMx2taskNoy,
            this.gvMx2boxNo,
            this.gvMx2taskPack,
            this.gvMx2kbNo,
            this.gvMx2boardStyle,
            this.gvMx2taskNo,
            this.gvMx2workNo,
            this.gvMx2workLine,
            this.gvMx2suppNo,
            this.gvMx2pbillNo,
            this.gvMx2receive,
            this.gvMx2rtime,
            this.gvMx2rcvBy,
            this.gvMx2rcvPart,
            this.gvMx2rkNo,
            this.gvMx2ebelnK3id,
            this.gvMx2lineK3id,
            this.gvMx2itemId,
            this.gvMx2dabid,
            this.gvMx2depotId});
            this.gvMx2remark});
            this.gvMx2.GridControl = this.gcMx2;
            this.gvMx2.Name = "gvMx2";
            this.gvMx2.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True;
            this.gvMx2.OptionsFind.ShowSearchNavButtons = false;
            this.gvMx2.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
            this.gvMx2.OptionsView.ShowGroupPanel = false;
            //
            // gvMx1aboutGuid
            //
            this.gvMx1aboutGuid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1aboutGuid.AppearanceCell.Options.UseFont = true;
            this.gvMx1aboutGuid.Caption = "应该是到货明细表的guid ";
            this.gvMx1aboutGuid.FieldName = "aboutGuid";
            this.gvMx1aboutGuid.MinWidth = 50;
            this.gvMx1aboutGuid.Name = "gvMx1aboutGuid";
            this.gvMx1aboutGuid.Tag = "query_a.about_Guid";
            this.gvMx1aboutGuid.Visible = true;
            this.gvMx1aboutGuid.VisibleIndex = 37;
            this.gvMx1aboutGuid.Width = 94;
            //
            // gvMx1itemDabid
            //
            this.gvMx1itemDabid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1itemDabid.AppearanceCell.Options.UseFont = true;
            this.gvMx1itemDabid.Caption = "物料投料单ID(发料扫码使用) ";
            this.gvMx1itemDabid.FieldName = "itemDabid";
            this.gvMx1itemDabid.MinWidth = 50;
            this.gvMx1itemDabid.Name = "gvMx1itemDabid";
            this.gvMx1itemDabid.Tag = "query_a.item_dabid";
            this.gvMx1itemDabid.Visible = true;
            this.gvMx1itemDabid.VisibleIndex = 36;
            this.gvMx1itemDabid.Width = 94;
            // 
            // gvMx1itemId
            // 
@@ -830,7 +266,7 @@
            this.gvMx1itemId.Name = "gvMx1itemId";
            this.gvMx1itemId.Tag = "query_a.item_id";
            this.gvMx1itemId.Visible = true;
            this.gvMx1itemId.VisibleIndex = 35;
            this.gvMx1itemId.VisibleIndex = 9;
            this.gvMx1itemId.Width = 94;
            // 
            // gvMx1tlQty
@@ -843,7 +279,7 @@
            this.gvMx1tlQty.Name = "gvMx1tlQty";
            this.gvMx1tlQty.Tag = "query_a.tl_qty";
            this.gvMx1tlQty.Visible = true;
            this.gvMx1tlQty.VisibleIndex = 34;
            this.gvMx1tlQty.VisibleIndex = 8;
            this.gvMx1tlQty.Width = 94;
            // 
            // gvMx1rkQty
@@ -856,320 +292,21 @@
            this.gvMx1rkQty.Name = "gvMx1rkQty";
            this.gvMx1rkQty.Tag = "query_a.rk_qty";
            this.gvMx1rkQty.Visible = true;
            this.gvMx1rkQty.VisibleIndex = 33;
            this.gvMx1rkQty.VisibleIndex = 7;
            this.gvMx1rkQty.Width = 94;
            //
            // gvMx1rkNo
            //
            this.gvMx1rkNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1rkNo.AppearanceCell.Options.UseFont = true;
            this.gvMx1rkNo.Caption = "入库单号 ";
            this.gvMx1rkNo.FieldName = "rkNo";
            this.gvMx1rkNo.MinWidth = 50;
            this.gvMx1rkNo.Name = "gvMx1rkNo";
            this.gvMx1rkNo.Tag = "query_a.rk_no";
            this.gvMx1rkNo.Visible = true;
            this.gvMx1rkNo.VisibleIndex = 32;
            this.gvMx1rkNo.Width = 94;
            //
            // gvMx1erpMark
            //
            this.gvMx1erpMark.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1erpMark.AppearanceCell.Options.UseFont = true;
            this.gvMx1erpMark.Caption = "erp接口返回 ";
            this.gvMx1erpMark.FieldName = "erpMark";
            this.gvMx1erpMark.MinWidth = 50;
            this.gvMx1erpMark.Name = "gvMx1erpMark";
            this.gvMx1erpMark.Tag = "query_a.erp_mark";
            this.gvMx1erpMark.Visible = true;
            this.gvMx1erpMark.VisibleIndex = 31;
            this.gvMx1erpMark.Width = 94;
            //
            // gvMx1pbillNo
            //
            this.gvMx1pbillNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1pbillNo.AppearanceCell.Options.UseFont = true;
            this.gvMx1pbillNo.Caption = "领料编号/生产工单 ";
            this.gvMx1pbillNo.FieldName = "pbillNo";
            this.gvMx1pbillNo.MinWidth = 50;
            this.gvMx1pbillNo.Name = "gvMx1pbillNo";
            this.gvMx1pbillNo.Tag = "query_a.pbill_no";
            this.gvMx1pbillNo.Visible = true;
            this.gvMx1pbillNo.VisibleIndex = 30;
            this.gvMx1pbillNo.Width = 94;
            //
            // gvMx1allocateid
            //
            this.gvMx1allocateid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1allocateid.AppearanceCell.Options.UseFont = true;
            this.gvMx1allocateid.Caption = "子子表ID ";
            this.gvMx1allocateid.FieldName = "allocateid";
            this.gvMx1allocateid.MinWidth = 50;
            this.gvMx1allocateid.Name = "gvMx1allocateid";
            this.gvMx1allocateid.Tag = "query_a.allocateid";
            this.gvMx1allocateid.Visible = true;
            this.gvMx1allocateid.VisibleIndex = 29;
            this.gvMx1allocateid.Width = 94;
            //
            // gvMx1status
            //
            this.gvMx1status.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1status.AppearanceCell.Options.UseFont = true;
            this.gvMx1status.Caption = "status ";
            this.gvMx1status.FieldName = "status";
            this.gvMx1status.MinWidth = 50;
            this.gvMx1status.Name = "gvMx1status";
            this.gvMx1status.Tag = "query_a.status";
            this.gvMx1status.Visible = true;
            this.gvMx1status.VisibleIndex = 28;
            this.gvMx1status.Width = 94;
            //
            // gvMx1fType
            //
            this.gvMx1fType.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1fType.AppearanceCell.Options.UseFont = true;
            this.gvMx1fType.Caption = "f_type ";
            this.gvMx1fType.FieldName = "fType";
            this.gvMx1fType.MinWidth = 50;
            this.gvMx1fType.Name = "gvMx1fType";
            this.gvMx1fType.Tag = "query_a.f_type";
            this.gvMx1fType.Visible = true;
            this.gvMx1fType.VisibleIndex = 27;
            this.gvMx1fType.Width = 94;
            //
            // gvMx1boardItem
            //
            this.gvMx1boardItem.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1boardItem.AppearanceCell.Options.UseFont = true;
            this.gvMx1boardItem.Caption = "产品编号 ";
            this.gvMx1boardItem.FieldName = "boardItem";
            this.gvMx1boardItem.MinWidth = 50;
            this.gvMx1boardItem.Name = "gvMx1boardItem";
            this.gvMx1boardItem.Tag = "query_a.board_item";
            this.gvMx1boardItem.Visible = true;
            this.gvMx1boardItem.VisibleIndex = 26;
            this.gvMx1boardItem.Width = 94;
            //
            // gvMx1ebelnQty
            //
            this.gvMx1ebelnQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1ebelnQty.AppearanceCell.Options.UseFont = true;
            this.gvMx1ebelnQty.Caption = "采购订单数量 ";
            this.gvMx1ebelnQty.FieldName = "ebelnQty";
            this.gvMx1ebelnQty.MinWidth = 50;
            this.gvMx1ebelnQty.Name = "gvMx1ebelnQty";
            this.gvMx1ebelnQty.Tag = "query_a.ebeln_qty";
            this.gvMx1ebelnQty.Visible = true;
            this.gvMx1ebelnQty.VisibleIndex = 25;
            this.gvMx1ebelnQty.Width = 94;
            //
            // gvMx1ebelnLine
            //
            this.gvMx1ebelnLine.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1ebelnLine.AppearanceCell.Options.UseFont = true;
            this.gvMx1ebelnLine.Caption = "采购订单行号 ";
            this.gvMx1ebelnLine.FieldName = "ebelnLine";
            this.gvMx1ebelnLine.MinWidth = 50;
            this.gvMx1ebelnLine.Name = "gvMx1ebelnLine";
            this.gvMx1ebelnLine.Tag = "query_a.ebeln_line";
            this.gvMx1ebelnLine.Visible = true;
            this.gvMx1ebelnLine.VisibleIndex = 24;
            this.gvMx1ebelnLine.Width = 94;
            //
            // gvMx1ebeln
            //
            this.gvMx1ebeln.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1ebeln.AppearanceCell.Options.UseFont = true;
            this.gvMx1ebeln.Caption = "采购单号 ";
            this.gvMx1ebeln.FieldName = "ebeln";
            this.gvMx1ebeln.MinWidth = 50;
            this.gvMx1ebeln.Name = "gvMx1ebeln";
            this.gvMx1ebeln.Tag = "query_a.ebeln";
            this.gvMx1ebeln.Visible = true;
            this.gvMx1ebeln.VisibleIndex = 23;
            this.gvMx1ebeln.Width = 94;
            //
            // gvMx1lineK3id
            //
            this.gvMx1lineK3id.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1lineK3id.AppearanceCell.Options.UseFont = true;
            this.gvMx1lineK3id.Caption = "采购单行ID ";
            this.gvMx1lineK3id.FieldName = "lineK3id";
            this.gvMx1lineK3id.MinWidth = 50;
            this.gvMx1lineK3id.Name = "gvMx1lineK3id";
            this.gvMx1lineK3id.Tag = "query_a.line_k3id";
            this.gvMx1lineK3id.Visible = true;
            this.gvMx1lineK3id.VisibleIndex = 22;
            this.gvMx1lineK3id.Width = 94;
            //
            // gvMx1ebelnK3id
            //
            this.gvMx1ebelnK3id.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1ebelnK3id.AppearanceCell.Options.UseFont = true;
            this.gvMx1ebelnK3id.Caption = "采购单ID ";
            this.gvMx1ebelnK3id.FieldName = "ebelnK3id";
            this.gvMx1ebelnK3id.MinWidth = 50;
            this.gvMx1ebelnK3id.Name = "gvMx1ebelnK3id";
            this.gvMx1ebelnK3id.Tag = "query_a.ebeln_k3id";
            this.gvMx1ebelnK3id.Visible = true;
            this.gvMx1ebelnK3id.VisibleIndex = 21;
            this.gvMx1ebelnK3id.Width = 94;
            //
            // gvMx1updateFlg
            //
            this.gvMx1updateFlg.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1updateFlg.AppearanceCell.Options.UseFont = true;
            this.gvMx1updateFlg.Caption = "最新下载更新标识 ";
            this.gvMx1updateFlg.FieldName = "updateFlg";
            this.gvMx1updateFlg.MinWidth = 50;
            this.gvMx1updateFlg.Name = "gvMx1updateFlg";
            this.gvMx1updateFlg.Tag = "query_a.update_flg";
            this.gvMx1updateFlg.Visible = true;
            this.gvMx1updateFlg.VisibleIndex = 20;
            this.gvMx1updateFlg.Width = 94;
            //
            // gvMx1colorName
            //
            this.gvMx1colorName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1colorName.AppearanceCell.Options.UseFont = true;
            this.gvMx1colorName.Caption = "颜色 ";
            this.gvMx1colorName.FieldName = "colorName";
            this.gvMx1colorName.MinWidth = 50;
            this.gvMx1colorName.Name = "gvMx1colorName";
            this.gvMx1colorName.Tag = "query_a.color_name";
            this.gvMx1colorName.Visible = true;
            this.gvMx1colorName.VisibleIndex = 19;
            this.gvMx1colorName.Width = 94;
            //
            // gvMx1erpItemNo
            //
            this.gvMx1erpItemNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1erpItemNo.AppearanceCell.Options.UseFont = true;
            this.gvMx1erpItemNo.Caption = "ERP_料号 ";
            this.gvMx1erpItemNo.FieldName = "erpItemNo";
            this.gvMx1erpItemNo.MinWidth = 50;
            this.gvMx1erpItemNo.Name = "gvMx1erpItemNo";
            this.gvMx1erpItemNo.Tag = "query_a.erp_item_no";
            this.gvMx1erpItemNo.Visible = true;
            this.gvMx1erpItemNo.VisibleIndex = 18;
            this.gvMx1erpItemNo.Width = 94;
            //
            // gvMx1erpAutoid
            //
            this.gvMx1erpAutoid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1erpAutoid.AppearanceCell.Options.UseFont = true;
            this.gvMx1erpAutoid.Caption = "ERP 从表ID ";
            this.gvMx1erpAutoid.FieldName = "erpAutoid";
            this.gvMx1erpAutoid.MinWidth = 50;
            this.gvMx1erpAutoid.Name = "gvMx1erpAutoid";
            this.gvMx1erpAutoid.Tag = "query_a.erp_autoid";
            this.gvMx1erpAutoid.Visible = true;
            this.gvMx1erpAutoid.VisibleIndex = 17;
            this.gvMx1erpAutoid.Width = 94;
            //
            // gvMx1erpId
            //
            this.gvMx1erpId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1erpId.AppearanceCell.Options.UseFont = true;
            this.gvMx1erpId.Caption = "ERP 主表ID ";
            this.gvMx1erpId.FieldName = "erpId";
            this.gvMx1erpId.MinWidth = 50;
            this.gvMx1erpId.Name = "gvMx1erpId";
            this.gvMx1erpId.Tag = "query_a.erp_id";
            this.gvMx1erpId.Visible = true;
            this.gvMx1erpId.VisibleIndex = 16;
            this.gvMx1erpId.Width = 94;
            //
            // gvMx1workLine
            //
            this.gvMx1workLine.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1workLine.AppearanceCell.Options.UseFont = true;
            this.gvMx1workLine.Caption = "到货单行号 ";
            this.gvMx1workLine.FieldName = "workLine";
            this.gvMx1workLine.MinWidth = 50;
            this.gvMx1workLine.Name = "gvMx1workLine";
            this.gvMx1workLine.Tag = "query_a.work_line";
            this.gvMx1workLine.Visible = true;
            this.gvMx1workLine.VisibleIndex = 15;
            this.gvMx1workLine.Width = 94;
            // 
            // gvMx1workNo
            // 
            this.gvMx1workNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1workNo.AppearanceCell.Options.UseFont = true;
            this.gvMx1workNo.Caption = "到货单号 ";
            this.gvMx1workNo.Caption = "任务单号";
            this.gvMx1workNo.FieldName = "workNo";
            this.gvMx1workNo.MinWidth = 50;
            this.gvMx1workNo.Name = "gvMx1workNo";
            this.gvMx1workNo.Tag = "query_a.work_no";
            this.gvMx1workNo.Visible = true;
            this.gvMx1workNo.VisibleIndex = 14;
            this.gvMx1workNo.VisibleIndex = 6;
            this.gvMx1workNo.Width = 94;
            //
            // gvMx1taskNo
            //
            this.gvMx1taskNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1taskNo.AppearanceCell.Options.UseFont = true;
            this.gvMx1taskNo.Caption = "task_no ";
            this.gvMx1taskNo.FieldName = "taskNo";
            this.gvMx1taskNo.MinWidth = 50;
            this.gvMx1taskNo.Name = "gvMx1taskNo";
            this.gvMx1taskNo.Tag = "query_a.task_no";
            this.gvMx1taskNo.Visible = true;
            this.gvMx1taskNo.VisibleIndex = 13;
            this.gvMx1taskNo.Width = 94;
            //
            // gvMx1depotSectionCode
            //
            this.gvMx1depotSectionCode.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1depotSectionCode.AppearanceCell.Options.UseFont = true;
            this.gvMx1depotSectionCode.Caption = "推介库位 ";
            this.gvMx1depotSectionCode.FieldName = "depotSectionCode";
            this.gvMx1depotSectionCode.MinWidth = 50;
            this.gvMx1depotSectionCode.Name = "gvMx1depotSectionCode";
            this.gvMx1depotSectionCode.Tag = "query_a.depot_section_code";
            this.gvMx1depotSectionCode.Visible = true;
            this.gvMx1depotSectionCode.VisibleIndex = 12;
            this.gvMx1depotSectionCode.Width = 94;
            //
            // gvMx1depotCode
            //
            this.gvMx1depotCode.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1depotCode.AppearanceCell.Options.UseFont = true;
            this.gvMx1depotCode.Caption = "推介仓库 ";
            this.gvMx1depotCode.FieldName = "depotCode";
            this.gvMx1depotCode.MinWidth = 50;
            this.gvMx1depotCode.Name = "gvMx1depotCode";
            this.gvMx1depotCode.Tag = "query_a.depot_code";
            this.gvMx1depotCode.Visible = true;
            this.gvMx1depotCode.VisibleIndex = 11;
            this.gvMx1depotCode.Width = 94;
            //
            // gvMx1company
            //
            this.gvMx1company.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1company.AppearanceCell.Options.UseFont = true;
            this.gvMx1company.Caption = "company ";
            this.gvMx1company.FieldName = "company";
            this.gvMx1company.MinWidth = 50;
            this.gvMx1company.Name = "gvMx1company";
            this.gvMx1company.Tag = "query_a.company";
            this.gvMx1company.Visible = true;
            this.gvMx1company.VisibleIndex = 10;
            this.gvMx1company.Width = 94;
            //
            // gvMx1factory
            //
            this.gvMx1factory.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1factory.AppearanceCell.Options.UseFont = true;
            this.gvMx1factory.Caption = "factory ";
            this.gvMx1factory.FieldName = "factory";
            this.gvMx1factory.MinWidth = 50;
            this.gvMx1factory.Name = "gvMx1factory";
            this.gvMx1factory.Tag = "query_a.factory";
            this.gvMx1factory.Visible = true;
            this.gvMx1factory.VisibleIndex = 9;
            this.gvMx1factory.Width = 94;
            // 
            // gvMx1remark
            // 
@@ -1181,59 +318,33 @@
            this.gvMx1remark.Name = "gvMx1remark";
            this.gvMx1remark.Tag = "query_a.remark";
            this.gvMx1remark.Visible = true;
            this.gvMx1remark.VisibleIndex = 8;
            this.gvMx1remark.VisibleIndex = 5;
            this.gvMx1remark.Width = 94;
            //
            // gvMx1lastupdateDate
            //
            this.gvMx1lastupdateDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1lastupdateDate.AppearanceCell.Options.UseFont = true;
            this.gvMx1lastupdateDate.Caption = "lastupdate_date ";
            this.gvMx1lastupdateDate.FieldName = "lastupdateDate";
            this.gvMx1lastupdateDate.MinWidth = 50;
            this.gvMx1lastupdateDate.Name = "gvMx1lastupdateDate";
            this.gvMx1lastupdateDate.Tag = "query_a.lastupdate_date";
            this.gvMx1lastupdateDate.Visible = true;
            this.gvMx1lastupdateDate.VisibleIndex = 7;
            this.gvMx1lastupdateDate.Width = 94;
            //
            // gvMx1lastupdateBy
            //
            this.gvMx1lastupdateBy.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1lastupdateBy.AppearanceCell.Options.UseFont = true;
            this.gvMx1lastupdateBy.Caption = "lastupdate_by ";
            this.gvMx1lastupdateBy.FieldName = "lastupdateBy";
            this.gvMx1lastupdateBy.MinWidth = 50;
            this.gvMx1lastupdateBy.Name = "gvMx1lastupdateBy";
            this.gvMx1lastupdateBy.Tag = "query_a.lastupdate_by";
            this.gvMx1lastupdateBy.Visible = true;
            this.gvMx1lastupdateBy.VisibleIndex = 6;
            this.gvMx1lastupdateBy.Width = 94;
            // 
            // gvMx1createDate
            // 
            this.gvMx1createDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1createDate.AppearanceCell.Options.UseFont = true;
            this.gvMx1createDate.Caption = "create_date ";
            this.gvMx1createDate.Caption = "物料规格";
            this.gvMx1createDate.FieldName = "createDate";
            this.gvMx1createDate.MinWidth = 50;
            this.gvMx1createDate.Name = "gvMx1createDate";
            this.gvMx1createDate.Tag = "query_a.create_date";
            this.gvMx1createDate.Visible = true;
            this.gvMx1createDate.VisibleIndex = 5;
            this.gvMx1createDate.VisibleIndex = 4;
            this.gvMx1createDate.Width = 94;
            // 
            // gvMx1createBy
            // 
            this.gvMx1createBy.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1createBy.AppearanceCell.Options.UseFont = true;
            this.gvMx1createBy.Caption = "create_by ";
            this.gvMx1createBy.Caption = "物料名称";
            this.gvMx1createBy.FieldName = "createBy";
            this.gvMx1createBy.MinWidth = 50;
            this.gvMx1createBy.Name = "gvMx1createBy";
            this.gvMx1createBy.Tag = "query_a.create_by";
            this.gvMx1createBy.Visible = true;
            this.gvMx1createBy.VisibleIndex = 4;
            this.gvMx1createBy.VisibleIndex = 3;
            this.gvMx1createBy.Width = 94;
            // 
            // gvMx1quantity
@@ -1246,7 +357,7 @@
            this.gvMx1quantity.Name = "gvMx1quantity";
            this.gvMx1quantity.Tag = "query_a.quantity";
            this.gvMx1quantity.Visible = true;
            this.gvMx1quantity.VisibleIndex = 3;
            this.gvMx1quantity.VisibleIndex = 2;
            this.gvMx1quantity.Width = 94;
            // 
            // gvMx1itemNo
@@ -1259,21 +370,8 @@
            this.gvMx1itemNo.Name = "gvMx1itemNo";
            this.gvMx1itemNo.Tag = "query_a.item_no";
            this.gvMx1itemNo.Visible = true;
            this.gvMx1itemNo.VisibleIndex = 2;
            this.gvMx1itemNo.VisibleIndex = 1;
            this.gvMx1itemNo.Width = 94;
            //
            // gvMx1itemOutId
            //
            this.gvMx1itemOutId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1itemOutId.AppearanceCell.Options.UseFont = true;
            this.gvMx1itemOutId.Caption = "出库ID ";
            this.gvMx1itemOutId.FieldName = "itemOutId";
            this.gvMx1itemOutId.MinWidth = 50;
            this.gvMx1itemOutId.Name = "gvMx1itemOutId";
            this.gvMx1itemOutId.Tag = "query_a.item_out_id";
            this.gvMx1itemOutId.Visible = true;
            this.gvMx1itemOutId.VisibleIndex = 1;
            this.gvMx1itemOutId.Width = 94;
            // 
            // gvMx1guid
            // 
@@ -1292,8 +390,8 @@
            // 
            this.tabMxPage1.Controls.Add(this.gcMx1);
            this.tabMxPage1.Name = "tabMxPage1";
            this.tabMxPage1.Size = new System.Drawing.Size(1124, 385);
            this.tabMxPage1.Text = "明细1";
            this.tabMxPage1.Size = new System.Drawing.Size(1124, 417);
            this.tabMxPage1.Text = "出库明细";
            // 
            // gcMx1
            // 
@@ -1301,7 +399,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(1124, 385);
            this.gcMx1.Size = new System.Drawing.Size(1124, 417);
            this.gcMx1.TabIndex = 0;
            this.gcMx1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gvMx1});
@@ -1310,43 +408,15 @@
            // 
            this.gvMx1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gvMx1guid,
            this.gvMx1itemOutId,
            this.gvMx1workNo,
            this.gvMx1itemNo,
            this.gvMx1quantity,
            this.gvMx1createBy,
            this.gvMx1createDate,
            this.gvMx1lastupdateBy,
            this.gvMx1lastupdateDate,
            this.gvMx1quantity,
            this.gvMx1remark,
            this.gvMx1factory,
            this.gvMx1company,
            this.gvMx1depotCode,
            this.gvMx1depotSectionCode,
            this.gvMx1taskNo,
            this.gvMx1workNo,
            this.gvMx1workLine,
            this.gvMx1erpId,
            this.gvMx1erpAutoid,
            this.gvMx1erpItemNo,
            this.gvMx1colorName,
            this.gvMx1updateFlg,
            this.gvMx1ebelnK3id,
            this.gvMx1lineK3id,
            this.gvMx1ebeln,
            this.gvMx1ebelnLine,
            this.gvMx1ebelnQty,
            this.gvMx1boardItem,
            this.gvMx1fType,
            this.gvMx1status,
            this.gvMx1allocateid,
            this.gvMx1pbillNo,
            this.gvMx1erpMark,
            this.gvMx1rkNo,
            this.gvMx1rkQty,
            this.gvMx1tlQty,
            this.gvMx1itemId,
            this.gvMx1itemDabid,
            this.gvMx1aboutGuid});
            this.gvMx1itemId});
            this.gvMx1.GridControl = this.gcMx1;
            this.gvMx1.Name = "gvMx1";
            this.gvMx1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True;
@@ -1358,7 +428,7 @@
            // 
            this.lb_depotId.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_depotId.Appearance.Options.UseFont = true;
            this.lb_depotId.Location = new System.Drawing.Point(290, 117);
            this.lb_depotId.Location = new System.Drawing.Point(302, 51);
            this.lb_depotId.Name = "lb_depotId";
            this.lb_depotId.Size = new System.Drawing.Size(34, 21);
            this.lb_depotId.TabIndex = 571;
@@ -1396,7 +466,7 @@
            // 
            this.lb_outType.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_outType.Appearance.Options.UseFont = true;
            this.lb_outType.Location = new System.Drawing.Point(286, 52);
            this.lb_outType.Location = new System.Drawing.Point(263, 89);
            this.lb_outType.Name = "lb_outType";
            this.lb_outType.Size = new System.Drawing.Size(73, 21);
            this.lb_outType.TabIndex = 450;
@@ -1404,11 +474,11 @@
            // 
            // txt_outType
            // 
            this.txt_outType.Location = new System.Drawing.Point(363, 48);
            this.txt_outType.Location = new System.Drawing.Point(342, 85);
            this.txt_outType.Name = "txt_outType";
            this.txt_outType.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_outType.Properties.Appearance.Options.UseFont = true;
            this.txt_outType.Size = new System.Drawing.Size(150, 28);
            this.txt_outType.Size = new System.Drawing.Size(174, 28);
            this.txt_outType.TabIndex = 450;
            // 
            // gv_outType
@@ -1476,7 +546,7 @@
            // 
            this.lb_outPart.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_outPart.Appearance.Options.UseFont = true;
            this.lb_outPart.Location = new System.Drawing.Point(286, 20);
            this.lb_outPart.Location = new System.Drawing.Point(263, 20);
            this.lb_outPart.Name = "lb_outPart";
            this.lb_outPart.Size = new System.Drawing.Size(73, 21);
            this.lb_outPart.TabIndex = 319;
@@ -1526,7 +596,7 @@
            this.txt_checkDate.Name = "txt_checkDate";
            this.txt_checkDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_checkDate.Properties.Appearance.Options.UseFont = true;
            this.txt_checkDate.Size = new System.Drawing.Size(150, 28);
            this.txt_checkDate.Size = new System.Drawing.Size(168, 28);
            this.txt_checkDate.TabIndex = 262;
            // 
            // gv_checkDate
@@ -1559,7 +629,7 @@
            this.txt_checkUser.Name = "txt_checkUser";
            this.txt_checkUser.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_checkUser.Properties.Appearance.Options.UseFont = true;
            this.txt_checkUser.Size = new System.Drawing.Size(150, 28);
            this.txt_checkUser.Size = new System.Drawing.Size(168, 28);
            this.txt_checkUser.TabIndex = 258;
            // 
            // gv_checkUser
@@ -1594,7 +664,7 @@
            // 
            this.lb_remark.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_remark.Appearance.Options.UseFont = true;
            this.lb_remark.Location = new System.Drawing.Point(286, 86);
            this.lb_remark.Location = new System.Drawing.Point(522, 83);
            this.lb_remark.Name = "lb_remark";
            this.lb_remark.Size = new System.Drawing.Size(73, 21);
            this.lb_remark.TabIndex = 243;
@@ -1602,11 +672,11 @@
            // 
            // txt_remark
            // 
            this.txt_remark.Location = new System.Drawing.Point(363, 82);
            this.txt_remark.Location = new System.Drawing.Point(599, 79);
            this.txt_remark.Name = "txt_remark";
            this.txt_remark.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_remark.Properties.Appearance.Options.UseFont = true;
            this.txt_remark.Size = new System.Drawing.Size(150, 28);
            this.txt_remark.Size = new System.Drawing.Size(171, 28);
            this.txt_remark.TabIndex = 243;
            // 
            // gv_remark
@@ -1639,7 +709,7 @@
            this.txt_createDate.Name = "txt_createDate";
            this.txt_createDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_createDate.Properties.Appearance.Options.UseFont = true;
            this.txt_createDate.Size = new System.Drawing.Size(150, 28);
            this.txt_createDate.Size = new System.Drawing.Size(171, 28);
            this.txt_createDate.TabIndex = 226;
            // 
            // gv_createDate
@@ -1672,7 +742,7 @@
            this.txt_createBy.Name = "txt_createBy";
            this.txt_createBy.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_createBy.Properties.Appearance.Options.UseFont = true;
            this.txt_createBy.Size = new System.Drawing.Size(150, 28);
            this.txt_createBy.Size = new System.Drawing.Size(171, 28);
            this.txt_createBy.TabIndex = 222;
            // 
            // gv_createBy
@@ -1872,10 +942,10 @@
            // tabMx
            // 
            this.tabMx.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabMx.Location = new System.Drawing.Point(0, 153);
            this.tabMx.Location = new System.Drawing.Point(0, 121);
            this.tabMx.Name = "tabMx";
            this.tabMx.SelectedTabPage = this.tabMxPage1;
            this.tabMx.Size = new System.Drawing.Size(1126, 417);
            this.tabMx.Size = new System.Drawing.Size(1126, 449);
            this.tabMx.TabIndex = 2;
            this.tabMx.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.tabMxPage1,
@@ -1914,16 +984,24 @@
            this.panel1.Font = new System.Drawing.Font("Tahoma", 10F);
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(1126, 153);
            this.panel1.Size = new System.Drawing.Size(1126, 121);
            this.panel1.TabIndex = 1;
            //
            // txt_outPart
            //
            this.txt_outPart.IsReadly = false;
            this.txt_outPart.Location = new System.Drawing.Point(342, 19);
            this.txt_outPart.Name = "txt_outPart";
            this.txt_outPart.Size = new System.Drawing.Size(174, 28);
            this.txt_outPart.TabIndex = 574;
            // 
            // depot_id
            // 
            this.depot_id.IsReadly = false;
            this.depot_id.Location = new System.Drawing.Point(366, 117);
            this.depot_id.Location = new System.Drawing.Point(342, 51);
            this.depot_id.Margin = new System.Windows.Forms.Padding(0);
            this.depot_id.Name = "depot_id";
            this.depot_id.Size = new System.Drawing.Size(150, 28);
            this.depot_id.Size = new System.Drawing.Size(174, 28);
            this.depot_id.TabIndex = 573;
            // 
            // txt_status
@@ -1931,33 +1009,27 @@
            this.txt_status.Location = new System.Drawing.Point(850, 84);
            this.txt_status.Name = "txt_status";
            this.txt_status.Properties.Caption = "";
            this.txt_status.Size = new System.Drawing.Size(94, 24);
            this.txt_status.Size = new System.Drawing.Size(44, 24);
            this.txt_status.TabIndex = 572;
            // 
            // labelControl11
            // 
            this.labelControl11.Location = new System.Drawing.Point(550, 108);
            this.labelControl11.Location = new System.Drawing.Point(919, 86);
            this.labelControl11.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.labelControl11.Name = "labelControl11";
            this.labelControl11.Size = new System.Drawing.Size(45, 18);
            this.labelControl11.TabIndex = 130;
            this.labelControl11.Text = "主键:";
            this.labelControl11.Visible = false;
            // 
            // lbGuid
            // 
            this.lbGuid.AutoSize = true;
            this.lbGuid.Location = new System.Drawing.Point(601, 108);
            this.lbGuid.Location = new System.Drawing.Point(970, 86);
            this.lbGuid.Name = "lbGuid";
            this.lbGuid.Size = new System.Drawing.Size(0, 21);
            this.lbGuid.TabIndex = 1;
            //
            // txt_outPart
            //
            this.txt_outPart.IsReadly = false;
            this.txt_outPart.Location = new System.Drawing.Point(366, 19);
            this.txt_outPart.Name = "txt_outPart";
            this.txt_outPart.Size = new System.Drawing.Size(150, 28);
            this.txt_outPart.TabIndex = 574;
            this.lbGuid.Visible = false;
            // 
            // Frm_MesInvItemOut_SCLL
            // 
@@ -2008,89 +1080,25 @@
        private System.Windows.Forms.Label lbGuid;
        private DevExpress.XtraEditors.LabelControl labelControl11;
        private DevExpress.XtraTab.XtraTabControl tabMx;
        //BQCreateConrolObejct
        private DevExpress.XtraGrid.Columns.GridColumn gvMx2depotId;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx2dabid;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx2itemId;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx2lineK3id;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx2ebelnK3id;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx2rkNo;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx2rcvPart;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx2rcvBy;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx2rtime;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx2receive;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx2pbillNo;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx2suppNo;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx2workLine;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx2workNo;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx2taskNo;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx2boardStyle;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx2kbNo;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx2taskPack;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx2boxNo;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx2taskNoy;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx2company;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx2factory;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx2checkStatus;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx2prdLotNo;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx2forceExemptFlag;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx2remark;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx2depotSectionCode;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx2depotCode;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx2custNo;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx2lastupdateDate;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx2lastupdateBy;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx2createDate;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx2createBy;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx2forceOutFlag;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx2quantity;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx2lotNo;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx2itemNo;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx2cItemCode;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx2itemBarcode;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx2itemOutId;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx2guid;
        private DevExpress.XtraTab.XtraTabPage tabMxPage2;
        private DevExpress.XtraGrid.GridControl gcMx2;
        private DevExpress.XtraGrid.Views.Grid.GridView gvMx2;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx1aboutGuid;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx1itemDabid;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx1itemId;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx1tlQty;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx1rkQty;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx1rkNo;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx1erpMark;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx1pbillNo;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx1allocateid;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx1status;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx1fType;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx1boardItem;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx1ebelnQty;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx1ebelnLine;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx1ebeln;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx1lineK3id;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx1ebelnK3id;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx1updateFlg;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx1colorName;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx1erpItemNo;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx1erpAutoid;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx1erpId;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx1workLine;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx1workNo;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx1taskNo;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx1depotSectionCode;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx1depotCode;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx1company;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx1factory;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx1remark;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx1lastupdateDate;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx1lastupdateBy;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx1createDate;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx1createBy;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx1quantity;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx1itemNo;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx1itemOutId;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx1guid;
        private DevExpress.XtraTab.XtraTabPage tabMxPage1;
        private DevExpress.XtraGrid.GridControl gcMx1;
DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesInvItemOut_SCLL.cs
@@ -1,13 +1,11 @@
using Gs.DevApp.Entity;
using Gs.DevApp.ToolBox;
using Gs.DevApp.UserControl;
using MES.Service.Modes;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.Data;
using System.Drawing;
using System.Threading.Tasks;
using System.Windows.Forms;
@@ -24,6 +22,8 @@
            this.toolBarMenu1.btnDelClick += ToolBarMenu1_btnDelClick1;
            this.toolBarMenu1.btnEscClick += ToolBarMenu1_btnEscClick;
            this.toolBarMenu1.btnQueryClick += ToolBarMenu1_btnQueryClick;
            toolBarMenu1.btnChkClick += ToolBarMenu1_btnChkClick;
            toolBarMenu1.btnFChkClick += ToolBarMenu1_btnFChkClick;
            gcMain.MouseDoubleClick += GcMain_MouseDoubleClick;
            Gs.DevApp.ToolBox.UtilityHelper.SetGridSear(gridView1);
            getPageList(1);
@@ -91,11 +91,7 @@
        /// <exception cref="NotImplementedException"></exception>
        private void ToolBarMenu1_btnFChkClick(object sender, EventArgs e)
        {
            toolBarMenu1.guidKey = "";
            string rowGuid, rowName;
            (rowGuid, rowName) = UtilityHelper.GetCurrentRow(xtraTabControl1,
                lbGuid, txt_itemOutNo, gridView1);
            toolBarMenu1.guidKey = rowGuid;
        }
        /// <summary>
@@ -105,11 +101,7 @@
        /// <param name="e"></param>
        private void ToolBarMenu1_btnChkClick(object sender, EventArgs e)
        {
            toolBarMenu1.guidKey = "";
            string rowGuid, rowName;
            (rowGuid, rowName) = UtilityHelper.GetCurrentRow(xtraTabControl1,
                lbGuid, txt_itemOutNo, gridView1);
            toolBarMenu1.guidKey = rowGuid;
        }
        /// <summary>
        /// 取消事件
@@ -178,7 +170,7 @@
                getPageList(1);
            }
        }
        /// <summary>
        /// 
        /// </summary>