1246 lines
63 KiB
C#
1246 lines
63 KiB
C#
|
|
namespace WMS.FrmCK
|
|||
|
|
{
|
|||
|
|
partial class FrmSdOrders
|
|||
|
|
{
|
|||
|
|
/// <summary>
|
|||
|
|
/// Required designer variable.
|
|||
|
|
/// </summary>
|
|||
|
|
private System.ComponentModel.IContainer components = null;
|
|||
|
|
|
|||
|
|
/// <summary>
|
|||
|
|
/// Clean up any resources being used.
|
|||
|
|
/// </summary>
|
|||
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|||
|
|
protected override void Dispose(bool disposing)
|
|||
|
|
{
|
|||
|
|
if (disposing && (components != null))
|
|||
|
|
{
|
|||
|
|
components.Dispose();
|
|||
|
|
}
|
|||
|
|
base.Dispose(disposing);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#region Windows Form Designer generated code
|
|||
|
|
|
|||
|
|
/// <summary>
|
|||
|
|
/// Required method for Designer support - do not modify
|
|||
|
|
/// the contents of this method with the code editor.
|
|||
|
|
/// </summary>
|
|||
|
|
private void InitializeComponent()
|
|||
|
|
{
|
|||
|
|
this.components = new System.ComponentModel.Container();
|
|||
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmSdOrders));
|
|||
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|||
|
|
this.label13 = new System.Windows.Forms.Label();
|
|||
|
|
this.label12 = new System.Windows.Forms.Label();
|
|||
|
|
this.textBox5 = new System.Windows.Forms.TextBox();
|
|||
|
|
this.textBox4 = new System.Windows.Forms.TextBox();
|
|||
|
|
this.textBox3 = new System.Windows.Forms.TextBox();
|
|||
|
|
this.ctrlButtons7 = new WMS.Ctrl.CtrlButtons();
|
|||
|
|
this.ctrlButtons6 = new WMS.Ctrl.CtrlButtons();
|
|||
|
|
this.label11 = new System.Windows.Forms.Label();
|
|||
|
|
this.comboBox2 = new System.Windows.Forms.ComboBox();
|
|||
|
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
|||
|
|
this.label4 = new System.Windows.Forms.Label();
|
|||
|
|
this.txtBoxCode = new System.Windows.Forms.TextBox();
|
|||
|
|
this.ctrlButtons5 = new WMS.Ctrl.CtrlButtons();
|
|||
|
|
this.ZjcheckB = new System.Windows.Forms.CheckBox();
|
|||
|
|
this.label10 = new System.Windows.Forms.Label();
|
|||
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|||
|
|
this.ctrlButtons4 = new WMS.Ctrl.CtrlButtons();
|
|||
|
|
this.label7 = new System.Windows.Forms.Label();
|
|||
|
|
this.ctrlButtons3 = new WMS.Ctrl.CtrlButtons();
|
|||
|
|
this.ctrlButtons1 = new WMS.Ctrl.CtrlButtons();
|
|||
|
|
this.t_sts = new System.Windows.Forms.TextBox();
|
|||
|
|
this.txtCCNum = new System.Windows.Forms.TextBox();
|
|||
|
|
this.label9 = new System.Windows.Forms.Label();
|
|||
|
|
this.label6 = new System.Windows.Forms.Label();
|
|||
|
|
this.txtCTL = new System.Windows.Forms.TextBox();
|
|||
|
|
this.label5 = new System.Windows.Forms.Label();
|
|||
|
|
this.txtCKnum = new System.Windows.Forms.TextBox();
|
|||
|
|
this.label1 = new System.Windows.Forms.Label();
|
|||
|
|
this.txtGDH = new System.Windows.Forms.TextBox();
|
|||
|
|
this.ctrlButtons2 = new WMS.Ctrl.CtrlButtons();
|
|||
|
|
this.label2 = new System.Windows.Forms.Label();
|
|||
|
|
this.label8 = new System.Windows.Forms.Label();
|
|||
|
|
this.txtGoodsId = new System.Windows.Forms.TextBox();
|
|||
|
|
this.txtLocation = new System.Windows.Forms.TextBox();
|
|||
|
|
this.comboBox1 = new System.Windows.Forms.ComboBox();
|
|||
|
|
this.label3 = new System.Windows.Forms.Label();
|
|||
|
|
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
|
|||
|
|
this.GCMiStock = new WMS.Ctrl.GridControlCustom();
|
|||
|
|
this.GVMiStock = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|||
|
|
this.colIsCheckRec = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colNOTICE_ID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colSTORAGE_MODE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colSTORAGE_ID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colBARCODE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colCTL = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colLOCATION_ID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colCustomer_Id = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colGOODS_ID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colGOODSVOLUME = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colPACKING_NUM = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colGOODS_TYPEID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colGOODS_SKU = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colPRODUCTION_DATE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colWARE_DATE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colSTS = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colREMARK = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.groupBox4 = new System.Windows.Forms.GroupBox();
|
|||
|
|
this.gridControlCustom1 = new WMS.Ctrl.GridControlCustom();
|
|||
|
|
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
|
|||
|
|
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|||
|
|
this.colplcId = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colPICKINGID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colSTORAGE_AREA_ID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colCUSTOMERMEMBERID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colPORT = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colCUSTOMER_ID1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colCK_TYPE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colBARCODE1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colCTL1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colGOOD_ID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colLOC_ID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colGOODS_NUM = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colMISTOCK_NUM = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colPICKING_NUM = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colPACKING_NUM1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colPRODUCTION_DATE1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colWARE_DATE1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colstatus = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.coltypests = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.bgsStock = new System.Windows.Forms.BindingSource(this.components);
|
|||
|
|
this.gridColumn72 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.gridColumn48 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.gridColumn45 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|||
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|||
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|||
|
|
this.splitContainer1.SuspendLayout();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
|
|||
|
|
this.splitContainer2.Panel1.SuspendLayout();
|
|||
|
|
this.splitContainer2.Panel2.SuspendLayout();
|
|||
|
|
this.splitContainer2.SuspendLayout();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.GCMiStock)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.GVMiStock)).BeginInit();
|
|||
|
|
this.groupBox4.SuspendLayout();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControlCustom1)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.bgsStock)).BeginInit();
|
|||
|
|
this.SuspendLayout();
|
|||
|
|
//
|
|||
|
|
// splitContainer1
|
|||
|
|
//
|
|||
|
|
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
|
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
|
|||
|
|
this.splitContainer1.Name = "splitContainer1";
|
|||
|
|
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|||
|
|
//
|
|||
|
|
// splitContainer1.Panel1
|
|||
|
|
//
|
|||
|
|
this.splitContainer1.Panel1.Controls.Add(this.label13);
|
|||
|
|
this.splitContainer1.Panel1.Controls.Add(this.label12);
|
|||
|
|
this.splitContainer1.Panel1.Controls.Add(this.textBox5);
|
|||
|
|
this.splitContainer1.Panel1.Controls.Add(this.textBox4);
|
|||
|
|
this.splitContainer1.Panel1.Controls.Add(this.textBox3);
|
|||
|
|
this.splitContainer1.Panel1.Controls.Add(this.ctrlButtons7);
|
|||
|
|
this.splitContainer1.Panel1.Controls.Add(this.ctrlButtons6);
|
|||
|
|
this.splitContainer1.Panel1.Controls.Add(this.label11);
|
|||
|
|
this.splitContainer1.Panel1.Controls.Add(this.comboBox2);
|
|||
|
|
this.splitContainer1.Panel1.Controls.Add(this.textBox2);
|
|||
|
|
this.splitContainer1.Panel1.Controls.Add(this.label4);
|
|||
|
|
this.splitContainer1.Panel1.Controls.Add(this.txtBoxCode);
|
|||
|
|
this.splitContainer1.Panel1.Controls.Add(this.ctrlButtons5);
|
|||
|
|
this.splitContainer1.Panel1.Controls.Add(this.ZjcheckB);
|
|||
|
|
this.splitContainer1.Panel1.Controls.Add(this.label10);
|
|||
|
|
this.splitContainer1.Panel1.Controls.Add(this.textBox1);
|
|||
|
|
this.splitContainer1.Panel1.Controls.Add(this.ctrlButtons4);
|
|||
|
|
this.splitContainer1.Panel1.Controls.Add(this.label7);
|
|||
|
|
this.splitContainer1.Panel1.Controls.Add(this.ctrlButtons3);
|
|||
|
|
this.splitContainer1.Panel1.Controls.Add(this.ctrlButtons1);
|
|||
|
|
this.splitContainer1.Panel1.Controls.Add(this.t_sts);
|
|||
|
|
this.splitContainer1.Panel1.Controls.Add(this.txtCCNum);
|
|||
|
|
this.splitContainer1.Panel1.Controls.Add(this.label9);
|
|||
|
|
this.splitContainer1.Panel1.Controls.Add(this.label6);
|
|||
|
|
this.splitContainer1.Panel1.Controls.Add(this.txtCTL);
|
|||
|
|
this.splitContainer1.Panel1.Controls.Add(this.label5);
|
|||
|
|
this.splitContainer1.Panel1.Controls.Add(this.txtCKnum);
|
|||
|
|
this.splitContainer1.Panel1.Controls.Add(this.label1);
|
|||
|
|
this.splitContainer1.Panel1.Controls.Add(this.txtGDH);
|
|||
|
|
this.splitContainer1.Panel1.Controls.Add(this.ctrlButtons2);
|
|||
|
|
this.splitContainer1.Panel1.Controls.Add(this.label2);
|
|||
|
|
this.splitContainer1.Panel1.Controls.Add(this.label8);
|
|||
|
|
this.splitContainer1.Panel1.Controls.Add(this.txtGoodsId);
|
|||
|
|
this.splitContainer1.Panel1.Controls.Add(this.txtLocation);
|
|||
|
|
this.splitContainer1.Panel1.Controls.Add(this.comboBox1);
|
|||
|
|
this.splitContainer1.Panel1.Controls.Add(this.label3);
|
|||
|
|
//
|
|||
|
|
// splitContainer1.Panel2
|
|||
|
|
//
|
|||
|
|
this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
|
|||
|
|
this.splitContainer1.Size = new System.Drawing.Size(1781, 822);
|
|||
|
|
this.splitContainer1.SplitterDistance = 73;
|
|||
|
|
this.splitContainer1.SplitterWidth = 5;
|
|||
|
|
this.splitContainer1.TabIndex = 0;
|
|||
|
|
//
|
|||
|
|
// label13
|
|||
|
|
//
|
|||
|
|
this.label13.AutoSize = true;
|
|||
|
|
this.label13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
|
|||
|
|
this.label13.Location = new System.Drawing.Point(718, 45);
|
|||
|
|
this.label13.Name = "label13";
|
|||
|
|
this.label13.Size = new System.Drawing.Size(31, 14);
|
|||
|
|
this.label13.TabIndex = 282;
|
|||
|
|
this.label13.Text = "数量";
|
|||
|
|
//
|
|||
|
|
// label12
|
|||
|
|
//
|
|||
|
|
this.label12.AutoSize = true;
|
|||
|
|
this.label12.Location = new System.Drawing.Point(705, 7);
|
|||
|
|
this.label12.Name = "label12";
|
|||
|
|
this.label12.Size = new System.Drawing.Size(55, 14);
|
|||
|
|
this.label12.TabIndex = 281;
|
|||
|
|
this.label12.Text = "物料编号";
|
|||
|
|
//
|
|||
|
|
// textBox5
|
|||
|
|
//
|
|||
|
|
this.textBox5.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
|
this.textBox5.Location = new System.Drawing.Point(766, 0);
|
|||
|
|
this.textBox5.Name = "textBox5";
|
|||
|
|
this.textBox5.Size = new System.Drawing.Size(146, 33);
|
|||
|
|
this.textBox5.TabIndex = 280;
|
|||
|
|
//
|
|||
|
|
// textBox4
|
|||
|
|
//
|
|||
|
|
this.textBox4.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
|
this.textBox4.Location = new System.Drawing.Point(766, 39);
|
|||
|
|
this.textBox4.Name = "textBox4";
|
|||
|
|
this.textBox4.Size = new System.Drawing.Size(146, 33);
|
|||
|
|
this.textBox4.TabIndex = 279;
|
|||
|
|
//
|
|||
|
|
// textBox3
|
|||
|
|
//
|
|||
|
|
this.textBox3.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
|
this.textBox3.Location = new System.Drawing.Point(1109, 19);
|
|||
|
|
this.textBox3.Name = "textBox3";
|
|||
|
|
this.textBox3.Size = new System.Drawing.Size(82, 33);
|
|||
|
|
this.textBox3.TabIndex = 278;
|
|||
|
|
//
|
|||
|
|
// ctrlButtons7
|
|||
|
|
//
|
|||
|
|
this.ctrlButtons7.Appearance.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold);
|
|||
|
|
this.ctrlButtons7.Appearance.Options.UseFont = true;
|
|||
|
|
this.ctrlButtons7.BoolDiagFrm = false;
|
|||
|
|
this.ctrlButtons7.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("ctrlButtons7.ImageOptions.Image")));
|
|||
|
|
this.ctrlButtons7.ImageOptions.ImageUri.Uri = "Add;Office2013";
|
|||
|
|
this.ctrlButtons7.Location = new System.Drawing.Point(938, 12);
|
|||
|
|
this.ctrlButtons7.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|||
|
|
this.ctrlButtons7.Name = "ctrlButtons7";
|
|||
|
|
this.ctrlButtons7.Size = new System.Drawing.Size(150, 45);
|
|||
|
|
this.ctrlButtons7.TabIndex = 277;
|
|||
|
|
this.ctrlButtons7.Text = "限制出库任务数";
|
|||
|
|
this.ctrlButtons7.typeButton = "限制出库任务数";
|
|||
|
|
this.ctrlButtons7.Click += new System.EventHandler(this.ctrlButtons7_Click);
|
|||
|
|
//
|
|||
|
|
// ctrlButtons6
|
|||
|
|
//
|
|||
|
|
this.ctrlButtons6.Appearance.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold);
|
|||
|
|
this.ctrlButtons6.Appearance.Options.UseFont = true;
|
|||
|
|
this.ctrlButtons6.BoolDiagFrm = false;
|
|||
|
|
this.ctrlButtons6.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("ctrlButtons6.ImageOptions.Image")));
|
|||
|
|
this.ctrlButtons6.ImageOptions.ImageUri.Uri = "Add;Office2013";
|
|||
|
|
this.ctrlButtons6.Location = new System.Drawing.Point(1593, 7);
|
|||
|
|
this.ctrlButtons6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|||
|
|
this.ctrlButtons6.Name = "ctrlButtons6";
|
|||
|
|
this.ctrlButtons6.Size = new System.Drawing.Size(150, 45);
|
|||
|
|
this.ctrlButtons6.TabIndex = 276;
|
|||
|
|
this.ctrlButtons6.Text = "空箱出库";
|
|||
|
|
this.ctrlButtons6.typeButton = "空箱出库";
|
|||
|
|
this.ctrlButtons6.Click += new System.EventHandler(this.ctrlButtons6_Click);
|
|||
|
|
//
|
|||
|
|
// label11
|
|||
|
|
//
|
|||
|
|
this.label11.AutoSize = true;
|
|||
|
|
this.label11.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
|
this.label11.Location = new System.Drawing.Point(261, 24);
|
|||
|
|
this.label11.Name = "label11";
|
|||
|
|
this.label11.Size = new System.Drawing.Size(75, 25);
|
|||
|
|
this.label11.TabIndex = 275;
|
|||
|
|
this.label11.Text = "装箱口";
|
|||
|
|
//
|
|||
|
|
// comboBox2
|
|||
|
|
//
|
|||
|
|
this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|||
|
|
this.comboBox2.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
|
this.comboBox2.FormattingEnabled = true;
|
|||
|
|
this.comboBox2.Items.AddRange(new object[] {
|
|||
|
|
"请选择装箱口",
|
|||
|
|
"50",
|
|||
|
|
"53",
|
|||
|
|
"56"});
|
|||
|
|
this.comboBox2.Location = new System.Drawing.Point(342, 21);
|
|||
|
|
this.comboBox2.Name = "comboBox2";
|
|||
|
|
this.comboBox2.Size = new System.Drawing.Size(127, 31);
|
|||
|
|
this.comboBox2.TabIndex = 274;
|
|||
|
|
//
|
|||
|
|
// textBox2
|
|||
|
|
//
|
|||
|
|
this.textBox2.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
|
this.textBox2.Location = new System.Drawing.Point(1491, 14);
|
|||
|
|
this.textBox2.Name = "textBox2";
|
|||
|
|
this.textBox2.Size = new System.Drawing.Size(82, 33);
|
|||
|
|
this.textBox2.TabIndex = 273;
|
|||
|
|
//
|
|||
|
|
// label4
|
|||
|
|
//
|
|||
|
|
this.label4.AutoSize = true;
|
|||
|
|
this.label4.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
|
this.label4.Location = new System.Drawing.Point(1389, 17);
|
|||
|
|
this.label4.Name = "label4";
|
|||
|
|
this.label4.Size = new System.Drawing.Size(96, 25);
|
|||
|
|
this.label4.TabIndex = 272;
|
|||
|
|
this.label4.Text = "空箱数量";
|
|||
|
|
//
|
|||
|
|
// txtBoxCode
|
|||
|
|
//
|
|||
|
|
this.txtBoxCode.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
|
this.txtBoxCode.Location = new System.Drawing.Point(1317, 146);
|
|||
|
|
this.txtBoxCode.Name = "txtBoxCode";
|
|||
|
|
this.txtBoxCode.Size = new System.Drawing.Size(361, 33);
|
|||
|
|
this.txtBoxCode.TabIndex = 271;
|
|||
|
|
this.txtBoxCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtBoxCode_KeyDown);
|
|||
|
|
this.txtBoxCode.Leave += new System.EventHandler(this.txtBoxCode_Leave);
|
|||
|
|
//
|
|||
|
|
// ctrlButtons5
|
|||
|
|
//
|
|||
|
|
this.ctrlButtons5.Appearance.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold);
|
|||
|
|
this.ctrlButtons5.Appearance.Options.UseFont = true;
|
|||
|
|
this.ctrlButtons5.BoolDiagFrm = false;
|
|||
|
|
this.ctrlButtons5.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("ctrlButtons5.ImageOptions.Image")));
|
|||
|
|
this.ctrlButtons5.ImageOptions.ImageUri.Uri = "Add;Office2013";
|
|||
|
|
this.ctrlButtons5.Location = new System.Drawing.Point(615, 188);
|
|||
|
|
this.ctrlButtons5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|||
|
|
this.ctrlButtons5.Name = "ctrlButtons5";
|
|||
|
|
this.ctrlButtons5.Size = new System.Drawing.Size(150, 45);
|
|||
|
|
this.ctrlButtons5.TabIndex = 270;
|
|||
|
|
this.ctrlButtons5.Text = "盘点任务";
|
|||
|
|
this.ctrlButtons5.typeButton = "盘点任务";
|
|||
|
|
this.ctrlButtons5.Visible = false;
|
|||
|
|
this.ctrlButtons5.Click += new System.EventHandler(this.ctrlButtons5_Click);
|
|||
|
|
//
|
|||
|
|
// ZjcheckB
|
|||
|
|
//
|
|||
|
|
this.ZjcheckB.AutoSize = true;
|
|||
|
|
this.ZjcheckB.Location = new System.Drawing.Point(1234, 275);
|
|||
|
|
this.ZjcheckB.Name = "ZjcheckB";
|
|||
|
|
this.ZjcheckB.Size = new System.Drawing.Size(74, 18);
|
|||
|
|
this.ZjcheckB.TabIndex = 269;
|
|||
|
|
this.ZjcheckB.Text = "是否追加";
|
|||
|
|
this.ZjcheckB.UseVisualStyleBackColor = true;
|
|||
|
|
this.ZjcheckB.CheckedChanged += new System.EventHandler(this.ZjcheckB_CheckedChanged);
|
|||
|
|
//
|
|||
|
|
// label10
|
|||
|
|
//
|
|||
|
|
this.label10.AutoSize = true;
|
|||
|
|
this.label10.Location = new System.Drawing.Point(1007, 243);
|
|||
|
|
this.label10.Name = "label10";
|
|||
|
|
this.label10.Size = new System.Drawing.Size(55, 14);
|
|||
|
|
this.label10.TabIndex = 268;
|
|||
|
|
this.label10.Text = "移库库位";
|
|||
|
|
//
|
|||
|
|
// textBox1
|
|||
|
|
//
|
|||
|
|
this.textBox1.Location = new System.Drawing.Point(1096, 235);
|
|||
|
|
this.textBox1.Name = "textBox1";
|
|||
|
|
this.textBox1.Size = new System.Drawing.Size(130, 22);
|
|||
|
|
this.textBox1.TabIndex = 267;
|
|||
|
|
//
|
|||
|
|
// ctrlButtons4
|
|||
|
|
//
|
|||
|
|
this.ctrlButtons4.Appearance.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold);
|
|||
|
|
this.ctrlButtons4.Appearance.Options.UseFont = true;
|
|||
|
|
this.ctrlButtons4.BoolDiagFrm = false;
|
|||
|
|
this.ctrlButtons4.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("ctrlButtons4.ImageOptions.Image")));
|
|||
|
|
this.ctrlButtons4.ImageOptions.ImageUri.Uri = "Add;Office2013";
|
|||
|
|
this.ctrlButtons4.Location = new System.Drawing.Point(441, 188);
|
|||
|
|
this.ctrlButtons4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|||
|
|
this.ctrlButtons4.Name = "ctrlButtons4";
|
|||
|
|
this.ctrlButtons4.Size = new System.Drawing.Size(150, 45);
|
|||
|
|
this.ctrlButtons4.TabIndex = 266;
|
|||
|
|
this.ctrlButtons4.Text = "移库任务";
|
|||
|
|
this.ctrlButtons4.typeButton = "移库任务";
|
|||
|
|
this.ctrlButtons4.Visible = false;
|
|||
|
|
this.ctrlButtons4.Click += new System.EventHandler(this.ctrlButtons4_Click);
|
|||
|
|
//
|
|||
|
|
// label7
|
|||
|
|
//
|
|||
|
|
this.label7.AutoSize = true;
|
|||
|
|
this.label7.Location = new System.Drawing.Point(1007, 275);
|
|||
|
|
this.label7.Name = "label7";
|
|||
|
|
this.label7.Size = new System.Drawing.Size(55, 14);
|
|||
|
|
this.label7.TabIndex = 258;
|
|||
|
|
this.label7.Text = "出库站台";
|
|||
|
|
//
|
|||
|
|
// ctrlButtons3
|
|||
|
|
//
|
|||
|
|
this.ctrlButtons3.Appearance.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold);
|
|||
|
|
this.ctrlButtons3.Appearance.Options.UseFont = true;
|
|||
|
|
this.ctrlButtons3.BoolDiagFrm = false;
|
|||
|
|
this.ctrlButtons3.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("ctrlButtons3.ImageOptions.Image")));
|
|||
|
|
this.ctrlButtons3.ImageOptions.ImageUri.Uri = "Redo;Office2013";
|
|||
|
|
this.ctrlButtons3.Location = new System.Drawing.Point(285, 182);
|
|||
|
|
this.ctrlButtons3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|||
|
|
this.ctrlButtons3.Name = "ctrlButtons3";
|
|||
|
|
this.ctrlButtons3.Size = new System.Drawing.Size(150, 45);
|
|||
|
|
this.ctrlButtons3.TabIndex = 263;
|
|||
|
|
this.ctrlButtons3.Text = "预出库";
|
|||
|
|
this.ctrlButtons3.typeButton = "预出库";
|
|||
|
|
this.ctrlButtons3.Visible = false;
|
|||
|
|
this.ctrlButtons3.Click += new System.EventHandler(this.ctrlButtons3_Click);
|
|||
|
|
//
|
|||
|
|
// ctrlButtons1
|
|||
|
|
//
|
|||
|
|
this.ctrlButtons1.Appearance.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold);
|
|||
|
|
this.ctrlButtons1.Appearance.Options.UseFont = true;
|
|||
|
|
this.ctrlButtons1.BoolDiagFrm = false;
|
|||
|
|
this.ctrlButtons1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("ctrlButtons1.ImageOptions.Image")));
|
|||
|
|
this.ctrlButtons1.ImageOptions.ImageUri.Uri = "Refresh;Office2013";
|
|||
|
|
this.ctrlButtons1.Location = new System.Drawing.Point(45, 14);
|
|||
|
|
this.ctrlButtons1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|||
|
|
this.ctrlButtons1.Name = "ctrlButtons1";
|
|||
|
|
this.ctrlButtons1.Size = new System.Drawing.Size(150, 45);
|
|||
|
|
this.ctrlButtons1.TabIndex = 260;
|
|||
|
|
this.ctrlButtons1.Text = " 刷新 ";
|
|||
|
|
this.ctrlButtons1.typeButton = " 刷新 ";
|
|||
|
|
this.ctrlButtons1.Click += new System.EventHandler(this.ctrlButtons1_Click);
|
|||
|
|
//
|
|||
|
|
// t_sts
|
|||
|
|
//
|
|||
|
|
this.t_sts.Location = new System.Drawing.Point(1375, 271);
|
|||
|
|
this.t_sts.Name = "t_sts";
|
|||
|
|
this.t_sts.ReadOnly = true;
|
|||
|
|
this.t_sts.Size = new System.Drawing.Size(130, 22);
|
|||
|
|
this.t_sts.TabIndex = 265;
|
|||
|
|
//
|
|||
|
|
// txtCCNum
|
|||
|
|
//
|
|||
|
|
this.txtCCNum.Location = new System.Drawing.Point(1375, 198);
|
|||
|
|
this.txtCCNum.Name = "txtCCNum";
|
|||
|
|
this.txtCCNum.ReadOnly = true;
|
|||
|
|
this.txtCCNum.Size = new System.Drawing.Size(130, 22);
|
|||
|
|
this.txtCCNum.TabIndex = 9;
|
|||
|
|
//
|
|||
|
|
// label9
|
|||
|
|
//
|
|||
|
|
this.label9.AutoSize = true;
|
|||
|
|
this.label9.Location = new System.Drawing.Point(1325, 274);
|
|||
|
|
this.label9.Name = "label9";
|
|||
|
|
this.label9.Size = new System.Drawing.Size(31, 14);
|
|||
|
|
this.label9.TabIndex = 264;
|
|||
|
|
this.label9.Text = "状态";
|
|||
|
|
//
|
|||
|
|
// label6
|
|||
|
|
//
|
|||
|
|
this.label6.AutoSize = true;
|
|||
|
|
this.label6.Location = new System.Drawing.Point(1288, 238);
|
|||
|
|
this.label6.Name = "label6";
|
|||
|
|
this.label6.Size = new System.Drawing.Size(55, 14);
|
|||
|
|
this.label6.TabIndex = 10;
|
|||
|
|
this.label6.Text = "出库数量";
|
|||
|
|
//
|
|||
|
|
// txtCTL
|
|||
|
|
//
|
|||
|
|
this.txtCTL.Location = new System.Drawing.Point(865, 198);
|
|||
|
|
this.txtCTL.Name = "txtCTL";
|
|||
|
|
this.txtCTL.ReadOnly = true;
|
|||
|
|
this.txtCTL.Size = new System.Drawing.Size(130, 22);
|
|||
|
|
this.txtCTL.TabIndex = 1;
|
|||
|
|
//
|
|||
|
|
// label5
|
|||
|
|
//
|
|||
|
|
this.label5.AutoSize = true;
|
|||
|
|
this.label5.Location = new System.Drawing.Point(1288, 201);
|
|||
|
|
this.label5.Name = "label5";
|
|||
|
|
this.label5.Size = new System.Drawing.Size(55, 14);
|
|||
|
|
this.label5.TabIndex = 8;
|
|||
|
|
this.label5.Text = "库存数量";
|
|||
|
|
//
|
|||
|
|
// txtCKnum
|
|||
|
|
//
|
|||
|
|
this.txtCKnum.Location = new System.Drawing.Point(1375, 235);
|
|||
|
|
this.txtCKnum.Name = "txtCKnum";
|
|||
|
|
this.txtCKnum.Size = new System.Drawing.Size(130, 22);
|
|||
|
|
this.txtCKnum.TabIndex = 11;
|
|||
|
|
//
|
|||
|
|
// label1
|
|||
|
|
//
|
|||
|
|
this.label1.AutoSize = true;
|
|||
|
|
this.label1.Location = new System.Drawing.Point(796, 201);
|
|||
|
|
this.label1.Name = "label1";
|
|||
|
|
this.label1.Size = new System.Drawing.Size(43, 14);
|
|||
|
|
this.label1.TabIndex = 0;
|
|||
|
|
this.label1.Text = "托盘号";
|
|||
|
|
//
|
|||
|
|
// txtGDH
|
|||
|
|
//
|
|||
|
|
this.txtGDH.Location = new System.Drawing.Point(865, 272);
|
|||
|
|
this.txtGDH.Name = "txtGDH";
|
|||
|
|
this.txtGDH.Size = new System.Drawing.Size(130, 22);
|
|||
|
|
this.txtGDH.TabIndex = 262;
|
|||
|
|
//
|
|||
|
|
// ctrlButtons2
|
|||
|
|
//
|
|||
|
|
this.ctrlButtons2.Appearance.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold);
|
|||
|
|
this.ctrlButtons2.Appearance.Options.UseFont = true;
|
|||
|
|
this.ctrlButtons2.BoolDiagFrm = false;
|
|||
|
|
this.ctrlButtons2.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("ctrlButtons2.ImageOptions.Image")));
|
|||
|
|
this.ctrlButtons2.ImageOptions.ImageUri.Uri = "Add;Office2013";
|
|||
|
|
this.ctrlButtons2.Location = new System.Drawing.Point(524, 14);
|
|||
|
|
this.ctrlButtons2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|||
|
|
this.ctrlButtons2.Name = "ctrlButtons2";
|
|||
|
|
this.ctrlButtons2.Size = new System.Drawing.Size(150, 45);
|
|||
|
|
this.ctrlButtons2.TabIndex = 257;
|
|||
|
|
this.ctrlButtons2.Text = "出库任务";
|
|||
|
|
this.ctrlButtons2.typeButton = "出库任务";
|
|||
|
|
this.ctrlButtons2.Click += new System.EventHandler(this.ctrlButtons2_Click);
|
|||
|
|
//
|
|||
|
|
// label2
|
|||
|
|
//
|
|||
|
|
this.label2.AutoSize = true;
|
|||
|
|
this.label2.Location = new System.Drawing.Point(808, 238);
|
|||
|
|
this.label2.Name = "label2";
|
|||
|
|
this.label2.Size = new System.Drawing.Size(31, 14);
|
|||
|
|
this.label2.TabIndex = 2;
|
|||
|
|
this.label2.Text = "库位";
|
|||
|
|
//
|
|||
|
|
// label8
|
|||
|
|
//
|
|||
|
|
this.label8.AutoSize = true;
|
|||
|
|
this.label8.Location = new System.Drawing.Point(796, 275);
|
|||
|
|
this.label8.Name = "label8";
|
|||
|
|
this.label8.Size = new System.Drawing.Size(43, 14);
|
|||
|
|
this.label8.TabIndex = 261;
|
|||
|
|
this.label8.Text = "工单号";
|
|||
|
|
//
|
|||
|
|
// txtGoodsId
|
|||
|
|
//
|
|||
|
|
this.txtGoodsId.Location = new System.Drawing.Point(1096, 198);
|
|||
|
|
this.txtGoodsId.Name = "txtGoodsId";
|
|||
|
|
this.txtGoodsId.ReadOnly = true;
|
|||
|
|
this.txtGoodsId.Size = new System.Drawing.Size(130, 22);
|
|||
|
|
this.txtGoodsId.TabIndex = 5;
|
|||
|
|
//
|
|||
|
|
// txtLocation
|
|||
|
|
//
|
|||
|
|
this.txtLocation.Location = new System.Drawing.Point(865, 235);
|
|||
|
|
this.txtLocation.Name = "txtLocation";
|
|||
|
|
this.txtLocation.ReadOnly = true;
|
|||
|
|
this.txtLocation.Size = new System.Drawing.Size(130, 22);
|
|||
|
|
this.txtLocation.TabIndex = 3;
|
|||
|
|
//
|
|||
|
|
// comboBox1
|
|||
|
|
//
|
|||
|
|
this.comboBox1.FormattingEnabled = true;
|
|||
|
|
this.comboBox1.Items.AddRange(new object[] {
|
|||
|
|
"A2",
|
|||
|
|
"A3",
|
|||
|
|
"A1",
|
|||
|
|
"A4"});
|
|||
|
|
this.comboBox1.Location = new System.Drawing.Point(1096, 272);
|
|||
|
|
this.comboBox1.Name = "comboBox1";
|
|||
|
|
this.comboBox1.Size = new System.Drawing.Size(130, 22);
|
|||
|
|
this.comboBox1.TabIndex = 259;
|
|||
|
|
this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
|
|||
|
|
//
|
|||
|
|
// label3
|
|||
|
|
//
|
|||
|
|
this.label3.AutoSize = true;
|
|||
|
|
this.label3.Location = new System.Drawing.Point(1007, 201);
|
|||
|
|
this.label3.Name = "label3";
|
|||
|
|
this.label3.Size = new System.Drawing.Size(55, 14);
|
|||
|
|
this.label3.TabIndex = 4;
|
|||
|
|
this.label3.Text = "物料编号";
|
|||
|
|
//
|
|||
|
|
// splitContainer2
|
|||
|
|
//
|
|||
|
|
this.splitContainer2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|||
|
|
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
|
this.splitContainer2.Location = new System.Drawing.Point(0, 0);
|
|||
|
|
this.splitContainer2.Name = "splitContainer2";
|
|||
|
|
this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|||
|
|
//
|
|||
|
|
// splitContainer2.Panel1
|
|||
|
|
//
|
|||
|
|
this.splitContainer2.Panel1.Controls.Add(this.GCMiStock);
|
|||
|
|
//
|
|||
|
|
// splitContainer2.Panel2
|
|||
|
|
//
|
|||
|
|
this.splitContainer2.Panel2.Controls.Add(this.groupBox4);
|
|||
|
|
this.splitContainer2.Size = new System.Drawing.Size(1781, 744);
|
|||
|
|
this.splitContainer2.SplitterDistance = 401;
|
|||
|
|
this.splitContainer2.SplitterWidth = 10;
|
|||
|
|
this.splitContainer2.TabIndex = 0;
|
|||
|
|
//
|
|||
|
|
// GCMiStock
|
|||
|
|
//
|
|||
|
|
this.GCMiStock.ColorApprove = System.Drawing.Color.Empty;
|
|||
|
|
this.GCMiStock.ColorApproveValue = null;
|
|||
|
|
this.GCMiStock.ColorPass = System.Drawing.Color.Empty;
|
|||
|
|
this.GCMiStock.ColorPassValue = null;
|
|||
|
|
this.GCMiStock.ColorRepeal = System.Drawing.Color.Empty;
|
|||
|
|
this.GCMiStock.ColorRepealValue = null;
|
|||
|
|
this.GCMiStock.ColorReWork = System.Drawing.Color.Empty;
|
|||
|
|
this.GCMiStock.ColorReWorkValue = null;
|
|||
|
|
this.GCMiStock.ColorSelectedRow = System.Drawing.Color.Empty;
|
|||
|
|
this.GCMiStock.ColorShortage = System.Drawing.Color.Empty;
|
|||
|
|
this.GCMiStock.ColorShortageFlagColumn = null;
|
|||
|
|
this.GCMiStock.ColorShortageValue = null;
|
|||
|
|
this.GCMiStock.ColorUnExecute = System.Drawing.Color.Empty;
|
|||
|
|
this.GCMiStock.ColorUnExecuteValue = null;
|
|||
|
|
this.GCMiStock.ColorUnPass = System.Drawing.Color.Empty;
|
|||
|
|
this.GCMiStock.ColorUnPassValue = "";
|
|||
|
|
this.GCMiStock.ColorVerify = System.Drawing.Color.BurlyWood;
|
|||
|
|
this.GCMiStock.ColorVerifyFlagColumn = "STS";
|
|||
|
|
this.GCMiStock.ColorVerifyValue = "1";
|
|||
|
|
this.GCMiStock.ColorWarning = System.Drawing.Color.Empty;
|
|||
|
|
this.GCMiStock.ColorWarningValue = null;
|
|||
|
|
this.GCMiStock.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
|
this.GCMiStock.EnableAppearanceEvenRow = true;
|
|||
|
|
this.GCMiStock.IndicatorWidth = 40;
|
|||
|
|
this.GCMiStock.Location = new System.Drawing.Point(0, 0);
|
|||
|
|
this.GCMiStock.MainView = this.GVMiStock;
|
|||
|
|
this.GCMiStock.Name = "GCMiStock";
|
|||
|
|
this.GCMiStock.ShowRowID = true;
|
|||
|
|
this.GCMiStock.Size = new System.Drawing.Size(1779, 399);
|
|||
|
|
this.GCMiStock.TabIndex = 2;
|
|||
|
|
this.GCMiStock.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|||
|
|
this.GVMiStock});
|
|||
|
|
//
|
|||
|
|
// GVMiStock
|
|||
|
|
//
|
|||
|
|
this.GVMiStock.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250)))));
|
|||
|
|
this.GVMiStock.Appearance.EvenRow.Options.UseBackColor = true;
|
|||
|
|
this.GVMiStock.Appearance.HeaderPanel.Font = new System.Drawing.Font("Tahoma", 12F);
|
|||
|
|
this.GVMiStock.Appearance.HeaderPanel.Options.UseFont = true;
|
|||
|
|
this.GVMiStock.Appearance.HeaderPanel.Options.UseTextOptions = true;
|
|||
|
|
this.GVMiStock.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
|
this.GVMiStock.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 12F);
|
|||
|
|
this.GVMiStock.Appearance.Row.Options.UseFont = true;
|
|||
|
|
this.GVMiStock.Appearance.Row.Options.UseTextOptions = true;
|
|||
|
|
this.GVMiStock.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
|
this.GVMiStock.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|||
|
|
this.colIsCheckRec,
|
|||
|
|
this.colNOTICE_ID,
|
|||
|
|
this.colSTORAGE_MODE,
|
|||
|
|
this.colSTORAGE_ID,
|
|||
|
|
this.colBARCODE,
|
|||
|
|
this.colCTL,
|
|||
|
|
this.colLOCATION_ID,
|
|||
|
|
this.colCustomer_Id,
|
|||
|
|
this.colGOODS_ID,
|
|||
|
|
this.colGOODSVOLUME,
|
|||
|
|
this.colPACKING_NUM,
|
|||
|
|
this.colGOODS_TYPEID,
|
|||
|
|
this.colGOODS_SKU,
|
|||
|
|
this.colPRODUCTION_DATE,
|
|||
|
|
this.colWARE_DATE,
|
|||
|
|
this.colSTS,
|
|||
|
|
this.colREMARK,
|
|||
|
|
this.gridColumn1,
|
|||
|
|
this.gridColumn2,
|
|||
|
|
this.gridColumn3,
|
|||
|
|
this.gridColumn4});
|
|||
|
|
this.GVMiStock.CustomizationFormBounds = new System.Drawing.Rectangle(1539, 195, 264, 332);
|
|||
|
|
this.GVMiStock.GridControl = this.GCMiStock;
|
|||
|
|
this.GVMiStock.IndicatorWidth = 34;
|
|||
|
|
this.GVMiStock.Name = "GVMiStock";
|
|||
|
|
this.GVMiStock.OptionsBehavior.Editable = false;
|
|||
|
|
this.GVMiStock.OptionsFind.AlwaysVisible = true;
|
|||
|
|
this.GVMiStock.OptionsSelection.InvertSelection = true;
|
|||
|
|
this.GVMiStock.OptionsSelection.MultiSelect = true;
|
|||
|
|
this.GVMiStock.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CheckBoxRowSelect;
|
|||
|
|
this.GVMiStock.OptionsSelection.ResetSelectionClickOutsideCheckboxSelector = true;
|
|||
|
|
this.GVMiStock.OptionsSelection.ShowCheckBoxSelectorInColumnHeader = DevExpress.Utils.DefaultBoolean.True;
|
|||
|
|
this.GVMiStock.OptionsSelection.ShowCheckBoxSelectorInGroupRow = DevExpress.Utils.DefaultBoolean.False;
|
|||
|
|
this.GVMiStock.OptionsSelection.ShowCheckBoxSelectorInPrintExport = DevExpress.Utils.DefaultBoolean.False;
|
|||
|
|
this.GVMiStock.OptionsView.ColumnAutoWidth = false;
|
|||
|
|
this.GVMiStock.OptionsView.EnableAppearanceEvenRow = true;
|
|||
|
|
this.GVMiStock.OptionsView.ShowAutoFilterRow = true;
|
|||
|
|
this.GVMiStock.OptionsView.ShowFooter = true;
|
|||
|
|
this.GVMiStock.OptionsView.ShowGroupPanel = false;
|
|||
|
|
this.GVMiStock.RowClick += new DevExpress.XtraGrid.Views.Grid.RowClickEventHandler(this.GVMiStock_RowClick);
|
|||
|
|
//
|
|||
|
|
// colIsCheckRec
|
|||
|
|
//
|
|||
|
|
this.colIsCheckRec.FieldName = "IsCheckRec";
|
|||
|
|
this.colIsCheckRec.Name = "colIsCheckRec";
|
|||
|
|
//
|
|||
|
|
// colNOTICE_ID
|
|||
|
|
//
|
|||
|
|
this.colNOTICE_ID.Caption = "入库单号";
|
|||
|
|
this.colNOTICE_ID.FieldName = "NOTICE_ID";
|
|||
|
|
this.colNOTICE_ID.Name = "colNOTICE_ID";
|
|||
|
|
this.colNOTICE_ID.Visible = true;
|
|||
|
|
this.colNOTICE_ID.VisibleIndex = 1;
|
|||
|
|
this.colNOTICE_ID.Width = 120;
|
|||
|
|
//
|
|||
|
|
// colSTORAGE_MODE
|
|||
|
|
//
|
|||
|
|
this.colSTORAGE_MODE.Caption = "入库类型";
|
|||
|
|
this.colSTORAGE_MODE.FieldName = "STORAGE_MODE";
|
|||
|
|
this.colSTORAGE_MODE.Name = "colSTORAGE_MODE";
|
|||
|
|
this.colSTORAGE_MODE.Visible = true;
|
|||
|
|
this.colSTORAGE_MODE.VisibleIndex = 14;
|
|||
|
|
this.colSTORAGE_MODE.Width = 47;
|
|||
|
|
//
|
|||
|
|
// colSTORAGE_ID
|
|||
|
|
//
|
|||
|
|
this.colSTORAGE_ID.Caption = "子库编号";
|
|||
|
|
this.colSTORAGE_ID.FieldName = "STORAGE_ID";
|
|||
|
|
this.colSTORAGE_ID.Name = "colSTORAGE_ID";
|
|||
|
|
this.colSTORAGE_ID.Visible = true;
|
|||
|
|
this.colSTORAGE_ID.VisibleIndex = 2;
|
|||
|
|
this.colSTORAGE_ID.Width = 100;
|
|||
|
|
//
|
|||
|
|
// colBARCODE
|
|||
|
|
//
|
|||
|
|
this.colBARCODE.Caption = "内外箱条码";
|
|||
|
|
this.colBARCODE.FieldName = "BARCODE";
|
|||
|
|
this.colBARCODE.Name = "colBARCODE";
|
|||
|
|
this.colBARCODE.Visible = true;
|
|||
|
|
this.colBARCODE.VisibleIndex = 3;
|
|||
|
|
this.colBARCODE.Width = 150;
|
|||
|
|
//
|
|||
|
|
// colCTL
|
|||
|
|
//
|
|||
|
|
this.colCTL.Caption = "料箱号";
|
|||
|
|
this.colCTL.FieldName = "CTL";
|
|||
|
|
this.colCTL.Name = "colCTL";
|
|||
|
|
this.colCTL.Visible = true;
|
|||
|
|
this.colCTL.VisibleIndex = 4;
|
|||
|
|
this.colCTL.Width = 100;
|
|||
|
|
//
|
|||
|
|
// colLOCATION_ID
|
|||
|
|
//
|
|||
|
|
this.colLOCATION_ID.Caption = "库位";
|
|||
|
|
this.colLOCATION_ID.FieldName = "LOCATION_ID";
|
|||
|
|
this.colLOCATION_ID.Name = "colLOCATION_ID";
|
|||
|
|
this.colLOCATION_ID.Visible = true;
|
|||
|
|
this.colLOCATION_ID.VisibleIndex = 5;
|
|||
|
|
this.colLOCATION_ID.Width = 100;
|
|||
|
|
//
|
|||
|
|
// colCustomer_Id
|
|||
|
|
//
|
|||
|
|
this.colCustomer_Id.FieldName = "Customer_Id";
|
|||
|
|
this.colCustomer_Id.Name = "colCustomer_Id";
|
|||
|
|
this.colCustomer_Id.Width = 100;
|
|||
|
|
//
|
|||
|
|
// colGOODS_ID
|
|||
|
|
//
|
|||
|
|
this.colGOODS_ID.Caption = "物料编号";
|
|||
|
|
this.colGOODS_ID.FieldName = "GOODS_ID";
|
|||
|
|
this.colGOODS_ID.Name = "colGOODS_ID";
|
|||
|
|
this.colGOODS_ID.Visible = true;
|
|||
|
|
this.colGOODS_ID.VisibleIndex = 8;
|
|||
|
|
this.colGOODS_ID.Width = 120;
|
|||
|
|
//
|
|||
|
|
// colGOODSVOLUME
|
|||
|
|
//
|
|||
|
|
this.colGOODSVOLUME.Caption = "包装数";
|
|||
|
|
this.colGOODSVOLUME.FieldName = "GOODSVOLUME";
|
|||
|
|
this.colGOODSVOLUME.Name = "colGOODSVOLUME";
|
|||
|
|
this.colGOODSVOLUME.Visible = true;
|
|||
|
|
this.colGOODSVOLUME.VisibleIndex = 9;
|
|||
|
|
this.colGOODSVOLUME.Width = 90;
|
|||
|
|
//
|
|||
|
|
// colPACKING_NUM
|
|||
|
|
//
|
|||
|
|
this.colPACKING_NUM.Caption = "库存数量";
|
|||
|
|
this.colPACKING_NUM.FieldName = "SHELVES_NUM";
|
|||
|
|
this.colPACKING_NUM.Name = "colPACKING_NUM";
|
|||
|
|
this.colPACKING_NUM.Visible = true;
|
|||
|
|
this.colPACKING_NUM.VisibleIndex = 10;
|
|||
|
|
this.colPACKING_NUM.Width = 90;
|
|||
|
|
//
|
|||
|
|
// colGOODS_TYPEID
|
|||
|
|
//
|
|||
|
|
this.colGOODS_TYPEID.Caption = "包装层次";
|
|||
|
|
this.colGOODS_TYPEID.FieldName = "GOODS_TYPEID";
|
|||
|
|
this.colGOODS_TYPEID.Name = "colGOODS_TYPEID";
|
|||
|
|
this.colGOODS_TYPEID.Visible = true;
|
|||
|
|
this.colGOODS_TYPEID.VisibleIndex = 11;
|
|||
|
|
this.colGOODS_TYPEID.Width = 100;
|
|||
|
|
//
|
|||
|
|
// colGOODS_SKU
|
|||
|
|
//
|
|||
|
|
this.colGOODS_SKU.Caption = "周期";
|
|||
|
|
this.colGOODS_SKU.FieldName = "GOODS_SKU";
|
|||
|
|
this.colGOODS_SKU.Name = "colGOODS_SKU";
|
|||
|
|
this.colGOODS_SKU.Visible = true;
|
|||
|
|
this.colGOODS_SKU.VisibleIndex = 6;
|
|||
|
|
this.colGOODS_SKU.Width = 100;
|
|||
|
|
//
|
|||
|
|
// colPRODUCTION_DATE
|
|||
|
|
//
|
|||
|
|
this.colPRODUCTION_DATE.Caption = "码盘时间";
|
|||
|
|
this.colPRODUCTION_DATE.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
|
|||
|
|
this.colPRODUCTION_DATE.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
|
|||
|
|
this.colPRODUCTION_DATE.FieldName = "PRODUCTION_DATE";
|
|||
|
|
this.colPRODUCTION_DATE.Name = "colPRODUCTION_DATE";
|
|||
|
|
this.colPRODUCTION_DATE.Visible = true;
|
|||
|
|
this.colPRODUCTION_DATE.VisibleIndex = 12;
|
|||
|
|
this.colPRODUCTION_DATE.Width = 120;
|
|||
|
|
//
|
|||
|
|
// colWARE_DATE
|
|||
|
|
//
|
|||
|
|
this.colWARE_DATE.Caption = "入库时间";
|
|||
|
|
this.colWARE_DATE.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
|
|||
|
|
this.colWARE_DATE.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
|
|||
|
|
this.colWARE_DATE.FieldName = "WARE_DATE";
|
|||
|
|
this.colWARE_DATE.Name = "colWARE_DATE";
|
|||
|
|
this.colWARE_DATE.Visible = true;
|
|||
|
|
this.colWARE_DATE.VisibleIndex = 13;
|
|||
|
|
this.colWARE_DATE.Width = 83;
|
|||
|
|
//
|
|||
|
|
// colSTS
|
|||
|
|
//
|
|||
|
|
this.colSTS.Caption = "订单状态";
|
|||
|
|
this.colSTS.FieldName = "STS";
|
|||
|
|
this.colSTS.Name = "colSTS";
|
|||
|
|
this.colSTS.Visible = true;
|
|||
|
|
this.colSTS.VisibleIndex = 15;
|
|||
|
|
this.colSTS.Width = 100;
|
|||
|
|
//
|
|||
|
|
// colREMARK
|
|||
|
|
//
|
|||
|
|
this.colREMARK.FieldName = "REMARK";
|
|||
|
|
this.colREMARK.Name = "colREMARK";
|
|||
|
|
this.colREMARK.Width = 100;
|
|||
|
|
//
|
|||
|
|
// gridColumn1
|
|||
|
|
//
|
|||
|
|
this.gridColumn1.Caption = "销售订单";
|
|||
|
|
this.gridColumn1.FieldName = "PROVIDER_ID";
|
|||
|
|
this.gridColumn1.Name = "gridColumn1";
|
|||
|
|
this.gridColumn1.Visible = true;
|
|||
|
|
this.gridColumn1.VisibleIndex = 17;
|
|||
|
|
//
|
|||
|
|
// gridColumn2
|
|||
|
|
//
|
|||
|
|
this.gridColumn2.Caption = "EBS状态";
|
|||
|
|
this.gridColumn2.FieldName = "STSEBS";
|
|||
|
|
this.gridColumn2.Name = "gridColumn2";
|
|||
|
|
this.gridColumn2.Visible = true;
|
|||
|
|
this.gridColumn2.VisibleIndex = 16;
|
|||
|
|
//
|
|||
|
|
// gridColumn3
|
|||
|
|
//
|
|||
|
|
this.gridColumn3.Caption = "客户编号";
|
|||
|
|
this.gridColumn3.FieldName = "PROVIDER_ID";
|
|||
|
|
this.gridColumn3.Name = "gridColumn3";
|
|||
|
|
//
|
|||
|
|
// gridColumn4
|
|||
|
|
//
|
|||
|
|
this.gridColumn4.Caption = "客户代码";
|
|||
|
|
this.gridColumn4.FieldName = "CUSTOMER_ID";
|
|||
|
|
this.gridColumn4.Name = "gridColumn4";
|
|||
|
|
this.gridColumn4.Visible = true;
|
|||
|
|
this.gridColumn4.VisibleIndex = 7;
|
|||
|
|
//
|
|||
|
|
// groupBox4
|
|||
|
|
//
|
|||
|
|
this.groupBox4.Controls.Add(this.gridControlCustom1);
|
|||
|
|
this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
|
this.groupBox4.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
|
this.groupBox4.Location = new System.Drawing.Point(0, 0);
|
|||
|
|
this.groupBox4.Name = "groupBox4";
|
|||
|
|
this.groupBox4.Size = new System.Drawing.Size(1779, 331);
|
|||
|
|
this.groupBox4.TabIndex = 4;
|
|||
|
|
this.groupBox4.TabStop = false;
|
|||
|
|
this.groupBox4.Text = "出库任务";
|
|||
|
|
//
|
|||
|
|
// gridControlCustom1
|
|||
|
|
//
|
|||
|
|
this.gridControlCustom1.ColorApprove = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom1.ColorApproveValue = null;
|
|||
|
|
this.gridControlCustom1.ColorPass = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom1.ColorPassValue = null;
|
|||
|
|
this.gridControlCustom1.ColorRepeal = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom1.ColorRepealValue = null;
|
|||
|
|
this.gridControlCustom1.ColorReWork = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom1.ColorReWorkValue = null;
|
|||
|
|
this.gridControlCustom1.ColorSelectedRow = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom1.ColorShortage = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom1.ColorShortageFlagColumn = null;
|
|||
|
|
this.gridControlCustom1.ColorShortageValue = null;
|
|||
|
|
this.gridControlCustom1.ColorUnExecute = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom1.ColorUnExecuteValue = null;
|
|||
|
|
this.gridControlCustom1.ColorUnPass = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom1.ColorUnPassValue = "0";
|
|||
|
|
this.gridControlCustom1.ColorVerify = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
|
|||
|
|
this.gridControlCustom1.ColorVerifyFlagColumn = "FLAG";
|
|||
|
|
this.gridControlCustom1.ColorVerifyValue = "1";
|
|||
|
|
this.gridControlCustom1.ColorWarning = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom1.ColorWarningValue = null;
|
|||
|
|
this.gridControlCustom1.DataSource = this.bindingSource1;
|
|||
|
|
this.gridControlCustom1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
|
this.gridControlCustom1.EnableAppearanceEvenRow = true;
|
|||
|
|
this.gridControlCustom1.IndicatorWidth = 40;
|
|||
|
|
this.gridControlCustom1.Location = new System.Drawing.Point(3, 23);
|
|||
|
|
this.gridControlCustom1.MainView = this.gridView1;
|
|||
|
|
this.gridControlCustom1.Name = "gridControlCustom1";
|
|||
|
|
this.gridControlCustom1.ShowRowID = true;
|
|||
|
|
this.gridControlCustom1.Size = new System.Drawing.Size(1773, 305);
|
|||
|
|
this.gridControlCustom1.TabIndex = 3;
|
|||
|
|
this.gridControlCustom1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|||
|
|
this.gridView1});
|
|||
|
|
//
|
|||
|
|
// bindingSource1
|
|||
|
|
//
|
|||
|
|
this.bindingSource1.DataSource = typeof(WMS.Model.CK.PickingWaveGoodsModel);
|
|||
|
|
//
|
|||
|
|
// gridView1
|
|||
|
|
//
|
|||
|
|
this.gridView1.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250)))));
|
|||
|
|
this.gridView1.Appearance.EvenRow.Options.UseBackColor = true;
|
|||
|
|
this.gridView1.Appearance.HeaderPanel.Font = new System.Drawing.Font("Tahoma", 12F);
|
|||
|
|
this.gridView1.Appearance.HeaderPanel.Options.UseFont = true;
|
|||
|
|
this.gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true;
|
|||
|
|
this.gridView1.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
|
this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 12F);
|
|||
|
|
this.gridView1.Appearance.Row.Options.UseFont = true;
|
|||
|
|
this.gridView1.Appearance.Row.Options.UseTextOptions = true;
|
|||
|
|
this.gridView1.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
|
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|||
|
|
this.colplcId,
|
|||
|
|
this.colPICKINGID,
|
|||
|
|
this.colSTORAGE_AREA_ID,
|
|||
|
|
this.colCUSTOMERMEMBERID,
|
|||
|
|
this.colPORT,
|
|||
|
|
this.colCUSTOMER_ID1,
|
|||
|
|
this.colCK_TYPE,
|
|||
|
|
this.colBARCODE1,
|
|||
|
|
this.colCTL1,
|
|||
|
|
this.colGOOD_ID,
|
|||
|
|
this.colLOC_ID,
|
|||
|
|
this.colGOODS_NUM,
|
|||
|
|
this.colMISTOCK_NUM,
|
|||
|
|
this.colPICKING_NUM,
|
|||
|
|
this.colPACKING_NUM1,
|
|||
|
|
this.colPRODUCTION_DATE1,
|
|||
|
|
this.colWARE_DATE1,
|
|||
|
|
this.colstatus,
|
|||
|
|
this.coltypests});
|
|||
|
|
this.gridView1.GridControl = this.gridControlCustom1;
|
|||
|
|
this.gridView1.IndicatorWidth = 34;
|
|||
|
|
this.gridView1.Name = "gridView1";
|
|||
|
|
this.gridView1.OptionsBehavior.Editable = false;
|
|||
|
|
this.gridView1.OptionsFind.AlwaysVisible = true;
|
|||
|
|
this.gridView1.OptionsView.ColumnAutoWidth = false;
|
|||
|
|
this.gridView1.OptionsView.EnableAppearanceEvenRow = true;
|
|||
|
|
this.gridView1.OptionsView.ShowFooter = true;
|
|||
|
|
this.gridView1.OptionsView.ShowGroupPanel = false;
|
|||
|
|
//
|
|||
|
|
// colplcId
|
|||
|
|
//
|
|||
|
|
this.colplcId.FieldName = "plcId";
|
|||
|
|
this.colplcId.Name = "colplcId";
|
|||
|
|
this.colplcId.Visible = true;
|
|||
|
|
this.colplcId.VisibleIndex = 2;
|
|||
|
|
this.colplcId.Width = 94;
|
|||
|
|
//
|
|||
|
|
// colPICKINGID
|
|||
|
|
//
|
|||
|
|
this.colPICKINGID.FieldName = "PICKINGID";
|
|||
|
|
this.colPICKINGID.Name = "colPICKINGID";
|
|||
|
|
this.colPICKINGID.Visible = true;
|
|||
|
|
this.colPICKINGID.VisibleIndex = 1;
|
|||
|
|
this.colPICKINGID.Width = 138;
|
|||
|
|
//
|
|||
|
|
// colSTORAGE_AREA_ID
|
|||
|
|
//
|
|||
|
|
this.colSTORAGE_AREA_ID.FieldName = "STORAGE_AREA_ID";
|
|||
|
|
this.colSTORAGE_AREA_ID.Name = "colSTORAGE_AREA_ID";
|
|||
|
|
this.colSTORAGE_AREA_ID.Visible = true;
|
|||
|
|
this.colSTORAGE_AREA_ID.VisibleIndex = 0;
|
|||
|
|
//
|
|||
|
|
// colCUSTOMERMEMBERID
|
|||
|
|
//
|
|||
|
|
this.colCUSTOMERMEMBERID.FieldName = "CUSTOMERMEMBERID";
|
|||
|
|
this.colCUSTOMERMEMBERID.Name = "colCUSTOMERMEMBERID";
|
|||
|
|
//
|
|||
|
|
// colPORT
|
|||
|
|
//
|
|||
|
|
this.colPORT.FieldName = "PORT";
|
|||
|
|
this.colPORT.Name = "colPORT";
|
|||
|
|
this.colPORT.Visible = true;
|
|||
|
|
this.colPORT.VisibleIndex = 12;
|
|||
|
|
this.colPORT.Width = 102;
|
|||
|
|
//
|
|||
|
|
// colCUSTOMER_ID1
|
|||
|
|
//
|
|||
|
|
this.colCUSTOMER_ID1.FieldName = "CUSTOMER_ID";
|
|||
|
|
this.colCUSTOMER_ID1.Name = "colCUSTOMER_ID1";
|
|||
|
|
//
|
|||
|
|
// colCK_TYPE
|
|||
|
|
//
|
|||
|
|
this.colCK_TYPE.FieldName = "CK_TYPE";
|
|||
|
|
this.colCK_TYPE.Name = "colCK_TYPE";
|
|||
|
|
//
|
|||
|
|
// colBARCODE1
|
|||
|
|
//
|
|||
|
|
this.colBARCODE1.FieldName = "BARCODE";
|
|||
|
|
this.colBARCODE1.Name = "colBARCODE1";
|
|||
|
|
this.colBARCODE1.Visible = true;
|
|||
|
|
this.colBARCODE1.VisibleIndex = 5;
|
|||
|
|
this.colBARCODE1.Width = 126;
|
|||
|
|
//
|
|||
|
|
// colCTL1
|
|||
|
|
//
|
|||
|
|
this.colCTL1.FieldName = "CTL";
|
|||
|
|
this.colCTL1.Name = "colCTL1";
|
|||
|
|
this.colCTL1.Visible = true;
|
|||
|
|
this.colCTL1.VisibleIndex = 3;
|
|||
|
|
this.colCTL1.Width = 133;
|
|||
|
|
//
|
|||
|
|
// colGOOD_ID
|
|||
|
|
//
|
|||
|
|
this.colGOOD_ID.FieldName = "GOOD_ID";
|
|||
|
|
this.colGOOD_ID.Name = "colGOOD_ID";
|
|||
|
|
this.colGOOD_ID.Visible = true;
|
|||
|
|
this.colGOOD_ID.VisibleIndex = 6;
|
|||
|
|
this.colGOOD_ID.Width = 130;
|
|||
|
|
//
|
|||
|
|
// colLOC_ID
|
|||
|
|
//
|
|||
|
|
this.colLOC_ID.FieldName = "LOC_ID";
|
|||
|
|
this.colLOC_ID.Name = "colLOC_ID";
|
|||
|
|
this.colLOC_ID.Visible = true;
|
|||
|
|
this.colLOC_ID.VisibleIndex = 4;
|
|||
|
|
this.colLOC_ID.Width = 126;
|
|||
|
|
//
|
|||
|
|
// colGOODS_NUM
|
|||
|
|
//
|
|||
|
|
this.colGOODS_NUM.FieldName = "GOODS_NUM";
|
|||
|
|
this.colGOODS_NUM.Name = "colGOODS_NUM";
|
|||
|
|
//
|
|||
|
|
// colMISTOCK_NUM
|
|||
|
|
//
|
|||
|
|
this.colMISTOCK_NUM.FieldName = "MISTOCK_NUM";
|
|||
|
|
this.colMISTOCK_NUM.Name = "colMISTOCK_NUM";
|
|||
|
|
this.colMISTOCK_NUM.Visible = true;
|
|||
|
|
this.colMISTOCK_NUM.VisibleIndex = 7;
|
|||
|
|
//
|
|||
|
|
// colPICKING_NUM
|
|||
|
|
//
|
|||
|
|
this.colPICKING_NUM.FieldName = "PICKING_NUM";
|
|||
|
|
this.colPICKING_NUM.Name = "colPICKING_NUM";
|
|||
|
|
this.colPICKING_NUM.Visible = true;
|
|||
|
|
this.colPICKING_NUM.VisibleIndex = 8;
|
|||
|
|
//
|
|||
|
|
// colPACKING_NUM1
|
|||
|
|
//
|
|||
|
|
this.colPACKING_NUM1.FieldName = "PACKING_NUM";
|
|||
|
|
this.colPACKING_NUM1.Name = "colPACKING_NUM1";
|
|||
|
|
this.colPACKING_NUM1.Visible = true;
|
|||
|
|
this.colPACKING_NUM1.VisibleIndex = 9;
|
|||
|
|
//
|
|||
|
|
// colPRODUCTION_DATE1
|
|||
|
|
//
|
|||
|
|
this.colPRODUCTION_DATE1.FieldName = "PRODUCTION_DATE";
|
|||
|
|
this.colPRODUCTION_DATE1.Name = "colPRODUCTION_DATE1";
|
|||
|
|
//
|
|||
|
|
// colWARE_DATE1
|
|||
|
|
//
|
|||
|
|
this.colWARE_DATE1.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
|
|||
|
|
this.colWARE_DATE1.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
|
|||
|
|
this.colWARE_DATE1.FieldName = "WARE_DATE";
|
|||
|
|
this.colWARE_DATE1.Name = "colWARE_DATE1";
|
|||
|
|
this.colWARE_DATE1.Visible = true;
|
|||
|
|
this.colWARE_DATE1.VisibleIndex = 10;
|
|||
|
|
this.colWARE_DATE1.Width = 174;
|
|||
|
|
//
|
|||
|
|
// colstatus
|
|||
|
|
//
|
|||
|
|
this.colstatus.FieldName = "status";
|
|||
|
|
this.colstatus.Name = "colstatus";
|
|||
|
|
this.colstatus.Visible = true;
|
|||
|
|
this.colstatus.VisibleIndex = 11;
|
|||
|
|
//
|
|||
|
|
// coltypests
|
|||
|
|
//
|
|||
|
|
this.coltypests.FieldName = "typests";
|
|||
|
|
this.coltypests.Name = "coltypests";
|
|||
|
|
//
|
|||
|
|
// bgsStock
|
|||
|
|
//
|
|||
|
|
this.bgsStock.DataSource = typeof(WMS.Model.Stock.MIStockModel);
|
|||
|
|
//
|
|||
|
|
// gridColumn72
|
|||
|
|
//
|
|||
|
|
this.gridColumn72.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
|
|||
|
|
this.gridColumn72.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.gridColumn72.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
|
|||
|
|
this.gridColumn72.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.gridColumn72.AppearanceHeader.Options.UseTextOptions = true;
|
|||
|
|
this.gridColumn72.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
|
this.gridColumn72.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
|
|||
|
|
this.gridColumn72.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
|
|||
|
|
this.gridColumn72.FieldName = "WARE_DATE";
|
|||
|
|
this.gridColumn72.Name = "gridColumn72";
|
|||
|
|
this.gridColumn72.Visible = true;
|
|||
|
|
this.gridColumn72.VisibleIndex = 4;
|
|||
|
|
this.gridColumn72.Width = 187;
|
|||
|
|
//
|
|||
|
|
// gridColumn48
|
|||
|
|
//
|
|||
|
|
this.gridColumn48.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
|
|||
|
|
this.gridColumn48.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.gridColumn48.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
|
|||
|
|
this.gridColumn48.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.gridColumn48.Caption = "托盘规格";
|
|||
|
|
this.gridColumn48.FieldName = "SIZE";
|
|||
|
|
this.gridColumn48.Name = "gridColumn48";
|
|||
|
|
this.gridColumn48.Visible = true;
|
|||
|
|
this.gridColumn48.VisibleIndex = 4;
|
|||
|
|
this.gridColumn48.Width = 116;
|
|||
|
|
//
|
|||
|
|
// gridColumn45
|
|||
|
|
//
|
|||
|
|
this.gridColumn45.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
|
|||
|
|
this.gridColumn45.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.gridColumn45.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
|
|||
|
|
this.gridColumn45.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.gridColumn45.FieldName = "CTL";
|
|||
|
|
this.gridColumn45.Name = "gridColumn45";
|
|||
|
|
this.gridColumn45.Visible = true;
|
|||
|
|
this.gridColumn45.VisibleIndex = 3;
|
|||
|
|
this.gridColumn45.Width = 97;
|
|||
|
|
//
|
|||
|
|
// FrmSdOrders
|
|||
|
|
//
|
|||
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|||
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
|
this.ClientSize = new System.Drawing.Size(1781, 822);
|
|||
|
|
this.Controls.Add(this.splitContainer1);
|
|||
|
|
this.Name = "FrmSdOrders";
|
|||
|
|
this.Text = "FrmSdOrders";
|
|||
|
|
this.Load += new System.EventHandler(this.FrmSdOrders_Load);
|
|||
|
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|||
|
|
this.splitContainer1.Panel1.PerformLayout();
|
|||
|
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
|||
|
|
this.splitContainer1.ResumeLayout(false);
|
|||
|
|
this.splitContainer2.Panel1.ResumeLayout(false);
|
|||
|
|
this.splitContainer2.Panel2.ResumeLayout(false);
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
|
|||
|
|
this.splitContainer2.ResumeLayout(false);
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.GCMiStock)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.GVMiStock)).EndInit();
|
|||
|
|
this.groupBox4.ResumeLayout(false);
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControlCustom1)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.bgsStock)).EndInit();
|
|||
|
|
this.ResumeLayout(false);
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#endregion
|
|||
|
|
|
|||
|
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
|||
|
|
private System.Windows.Forms.SplitContainer splitContainer2;
|
|||
|
|
private Ctrl.GridControlCustom GCMiStock;
|
|||
|
|
private DevExpress.XtraGrid.Views.Grid.GridView GVMiStock;
|
|||
|
|
private System.Windows.Forms.BindingSource bgsStock;
|
|||
|
|
private System.Windows.Forms.TextBox txtCKnum;
|
|||
|
|
private System.Windows.Forms.Label label6;
|
|||
|
|
private System.Windows.Forms.TextBox txtCCNum;
|
|||
|
|
private System.Windows.Forms.Label label5;
|
|||
|
|
private System.Windows.Forms.TextBox txtGoodsId;
|
|||
|
|
private System.Windows.Forms.Label label3;
|
|||
|
|
private System.Windows.Forms.Label label2;
|
|||
|
|
private System.Windows.Forms.Label label1;
|
|||
|
|
private Ctrl.CtrlButtons ctrlButtons2;
|
|||
|
|
private System.Windows.Forms.ComboBox comboBox1;
|
|||
|
|
private System.Windows.Forms.Label label7;
|
|||
|
|
private Ctrl.GridControlCustom gridControlCustom1;
|
|||
|
|
private System.Windows.Forms.BindingSource bindingSource1;
|
|||
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
|||
|
|
private Ctrl.CtrlButtons ctrlButtons1;
|
|||
|
|
private System.Windows.Forms.Label label8;
|
|||
|
|
private Ctrl.CtrlButtons ctrlButtons3;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn72;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn48;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn45;
|
|||
|
|
private System.Windows.Forms.GroupBox groupBox4;
|
|||
|
|
private System.Windows.Forms.TextBox txtCTL;
|
|||
|
|
private System.Windows.Forms.TextBox txtGDH;
|
|||
|
|
private System.Windows.Forms.TextBox txtLocation;
|
|||
|
|
private System.Windows.Forms.Label label9;
|
|||
|
|
private System.Windows.Forms.TextBox t_sts;
|
|||
|
|
private Ctrl.CtrlButtons ctrlButtons4;
|
|||
|
|
private System.Windows.Forms.Label label10;
|
|||
|
|
private System.Windows.Forms.TextBox textBox1;
|
|||
|
|
private System.Windows.Forms.CheckBox ZjcheckB;
|
|||
|
|
private Ctrl.CtrlButtons ctrlButtons5;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colSTS;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colGOODS_SKU;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCTL;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCustomer_Id;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colSTORAGE_ID;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colLOCATION_ID;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colGOODS_TYPEID;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colGOODS_ID;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colREMARK;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colSTORAGE_MODE;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colPRODUCTION_DATE;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colWARE_DATE;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colNOTICE_ID;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colGOODSVOLUME;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colBARCODE;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colPACKING_NUM;
|
|||
|
|
private System.Windows.Forms.TextBox txtBoxCode;
|
|||
|
|
private System.Windows.Forms.Label label4;
|
|||
|
|
private System.Windows.Forms.TextBox textBox2;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colIsCheckRec;
|
|||
|
|
private System.Windows.Forms.ComboBox comboBox2;
|
|||
|
|
private System.Windows.Forms.Label label11;
|
|||
|
|
private Ctrl.CtrlButtons ctrlButtons6;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colplcId;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colPICKINGID;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colSTORAGE_AREA_ID;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCUSTOMERMEMBERID;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colPORT;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCUSTOMER_ID1;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCK_TYPE;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colBARCODE1;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCTL1;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colGOOD_ID;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colLOC_ID;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colGOODS_NUM;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colMISTOCK_NUM;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colPICKING_NUM;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colPACKING_NUM1;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colPRODUCTION_DATE1;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colWARE_DATE1;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colstatus;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn coltypests;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
|
|||
|
|
private Ctrl.CtrlButtons ctrlButtons7;
|
|||
|
|
private System.Windows.Forms.TextBox textBox3;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
|
|||
|
|
private System.Windows.Forms.TextBox textBox5;
|
|||
|
|
private System.Windows.Forms.TextBox textBox4;
|
|||
|
|
private System.Windows.Forms.Label label13;
|
|||
|
|
private System.Windows.Forms.Label label12;
|
|||
|
|
}
|
|||
|
|
}
|