lu
2025-02-14 95dd27dfdf681fd55367df49cc01c34fff1eba1e
编号规则
已修改2个文件
443 ■■■■ 文件已修改
DevApp/Gs.DevApp/DevFrm/Sys/DocNoRule.cs 45 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
DevApp/Gs.DevApp/DevFrm/WOM/Frm_MesScrkDj.Designer.cs 398 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
DevApp/Gs.DevApp/DevFrm/Sys/DocNoRule.cs
@@ -349,36 +349,47 @@
        {
            var dataTable = new DataTable();
            dataTable.Columns.Add("docCode", typeof(string));
            dataTable.Rows.Add("BG(报工编号)");
            dataTable.Rows.Add("CGDH(到货)");
            dataTable.Rows.Add("CGDH(采购到货)");
            dataTable.Rows.Add("CGJY(采购检验)");
            dataTable.Rows.Add("CGRK(采购入库)");
            dataTable.Rows.Add("CGTHSQ(采购退货申请)");
            dataTable.Rows.Add("CGTH(采购退货)");
            dataTable.Rows.Add("DBSQ(调拨申请)");
            dataTable.Rows.Add("DB(调拨单)");
            dataTable.Rows.Add("CGTHJ(采购检验退)");
            dataTable.Rows.Add("CGTHK(采购库存退)");
            dataTable.Rows.Add("GDPC(工单排产)");
            dataTable.Rows.Add("SCLL(生产领料)");
            dataTable.Rows.Add("SCTLSQ(生产退料申请)");
            dataTable.Rows.Add("SCTL(生产退料)");
            dataTable.Rows.Add("SCHL(生产换料)");
            dataTable.Rows.Add("SCBLSQ(生产补料申请)");
            dataTable.Rows.Add("SCBL(生产补料)");
            dataTable.Rows.Add("SCCLSQ(生产超领申请)");
            dataTable.Rows.Add("SCCL(生产超领)");
            dataTable.Rows.Add("BG(报工)");
            dataTable.Rows.Add("SCRK(生产入库)");
            dataTable.Rows.Add("QTCKSQ(其他出库申请)");
            dataTable.Rows.Add("QTCK(其他出库)");
            dataTable.Rows.Add("QTRKSQ(其他入库申请)");
            dataTable.Rows.Add("QTRK(其他入库)");
            dataTable.Rows.Add("SCLL(生产领料)");
            dataTable.Rows.Add("SCRK(生产入库)");
            dataTable.Rows.Add("SCTLSQ(生产退料申请)");
            dataTable.Rows.Add("SCTL(生产退料)");
            dataTable.Rows.Add("SCCLSQ(生产超领申请)");
            dataTable.Rows.Add("SCCL(生产超领)");
            dataTable.Rows.Add("SCBLSQ(生产补料申请)");
            dataTable.Rows.Add("SCBL(生产补料)");
            dataTable.Rows.Add("DBSQ(调拨申请)");
            dataTable.Rows.Add("DBK(库存调拨)");
            dataTable.Rows.Add("DBJ(寄存调拨)");
            dataTable.Rows.Add("XSCK(销售出库)");
            dataTable.Rows.Add("XSTH(销售退货)");
            dataTable.Rows.Add("WWPC(委外排产)");
            dataTable.Rows.Add("WWTLSQ(委外退料申请)");
            dataTable.Rows.Add("WWTL(委外退料)");
            dataTable.Rows.Add("WWCLSQ(委外超领申请)");
            dataTable.Rows.Add("WWCLSQ(生产超领申请)");
            dataTable.Rows.Add("WWCL(委外超领)");
            dataTable.Rows.Add("WWBLSQ(委外补料申请)");
            dataTable.Rows.Add("WWBLSQ(生产补料申请)");
            dataTable.Rows.Add("WWBL(委外补料)");
            dataTable.Rows.Add("XSCK(销售出库)");
            dataTable.Rows.Add("XSTH(销售退货)");
            dataTable.Rows.Add("SJJYSQ(首检申请)");
            dataTable.Rows.Add("SJJY(首检检验)");
            dataTable.Rows.Add("XJJYSQ(巡检申请)");
            dataTable.Rows.Add("XJJY(巡检检验)");
            dataTable.Rows.Add("FQCSQ(入库检申请)");
            dataTable.Rows.Add("FQC(入库检验)");
            dataTable.Rows.Add("OQCSQ(出库检验申请)");
            dataTable.Rows.Add("OQC(出库检验)");
            txt_docCode.Properties.DataSource = dataTable;
            txt_docCode.Properties.DisplayMember = "docCode"; // 显示的列
            txt_docCode.Properties.ValueMember = "docCode"; // 实际值的列
DevApp/Gs.DevApp/DevFrm/WOM/Frm_MesScrkDj.Designer.cs
@@ -61,7 +61,6 @@
            this.toolBarMenu1 = new Gs.DevApp.UserControl.UcToolBarMenu();
            this.gcMain = new DevExpress.XtraGrid.GridControl();
            this.gridView1 = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
            this.gridBand1 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.gv_fstatus = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.gv_guid = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.gv_reason = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
@@ -91,36 +90,21 @@
            this.gv_fcheckUser = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.gv_rbillNo = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.gv_bgr = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.gridBand16 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.bandedGridColumn2 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.gridBand2 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.gv_billNo = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.gridBand3 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.gv_cbillNo = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.gridBand5 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.gv_createBy = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.gridBand4 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.gv_createDate = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.gridBand15 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.gv_checkUser = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.gridBand6 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.gv_checkDate = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.gv_insDate = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.gv_fcheckDate = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.gridBand7 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.gridBand10 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.bandedGridColumn1 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.gridBand9 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.gv_depotsId = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.gv_depotsCode = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.gridBand8 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.gridBand11 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.gv_suppNo = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.gridBand12 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.gv_suppId = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.gridBand13 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.gv_paperBillNo = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.gridBand14 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.gv_remark = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
            this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
@@ -154,6 +138,22 @@
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.lbGuid = new System.Windows.Forms.Label();
            this.picCheckBox = new System.Windows.Forms.PictureBox();
            this.gridBand1 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.gridBand16 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.gridBand2 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.gridBand3 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.gridBand5 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.gridBand4 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.gridBand15 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.gridBand6 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.gridBand7 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.gridBand10 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.gridBand9 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.gridBand8 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.gridBand11 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.gridBand12 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.gridBand13 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.gridBand14 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.tabMxPage2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gcMx1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gvMx1)).BeginInit();
@@ -586,45 +586,6 @@
            this.gridView1.OptionsView.ShowColumnHeaders = false;
            this.gridView1.OptionsView.ShowGroupPanel = false;
            // 
            // gridBand1
            //
            this.gridBand1.AppearanceHeader.Options.UseTextOptions = true;
            this.gridBand1.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
            this.gridBand1.Caption = "审核";
            this.gridBand1.Columns.Add(this.gv_fstatus);
            this.gridBand1.Columns.Add(this.gv_guid);
            this.gridBand1.Columns.Add(this.gv_reason);
            this.gridBand1.Columns.Add(this.gv_lastupdateBy);
            this.gridBand1.Columns.Add(this.gv_lastupdateDate);
            this.gridBand1.Columns.Add(this.gv_userNoBack);
            this.gridBand1.Columns.Add(this.gv_taskNo);
            this.gridBand1.Columns.Add(this.gv_checkRes);
            this.gridBand1.Columns.Add(this.gv_checkQty);
            this.gridBand1.Columns.Add(this.gv_mmlist);
            this.gridBand1.Columns.Add(this.gv_ebeln);
            this.gridBand1.Columns.Add(this.gv_transctionNo);
            this.gridBand1.Columns.Add(this.gv_factory);
            this.gridBand1.Columns.Add(this.gv_sapstatus);
            this.gridBand1.Columns.Add(this.gv_ischeck);
            this.gridBand1.Columns.Add(this.gv_insby);
            this.gridBand1.Columns.Add(this.gv_isVisual);
            this.gridBand1.Columns.Add(this.gv_urgentFlag);
            this.gridBand1.Columns.Add(this.gv_lineNo);
            this.gridBand1.Columns.Add(this.gv_taskLino);
            this.gridBand1.Columns.Add(this.gv_fbillno);
            this.gridBand1.Columns.Add(this.gv_fbillLino);
            this.gridBand1.Columns.Add(this.gv_custNo);
            this.gridBand1.Columns.Add(this.gv_custName);
            this.gridBand1.Columns.Add(this.gv_iqcReleaseNo);
            this.gridBand1.Columns.Add(this.gv_pickIns);
            this.gridBand1.Columns.Add(this.gv_fcheckUser);
            this.gridBand1.Columns.Add(this.gv_rbillNo);
            this.gridBand1.Columns.Add(this.gv_bgr);
            this.gridBand1.MinWidth = 50;
            this.gridBand1.Name = "gridBand1";
            this.gridBand1.VisibleIndex = 0;
            this.gridBand1.Width = 50;
            //
            // gv_fstatus
            // 
            this.gv_fstatus.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
@@ -946,14 +907,6 @@
            this.gv_bgr.Tag = "query_a.BGR";
            this.gv_bgr.Width = 64;
            // 
            // gridBand16
            //
            this.gridBand16.Caption = "收料组织";
            this.gridBand16.Columns.Add(this.bandedGridColumn2);
            this.gridBand16.Name = "gridBand16";
            this.gridBand16.VisibleIndex = 1;
            this.gridBand16.Width = 250;
            //
            // bandedGridColumn2
            // 
            this.bandedGridColumn2.Caption = "收料组织";
@@ -962,15 +915,6 @@
            this.bandedGridColumn2.Tag = "org.fnamber";
            this.bandedGridColumn2.Visible = true;
            this.bandedGridColumn2.Width = 250;
            //
            // gridBand2
            //
            this.gridBand2.Caption = "入库单号";
            this.gridBand2.Columns.Add(this.gv_billNo);
            this.gridBand2.MinWidth = 20;
            this.gridBand2.Name = "gridBand2";
            this.gridBand2.VisibleIndex = 2;
            this.gridBand2.Width = 180;
            // 
            // gv_billNo
            // 
@@ -984,15 +928,6 @@
            this.gv_billNo.Visible = true;
            this.gv_billNo.Width = 180;
            // 
            // gridBand3
            //
            this.gridBand3.Caption = "到货单号";
            this.gridBand3.Columns.Add(this.gv_cbillNo);
            this.gridBand3.MinWidth = 20;
            this.gridBand3.Name = "gridBand3";
            this.gridBand3.VisibleIndex = 3;
            this.gridBand3.Width = 180;
            //
            // gv_cbillNo
            // 
            this.gv_cbillNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
@@ -1004,15 +939,6 @@
            this.gv_cbillNo.Tag = "query_a.CBILL_NO";
            this.gv_cbillNo.Visible = true;
            this.gv_cbillNo.Width = 180;
            //
            // gridBand5
            //
            this.gridBand5.Caption = "创建人";
            this.gridBand5.Columns.Add(this.gv_createBy);
            this.gridBand5.MinWidth = 40;
            this.gridBand5.Name = "gridBand5";
            this.gridBand5.VisibleIndex = 4;
            this.gridBand5.Width = 80;
            // 
            // gv_createBy
            // 
@@ -1026,15 +952,6 @@
            this.gv_createBy.Visible = true;
            this.gv_createBy.Width = 80;
            // 
            // gridBand4
            //
            this.gridBand4.Caption = "创建时间";
            this.gridBand4.Columns.Add(this.gv_createDate);
            this.gridBand4.MinWidth = 20;
            this.gridBand4.Name = "gridBand4";
            this.gridBand4.VisibleIndex = 5;
            this.gridBand4.Width = 180;
            //
            // gv_createDate
            // 
            this.gv_createDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
@@ -1047,14 +964,6 @@
            this.gv_createDate.Visible = true;
            this.gv_createDate.Width = 180;
            // 
            // gridBand15
            //
            this.gridBand15.Caption = "审核人";
            this.gridBand15.Columns.Add(this.gv_checkUser);
            this.gridBand15.Name = "gridBand15";
            this.gridBand15.VisibleIndex = 6;
            this.gridBand15.Width = 60;
            //
            // gv_checkUser
            // 
            this.gv_checkUser.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
@@ -1066,17 +975,6 @@
            this.gv_checkUser.Tag = "query_a.CHECK_USER";
            this.gv_checkUser.Visible = true;
            this.gv_checkUser.Width = 60;
            //
            // gridBand6
            //
            this.gridBand6.Caption = "审核日期";
            this.gridBand6.Columns.Add(this.gv_checkDate);
            this.gridBand6.Columns.Add(this.gv_insDate);
            this.gridBand6.Columns.Add(this.gv_fcheckDate);
            this.gridBand6.MinWidth = 20;
            this.gridBand6.Name = "gridBand6";
            this.gridBand6.VisibleIndex = 7;
            this.gridBand6.Width = 180;
            // 
            // gv_checkDate
            // 
@@ -1114,27 +1012,6 @@
            this.gv_fcheckDate.Tag = "query_a.FCHECK_DATE";
            this.gv_fcheckDate.Width = 138;
            // 
            // gridBand7
            //
            this.gridBand7.AppearanceHeader.Options.UseTextOptions = true;
            this.gridBand7.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridBand7.Caption = "收货仓";
            this.gridBand7.Children.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
            this.gridBand10,
            this.gridBand9});
            this.gridBand7.Name = "gridBand7";
            this.gridBand7.VisibleIndex = 8;
            this.gridBand7.Width = 200;
            //
            // gridBand10
            //
            this.gridBand10.Caption = "仓库编号";
            this.gridBand10.Columns.Add(this.bandedGridColumn1);
            this.gridBand10.MinWidth = 20;
            this.gridBand10.Name = "gridBand10";
            this.gridBand10.VisibleIndex = 0;
            this.gridBand10.Width = 100;
            //
            // bandedGridColumn1
            // 
            this.bandedGridColumn1.Caption = "仓库编号";
@@ -1142,16 +1019,6 @@
            this.bandedGridColumn1.Name = "bandedGridColumn1";
            this.bandedGridColumn1.Visible = true;
            this.bandedGridColumn1.Width = 100;
            //
            // gridBand9
            //
            this.gridBand9.Caption = "仓库名称";
            this.gridBand9.Columns.Add(this.gv_depotsId);
            this.gridBand9.Columns.Add(this.gv_depotsCode);
            this.gridBand9.MinWidth = 20;
            this.gridBand9.Name = "gridBand9";
            this.gridBand9.VisibleIndex = 1;
            this.gridBand9.Width = 100;
            // 
            // gv_depotsId
            // 
@@ -1176,27 +1043,6 @@
            this.gv_depotsCode.Tag = "query_a.DEPOTS_CODE";
            this.gv_depotsCode.Width = 94;
            // 
            // gridBand8
            //
            this.gridBand8.AppearanceHeader.Options.UseTextOptions = true;
            this.gridBand8.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridBand8.Caption = "供应商";
            this.gridBand8.Children.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
            this.gridBand11,
            this.gridBand12});
            this.gridBand8.Name = "gridBand8";
            this.gridBand8.VisibleIndex = 9;
            this.gridBand8.Width = 250;
            //
            // gridBand11
            //
            this.gridBand11.Caption = "供应商编号";
            this.gridBand11.Columns.Add(this.gv_suppNo);
            this.gridBand11.MinWidth = 20;
            this.gridBand11.Name = "gridBand11";
            this.gridBand11.VisibleIndex = 0;
            this.gridBand11.Width = 100;
            //
            // gv_suppNo
            // 
            this.gv_suppNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
@@ -1208,15 +1054,6 @@
            this.gv_suppNo.Tag = "query_a.SUPP_NO";
            this.gv_suppNo.Visible = true;
            this.gv_suppNo.Width = 100;
            //
            // gridBand12
            //
            this.gridBand12.Caption = "供应商名称";
            this.gridBand12.Columns.Add(this.gv_suppId);
            this.gridBand12.MinWidth = 20;
            this.gridBand12.Name = "gridBand12";
            this.gridBand12.VisibleIndex = 1;
            this.gridBand12.Width = 150;
            // 
            // gv_suppId
            // 
@@ -1230,15 +1067,6 @@
            this.gv_suppId.Visible = true;
            this.gv_suppId.Width = 150;
            // 
            // gridBand13
            //
            this.gridBand13.Caption = "送货单号";
            this.gridBand13.Columns.Add(this.gv_paperBillNo);
            this.gridBand13.MinWidth = 50;
            this.gridBand13.Name = "gridBand13";
            this.gridBand13.VisibleIndex = 10;
            this.gridBand13.Width = 120;
            //
            // gv_paperBillNo
            // 
            this.gv_paperBillNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
@@ -1250,15 +1078,6 @@
            this.gv_paperBillNo.Tag = "query_a.PAPER_BILL_NO";
            this.gv_paperBillNo.Visible = true;
            this.gv_paperBillNo.Width = 120;
            //
            // gridBand14
            //
            this.gridBand14.Caption = "备注信息";
            this.gridBand14.Columns.Add(this.gv_remark);
            this.gridBand14.MinWidth = 50;
            this.gridBand14.Name = "gridBand14";
            this.gridBand14.VisibleIndex = 11;
            this.gridBand14.Width = 120;
            // 
            // gv_remark
            // 
@@ -1652,7 +1471,188 @@
            this.picCheckBox.TabStop = false;
            this.picCheckBox.Visible = false;
            // 
            // Frm_MesProdIns
            // gridBand1
            //
            this.gridBand1.AppearanceHeader.Options.UseTextOptions = true;
            this.gridBand1.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
            this.gridBand1.Caption = "审核标识";
            this.gridBand1.Columns.Add(this.gv_fstatus);
            this.gridBand1.Columns.Add(this.gv_guid);
            this.gridBand1.Columns.Add(this.gv_reason);
            this.gridBand1.Columns.Add(this.gv_lastupdateBy);
            this.gridBand1.Columns.Add(this.gv_lastupdateDate);
            this.gridBand1.Columns.Add(this.gv_userNoBack);
            this.gridBand1.Columns.Add(this.gv_taskNo);
            this.gridBand1.Columns.Add(this.gv_checkRes);
            this.gridBand1.Columns.Add(this.gv_checkQty);
            this.gridBand1.Columns.Add(this.gv_mmlist);
            this.gridBand1.Columns.Add(this.gv_ebeln);
            this.gridBand1.Columns.Add(this.gv_transctionNo);
            this.gridBand1.Columns.Add(this.gv_factory);
            this.gridBand1.Columns.Add(this.gv_sapstatus);
            this.gridBand1.Columns.Add(this.gv_ischeck);
            this.gridBand1.Columns.Add(this.gv_insby);
            this.gridBand1.Columns.Add(this.gv_isVisual);
            this.gridBand1.Columns.Add(this.gv_urgentFlag);
            this.gridBand1.Columns.Add(this.gv_lineNo);
            this.gridBand1.Columns.Add(this.gv_taskLino);
            this.gridBand1.Columns.Add(this.gv_fbillno);
            this.gridBand1.Columns.Add(this.gv_fbillLino);
            this.gridBand1.Columns.Add(this.gv_custNo);
            this.gridBand1.Columns.Add(this.gv_custName);
            this.gridBand1.Columns.Add(this.gv_iqcReleaseNo);
            this.gridBand1.Columns.Add(this.gv_pickIns);
            this.gridBand1.Columns.Add(this.gv_fcheckUser);
            this.gridBand1.Columns.Add(this.gv_rbillNo);
            this.gridBand1.Columns.Add(this.gv_bgr);
            this.gridBand1.MinWidth = 50;
            this.gridBand1.Name = "gridBand1";
            this.gridBand1.VisibleIndex = 0;
            this.gridBand1.Width = 50;
            //
            // gridBand16
            //
            this.gridBand16.Caption = "入库组织";
            this.gridBand16.Columns.Add(this.bandedGridColumn2);
            this.gridBand16.Name = "gridBand16";
            this.gridBand16.VisibleIndex = 1;
            this.gridBand16.Width = 250;
            //
            // gridBand2
            //
            this.gridBand2.Caption = "入库单号";
            this.gridBand2.Columns.Add(this.gv_billNo);
            this.gridBand2.MinWidth = 20;
            this.gridBand2.Name = "gridBand2";
            this.gridBand2.VisibleIndex = 2;
            this.gridBand2.Width = 180;
            //
            // gridBand3
            //
            this.gridBand3.Caption = "到货单号";
            this.gridBand3.Columns.Add(this.gv_cbillNo);
            this.gridBand3.MinWidth = 20;
            this.gridBand3.Name = "gridBand3";
            this.gridBand3.VisibleIndex = 3;
            this.gridBand3.Width = 180;
            //
            // gridBand5
            //
            this.gridBand5.Caption = "创建人";
            this.gridBand5.Columns.Add(this.gv_createBy);
            this.gridBand5.MinWidth = 40;
            this.gridBand5.Name = "gridBand5";
            this.gridBand5.VisibleIndex = 4;
            this.gridBand5.Width = 80;
            //
            // gridBand4
            //
            this.gridBand4.Caption = "创建时间";
            this.gridBand4.Columns.Add(this.gv_createDate);
            this.gridBand4.MinWidth = 20;
            this.gridBand4.Name = "gridBand4";
            this.gridBand4.VisibleIndex = 5;
            this.gridBand4.Width = 180;
            //
            // gridBand15
            //
            this.gridBand15.Caption = "审核人";
            this.gridBand15.Columns.Add(this.gv_checkUser);
            this.gridBand15.Name = "gridBand15";
            this.gridBand15.VisibleIndex = 6;
            this.gridBand15.Width = 60;
            //
            // gridBand6
            //
            this.gridBand6.Caption = "审核日期";
            this.gridBand6.Columns.Add(this.gv_checkDate);
            this.gridBand6.Columns.Add(this.gv_insDate);
            this.gridBand6.Columns.Add(this.gv_fcheckDate);
            this.gridBand6.MinWidth = 20;
            this.gridBand6.Name = "gridBand6";
            this.gridBand6.VisibleIndex = 7;
            this.gridBand6.Width = 180;
            //
            // gridBand7
            //
            this.gridBand7.AppearanceHeader.Options.UseTextOptions = true;
            this.gridBand7.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridBand7.Caption = "收货仓";
            this.gridBand7.Children.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
            this.gridBand10,
            this.gridBand9});
            this.gridBand7.Name = "gridBand7";
            this.gridBand7.VisibleIndex = 8;
            this.gridBand7.Width = 200;
            //
            // gridBand10
            //
            this.gridBand10.Caption = "仓库编号";
            this.gridBand10.Columns.Add(this.bandedGridColumn1);
            this.gridBand10.MinWidth = 20;
            this.gridBand10.Name = "gridBand10";
            this.gridBand10.VisibleIndex = 0;
            this.gridBand10.Width = 100;
            //
            // gridBand9
            //
            this.gridBand9.Caption = "仓库名称";
            this.gridBand9.Columns.Add(this.gv_depotsId);
            this.gridBand9.Columns.Add(this.gv_depotsCode);
            this.gridBand9.MinWidth = 20;
            this.gridBand9.Name = "gridBand9";
            this.gridBand9.VisibleIndex = 1;
            this.gridBand9.Width = 100;
            //
            // gridBand8
            //
            this.gridBand8.AppearanceHeader.Options.UseTextOptions = true;
            this.gridBand8.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridBand8.Caption = "供应商";
            this.gridBand8.Children.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
            this.gridBand11,
            this.gridBand12});
            this.gridBand8.Name = "gridBand8";
            this.gridBand8.VisibleIndex = 9;
            this.gridBand8.Width = 250;
            //
            // gridBand11
            //
            this.gridBand11.Caption = "供应商编号";
            this.gridBand11.Columns.Add(this.gv_suppNo);
            this.gridBand11.MinWidth = 20;
            this.gridBand11.Name = "gridBand11";
            this.gridBand11.VisibleIndex = 0;
            this.gridBand11.Width = 100;
            //
            // gridBand12
            //
            this.gridBand12.Caption = "供应商名称";
            this.gridBand12.Columns.Add(this.gv_suppId);
            this.gridBand12.MinWidth = 20;
            this.gridBand12.Name = "gridBand12";
            this.gridBand12.VisibleIndex = 1;
            this.gridBand12.Width = 150;
            //
            // gridBand13
            //
            this.gridBand13.Caption = "送货单号";
            this.gridBand13.Columns.Add(this.gv_paperBillNo);
            this.gridBand13.MinWidth = 50;
            this.gridBand13.Name = "gridBand13";
            this.gridBand13.VisibleIndex = 10;
            this.gridBand13.Width = 120;
            //
            // gridBand14
            //
            this.gridBand14.Caption = "备注信息";
            this.gridBand14.Columns.Add(this.gv_remark);
            this.gridBand14.MinWidth = 50;
            this.gridBand14.Name = "gridBand14";
            this.gridBand14.VisibleIndex = 11;
            this.gridBand14.Width = 120;
            //
            // Frm_MesScrkDj
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
@@ -1660,7 +1660,7 @@
            this.Controls.Add(this.picCheckBox);
            this.Controls.Add(this.xtraTabControl1);
            this.Controls.Add(this.toolBarMenu1);
            this.Name = "Frm_MesProdIns";
            this.Name = "Frm_MesScrkDj";
            this.Text = "产品入库单";
            this.tabMxPage2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gcMx1)).EndInit();