|
|
@@ -62,6 +62,12 @@
|
|
|
this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
|
|
|
this.dgvSendDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
|
|
|
this.dgvSend = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
|
|
|
+ this.SENDOUTGOODSLOGDETAILID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.GOODSCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.MATERIALCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.MATERIALREMARK = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.BANMA = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.BINDINGCOUNT = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.SENDOUTGOODSLOGID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.SENDOUTCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.USERID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
@@ -74,21 +80,15 @@
|
|
|
this.SYNCSTATUS = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.SYNCSTATUSNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.SYNCTIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.ISREVOKE = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
+ this.ISREVOKE = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.REVOKETIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.ISAMENDS = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
+ this.ISAMENDS = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.AMENDSTIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.CREATETIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.CREATEUSERNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.UPDATETIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.UPDATEUSERNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.REMARKS = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.SENDOUTGOODSLOGDETAILID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.GOODSCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.MATERIALCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.MATERIALREMARK = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.BANMA = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.BINDINGCOUNT = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.tsrOperate.SuspendLayout();
|
|
|
this.gbxCondition.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvSendDetail)).BeginInit();
|
|
|
@@ -573,6 +573,51 @@
|
|
|
this.dgvSend.VirtualNodes = false;
|
|
|
this.dgvSend.SelectionChanged += new System.EventHandler(this.dgvSend_SelectionChanged);
|
|
|
//
|
|
|
+ // SENDOUTGOODSLOGDETAILID
|
|
|
+ //
|
|
|
+ this.SENDOUTGOODSLOGDETAILID.DataPropertyName = "SENDOUTGOODSLOGDETAILID";
|
|
|
+ this.SENDOUTGOODSLOGDETAILID.HeaderText = "明细ID";
|
|
|
+ this.SENDOUTGOODSLOGDETAILID.Name = "SENDOUTGOODSLOGDETAILID";
|
|
|
+ this.SENDOUTGOODSLOGDETAILID.ReadOnly = true;
|
|
|
+ this.SENDOUTGOODSLOGDETAILID.Visible = false;
|
|
|
+ //
|
|
|
+ // GOODSCODE
|
|
|
+ //
|
|
|
+ this.GOODSCODE.DataPropertyName = "GOODSCODE";
|
|
|
+ this.GOODSCODE.HeaderText = "产品型号";
|
|
|
+ this.GOODSCODE.Name = "GOODSCODE";
|
|
|
+ this.GOODSCODE.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // MATERIALCODE
|
|
|
+ //
|
|
|
+ this.MATERIALCODE.DataPropertyName = "MATERIALCODE";
|
|
|
+ this.MATERIALCODE.HeaderText = "物料编码";
|
|
|
+ this.MATERIALCODE.Name = "MATERIALCODE";
|
|
|
+ this.MATERIALCODE.ReadOnly = true;
|
|
|
+ this.MATERIALCODE.Width = 150;
|
|
|
+ //
|
|
|
+ // MATERIALREMARK
|
|
|
+ //
|
|
|
+ this.MATERIALREMARK.DataPropertyName = "MATERIALREMARK";
|
|
|
+ this.MATERIALREMARK.HeaderText = "物料名称";
|
|
|
+ this.MATERIALREMARK.Name = "MATERIALREMARK";
|
|
|
+ this.MATERIALREMARK.ReadOnly = true;
|
|
|
+ this.MATERIALREMARK.Width = 150;
|
|
|
+ //
|
|
|
+ // BANMA
|
|
|
+ //
|
|
|
+ this.BANMA.DataPropertyName = "BANMA";
|
|
|
+ this.BANMA.HeaderText = "板码";
|
|
|
+ this.BANMA.Name = "BANMA";
|
|
|
+ this.BANMA.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // BINDINGCOUNT
|
|
|
+ //
|
|
|
+ this.BINDINGCOUNT.DataPropertyName = "BINDINGCOUNT";
|
|
|
+ this.BINDINGCOUNT.HeaderText = "绑板数量";
|
|
|
+ this.BINDINGCOUNT.Name = "BINDINGCOUNT";
|
|
|
+ this.BINDINGCOUNT.ReadOnly = true;
|
|
|
+ //
|
|
|
// SENDOUTGOODSLOGID
|
|
|
//
|
|
|
this.SENDOUTGOODSLOGID.DataPropertyName = "SENDOUTGOODSLOGID";
|
|
|
@@ -663,13 +708,10 @@
|
|
|
// ISREVOKE
|
|
|
//
|
|
|
this.ISREVOKE.DataPropertyName = "ISREVOKE";
|
|
|
- this.ISREVOKE.FalseValue = "0";
|
|
|
this.ISREVOKE.HeaderText = "是否撤销";
|
|
|
this.ISREVOKE.Name = "ISREVOKE";
|
|
|
this.ISREVOKE.ReadOnly = true;
|
|
|
this.ISREVOKE.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
- this.ISREVOKE.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
|
- this.ISREVOKE.TrueValue = "1";
|
|
|
//
|
|
|
// REVOKETIME
|
|
|
//
|
|
|
@@ -681,13 +723,10 @@
|
|
|
// ISAMENDS
|
|
|
//
|
|
|
this.ISAMENDS.DataPropertyName = "ISAMENDS";
|
|
|
- this.ISAMENDS.FalseValue = "0";
|
|
|
this.ISAMENDS.HeaderText = "是否补推";
|
|
|
this.ISAMENDS.Name = "ISAMENDS";
|
|
|
this.ISAMENDS.ReadOnly = true;
|
|
|
this.ISAMENDS.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
- this.ISAMENDS.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
|
- this.ISAMENDS.TrueValue = "1";
|
|
|
//
|
|
|
// AMENDSTIME
|
|
|
//
|
|
|
@@ -731,51 +770,6 @@
|
|
|
this.REMARKS.Name = "REMARKS";
|
|
|
this.REMARKS.ReadOnly = true;
|
|
|
//
|
|
|
- // SENDOUTGOODSLOGDETAILID
|
|
|
- //
|
|
|
- this.SENDOUTGOODSLOGDETAILID.DataPropertyName = "SENDOUTGOODSLOGDETAILID";
|
|
|
- this.SENDOUTGOODSLOGDETAILID.HeaderText = "明细ID";
|
|
|
- this.SENDOUTGOODSLOGDETAILID.Name = "SENDOUTGOODSLOGDETAILID";
|
|
|
- this.SENDOUTGOODSLOGDETAILID.ReadOnly = true;
|
|
|
- this.SENDOUTGOODSLOGDETAILID.Visible = false;
|
|
|
- //
|
|
|
- // GOODSCODE
|
|
|
- //
|
|
|
- this.GOODSCODE.DataPropertyName = "GOODSCODE";
|
|
|
- this.GOODSCODE.HeaderText = "产品型号";
|
|
|
- this.GOODSCODE.Name = "GOODSCODE";
|
|
|
- this.GOODSCODE.ReadOnly = true;
|
|
|
- //
|
|
|
- // MATERIALCODE
|
|
|
- //
|
|
|
- this.MATERIALCODE.DataPropertyName = "MATERIALCODE";
|
|
|
- this.MATERIALCODE.HeaderText = "物料编码";
|
|
|
- this.MATERIALCODE.Name = "MATERIALCODE";
|
|
|
- this.MATERIALCODE.ReadOnly = true;
|
|
|
- this.MATERIALCODE.Width = 150;
|
|
|
- //
|
|
|
- // MATERIALREMARK
|
|
|
- //
|
|
|
- this.MATERIALREMARK.DataPropertyName = "MATERIALREMARK";
|
|
|
- this.MATERIALREMARK.HeaderText = "物料名称";
|
|
|
- this.MATERIALREMARK.Name = "MATERIALREMARK";
|
|
|
- this.MATERIALREMARK.ReadOnly = true;
|
|
|
- this.MATERIALREMARK.Width = 150;
|
|
|
- //
|
|
|
- // BANMA
|
|
|
- //
|
|
|
- this.BANMA.DataPropertyName = "BANMA";
|
|
|
- this.BANMA.HeaderText = "板码";
|
|
|
- this.BANMA.Name = "BANMA";
|
|
|
- this.BANMA.ReadOnly = true;
|
|
|
- //
|
|
|
- // BINDINGCOUNT
|
|
|
- //
|
|
|
- this.BINDINGCOUNT.DataPropertyName = "BINDINGCOUNT";
|
|
|
- this.BINDINGCOUNT.HeaderText = "绑板数量";
|
|
|
- this.BINDINGCOUNT.Name = "BINDINGCOUNT";
|
|
|
- this.BINDINGCOUNT.ReadOnly = true;
|
|
|
- //
|
|
|
// F_PM_3501
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
@@ -848,9 +842,9 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn SYNCSTATUS;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn SYNCSTATUSNAME;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn SYNCTIME;
|
|
|
- private System.Windows.Forms.DataGridViewCheckBoxColumn ISREVOKE;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn ISREVOKE;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn REVOKETIME;
|
|
|
- private System.Windows.Forms.DataGridViewCheckBoxColumn ISAMENDS;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn ISAMENDS;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn AMENDSTIME;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn CREATETIME;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn CREATEUSERNAME;
|