From bc2d089828ae163915a791a151fe26ba2ccee738 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期二, 24 十二月 2024 16:44:25 +0800
Subject: [PATCH] 委外
---
DevApp/Gs.DevApp/DevFrm/WW/Frm_WwPc.cs | 8
DevApp/Gs.DevApp/DevFrm/WW/Frm_WwGd.Designer.cs | 1294 +++----------------------------------------------------
DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.cs | 3
DevApp/Gs.DevApp/DevFrm/WW/Frm_WwGd.cs | 60 --
4 files changed, 84 insertions(+), 1,281 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.cs b/DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.cs
index 6d694b1..15a34d7 100644
--- a/DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.cs
+++ b/DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.cs
@@ -275,6 +275,7 @@
lbGuid.Text = strGuid;
List<DevExpress.XtraGrid.Views.Grid.GridView> gvList = new List<DevExpress.XtraGrid.Views.Grid.GridView>();
gvList.Add(gvMx1);
+ gvList.Add(gvMx2);
UtilityHelper.SetValueByObj(this.panel1.Controls, dy, isEdit, gvList);
JObject _job = JObject.Parse(strJson);
JArray array = new JArray();
@@ -299,7 +300,7 @@
array2.Add(a);
}
DataTable dt2 = JsonConvert.DeserializeObject<DataTable>(array2.ToString());
- if (dt.Rows.Count > 0)
+ if (dt2.Rows.Count > 0)
{
gcMx2.BindingContext = new BindingContext();
gcMx2.DataSource = dt2;
diff --git a/DevApp/Gs.DevApp/DevFrm/WW/Frm_WwGd.Designer.cs b/DevApp/Gs.DevApp/DevFrm/WW/Frm_WwGd.Designer.cs
index 0336eb9..d929055 100644
--- a/DevApp/Gs.DevApp/DevFrm/WW/Frm_WwGd.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/WW/Frm_WwGd.Designer.cs
@@ -52,8 +52,6 @@
this.tabMxPage1 = new DevExpress.XtraTab.XtraTabPage();
this.gcMx1 = new DevExpress.XtraGrid.GridControl();
this.gvMx1 = new DevExpress.XtraGrid.Views.Grid.GridView();
- this.gv_rwdGuid = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gv_pcGuid = new DevExpress.XtraGrid.Columns.GridColumn();
this.lb_remark = new DevExpress.XtraEditors.LabelControl();
this.txt_remark = new DevExpress.XtraEditors.TextEdit();
this.gv_remark = new DevExpress.XtraGrid.Columns.GridColumn();
@@ -62,7 +60,6 @@
this.gv_departId = new DevExpress.XtraGrid.Columns.GridColumn();
this.lb_daa013 = new DevExpress.XtraEditors.LabelControl();
this.txt_daa013 = new DevExpress.XtraEditors.TextEdit();
- this.gv_daa013 = new DevExpress.XtraGrid.Columns.GridColumn();
this.lb_pcTime = new DevExpress.XtraEditors.LabelControl();
this.txt_pcTime = new DevExpress.XtraEditors.TextEdit();
this.gv_pcTime = new DevExpress.XtraGrid.Columns.GridColumn();
@@ -71,13 +68,11 @@
this.gv_scheduleOrder = new DevExpress.XtraGrid.Columns.GridColumn();
this.lb_miCn = new DevExpress.XtraEditors.LabelControl();
this.txt_miCn = new DevExpress.XtraEditors.TextEdit();
- this.gv_miCn = new DevExpress.XtraGrid.Columns.GridColumn();
this.lb_pcSh = new DevExpress.XtraEditors.LabelControl();
this.txt_pcSh = new DevExpress.XtraEditors.TextEdit();
this.gv_pcSh = new DevExpress.XtraGrid.Columns.GridColumn();
this.lb_pcId = new DevExpress.XtraEditors.LabelControl();
this.txt_pcId = new DevExpress.XtraEditors.TextEdit();
- this.gv_pcId = new DevExpress.XtraGrid.Columns.GridColumn();
this.lb_wgUser = new DevExpress.XtraEditors.LabelControl();
this.txt_wgUser = new DevExpress.XtraEditors.TextEdit();
this.gv_wgUser = new DevExpress.XtraGrid.Columns.GridColumn();
@@ -116,87 +111,21 @@
this.gv_daa008 = new DevExpress.XtraGrid.Columns.GridColumn();
this.lb_daa003 = new DevExpress.XtraEditors.LabelControl();
this.txt_daa003 = new DevExpress.XtraEditors.TextEdit();
- this.gv_daa003 = new DevExpress.XtraGrid.Columns.GridColumn();
this.lb_daa001 = new DevExpress.XtraEditors.LabelControl();
this.txt_daa001 = new DevExpress.XtraEditors.TextEdit();
this.gv_daa001 = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gv_eid = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gv_erpid = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gv_id = new DevExpress.XtraGrid.Columns.GridColumn();
this.toolBarMenu1 = new Gs.DevApp.UserControl.UcToolBarMenu();
this.gcMain = new DevExpress.XtraGrid.GridControl();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
+ this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
this.pageBar1 = new UserControls.Data.UcPageBar();
this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
this.tabMx = new DevExpress.XtraTab.XtraTabControl();
- this.xtraTabPage3 = new DevExpress.XtraTab.XtraTabPage();
- this.gcMx2 = new DevExpress.XtraGrid.GridControl();
- this.gvMx2 = new DevExpress.XtraGrid.Views.Grid.GridView();
- this.gvMx2guid = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2itemBarcode = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2cProductCode = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2cItemBarcode = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2cItemCode = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2itemNo = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2lotNo = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2quantity = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2taskNo = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2createBy = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2createDate = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2lastupdateBy = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2lastupdateDate = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2custNo = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2rohInId = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2oldqty = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2useqty = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2location = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2unit = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2weightUnit = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2price = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2oldBarQuantity = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2sumBarcode = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2lotDate = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2mocode = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2memo = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2suppNo = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2spostion = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2epostion = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2itemSname = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2visable = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2trLotno = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2flezzDate = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2flezzReason = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2flezzBy = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2delanyMonth = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2minpackFlag = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2printId = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2epItem = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2linfline = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2validTime = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2iqcStatus = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2fcar = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2gweight = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2nweight = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2barcodetype = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2suppName = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2billNo = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2urgentFlag = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2colorName = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2boardStyle = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2insDate = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2workLine = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2memoBad = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2workNo = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2comeFlg = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2lineNo = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2workFlg = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2workLast = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2workFlgtime = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gvMx2itemId = new DevExpress.XtraGrid.Columns.GridColumn();
this.panel1 = new System.Windows.Forms.Panel();
- this.ucBtnPrint1 = new Gs.DevApp.UserControl.UcBtnPrint();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.txt_printRemark = new DevExpress.XtraEditors.TextEdit();
this.txt_iCount_1 = new DevExpress.XtraEditors.TextEdit();
@@ -238,9 +167,6 @@
this.xtraTabPage2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.tabMx)).BeginInit();
this.tabMx.SuspendLayout();
- this.xtraTabPage3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.gcMx2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.gvMx2)).BeginInit();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_printRemark.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_iCount_1.Properties)).BeginInit();
@@ -555,34 +481,6 @@
this.gvMx1.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
this.gvMx1.OptionsView.ShowGroupPanel = false;
//
- // gv_rwdGuid
- //
- this.gv_rwdGuid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gv_rwdGuid.AppearanceCell.Options.UseFont = true;
- this.gv_rwdGuid.Caption = "浠诲姟鍗曠殑guid ";
- this.gv_rwdGuid.FieldName = "rwdGuid";
- this.gv_rwdGuid.MinWidth = 50;
- this.gv_rwdGuid.Name = "gv_rwdGuid";
- this.gv_rwdGuid.OptionsColumn.AllowEdit = false;
- this.gv_rwdGuid.Tag = "query_a.rwdGuid";
- this.gv_rwdGuid.Visible = true;
- this.gv_rwdGuid.VisibleIndex = 26;
- this.gv_rwdGuid.Width = 94;
- //
- // gv_pcGuid
- //
- this.gv_pcGuid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gv_pcGuid.AppearanceCell.Options.UseFont = true;
- this.gv_pcGuid.Caption = "鎺掍骇guid ";
- this.gv_pcGuid.FieldName = "pcGuid";
- this.gv_pcGuid.MinWidth = 50;
- this.gv_pcGuid.Name = "gv_pcGuid";
- this.gv_pcGuid.OptionsColumn.AllowEdit = false;
- this.gv_pcGuid.Tag = "query_a.pcGuid";
- this.gv_pcGuid.Visible = true;
- this.gv_pcGuid.VisibleIndex = 25;
- this.gv_pcGuid.Width = 94;
- //
// lb_remark
//
this.lb_remark.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
@@ -613,7 +511,7 @@
this.gv_remark.OptionsColumn.AllowEdit = false;
this.gv_remark.Tag = "query_a.remark";
this.gv_remark.Visible = true;
- this.gv_remark.VisibleIndex = 24;
+ this.gv_remark.VisibleIndex = 20;
this.gv_remark.Width = 94;
//
// lb_departId
@@ -646,7 +544,7 @@
this.gv_departId.OptionsColumn.AllowEdit = false;
this.gv_departId.Tag = "query_a.depart_id";
this.gv_departId.Visible = true;
- this.gv_departId.VisibleIndex = 23;
+ this.gv_departId.VisibleIndex = 19;
this.gv_departId.Width = 94;
//
// lb_daa013
@@ -667,20 +565,6 @@
this.txt_daa013.Properties.Appearance.Options.UseFont = true;
this.txt_daa013.Size = new System.Drawing.Size(150, 28);
this.txt_daa013.TabIndex = 298;
- //
- // gv_daa013
- //
- this.gv_daa013.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gv_daa013.AppearanceCell.Options.UseFont = true;
- this.gv_daa013.Caption = "daa013 ";
- this.gv_daa013.FieldName = "daa013";
- this.gv_daa013.MinWidth = 50;
- this.gv_daa013.Name = "gv_daa013";
- this.gv_daa013.OptionsColumn.AllowEdit = false;
- this.gv_daa013.Tag = "query_a.daa013";
- this.gv_daa013.Visible = true;
- this.gv_daa013.VisibleIndex = 22;
- this.gv_daa013.Width = 94;
//
// lb_pcTime
//
@@ -707,13 +591,13 @@
this.gv_pcTime.AppearanceCell.Options.UseFont = true;
this.gv_pcTime.Caption = "鎺掍骇鏃堕棿 ";
this.gv_pcTime.FieldName = "pcTime";
- this.gv_pcTime.MinWidth = 50;
+ this.gv_pcTime.MinWidth = 180;
this.gv_pcTime.Name = "gv_pcTime";
this.gv_pcTime.OptionsColumn.AllowEdit = false;
this.gv_pcTime.Tag = "query_a.pc_time";
this.gv_pcTime.Visible = true;
- this.gv_pcTime.VisibleIndex = 21;
- this.gv_pcTime.Width = 94;
+ this.gv_pcTime.VisibleIndex = 18;
+ this.gv_pcTime.Width = 180;
//
// lb_scheduleOrder
//
@@ -745,7 +629,7 @@
this.gv_scheduleOrder.OptionsColumn.AllowEdit = false;
this.gv_scheduleOrder.Tag = "query_a.schedule_order";
this.gv_scheduleOrder.Visible = true;
- this.gv_scheduleOrder.VisibleIndex = 20;
+ this.gv_scheduleOrder.VisibleIndex = 17;
this.gv_scheduleOrder.Width = 94;
//
// lb_miCn
@@ -766,20 +650,6 @@
this.txt_miCn.Properties.Appearance.Options.UseFont = true;
this.txt_miCn.Size = new System.Drawing.Size(150, 28);
this.txt_miCn.TabIndex = 280;
- //
- // gv_miCn
- //
- this.gv_miCn.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gv_miCn.AppearanceCell.Options.UseFont = true;
- this.gv_miCn.Caption = "鍒嗛挓浜ц兘 ";
- this.gv_miCn.FieldName = "miCn";
- this.gv_miCn.MinWidth = 50;
- this.gv_miCn.Name = "gv_miCn";
- this.gv_miCn.OptionsColumn.AllowEdit = false;
- this.gv_miCn.Tag = "query_a.mi_cn";
- this.gv_miCn.Visible = true;
- this.gv_miCn.VisibleIndex = 19;
- this.gv_miCn.Width = 94;
//
// lb_pcSh
//
@@ -811,7 +681,7 @@
this.gv_pcSh.OptionsColumn.AllowEdit = false;
this.gv_pcSh.Tag = "query_a.pc_sh";
this.gv_pcSh.Visible = true;
- this.gv_pcSh.VisibleIndex = 18;
+ this.gv_pcSh.VisibleIndex = 16;
this.gv_pcSh.Width = 94;
//
// lb_pcId
@@ -832,20 +702,6 @@
this.txt_pcId.Properties.Appearance.Options.UseFont = true;
this.txt_pcId.Size = new System.Drawing.Size(150, 28);
this.txt_pcId.TabIndex = 267;
- //
- // gv_pcId
- //
- this.gv_pcId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gv_pcId.AppearanceCell.Options.UseFont = true;
- this.gv_pcId.Caption = "鎺掍骇id ";
- this.gv_pcId.FieldName = "pcId";
- this.gv_pcId.MinWidth = 50;
- this.gv_pcId.Name = "gv_pcId";
- this.gv_pcId.OptionsColumn.AllowEdit = false;
- this.gv_pcId.Tag = "query_a.pc_id";
- this.gv_pcId.Visible = true;
- this.gv_pcId.VisibleIndex = 17;
- this.gv_pcId.Width = 94;
//
// lb_wgUser
//
@@ -877,7 +733,7 @@
this.gv_wgUser.OptionsColumn.AllowEdit = false;
this.gv_wgUser.Tag = "query_a.wg_user";
this.gv_wgUser.Visible = true;
- this.gv_wgUser.VisibleIndex = 16;
+ this.gv_wgUser.VisibleIndex = 15;
this.gv_wgUser.Width = 94;
//
// lb_wgTime
@@ -905,13 +761,13 @@
this.gv_wgTime.AppearanceCell.Options.UseFont = true;
this.gv_wgTime.Caption = "瀹屽伐鏃堕棿 ";
this.gv_wgTime.FieldName = "wgTime";
- this.gv_wgTime.MinWidth = 50;
+ this.gv_wgTime.MinWidth = 180;
this.gv_wgTime.Name = "gv_wgTime";
this.gv_wgTime.OptionsColumn.AllowEdit = false;
this.gv_wgTime.Tag = "query_a.wg_time";
this.gv_wgTime.Visible = true;
- this.gv_wgTime.VisibleIndex = 15;
- this.gv_wgTime.Width = 94;
+ this.gv_wgTime.VisibleIndex = 14;
+ this.gv_wgTime.Width = 180;
//
// lb_daa018
//
@@ -943,7 +799,7 @@
this.gv_daa018.OptionsColumn.AllowEdit = false;
this.gv_daa018.Tag = "query_a.daa018";
this.gv_daa018.Visible = true;
- this.gv_daa018.VisibleIndex = 14;
+ this.gv_daa018.VisibleIndex = 13;
this.gv_daa018.Width = 94;
//
// lb_blUser
@@ -976,7 +832,7 @@
this.gv_blUser.OptionsColumn.AllowEdit = false;
this.gv_blUser.Tag = "query_a.bl_user";
this.gv_blUser.Visible = true;
- this.gv_blUser.VisibleIndex = 13;
+ this.gv_blUser.VisibleIndex = 12;
this.gv_blUser.Width = 94;
//
// lb_blTime
@@ -1004,13 +860,13 @@
this.gv_blTime.AppearanceCell.Options.UseFont = true;
this.gv_blTime.Caption = "澶囨枡鏃堕棿 ";
this.gv_blTime.FieldName = "blTime";
- this.gv_blTime.MinWidth = 50;
+ this.gv_blTime.MinWidth = 180;
this.gv_blTime.Name = "gv_blTime";
this.gv_blTime.OptionsColumn.AllowEdit = false;
this.gv_blTime.Tag = "query_a.bl_time";
this.gv_blTime.Visible = true;
- this.gv_blTime.VisibleIndex = 12;
- this.gv_blTime.Width = 94;
+ this.gv_blTime.VisibleIndex = 11;
+ this.gv_blTime.Width = 180;
//
// lb_blState
//
@@ -1042,7 +898,7 @@
this.gv_blState.OptionsColumn.AllowEdit = false;
this.gv_blState.Tag = "query_a.bl_state";
this.gv_blState.Visible = true;
- this.gv_blState.VisibleIndex = 11;
+ this.gv_blState.VisibleIndex = 10;
this.gv_blState.Width = 94;
//
// lb_mesEndProd
@@ -1070,13 +926,13 @@
this.gv_mesEndProd.AppearanceCell.Options.UseFont = true;
this.gv_mesEndProd.Caption = "棰勮瀹屽伐鏃堕棿 ";
this.gv_mesEndProd.FieldName = "mesEndProd";
- this.gv_mesEndProd.MinWidth = 50;
+ this.gv_mesEndProd.MinWidth = 180;
this.gv_mesEndProd.Name = "gv_mesEndProd";
this.gv_mesEndProd.OptionsColumn.AllowEdit = false;
this.gv_mesEndProd.Tag = "query_a.mes_end_prod";
this.gv_mesEndProd.Visible = true;
- this.gv_mesEndProd.VisibleIndex = 10;
- this.gv_mesEndProd.Width = 94;
+ this.gv_mesEndProd.VisibleIndex = 9;
+ this.gv_mesEndProd.Width = 180;
//
// lb_mesStartProd
//
@@ -1103,13 +959,13 @@
this.gv_mesStartProd.AppearanceCell.Options.UseFont = true;
this.gv_mesStartProd.Caption = "棰勮寮�宸ユ椂闂� ";
this.gv_mesStartProd.FieldName = "mesStartProd";
- this.gv_mesStartProd.MinWidth = 50;
+ this.gv_mesStartProd.MinWidth = 180;
this.gv_mesStartProd.Name = "gv_mesStartProd";
this.gv_mesStartProd.OptionsColumn.AllowEdit = false;
this.gv_mesStartProd.Tag = "query_a.mes_start_prod";
this.gv_mesStartProd.Visible = true;
- this.gv_mesStartProd.VisibleIndex = 9;
- this.gv_mesStartProd.Width = 94;
+ this.gv_mesStartProd.VisibleIndex = 8;
+ this.gv_mesStartProd.Width = 180;
//
// lb_daa011
//
@@ -1141,7 +997,7 @@
this.gv_daa011.OptionsColumn.AllowEdit = false;
this.gv_daa011.Tag = "query_a.daa011";
this.gv_daa011.Visible = true;
- this.gv_daa011.VisibleIndex = 8;
+ this.gv_daa011.VisibleIndex = 7;
this.gv_daa011.Width = 94;
//
// lb_daa014
@@ -1169,13 +1025,13 @@
this.gv_daa014.AppearanceCell.Options.UseFont = true;
this.gv_daa014.Caption = "濮斿璁㈠崟鍙� ";
this.gv_daa014.FieldName = "daa014";
- this.gv_daa014.MinWidth = 50;
+ this.gv_daa014.MinWidth = 100;
this.gv_daa014.Name = "gv_daa014";
this.gv_daa014.OptionsColumn.AllowEdit = false;
this.gv_daa014.Tag = "query_a.daa014";
this.gv_daa014.Visible = true;
- this.gv_daa014.VisibleIndex = 7;
- this.gv_daa014.Width = 94;
+ this.gv_daa014.VisibleIndex = 6;
+ this.gv_daa014.Width = 100;
//
// lb_unit
//
@@ -1200,14 +1056,14 @@
//
this.gv_unit.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
this.gv_unit.AppearanceCell.Options.UseFont = true;
- this.gv_unit.Caption = "鍗曚綅id ";
- this.gv_unit.FieldName = "unit";
+ this.gv_unit.Caption = "鍗曚綅";
+ this.gv_unit.FieldName = "dwName";
this.gv_unit.MinWidth = 50;
this.gv_unit.Name = "gv_unit";
this.gv_unit.OptionsColumn.AllowEdit = false;
this.gv_unit.Tag = "query_a.unit";
this.gv_unit.Visible = true;
- this.gv_unit.VisibleIndex = 6;
+ this.gv_unit.VisibleIndex = 5;
this.gv_unit.Width = 94;
//
// lb_daa008
@@ -1240,7 +1096,7 @@
this.gv_daa008.OptionsColumn.AllowEdit = false;
this.gv_daa008.Tag = "query_a.daa008";
this.gv_daa008.Visible = true;
- this.gv_daa008.VisibleIndex = 5;
+ this.gv_daa008.VisibleIndex = 4;
this.gv_daa008.Width = 94;
//
// lb_daa003
@@ -1261,20 +1117,6 @@
this.txt_daa003.Properties.Appearance.Options.UseFont = true;
this.txt_daa003.Size = new System.Drawing.Size(150, 28);
this.txt_daa003.TabIndex = 217;
- //
- // gv_daa003
- //
- this.gv_daa003.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gv_daa003.AppearanceCell.Options.UseFont = true;
- this.gv_daa003.Caption = "鐗╂枡id ";
- this.gv_daa003.FieldName = "daa003";
- this.gv_daa003.MinWidth = 50;
- this.gv_daa003.Name = "gv_daa003";
- this.gv_daa003.OptionsColumn.AllowEdit = false;
- this.gv_daa003.Tag = "query_a.daa003";
- this.gv_daa003.Visible = true;
- this.gv_daa003.VisibleIndex = 4;
- this.gv_daa003.Width = 94;
//
// lb_daa001
//
@@ -1301,55 +1143,13 @@
this.gv_daa001.AppearanceCell.Options.UseFont = true;
this.gv_daa001.Caption = "宸ュ崟鍙� ";
this.gv_daa001.FieldName = "daa001";
- this.gv_daa001.MinWidth = 50;
+ this.gv_daa001.MinWidth = 100;
this.gv_daa001.Name = "gv_daa001";
this.gv_daa001.OptionsColumn.AllowEdit = false;
this.gv_daa001.Tag = "query_a.daa001";
this.gv_daa001.Visible = true;
- this.gv_daa001.VisibleIndex = 3;
- this.gv_daa001.Width = 94;
- //
- // gv_eid
- //
- this.gv_eid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gv_eid.AppearanceCell.Options.UseFont = true;
- this.gv_eid.Caption = "eid 鏄疨RODUCTION_ORDER鐨別rp_id ";
- this.gv_eid.FieldName = "eid";
- this.gv_eid.MinWidth = 50;
- this.gv_eid.Name = "gv_eid";
- this.gv_eid.OptionsColumn.AllowEdit = false;
- this.gv_eid.Tag = "query_a.eid";
- this.gv_eid.Visible = true;
- this.gv_eid.VisibleIndex = 2;
- this.gv_eid.Width = 94;
- //
- // gv_erpid
- //
- this.gv_erpid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gv_erpid.AppearanceCell.Options.UseFont = true;
- this.gv_erpid.Caption = "PRODUCTION_ORDER_SUB涓殑ERP_ID ";
- this.gv_erpid.FieldName = "erpid";
- this.gv_erpid.MinWidth = 50;
- this.gv_erpid.Name = "gv_erpid";
- this.gv_erpid.OptionsColumn.AllowEdit = false;
- this.gv_erpid.Tag = "query_a.erpid";
- this.gv_erpid.Visible = true;
- this.gv_erpid.VisibleIndex = 1;
- this.gv_erpid.Width = 94;
- //
- // gv_id
- //
- this.gv_id.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gv_id.AppearanceCell.Options.UseFont = true;
- this.gv_id.Caption = "id ";
- this.gv_id.FieldName = "id";
- this.gv_id.MinWidth = 50;
- this.gv_id.Name = "gv_id";
- this.gv_id.OptionsColumn.AllowEdit = false;
- this.gv_id.Tag = "query_a.id";
- this.gv_id.Visible = true;
- this.gv_id.VisibleIndex = 0;
- this.gv_id.Width = 94;
+ this.gv_daa001.VisibleIndex = 0;
+ this.gv_daa001.Width = 100;
//
// toolBarMenu1
//
@@ -1380,14 +1180,16 @@
//
// gridView1
//
+ this.gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true;
+ this.gridView1.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F);
this.gridView1.Appearance.Row.Options.UseFont = true;
+ this.gridView1.ColumnPanelRowHeight = 50;
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
- this.gv_id,
- this.gv_erpid,
- this.gv_eid,
this.gv_daa001,
- this.gv_daa003,
+ this.gridColumn3,
+ this.gridColumn2,
+ this.gridColumn1,
this.gv_daa008,
this.gv_unit,
this.gv_daa014,
@@ -1400,22 +1202,47 @@
this.gv_daa018,
this.gv_wgTime,
this.gv_wgUser,
- this.gv_pcId,
this.gv_pcSh,
- this.gv_miCn,
this.gv_scheduleOrder,
this.gv_pcTime,
- this.gv_daa013,
this.gv_departId,
- this.gv_remark,
- this.gv_pcGuid,
- this.gv_rwdGuid});
+ this.gv_remark});
this.gridView1.GridControl = this.gcMain;
this.gridView1.IndicatorWidth = 50;
this.gridView1.Name = "gridView1";
this.gridView1.OptionsFind.ShowSearchNavButtons = false;
this.gridView1.OptionsView.ShowAutoFilterRow = true;
this.gridView1.OptionsView.ShowGroupPanel = false;
+ //
+ // gridColumn3
+ //
+ this.gridColumn3.Caption = "鐗╂枡缂栫爜";
+ this.gridColumn3.FieldName = "wlbm";
+ this.gridColumn3.MinWidth = 80;
+ this.gridColumn3.Name = "gridColumn3";
+ this.gridColumn3.Visible = true;
+ this.gridColumn3.VisibleIndex = 1;
+ this.gridColumn3.Width = 94;
+ //
+ // gridColumn2
+ //
+ this.gridColumn2.Caption = "鐗╂枡鍚嶇О";
+ this.gridColumn2.FieldName = "wlmc";
+ this.gridColumn2.MinWidth = 150;
+ this.gridColumn2.Name = "gridColumn2";
+ this.gridColumn2.Visible = true;
+ this.gridColumn2.VisibleIndex = 2;
+ this.gridColumn2.Width = 150;
+ //
+ // gridColumn1
+ //
+ this.gridColumn1.Caption = "鐗╂枡瑙勬牸";
+ this.gridColumn1.FieldName = "wlgg";
+ this.gridColumn1.MinWidth = 150;
+ this.gridColumn1.Name = "gridColumn1";
+ this.gridColumn1.Visible = true;
+ this.gridColumn1.VisibleIndex = 3;
+ this.gridColumn1.Width = 150;
//
// xtraTabControl1
//
@@ -1466,893 +1293,11 @@
this.tabMx.Size = new System.Drawing.Size(1126, 297);
this.tabMx.TabIndex = 2;
this.tabMx.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
- this.tabMxPage1,
- this.xtraTabPage3});
- //
- // xtraTabPage3
- //
- this.xtraTabPage3.Controls.Add(this.gcMx2);
- this.xtraTabPage3.Name = "xtraTabPage3";
- this.xtraTabPage3.Size = new System.Drawing.Size(1124, 112);
- this.xtraTabPage3.Text = "鏉$爜鏄庣粏";
- //
- // gcMx2
- //
- this.gcMx2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.gcMx2.Location = new System.Drawing.Point(0, 0);
- this.gcMx2.MainView = this.gvMx2;
- this.gcMx2.Name = "gcMx2";
- this.gcMx2.Size = new System.Drawing.Size(1124, 112);
- this.gcMx2.TabIndex = 1;
- this.gcMx2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
- this.gvMx2});
- //
- // gvMx2
- //
- this.gvMx2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
- this.gvMx2guid,
- this.gvMx2itemBarcode,
- this.gvMx2cProductCode,
- this.gvMx2cItemBarcode,
- this.gvMx2cItemCode,
- this.gvMx2itemNo,
- this.gvMx2lotNo,
- this.gvMx2quantity,
- this.gvMx2taskNo,
- this.gvMx2createBy,
- this.gvMx2createDate,
- this.gvMx2lastupdateBy,
- this.gvMx2lastupdateDate,
- this.gvMx2custNo,
- this.gvMx2rohInId,
- this.gvMx2oldqty,
- this.gvMx2useqty,
- this.gvMx2location,
- this.gvMx2unit,
- this.gvMx2weightUnit,
- this.gvMx2price,
- this.gvMx2oldBarQuantity,
- this.gvMx2sumBarcode,
- this.gvMx2lotDate,
- this.gvMx2mocode,
- this.gvMx2memo,
- this.gvMx2suppNo,
- this.gvMx2spostion,
- this.gvMx2epostion,
- this.gvMx2itemSname,
- this.gvMx2visable,
- this.gvMx2trLotno,
- this.gvMx2flezzDate,
- this.gvMx2flezzReason,
- this.gvMx2flezzBy,
- this.gvMx2delanyMonth,
- this.gvMx2minpackFlag,
- this.gvMx2printId,
- this.gvMx2epItem,
- this.gvMx2linfline,
- this.gvMx2validTime,
- this.gvMx2iqcStatus,
- this.gvMx2fcar,
- this.gvMx2gweight,
- this.gvMx2nweight,
- this.gvMx2barcodetype,
- this.gvMx2suppName,
- this.gvMx2billNo,
- this.gvMx2urgentFlag,
- this.gvMx2colorName,
- this.gvMx2boardStyle,
- this.gvMx2insDate,
- this.gvMx2workLine,
- this.gvMx2memoBad,
- this.gvMx2workNo,
- this.gvMx2comeFlg,
- this.gvMx2lineNo,
- this.gvMx2workFlg,
- this.gvMx2workLast,
- this.gvMx2workFlgtime,
- this.gvMx2itemId});
- this.gvMx2.GridControl = this.gcMx2;
- this.gvMx2.Name = "gvMx2";
- this.gvMx2.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True;
- this.gvMx2.OptionsFind.ShowSearchNavButtons = false;
- this.gvMx2.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
- this.gvMx2.OptionsView.ShowGroupPanel = false;
- //
- // gvMx2guid
- //
- this.gvMx2guid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2guid.AppearanceCell.Options.UseFont = true;
- this.gvMx2guid.Caption = "guid ";
- this.gvMx2guid.FieldName = "guid";
- this.gvMx2guid.MinWidth = 50;
- this.gvMx2guid.Name = "gvMx2guid";
- this.gvMx2guid.Tag = "query_a.guid";
- this.gvMx2guid.Width = 94;
- //
- // gvMx2itemBarcode
- //
- this.gvMx2itemBarcode.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2itemBarcode.AppearanceCell.Options.UseFont = true;
- this.gvMx2itemBarcode.Caption = "鐗╂枡鏉$爜 ";
- this.gvMx2itemBarcode.FieldName = "itemBarcode";
- this.gvMx2itemBarcode.MinWidth = 50;
- this.gvMx2itemBarcode.Name = "gvMx2itemBarcode";
- this.gvMx2itemBarcode.Tag = "query_a.ITEM_BARCODE";
- this.gvMx2itemBarcode.Visible = true;
- this.gvMx2itemBarcode.VisibleIndex = 0;
- this.gvMx2itemBarcode.Width = 94;
- //
- // gvMx2cProductCode
- //
- this.gvMx2cProductCode.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2cProductCode.AppearanceCell.Options.UseFont = true;
- this.gvMx2cProductCode.Caption = "瀹㈡埛鎴愬搧缂栫爜 ";
- this.gvMx2cProductCode.FieldName = "cProductCode";
- this.gvMx2cProductCode.MinWidth = 50;
- this.gvMx2cProductCode.Name = "gvMx2cProductCode";
- this.gvMx2cProductCode.Tag = "query_a.C_PRODUCT_CODE";
- this.gvMx2cProductCode.Visible = true;
- this.gvMx2cProductCode.VisibleIndex = 1;
- this.gvMx2cProductCode.Width = 94;
- //
- // gvMx2cItemBarcode
- //
- this.gvMx2cItemBarcode.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2cItemBarcode.AppearanceCell.Options.UseFont = true;
- this.gvMx2cItemBarcode.Caption = "瀹㈡埛鐗╂枡鏉$爜 ";
- this.gvMx2cItemBarcode.FieldName = "cItemBarcode";
- this.gvMx2cItemBarcode.MinWidth = 50;
- this.gvMx2cItemBarcode.Name = "gvMx2cItemBarcode";
- this.gvMx2cItemBarcode.Tag = "query_a.C_ITEM_BARCODE";
- this.gvMx2cItemBarcode.Visible = true;
- this.gvMx2cItemBarcode.VisibleIndex = 2;
- this.gvMx2cItemBarcode.Width = 94;
- //
- // gvMx2cItemCode
- //
- this.gvMx2cItemCode.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2cItemCode.AppearanceCell.Options.UseFont = true;
- this.gvMx2cItemCode.Caption = "瀹㈡埛鐗╂枡缂栫爜 ";
- this.gvMx2cItemCode.FieldName = "cItemCode";
- this.gvMx2cItemCode.MinWidth = 50;
- this.gvMx2cItemCode.Name = "gvMx2cItemCode";
- this.gvMx2cItemCode.Tag = "query_a.C_ITEM_CODE";
- this.gvMx2cItemCode.Visible = true;
- this.gvMx2cItemCode.VisibleIndex = 3;
- this.gvMx2cItemCode.Width = 94;
- //
- // gvMx2itemNo
- //
- this.gvMx2itemNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2itemNo.AppearanceCell.Options.UseFont = true;
- this.gvMx2itemNo.Caption = "鏈徃鐗╂枡缂栫爜 ";
- this.gvMx2itemNo.FieldName = "itemNo";
- this.gvMx2itemNo.MinWidth = 50;
- this.gvMx2itemNo.Name = "gvMx2itemNo";
- this.gvMx2itemNo.Tag = "query_a.ITEM_NO";
- this.gvMx2itemNo.Visible = true;
- this.gvMx2itemNo.VisibleIndex = 4;
- this.gvMx2itemNo.Width = 94;
- //
- // gvMx2lotNo
- //
- this.gvMx2lotNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2lotNo.AppearanceCell.Options.UseFont = true;
- this.gvMx2lotNo.Caption = "鍘傚鎵规 ";
- this.gvMx2lotNo.FieldName = "lotNo";
- this.gvMx2lotNo.MinWidth = 50;
- this.gvMx2lotNo.Name = "gvMx2lotNo";
- this.gvMx2lotNo.Tag = "query_a.LOT_NO";
- this.gvMx2lotNo.Visible = true;
- this.gvMx2lotNo.VisibleIndex = 5;
- this.gvMx2lotNo.Width = 94;
- //
- // gvMx2quantity
- //
- this.gvMx2quantity.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2quantity.AppearanceCell.Options.UseFont = true;
- this.gvMx2quantity.Caption = "鏁伴噺 ";
- this.gvMx2quantity.FieldName = "quantity";
- this.gvMx2quantity.MinWidth = 50;
- this.gvMx2quantity.Name = "gvMx2quantity";
- this.gvMx2quantity.Tag = "query_a.QUANTITY";
- this.gvMx2quantity.Visible = true;
- this.gvMx2quantity.VisibleIndex = 6;
- this.gvMx2quantity.Width = 94;
- //
- // gvMx2taskNo
- //
- this.gvMx2taskNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2taskNo.AppearanceCell.Options.UseFont = true;
- this.gvMx2taskNo.Caption = "鐢熶骇宸ュ崟 ";
- this.gvMx2taskNo.FieldName = "taskNo";
- this.gvMx2taskNo.MinWidth = 50;
- this.gvMx2taskNo.Name = "gvMx2taskNo";
- this.gvMx2taskNo.Tag = "query_a.TASK_NO";
- this.gvMx2taskNo.Visible = true;
- this.gvMx2taskNo.VisibleIndex = 7;
- this.gvMx2taskNo.Width = 94;
- //
- // gvMx2createBy
- //
- this.gvMx2createBy.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2createBy.AppearanceCell.Options.UseFont = true;
- this.gvMx2createBy.Caption = "鍒涘缓浜� ";
- this.gvMx2createBy.FieldName = "createBy";
- this.gvMx2createBy.MinWidth = 50;
- this.gvMx2createBy.Name = "gvMx2createBy";
- this.gvMx2createBy.Tag = "query_a.CREATE_BY";
- this.gvMx2createBy.Visible = true;
- this.gvMx2createBy.VisibleIndex = 8;
- this.gvMx2createBy.Width = 94;
- //
- // gvMx2createDate
- //
- this.gvMx2createDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2createDate.AppearanceCell.Options.UseFont = true;
- this.gvMx2createDate.Caption = "鍒涘缓鏃堕棿 ";
- this.gvMx2createDate.FieldName = "createDate";
- this.gvMx2createDate.MinWidth = 50;
- this.gvMx2createDate.Name = "gvMx2createDate";
- this.gvMx2createDate.Tag = "query_a.CREATE_DATE";
- this.gvMx2createDate.Visible = true;
- this.gvMx2createDate.VisibleIndex = 9;
- this.gvMx2createDate.Width = 94;
- //
- // gvMx2lastupdateBy
- //
- this.gvMx2lastupdateBy.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2lastupdateBy.AppearanceCell.Options.UseFont = true;
- this.gvMx2lastupdateBy.Caption = "鏈�鍚庢洿鏂颁汉 ";
- this.gvMx2lastupdateBy.FieldName = "lastupdateBy";
- this.gvMx2lastupdateBy.MinWidth = 50;
- this.gvMx2lastupdateBy.Name = "gvMx2lastupdateBy";
- this.gvMx2lastupdateBy.Tag = "query_a.LASTUPDATE_BY";
- this.gvMx2lastupdateBy.Visible = true;
- this.gvMx2lastupdateBy.VisibleIndex = 10;
- this.gvMx2lastupdateBy.Width = 94;
- //
- // gvMx2lastupdateDate
- //
- this.gvMx2lastupdateDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2lastupdateDate.AppearanceCell.Options.UseFont = true;
- this.gvMx2lastupdateDate.Caption = "鏈�鍚庢洿鏂版椂闂� ";
- this.gvMx2lastupdateDate.FieldName = "lastupdateDate";
- this.gvMx2lastupdateDate.MinWidth = 50;
- this.gvMx2lastupdateDate.Name = "gvMx2lastupdateDate";
- this.gvMx2lastupdateDate.Tag = "query_a.LASTUPDATE_DATE";
- this.gvMx2lastupdateDate.Visible = true;
- this.gvMx2lastupdateDate.VisibleIndex = 11;
- this.gvMx2lastupdateDate.Width = 94;
- //
- // gvMx2custNo
- //
- this.gvMx2custNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2custNo.AppearanceCell.Options.UseFont = true;
- this.gvMx2custNo.Caption = "瀹㈡埛缂栧彿 ";
- this.gvMx2custNo.FieldName = "custNo";
- this.gvMx2custNo.MinWidth = 50;
- this.gvMx2custNo.Name = "gvMx2custNo";
- this.gvMx2custNo.Tag = "query_a.CUST_NO";
- this.gvMx2custNo.Visible = true;
- this.gvMx2custNo.VisibleIndex = 12;
- this.gvMx2custNo.Width = 94;
- //
- // gvMx2rohInId
- //
- this.gvMx2rohInId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2rohInId.AppearanceCell.Options.UseFont = true;
- this.gvMx2rohInId.Caption = "鏀舵枡琛↖D ";
- this.gvMx2rohInId.FieldName = "rohInId";
- this.gvMx2rohInId.MinWidth = 50;
- this.gvMx2rohInId.Name = "gvMx2rohInId";
- this.gvMx2rohInId.Tag = "query_a.ROH_IN_ID";
- this.gvMx2rohInId.Visible = true;
- this.gvMx2rohInId.VisibleIndex = 13;
- this.gvMx2rohInId.Width = 94;
- //
- // gvMx2oldqty
- //
- this.gvMx2oldqty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2oldqty.AppearanceCell.Options.UseFont = true;
- this.gvMx2oldqty.Caption = "鍘熷鏁伴噺 ";
- this.gvMx2oldqty.FieldName = "oldqty";
- this.gvMx2oldqty.MinWidth = 50;
- this.gvMx2oldqty.Name = "gvMx2oldqty";
- this.gvMx2oldqty.Tag = "query_a.OLDQTY";
- this.gvMx2oldqty.Visible = true;
- this.gvMx2oldqty.VisibleIndex = 14;
- this.gvMx2oldqty.Width = 94;
- //
- // gvMx2useqty
- //
- this.gvMx2useqty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2useqty.AppearanceCell.Options.UseFont = true;
- this.gvMx2useqty.Caption = "浣跨敤鏁伴噺 ";
- this.gvMx2useqty.FieldName = "useqty";
- this.gvMx2useqty.MinWidth = 50;
- this.gvMx2useqty.Name = "gvMx2useqty";
- this.gvMx2useqty.Tag = "query_a.USEQTY";
- this.gvMx2useqty.Visible = true;
- this.gvMx2useqty.VisibleIndex = 15;
- this.gvMx2useqty.Width = 94;
- //
- // gvMx2location
- //
- this.gvMx2location.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2location.AppearanceCell.Options.UseFont = true;
- this.gvMx2location.Caption = "0鍦ㄥ簱锛�1鍦ㄧ嚎锛�2浣滃簾 ";
- this.gvMx2location.FieldName = "location";
- this.gvMx2location.MinWidth = 50;
- this.gvMx2location.Name = "gvMx2location";
- this.gvMx2location.Tag = "query_a.LOCATION";
- this.gvMx2location.Visible = true;
- this.gvMx2location.VisibleIndex = 16;
- this.gvMx2location.Width = 94;
- //
- // gvMx2unit
- //
- this.gvMx2unit.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2unit.AppearanceCell.Options.UseFont = true;
- this.gvMx2unit.Caption = "鍗曚綅 ";
- this.gvMx2unit.FieldName = "unit";
- this.gvMx2unit.MinWidth = 50;
- this.gvMx2unit.Name = "gvMx2unit";
- this.gvMx2unit.Tag = "query_a.UNIT";
- this.gvMx2unit.Visible = true;
- this.gvMx2unit.VisibleIndex = 17;
- this.gvMx2unit.Width = 94;
- //
- // gvMx2weightUnit
- //
- this.gvMx2weightUnit.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2weightUnit.AppearanceCell.Options.UseFont = true;
- this.gvMx2weightUnit.Caption = "閲嶉噺锛堝崟浣嶏細鍏枻锛� ";
- this.gvMx2weightUnit.FieldName = "weightUnit";
- this.gvMx2weightUnit.MinWidth = 50;
- this.gvMx2weightUnit.Name = "gvMx2weightUnit";
- this.gvMx2weightUnit.Tag = "query_a.WEIGHT_UNIT";
- this.gvMx2weightUnit.Visible = true;
- this.gvMx2weightUnit.VisibleIndex = 18;
- this.gvMx2weightUnit.Width = 94;
- //
- // gvMx2price
- //
- this.gvMx2price.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2price.AppearanceCell.Options.UseFont = true;
- this.gvMx2price.Caption = "鍗曚环 ";
- this.gvMx2price.FieldName = "price";
- this.gvMx2price.MinWidth = 50;
- this.gvMx2price.Name = "gvMx2price";
- this.gvMx2price.Tag = "query_a.PRICE";
- this.gvMx2price.Visible = true;
- this.gvMx2price.VisibleIndex = 19;
- this.gvMx2price.Width = 94;
- //
- // gvMx2oldBarQuantity
- //
- this.gvMx2oldBarQuantity.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2oldBarQuantity.AppearanceCell.Options.UseFont = true;
- this.gvMx2oldBarQuantity.Caption = "鍘熸潯鐮佹暟閲� ";
- this.gvMx2oldBarQuantity.FieldName = "oldBarQuantity";
- this.gvMx2oldBarQuantity.MinWidth = 50;
- this.gvMx2oldBarQuantity.Name = "gvMx2oldBarQuantity";
- this.gvMx2oldBarQuantity.Tag = "query_a.OLD_BAR_QUANTITY";
- this.gvMx2oldBarQuantity.Visible = true;
- this.gvMx2oldBarQuantity.VisibleIndex = 20;
- this.gvMx2oldBarQuantity.Width = 94;
- //
- // gvMx2sumBarcode
- //
- this.gvMx2sumBarcode.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2sumBarcode.AppearanceCell.Options.UseFont = true;
- this.gvMx2sumBarcode.Caption = "姹囨�绘潯鐮� ";
- this.gvMx2sumBarcode.FieldName = "sumBarcode";
- this.gvMx2sumBarcode.MinWidth = 50;
- this.gvMx2sumBarcode.Name = "gvMx2sumBarcode";
- this.gvMx2sumBarcode.Tag = "query_a.SUM_BARCODE";
- this.gvMx2sumBarcode.Visible = true;
- this.gvMx2sumBarcode.VisibleIndex = 21;
- this.gvMx2sumBarcode.Width = 94;
- //
- // gvMx2lotDate
- //
- this.gvMx2lotDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2lotDate.AppearanceCell.Options.UseFont = true;
- this.gvMx2lotDate.Caption = "鎵规鏃ユ湡 ";
- this.gvMx2lotDate.FieldName = "lotDate";
- this.gvMx2lotDate.MinWidth = 50;
- this.gvMx2lotDate.Name = "gvMx2lotDate";
- this.gvMx2lotDate.Tag = "query_a.LOT_DATE";
- this.gvMx2lotDate.Visible = true;
- this.gvMx2lotDate.VisibleIndex = 22;
- this.gvMx2lotDate.Width = 94;
- //
- // gvMx2mocode
- //
- this.gvMx2mocode.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2mocode.AppearanceCell.Options.UseFont = true;
- this.gvMx2mocode.Caption = "鎴愬搧鏉$爜 ";
- this.gvMx2mocode.FieldName = "mocode";
- this.gvMx2mocode.MinWidth = 50;
- this.gvMx2mocode.Name = "gvMx2mocode";
- this.gvMx2mocode.Tag = "query_a.MOCODE";
- this.gvMx2mocode.Visible = true;
- this.gvMx2mocode.VisibleIndex = 23;
- this.gvMx2mocode.Width = 94;
- //
- // gvMx2memo
- //
- this.gvMx2memo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2memo.AppearanceCell.Options.UseFont = true;
- this.gvMx2memo.Caption = "澶囨敞 ";
- this.gvMx2memo.FieldName = "memo";
- this.gvMx2memo.MinWidth = 50;
- this.gvMx2memo.Name = "gvMx2memo";
- this.gvMx2memo.Tag = "query_a.MEMO";
- this.gvMx2memo.Visible = true;
- this.gvMx2memo.VisibleIndex = 24;
- this.gvMx2memo.Width = 94;
- //
- // gvMx2suppNo
- //
- this.gvMx2suppNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2suppNo.AppearanceCell.Options.UseFont = true;
- this.gvMx2suppNo.Caption = "渚涘簲鍟嗙紪鍙� ";
- this.gvMx2suppNo.FieldName = "suppNo";
- this.gvMx2suppNo.MinWidth = 50;
- this.gvMx2suppNo.Name = "gvMx2suppNo";
- this.gvMx2suppNo.Tag = "query_a.SUPP_NO";
- this.gvMx2suppNo.Visible = true;
- this.gvMx2suppNo.VisibleIndex = 25;
- this.gvMx2suppNo.Width = 94;
- //
- // gvMx2spostion
- //
- this.gvMx2spostion.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2spostion.AppearanceCell.Options.UseFont = true;
- this.gvMx2spostion.Caption = "鍙戣揣浣嶇疆 ";
- this.gvMx2spostion.FieldName = "spostion";
- this.gvMx2spostion.MinWidth = 50;
- this.gvMx2spostion.Name = "gvMx2spostion";
- this.gvMx2spostion.Tag = "query_a.SPOSTION";
- this.gvMx2spostion.Visible = true;
- this.gvMx2spostion.VisibleIndex = 26;
- this.gvMx2spostion.Width = 94;
- //
- // gvMx2epostion
- //
- this.gvMx2epostion.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2epostion.AppearanceCell.Options.UseFont = true;
- this.gvMx2epostion.Caption = "鍒拌揣浣嶇疆 ";
- this.gvMx2epostion.FieldName = "epostion";
- this.gvMx2epostion.MinWidth = 50;
- this.gvMx2epostion.Name = "gvMx2epostion";
- this.gvMx2epostion.Tag = "query_a.EPOSTION";
- this.gvMx2epostion.Visible = true;
- this.gvMx2epostion.VisibleIndex = 27;
- this.gvMx2epostion.Width = 94;
- //
- // gvMx2itemSname
- //
- this.gvMx2itemSname.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2itemSname.AppearanceCell.Options.UseFont = true;
- this.gvMx2itemSname.Caption = "鐗╂枡鍚嶇О ";
- this.gvMx2itemSname.FieldName = "itemSname";
- this.gvMx2itemSname.MinWidth = 50;
- this.gvMx2itemSname.Name = "gvMx2itemSname";
- this.gvMx2itemSname.Tag = "query_a.ITEM_SNAME";
- this.gvMx2itemSname.Visible = true;
- this.gvMx2itemSname.VisibleIndex = 28;
- this.gvMx2itemSname.Width = 94;
- //
- // gvMx2visable
- //
- this.gvMx2visable.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2visable.AppearanceCell.Options.UseFont = true;
- this.gvMx2visable.Caption = "鏄惁鍙 ";
- this.gvMx2visable.FieldName = "visable";
- this.gvMx2visable.MinWidth = 50;
- this.gvMx2visable.Name = "gvMx2visable";
- this.gvMx2visable.Tag = "query_a.VISABLE";
- this.gvMx2visable.Visible = true;
- this.gvMx2visable.VisibleIndex = 29;
- this.gvMx2visable.Width = 94;
- //
- // gvMx2trLotno
- //
- this.gvMx2trLotno.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2trLotno.AppearanceCell.Options.UseFont = true;
- this.gvMx2trLotno.Caption = "澶栧彂鎵规鍙� ";
- this.gvMx2trLotno.FieldName = "trLotno";
- this.gvMx2trLotno.MinWidth = 50;
- this.gvMx2trLotno.Name = "gvMx2trLotno";
- this.gvMx2trLotno.Tag = "query_a.TR_LOTNO";
- this.gvMx2trLotno.Visible = true;
- this.gvMx2trLotno.VisibleIndex = 30;
- this.gvMx2trLotno.Width = 94;
- //
- // gvMx2flezzDate
- //
- this.gvMx2flezzDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2flezzDate.AppearanceCell.Options.UseFont = true;
- this.gvMx2flezzDate.Caption = "鍙戣揣鏃ユ湡 ";
- this.gvMx2flezzDate.FieldName = "flezzDate";
- this.gvMx2flezzDate.MinWidth = 50;
- this.gvMx2flezzDate.Name = "gvMx2flezzDate";
- this.gvMx2flezzDate.Tag = "query_a.FLEZZ_DATE";
- this.gvMx2flezzDate.Visible = true;
- this.gvMx2flezzDate.VisibleIndex = 31;
- this.gvMx2flezzDate.Width = 94;
- //
- // gvMx2flezzReason
- //
- this.gvMx2flezzReason.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2flezzReason.AppearanceCell.Options.UseFont = true;
- this.gvMx2flezzReason.Caption = "澶栧彂鍘熷洜 ";
- this.gvMx2flezzReason.FieldName = "flezzReason";
- this.gvMx2flezzReason.MinWidth = 50;
- this.gvMx2flezzReason.Name = "gvMx2flezzReason";
- this.gvMx2flezzReason.Tag = "query_a.FLEZZ_REASON";
- this.gvMx2flezzReason.Visible = true;
- this.gvMx2flezzReason.VisibleIndex = 32;
- this.gvMx2flezzReason.Width = 94;
- //
- // gvMx2flezzBy
- //
- this.gvMx2flezzBy.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2flezzBy.AppearanceCell.Options.UseFont = true;
- this.gvMx2flezzBy.Caption = "澶栧彂浜� ";
- this.gvMx2flezzBy.FieldName = "flezzBy";
- this.gvMx2flezzBy.MinWidth = 50;
- this.gvMx2flezzBy.Name = "gvMx2flezzBy";
- this.gvMx2flezzBy.Tag = "query_a.FLEZZ_BY";
- this.gvMx2flezzBy.Visible = true;
- this.gvMx2flezzBy.VisibleIndex = 33;
- this.gvMx2flezzBy.Width = 94;
- //
- // gvMx2delanyMonth
- //
- this.gvMx2delanyMonth.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2delanyMonth.AppearanceCell.Options.UseFont = true;
- this.gvMx2delanyMonth.Caption = "鍙戣揣鏈� ";
- this.gvMx2delanyMonth.FieldName = "delanyMonth";
- this.gvMx2delanyMonth.MinWidth = 50;
- this.gvMx2delanyMonth.Name = "gvMx2delanyMonth";
- this.gvMx2delanyMonth.Tag = "query_a.DELANY_MONTH";
- this.gvMx2delanyMonth.Visible = true;
- this.gvMx2delanyMonth.VisibleIndex = 34;
- this.gvMx2delanyMonth.Width = 94;
- //
- // gvMx2minpackFlag
- //
- this.gvMx2minpackFlag.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2minpackFlag.AppearanceCell.Options.UseFont = true;
- this.gvMx2minpackFlag.Caption = "鏄惁鏈�灏忓寘瑁� ";
- this.gvMx2minpackFlag.FieldName = "minpackFlag";
- this.gvMx2minpackFlag.MinWidth = 50;
- this.gvMx2minpackFlag.Name = "gvMx2minpackFlag";
- this.gvMx2minpackFlag.Tag = "query_a.MINPACK_FLAG";
- this.gvMx2minpackFlag.Visible = true;
- this.gvMx2minpackFlag.VisibleIndex = 35;
- this.gvMx2minpackFlag.Width = 94;
- //
- // gvMx2printId
- //
- this.gvMx2printId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2printId.AppearanceCell.Options.UseFont = true;
- this.gvMx2printId.Caption = "鎵撳嵃ID ";
- this.gvMx2printId.FieldName = "printId";
- this.gvMx2printId.MinWidth = 50;
- this.gvMx2printId.Name = "gvMx2printId";
- this.gvMx2printId.Tag = "query_a.PRINT_ID";
- this.gvMx2printId.Visible = true;
- this.gvMx2printId.VisibleIndex = 36;
- this.gvMx2printId.Width = 94;
- //
- // gvMx2epItem
- //
- this.gvMx2epItem.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2epItem.AppearanceCell.Options.UseFont = true;
- this.gvMx2epItem.Caption = "鐜鐗╂枡 ";
- this.gvMx2epItem.FieldName = "epItem";
- this.gvMx2epItem.MinWidth = 50;
- this.gvMx2epItem.Name = "gvMx2epItem";
- this.gvMx2epItem.Tag = "query_a.EP_ITEM";
- this.gvMx2epItem.Visible = true;
- this.gvMx2epItem.VisibleIndex = 37;
- this.gvMx2epItem.Width = 94;
- //
- // gvMx2linfline
- //
- this.gvMx2linfline.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2linfline.AppearanceCell.Options.UseFont = true;
- this.gvMx2linfline.Caption = "琛屽彿 ";
- this.gvMx2linfline.FieldName = "linfline";
- this.gvMx2linfline.MinWidth = 50;
- this.gvMx2linfline.Name = "gvMx2linfline";
- this.gvMx2linfline.Tag = "query_a.LINFLINE";
- this.gvMx2linfline.Visible = true;
- this.gvMx2linfline.VisibleIndex = 38;
- this.gvMx2linfline.Width = 94;
- //
- // gvMx2validTime
- //
- this.gvMx2validTime.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2validTime.AppearanceCell.Options.UseFont = true;
- this.gvMx2validTime.Caption = "鏈夋晥鏃堕棿 ";
- this.gvMx2validTime.FieldName = "validTime";
- this.gvMx2validTime.MinWidth = 50;
- this.gvMx2validTime.Name = "gvMx2validTime";
- this.gvMx2validTime.Tag = "query_a.VALID_TIME";
- this.gvMx2validTime.Visible = true;
- this.gvMx2validTime.VisibleIndex = 39;
- this.gvMx2validTime.Width = 94;
- //
- // gvMx2iqcStatus
- //
- this.gvMx2iqcStatus.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2iqcStatus.AppearanceCell.Options.UseFont = true;
- this.gvMx2iqcStatus.Caption = "璐ㄦ鐘舵�� ";
- this.gvMx2iqcStatus.FieldName = "iqcStatus";
- this.gvMx2iqcStatus.MinWidth = 50;
- this.gvMx2iqcStatus.Name = "gvMx2iqcStatus";
- this.gvMx2iqcStatus.Tag = "query_a.IQC_STATUS";
- this.gvMx2iqcStatus.Visible = true;
- this.gvMx2iqcStatus.VisibleIndex = 40;
- this.gvMx2iqcStatus.Width = 94;
- //
- // gvMx2fcar
- //
- this.gvMx2fcar.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2fcar.AppearanceCell.Options.UseFont = true;
- this.gvMx2fcar.Caption = "杞﹀彿 ";
- this.gvMx2fcar.FieldName = "fcar";
- this.gvMx2fcar.MinWidth = 50;
- this.gvMx2fcar.Name = "gvMx2fcar";
- this.gvMx2fcar.Tag = "query_a.FCAR";
- this.gvMx2fcar.Visible = true;
- this.gvMx2fcar.VisibleIndex = 41;
- this.gvMx2fcar.Width = 94;
- //
- // gvMx2gweight
- //
- this.gvMx2gweight.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2gweight.AppearanceCell.Options.UseFont = true;
- this.gvMx2gweight.Caption = "姣涢噸 ";
- this.gvMx2gweight.FieldName = "gweight";
- this.gvMx2gweight.MinWidth = 50;
- this.gvMx2gweight.Name = "gvMx2gweight";
- this.gvMx2gweight.Tag = "query_a.GWEIGHT";
- this.gvMx2gweight.Visible = true;
- this.gvMx2gweight.VisibleIndex = 42;
- this.gvMx2gweight.Width = 94;
- //
- // gvMx2nweight
- //
- this.gvMx2nweight.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2nweight.AppearanceCell.Options.UseFont = true;
- this.gvMx2nweight.Caption = "鍑�閲� ";
- this.gvMx2nweight.FieldName = "nweight";
- this.gvMx2nweight.MinWidth = 50;
- this.gvMx2nweight.Name = "gvMx2nweight";
- this.gvMx2nweight.Tag = "query_a.NWEIGHT";
- this.gvMx2nweight.Visible = true;
- this.gvMx2nweight.VisibleIndex = 43;
- this.gvMx2nweight.Width = 94;
- //
- // gvMx2barcodetype
- //
- this.gvMx2barcodetype.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2barcodetype.AppearanceCell.Options.UseFont = true;
- this.gvMx2barcodetype.Caption = "鏉$爜绫诲瀷 ";
- this.gvMx2barcodetype.FieldName = "barcodetype";
- this.gvMx2barcodetype.MinWidth = 50;
- this.gvMx2barcodetype.Name = "gvMx2barcodetype";
- this.gvMx2barcodetype.Tag = "query_a.BARCODETYPE";
- this.gvMx2barcodetype.Visible = true;
- this.gvMx2barcodetype.VisibleIndex = 44;
- this.gvMx2barcodetype.Width = 94;
- //
- // gvMx2suppName
- //
- this.gvMx2suppName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2suppName.AppearanceCell.Options.UseFont = true;
- this.gvMx2suppName.Caption = "渚涘簲鍟嗗悕绉� ";
- this.gvMx2suppName.FieldName = "suppName";
- this.gvMx2suppName.MinWidth = 50;
- this.gvMx2suppName.Name = "gvMx2suppName";
- this.gvMx2suppName.Tag = "query_a.SUPP_NAME";
- this.gvMx2suppName.Visible = true;
- this.gvMx2suppName.VisibleIndex = 45;
- this.gvMx2suppName.Width = 94;
- //
- // gvMx2billNo
- //
- this.gvMx2billNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2billNo.AppearanceCell.Options.UseFont = true;
- this.gvMx2billNo.Caption = "鍙戠エ缂栧彿 ";
- this.gvMx2billNo.FieldName = "billNo";
- this.gvMx2billNo.MinWidth = 50;
- this.gvMx2billNo.Name = "gvMx2billNo";
- this.gvMx2billNo.Tag = "query_a.BILL_NO";
- this.gvMx2billNo.Visible = true;
- this.gvMx2billNo.VisibleIndex = 46;
- this.gvMx2billNo.Width = 94;
- //
- // gvMx2urgentFlag
- //
- this.gvMx2urgentFlag.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2urgentFlag.AppearanceCell.Options.UseFont = true;
- this.gvMx2urgentFlag.Caption = "鏄惁绱ф�� ";
- this.gvMx2urgentFlag.FieldName = "urgentFlag";
- this.gvMx2urgentFlag.MinWidth = 50;
- this.gvMx2urgentFlag.Name = "gvMx2urgentFlag";
- this.gvMx2urgentFlag.Tag = "query_a.URGENT_FLAG";
- this.gvMx2urgentFlag.Visible = true;
- this.gvMx2urgentFlag.VisibleIndex = 47;
- this.gvMx2urgentFlag.Width = 94;
- //
- // gvMx2colorName
- //
- this.gvMx2colorName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2colorName.AppearanceCell.Options.UseFont = true;
- this.gvMx2colorName.Caption = "棰滆壊鍚嶇О ";
- this.gvMx2colorName.FieldName = "colorName";
- this.gvMx2colorName.MinWidth = 50;
- this.gvMx2colorName.Name = "gvMx2colorName";
- this.gvMx2colorName.Tag = "query_a.COLOR_NAME";
- this.gvMx2colorName.Visible = true;
- this.gvMx2colorName.VisibleIndex = 48;
- this.gvMx2colorName.Width = 94;
- //
- // gvMx2boardStyle
- //
- this.gvMx2boardStyle.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2boardStyle.AppearanceCell.Options.UseFont = true;
- this.gvMx2boardStyle.Caption = "鏉垮瀷 ";
- this.gvMx2boardStyle.FieldName = "boardStyle";
- this.gvMx2boardStyle.MinWidth = 50;
- this.gvMx2boardStyle.Name = "gvMx2boardStyle";
- this.gvMx2boardStyle.Tag = "query_a.BOARD_STYLE";
- this.gvMx2boardStyle.Visible = true;
- this.gvMx2boardStyle.VisibleIndex = 49;
- this.gvMx2boardStyle.Width = 94;
- //
- // gvMx2insDate
- //
- this.gvMx2insDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2insDate.AppearanceCell.Options.UseFont = true;
- this.gvMx2insDate.Caption = "鍒涘缓鏃ユ湡 ";
- this.gvMx2insDate.FieldName = "insDate";
- this.gvMx2insDate.MinWidth = 50;
- this.gvMx2insDate.Name = "gvMx2insDate";
- this.gvMx2insDate.Tag = "query_a.INS_DATE";
- this.gvMx2insDate.Visible = true;
- this.gvMx2insDate.VisibleIndex = 50;
- this.gvMx2insDate.Width = 94;
- //
- // gvMx2workLine
- //
- this.gvMx2workLine.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2workLine.AppearanceCell.Options.UseFont = true;
- this.gvMx2workLine.Caption = "宸ュ簭绾� ";
- this.gvMx2workLine.FieldName = "workLine";
- this.gvMx2workLine.MinWidth = 50;
- this.gvMx2workLine.Name = "gvMx2workLine";
- this.gvMx2workLine.Tag = "query_a.WORK_LINE";
- this.gvMx2workLine.Visible = true;
- this.gvMx2workLine.VisibleIndex = 51;
- this.gvMx2workLine.Width = 94;
- //
- // gvMx2memoBad
- //
- this.gvMx2memoBad.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2memoBad.AppearanceCell.Options.UseFont = true;
- this.gvMx2memoBad.Caption = "涓嶈壇澶囨敞 ";
- this.gvMx2memoBad.FieldName = "memoBad";
- this.gvMx2memoBad.MinWidth = 50;
- this.gvMx2memoBad.Name = "gvMx2memoBad";
- this.gvMx2memoBad.Tag = "query_a.MEMO_BAD";
- this.gvMx2memoBad.Visible = true;
- this.gvMx2memoBad.VisibleIndex = 52;
- this.gvMx2memoBad.Width = 94;
- //
- // gvMx2workNo
- //
- this.gvMx2workNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2workNo.AppearanceCell.Options.UseFont = true;
- this.gvMx2workNo.Caption = "宸ュ崟 ";
- this.gvMx2workNo.FieldName = "workNo";
- this.gvMx2workNo.MinWidth = 50;
- this.gvMx2workNo.Name = "gvMx2workNo";
- this.gvMx2workNo.Tag = "query_a.WORK_NO";
- this.gvMx2workNo.Visible = true;
- this.gvMx2workNo.VisibleIndex = 53;
- this.gvMx2workNo.Width = 94;
- //
- // gvMx2comeFlg
- //
- this.gvMx2comeFlg.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2comeFlg.AppearanceCell.Options.UseFont = true;
- this.gvMx2comeFlg.Caption = "鍒拌揣鏍囪 ";
- this.gvMx2comeFlg.FieldName = "comeFlg";
- this.gvMx2comeFlg.MinWidth = 50;
- this.gvMx2comeFlg.Name = "gvMx2comeFlg";
- this.gvMx2comeFlg.Tag = "query_a.COME_FLG";
- this.gvMx2comeFlg.Visible = true;
- this.gvMx2comeFlg.VisibleIndex = 54;
- this.gvMx2comeFlg.Width = 94;
- //
- // gvMx2lineNo
- //
- this.gvMx2lineNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2lineNo.AppearanceCell.Options.UseFont = true;
- this.gvMx2lineNo.Caption = "琛屽彿 ";
- this.gvMx2lineNo.FieldName = "lineNo";
- this.gvMx2lineNo.MinWidth = 50;
- this.gvMx2lineNo.Name = "gvMx2lineNo";
- this.gvMx2lineNo.Tag = "query_a.LINE_NO";
- this.gvMx2lineNo.Visible = true;
- this.gvMx2lineNo.VisibleIndex = 55;
- this.gvMx2lineNo.Width = 94;
- //
- // gvMx2workFlg
- //
- this.gvMx2workFlg.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2workFlg.AppearanceCell.Options.UseFont = true;
- this.gvMx2workFlg.Caption = "宸ュ崟鐘舵�� ";
- this.gvMx2workFlg.FieldName = "workFlg";
- this.gvMx2workFlg.MinWidth = 50;
- this.gvMx2workFlg.Name = "gvMx2workFlg";
- this.gvMx2workFlg.Tag = "query_a.WORK_FLG";
- this.gvMx2workFlg.Visible = true;
- this.gvMx2workFlg.VisibleIndex = 56;
- this.gvMx2workFlg.Width = 94;
- //
- // gvMx2workLast
- //
- this.gvMx2workLast.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2workLast.AppearanceCell.Options.UseFont = true;
- this.gvMx2workLast.Caption = "宸ュ崟鏈�鍚庤 ";
- this.gvMx2workLast.FieldName = "workLast";
- this.gvMx2workLast.MinWidth = 50;
- this.gvMx2workLast.Name = "gvMx2workLast";
- this.gvMx2workLast.Tag = "query_a.WORK_LAST";
- this.gvMx2workLast.Visible = true;
- this.gvMx2workLast.VisibleIndex = 57;
- this.gvMx2workLast.Width = 94;
- //
- // gvMx2workFlgtime
- //
- this.gvMx2workFlgtime.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2workFlgtime.AppearanceCell.Options.UseFont = true;
- this.gvMx2workFlgtime.Caption = "宸ュ簭鏃堕棿 ";
- this.gvMx2workFlgtime.FieldName = "workFlgtime";
- this.gvMx2workFlgtime.MinWidth = 50;
- this.gvMx2workFlgtime.Name = "gvMx2workFlgtime";
- this.gvMx2workFlgtime.Tag = "query_a.WORK_FLGTIME";
- this.gvMx2workFlgtime.Visible = true;
- this.gvMx2workFlgtime.VisibleIndex = 58;
- this.gvMx2workFlgtime.Width = 94;
- //
- // gvMx2itemId
- //
- this.gvMx2itemId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gvMx2itemId.AppearanceCell.Options.UseFont = true;
- this.gvMx2itemId.Caption = "鐗╂枡ID ";
- this.gvMx2itemId.FieldName = "itemId";
- this.gvMx2itemId.MinWidth = 50;
- this.gvMx2itemId.Name = "gvMx2itemId";
- this.gvMx2itemId.Tag = "query_a.ITEM_ID";
- this.gvMx2itemId.Visible = true;
- this.gvMx2itemId.VisibleIndex = 59;
- this.gvMx2itemId.Width = 94;
+ this.tabMxPage1});
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.White;
- this.panel1.Controls.Add(this.ucBtnPrint1);
this.panel1.Controls.Add(this.labelControl1);
this.panel1.Controls.Add(this.txt_printRemark);
this.panel1.Controls.Add(this.txt_iCount_1);
@@ -2411,15 +1356,6 @@
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1126, 273);
this.panel1.TabIndex = 1;
- //
- // ucBtnPrint1
- //
- this.ucBtnPrint1.guidKey = null;
- this.ucBtnPrint1.Location = new System.Drawing.Point(675, 221);
- this.ucBtnPrint1.Name = "ucBtnPrint1";
- this.ucBtnPrint1.rptParameter = null;
- this.ucBtnPrint1.Size = new System.Drawing.Size(214, 36);
- this.ucBtnPrint1.TabIndex = 470;
//
// labelControl1
//
@@ -2535,9 +1471,6 @@
this.xtraTabPage2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.tabMx)).EndInit();
this.tabMx.ResumeLayout(false);
- this.xtraTabPage3.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.gcMx2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.gvMx2)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_printRemark.Properties)).EndInit();
@@ -2583,8 +1516,6 @@
private DevExpress.XtraTab.XtraTabPage tabMxPage1;
private DevExpress.XtraGrid.GridControl gcMx1;
private DevExpress.XtraGrid.Views.Grid.GridView gvMx1;
- private DevExpress.XtraGrid.Columns.GridColumn gv_rwdGuid;
- private DevExpress.XtraGrid.Columns.GridColumn gv_pcGuid;
private DevExpress.XtraEditors.LabelControl lb_remark;
private DevExpress.XtraEditors.TextEdit txt_remark;
@@ -2596,7 +1527,6 @@
private DevExpress.XtraEditors.LabelControl lb_daa013;
private DevExpress.XtraEditors.TextEdit txt_daa013;
- private DevExpress.XtraGrid.Columns.GridColumn gv_daa013;
private DevExpress.XtraEditors.LabelControl lb_pcTime;
private DevExpress.XtraEditors.TextEdit txt_pcTime;
@@ -2608,7 +1538,6 @@
private DevExpress.XtraEditors.LabelControl lb_miCn;
private DevExpress.XtraEditors.TextEdit txt_miCn;
- private DevExpress.XtraGrid.Columns.GridColumn gv_miCn;
private DevExpress.XtraEditors.LabelControl lb_pcSh;
private DevExpress.XtraEditors.TextEdit txt_pcSh;
@@ -2616,7 +1545,6 @@
private DevExpress.XtraEditors.LabelControl lb_pcId;
private DevExpress.XtraEditors.TextEdit txt_pcId;
- private DevExpress.XtraGrid.Columns.GridColumn gv_pcId;
private DevExpress.XtraEditors.LabelControl lb_wgUser;
private DevExpress.XtraEditors.TextEdit txt_wgUser;
@@ -2668,84 +1596,18 @@
private DevExpress.XtraEditors.LabelControl lb_daa003;
private DevExpress.XtraEditors.TextEdit txt_daa003;
- private DevExpress.XtraGrid.Columns.GridColumn gv_daa003;
private DevExpress.XtraEditors.LabelControl lb_daa001;
private DevExpress.XtraEditors.TextEdit txt_daa001;
private DevExpress.XtraGrid.Columns.GridColumn gv_daa001;
- private DevExpress.XtraGrid.Columns.GridColumn gv_eid;
- private DevExpress.XtraGrid.Columns.GridColumn gv_erpid;
- private DevExpress.XtraGrid.Columns.GridColumn gv_id;
- private UserControl.UcBtnPrint ucBtnPrint1;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.TextEdit txt_printRemark;
private DevExpress.XtraEditors.TextEdit txt_iCount_1;
private DevExpress.XtraEditors.LabelControl labelControl14;
private DevExpress.XtraEditors.TextEdit txt_psnQty_1;
private DevExpress.XtraEditors.LabelControl labelControl12;
- private DevExpress.XtraTab.XtraTabPage xtraTabPage3;
- private DevExpress.XtraGrid.GridControl gcMx2;
- private DevExpress.XtraGrid.Views.Grid.GridView gvMx2;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2guid;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2itemBarcode;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2cProductCode;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2cItemBarcode;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2cItemCode;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2itemNo;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2lotNo;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2quantity;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2taskNo;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2createBy;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2createDate;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2lastupdateBy;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2lastupdateDate;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2custNo;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2rohInId;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2oldqty;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2useqty;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2location;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2unit;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2weightUnit;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2price;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2oldBarQuantity;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2sumBarcode;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2lotDate;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2mocode;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2memo;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2suppNo;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2spostion;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2epostion;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2itemSname;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2visable;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2trLotno;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2flezzDate;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2flezzReason;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2flezzBy;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2delanyMonth;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2minpackFlag;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2printId;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2epItem;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2linfline;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2validTime;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2iqcStatus;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2fcar;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2gweight;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2nweight;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2barcodetype;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2suppName;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2billNo;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2urgentFlag;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2colorName;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2boardStyle;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2insDate;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2workLine;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2memoBad;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2workNo;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2comeFlg;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2lineNo;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2workFlg;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2workLast;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2workFlgtime;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx2itemId;
+ private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
+ private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
+ private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
}
}
\ No newline at end of file
diff --git a/DevApp/Gs.DevApp/DevFrm/WW/Frm_WwGd.cs b/DevApp/Gs.DevApp/DevFrm/WW/Frm_WwGd.cs
index 82edb3b..754ec05 100644
--- a/DevApp/Gs.DevApp/DevFrm/WW/Frm_WwGd.cs
+++ b/DevApp/Gs.DevApp/DevFrm/WW/Frm_WwGd.cs
@@ -1,4 +1,3 @@
-using DevExpress.RichEdit.Export;
using Gs.DevApp.Entity;
using Gs.DevApp.ToolBox;
using Gs.DevApp.UserControl;
@@ -7,7 +6,6 @@
using System;
using System.Collections.Generic;
using System.Data;
-using System.Drawing;
using System.Threading.Tasks;
using System.Windows.Forms;
@@ -30,7 +28,6 @@
this.toolBarMenu1.btnKgClick += ToolBarMenu1_btnKgClick;
this.toolBarMenu1.btnWgClick += ToolBarMenu1_btnWgClick;
Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameterMx(gvMx1);
- Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameterMx(gvMx2);
Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameter(gridView1, null, null, null, "", (value) =>
{
Gs.DevApp.ToolBox.UtilityHelper.JumpTab(xtraTabControl1, 0);
@@ -44,14 +41,6 @@
});
getPageList(1);
pageBar1.PagerEvent += PageBar1_PagerEvent;
- this.ucBtnPrint1.btnDesignClick += (s, e) =>
- {
- ucBtnPrint1.rptParameter = "rpt_daa{}";
- };
- this.ucBtnPrint1.btnReportClick += (s, e) =>
- {
- _print();
- };
}
private void GridView1_ColumnFilterChanged(object sender, EventArgs e)
{
@@ -294,22 +283,6 @@
{
Gs.DevApp.ToolBox.UtilityHelper.SetDefaultTable(gcMx1, gvMx1);
}
- JArray array2 = new JArray();
- foreach (var a in _job["rtnData"]["list2"])
- {
- array2.Add(a);
- }
- DataTable dt2 = JsonConvert.DeserializeObject<DataTable>(array2.ToString());
- if (dt.Rows.Count > 0)
- {
- gcMx2.BindingContext = new BindingContext();
- gcMx2.DataSource = dt2;
- gcMx2.ForceInitialize();
- }
- else
- {
- Gs.DevApp.ToolBox.UtilityHelper.SetDefaultTable(gcMx2, gvMx2);
- }
}
else
ToolBox.MsgHelper.Warning("鎻愮ず锛�" + _rtn.rtnMsg);
@@ -394,38 +367,5 @@
}
}
- private void _print()
- {
- string rowGuid, rowName;
- (rowGuid, rowName) = UtilityHelper.GetCurrentRow(xtraTabControl1,
- lbGuid, txt_daa001, gridView1);
- ucBtnPrint1.guidKey = rowGuid;
- if (rowGuid.Length < 36)
- {
- Gs.DevApp.ToolBox.MsgHelper.ShowError("璇烽�夋嫨浣犺鎵撳嵃鐨勮锛�");
- this.ucBtnPrint1.rptParameter = "return false";
- return;
- }
- if (string.IsNullOrEmpty(txt_iCount_1.Text.Trim()))
- {
- Gs.DevApp.ToolBox.MsgHelper.ShowError("璇烽�夋嫨鎵撳嵃鏉$爜寮犳暟锛�");
- txt_iCount_1.Focus();
- this.ucBtnPrint1.rptParameter = "return false";
- return;
- }
- if (string.IsNullOrEmpty(txt_psnQty_1.Text.Trim()))
- {
- Gs.DevApp.ToolBox.MsgHelper.ShowError("璇烽�夋嫨鎵撳嵃鏉$爜鏁伴噺锛�");
- txt_psnQty_1.Focus();
- this.ucBtnPrint1.rptParameter = "return false";
- return;
- }
- this.ucBtnPrint1.rptParameter = "rpt_daa{" + ""
- + "," + txt_printRemark.Text.Trim()
- + "," + ""
- + "," + txt_iCount_1.Text.Trim()
- + "," + txt_psnQty_1.Text.Trim()
- + "}";
- }
}
}
\ No newline at end of file
diff --git a/DevApp/Gs.DevApp/DevFrm/WW/Frm_WwPc.cs b/DevApp/Gs.DevApp/DevFrm/WW/Frm_WwPc.cs
index e1a7df7..c92a99e 100644
--- a/DevApp/Gs.DevApp/DevFrm/WW/Frm_WwPc.cs
+++ b/DevApp/Gs.DevApp/DevFrm/WW/Frm_WwPc.cs
@@ -124,7 +124,7 @@
/// <param name="e"></param>
private void ToolBarMenu1_btnChkClick(object sender, EventArgs e)
{
- _toolCk(1, "EditModelSubmit");
+ _toolCk(1);
}
/// <summary>
@@ -135,7 +135,7 @@
/// <exception cref="NotImplementedException"></exception>
private void ToolBarMenu1_btnFChkClick(object sender, EventArgs e)
{
- _toolCk(0, "EditModelSubmitFSH");
+ _toolCk(0);
}
/// <summary>
@@ -423,7 +423,7 @@
/// 宸ュ叿鏉′簨浠�
/// </summary>
/// <param name="inFieldValue"></param>
- private void _toolCk(int _inFieldValue, string _mth)
+ private void _toolCk(int _inFieldValue)
{
string strMsg = "";
switch (_inFieldValue)
@@ -453,7 +453,7 @@
try
{
var strJson = UtilityHelper.HttpPost("",
- _webServiceName + _mth,
+ _webServiceName + "EditModelSubmit",
JsonConvert.SerializeObject(_obj));
var _rtn = UtilityHelper.ReturnToDynamic(strJson);
MsgHelper.Warning(_rtn.rtnData.outMsg.ToString());
--
Gitblit v1.9.3