From 88f69448fd3fb65d437c0b258ea93a3055017abd Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期四, 27 二月 2025 13:39:26 +0800 Subject: [PATCH] 退货申请 --- DevApp/Gs.DevApp/DevFrm/Sales/Frm_SalesReturnNotice.cs | 563 +++++++++ DevApp/Gs.DevApp/DevFrm/Sales/Frm_SalesReturnNotice.Designer.cs | 2634 ++++++++++++++++++++++++++++++++++++++++++++ DevApp/Gs.DevApp/Gs.DevApp.csproj | 9 DevApp/Gs.DevApp/DevFrm/Sales/Frm_SalesReturnNotice.resx | 120 ++ DevApp/Gs.DevApp/DevFrm/Sales/Frm_SalesDeliver.Designer.cs | 161 +- 5 files changed, 3,407 insertions(+), 80 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Sales/Frm_SalesDeliver.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Sales/Frm_SalesDeliver.Designer.cs index 6ac111e..9887491 100644 --- a/DevApp/Gs.DevApp/DevFrm/Sales/Frm_SalesDeliver.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Sales/Frm_SalesDeliver.Designer.cs @@ -29,11 +29,11 @@ /// </summary> private void InitializeComponent() { - DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions8 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions(); - DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject29 = new DevExpress.Utils.SerializableAppearanceObject(); - DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject30 = new DevExpress.Utils.SerializableAppearanceObject(); - DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject31 = new DevExpress.Utils.SerializableAppearanceObject(); - DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject32 = new DevExpress.Utils.SerializableAppearanceObject(); + DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions(); + DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject(); + DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject(); + DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject(); + DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject(); this.gvMx1fseq = new DevExpress.XtraGrid.Columns.GridColumn(); this.gvMx1fEntrynote = new DevExpress.XtraGrid.Columns.GridColumn(); this.gvMx1fRealQty = new DevExpress.XtraGrid.Columns.GridColumn(); @@ -47,6 +47,14 @@ this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemSearchLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemSearchLookUpEdit(); this.repositoryItemSearchLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView(); + this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gvMxDel = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); this.lb_fApproverStaus = new DevExpress.XtraEditors.LabelControl(); @@ -106,14 +114,6 @@ this.labelControl11 = new DevExpress.XtraEditors.LabelControl(); this.lbGuid = new System.Windows.Forms.Label(); this.picCheckBox = new System.Windows.Forms.PictureBox(); - this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn(); - this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn(); - this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn(); - this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn(); - this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn(); - this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn(); - this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn(); - this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn(); this.tabMxPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gcMx1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gvMx1)).BeginInit(); @@ -325,6 +325,70 @@ this.repositoryItemSearchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false; this.repositoryItemSearchLookUpEdit1View.OptionsView.ShowGroupPanel = false; // + // gridColumn10 + // + this.gridColumn10.Caption = "閿�鍞崟鍙�"; + this.gridColumn10.FieldName = "billNo"; + this.gridColumn10.Name = "gridColumn10"; + this.gridColumn10.Visible = true; + this.gridColumn10.VisibleIndex = 0; + // + // gridColumn3 + // + this.gridColumn3.Caption = "鐗╂枡缂栫爜"; + this.gridColumn3.FieldName = "itemNo"; + this.gridColumn3.Name = "gridColumn3"; + this.gridColumn3.Visible = true; + this.gridColumn3.VisibleIndex = 1; + // + // gridColumn4 + // + this.gridColumn4.Caption = "閿�鍞崟浣�"; + this.gridColumn4.FieldName = "dwName"; + this.gridColumn4.Name = "gridColumn4"; + this.gridColumn4.Visible = true; + this.gridColumn4.VisibleIndex = 2; + // + // gridColumn5 + // + this.gridColumn5.Caption = "閿�鍞暟閲�"; + this.gridColumn5.FieldName = "qty"; + this.gridColumn5.Name = "gridColumn5"; + this.gridColumn5.Visible = true; + this.gridColumn5.VisibleIndex = 3; + // + // gridColumn7 + // + this.gridColumn7.Caption = "渚涘簲缁勭粐"; + this.gridColumn7.FieldName = "gyOrg"; + this.gridColumn7.Name = "gridColumn7"; + this.gridColumn7.Visible = true; + this.gridColumn7.VisibleIndex = 4; + // + // gridColumn8 + // + this.gridColumn8.Caption = "搴撳瓨缁勭粐"; + this.gridColumn8.FieldName = "kcOrg"; + this.gridColumn8.Name = "gridColumn8"; + this.gridColumn8.Visible = true; + this.gridColumn8.VisibleIndex = 5; + // + // gridColumn9 + // + this.gridColumn9.Caption = "鍓╀綑鏈嚭鏁伴噺"; + this.gridColumn9.FieldName = "syQty"; + this.gridColumn9.Name = "gridColumn9"; + this.gridColumn9.Visible = true; + this.gridColumn9.VisibleIndex = 6; + // + // gridColumn6 + // + this.gridColumn6.Caption = "閿�鍞粍缁�"; + this.gridColumn6.FieldName = "salesOrgName"; + this.gridColumn6.Name = "gridColumn6"; + this.gridColumn6.Visible = true; + this.gridColumn6.VisibleIndex = 7; + // // gvMxDel // this.gvMxDel.Caption = "绉诲嚭"; @@ -338,10 +402,10 @@ // repositoryItemButtonEdit1 // this.repositoryItemButtonEdit1.AutoHeight = false; - editorButtonImageOptions8.Image = global::Gs.DevApp.Properties.Resources.removegroupfooter_16x16; - editorButtonImageOptions8.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter; + editorButtonImageOptions1.Image = global::Gs.DevApp.Properties.Resources.removegroupfooter_16x16; + editorButtonImageOptions1.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter; this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { - new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "绉诲嚭", -1, true, true, false, editorButtonImageOptions8, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject29, serializableAppearanceObject30, serializableAppearanceObject31, serializableAppearanceObject32, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)}); + new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "绉诲嚭", -1, true, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)}); this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1"; this.repositoryItemButtonEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor; this.repositoryItemButtonEdit1.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEdit1_ButtonClick); @@ -1025,70 +1089,6 @@ this.picCheckBox.TabStop = false; this.picCheckBox.Visible = false; // - // gridColumn3 - // - this.gridColumn3.Caption = "鐗╂枡缂栫爜"; - this.gridColumn3.FieldName = "itemNo"; - this.gridColumn3.Name = "gridColumn3"; - this.gridColumn3.Visible = true; - this.gridColumn3.VisibleIndex = 1; - // - // gridColumn4 - // - this.gridColumn4.Caption = "閿�鍞崟浣�"; - this.gridColumn4.FieldName = "dwName"; - this.gridColumn4.Name = "gridColumn4"; - this.gridColumn4.Visible = true; - this.gridColumn4.VisibleIndex = 2; - // - // gridColumn5 - // - this.gridColumn5.Caption = "閿�鍞暟閲�"; - this.gridColumn5.FieldName = "qty"; - this.gridColumn5.Name = "gridColumn5"; - this.gridColumn5.Visible = true; - this.gridColumn5.VisibleIndex = 3; - // - // gridColumn7 - // - this.gridColumn7.Caption = "渚涘簲缁勭粐"; - this.gridColumn7.FieldName = "gyOrg"; - this.gridColumn7.Name = "gridColumn7"; - this.gridColumn7.Visible = true; - this.gridColumn7.VisibleIndex = 4; - // - // gridColumn8 - // - this.gridColumn8.Caption = "搴撳瓨缁勭粐"; - this.gridColumn8.FieldName = "kcOrg"; - this.gridColumn8.Name = "gridColumn8"; - this.gridColumn8.Visible = true; - this.gridColumn8.VisibleIndex = 5; - // - // gridColumn9 - // - this.gridColumn9.Caption = "鍓╀綑鏈嚭鏁伴噺"; - this.gridColumn9.FieldName = "syQty"; - this.gridColumn9.Name = "gridColumn9"; - this.gridColumn9.Visible = true; - this.gridColumn9.VisibleIndex = 6; - // - // gridColumn10 - // - this.gridColumn10.Caption = "閿�鍞崟鍙�"; - this.gridColumn10.FieldName = "billNo"; - this.gridColumn10.Name = "gridColumn10"; - this.gridColumn10.Visible = true; - this.gridColumn10.VisibleIndex = 0; - // - // gridColumn6 - // - this.gridColumn6.Caption = "閿�鍞粍缁�"; - this.gridColumn6.FieldName = "salesOrgName"; - this.gridColumn6.Name = "gridColumn6"; - this.gridColumn6.Visible = true; - this.gridColumn6.VisibleIndex = 7; - // // Frm_SalesDeliver // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); @@ -1098,6 +1098,7 @@ this.Controls.Add(this.xtraTabControl1); this.Controls.Add(this.toolBarMenu1); this.Name = "Frm_SalesDeliver"; + this.Text = "鍙戣揣閫氱煡鐢宠"; this.tabMxPage1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gcMx1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gvMx1)).EndInit(); diff --git a/DevApp/Gs.DevApp/DevFrm/Sales/Frm_SalesReturnNotice.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Sales/Frm_SalesReturnNotice.Designer.cs new file mode 100644 index 0000000..e06d84e --- /dev/null +++ b/DevApp/Gs.DevApp/DevFrm/Sales/Frm_SalesReturnNotice.Designer.cs @@ -0,0 +1,2634 @@ +/* Create By GS EasyCode */ +namespace Gs.DevApp.DevFrm +{ + partial class Frm_SalesReturnNotice + { + /// <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() + { + DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions(); + DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject(); + DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject(); + DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject(); + DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject(); + this.gvMx1erpHeadId = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gvMx1erpLineId = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gvMx1orderBillNo = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gvMx1sourceBillNo = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gvMx1sourceBillType = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gvMx1ownerId = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gvMx1ownerTypeId = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gvMx1materialCategory = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gvMx1inventoryQuantity = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gvMx1inventoryUnit = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gvMx1salesClerk = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gvMx1returnType = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gvMx1note = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gvMx1lotNumber = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gvMx1planTrackingNumber = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gvMx1warehouse = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gvMx1returnDate = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gvMx1isFree = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gvMx1salesQuantity = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gvMx1salesUnitId = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gvMx1materialSpecification = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gvMx1materialName = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gvMx1materialId = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gvMx1salesOrderId = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gvMx1id = new DevExpress.XtraGrid.Columns.GridColumn(); + this.tabMxPage1 = new DevExpress.XtraTab.XtraTabPage(); + this.gcMx1 = new DevExpress.XtraGrid.GridControl(); + this.gvMx1 = new DevExpress.XtraGrid.Views.Grid.GridView(); + this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); + this.repositoryItemSearchLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemSearchLookUpEdit(); + this.repositoryItemSearchLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView(); + this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn(); + this.lb_billStatus = new DevExpress.XtraEditors.LabelControl(); + this.txt_billStatus = new DevExpress.XtraEditors.TextEdit(); + this.gv_billStatus = new DevExpress.XtraGrid.Columns.GridColumn(); + this.lb_erpId = new DevExpress.XtraEditors.LabelControl(); + this.txt_erpId = new DevExpress.XtraEditors.TextEdit(); + this.gv_erpId = new DevExpress.XtraGrid.Columns.GridColumn(); + this.lb_manualCloseFlag = new DevExpress.XtraEditors.LabelControl(); + this.txt_manualCloseFlag = new DevExpress.XtraEditors.TextEdit(); + this.gv_manualCloseFlag = new DevExpress.XtraGrid.Columns.GridColumn(); + this.lb_closeStatus = new DevExpress.XtraEditors.LabelControl(); + this.txt_closeStatus = new DevExpress.XtraEditors.TextEdit(); + this.gv_closeStatus = new DevExpress.XtraGrid.Columns.GridColumn(); + this.lb_cancelDate = new DevExpress.XtraEditors.LabelControl(); + this.txt_cancelDate = new DevExpress.XtraEditors.TextEdit(); + this.gv_cancelDate = new DevExpress.XtraGrid.Columns.GridColumn(); + this.lb_cancelledBy = new DevExpress.XtraEditors.LabelControl(); + this.txt_cancelledBy = new DevExpress.XtraEditors.TextEdit(); + this.gv_cancelledBy = new DevExpress.XtraGrid.Columns.GridColumn(); + this.lb_cancelStatus = new DevExpress.XtraEditors.LabelControl(); + this.txt_cancelStatus = new DevExpress.XtraEditors.TextEdit(); + this.gv_cancelStatus = new DevExpress.XtraGrid.Columns.GridColumn(); + this.lb_approvedDate = new DevExpress.XtraEditors.LabelControl(); + this.txt_approvedDate = new DevExpress.XtraEditors.TextEdit(); + this.gv_approvedDate = new DevExpress.XtraGrid.Columns.GridColumn(); + this.lb_approvedBy = new DevExpress.XtraEditors.LabelControl(); + this.txt_approvedBy = new DevExpress.XtraEditors.TextEdit(); + this.gv_approvedBy = new DevExpress.XtraGrid.Columns.GridColumn(); + this.lb_closeDate = new DevExpress.XtraEditors.LabelControl(); + this.txt_closeDate = new DevExpress.XtraEditors.TextEdit(); + this.gv_closeDate = new DevExpress.XtraGrid.Columns.GridColumn(); + this.lb_closeReason = new DevExpress.XtraEditors.LabelControl(); + this.txt_closeReason = new DevExpress.XtraEditors.TextEdit(); + this.gv_closeReason = new DevExpress.XtraGrid.Columns.GridColumn(); + this.lb_closedBy = new DevExpress.XtraEditors.LabelControl(); + this.txt_closedBy = new DevExpress.XtraEditors.TextEdit(); + this.gv_closedBy = new DevExpress.XtraGrid.Columns.GridColumn(); + this.lb_modifiedDate = new DevExpress.XtraEditors.LabelControl(); + this.txt_modifiedDate = new DevExpress.XtraEditors.TextEdit(); + this.gv_modifiedDate = new DevExpress.XtraGrid.Columns.GridColumn(); + this.lb_modifiedBy = new DevExpress.XtraEditors.LabelControl(); + this.txt_modifiedBy = new DevExpress.XtraEditors.TextEdit(); + this.gv_modifiedBy = new DevExpress.XtraGrid.Columns.GridColumn(); + this.lb_createdDate = new DevExpress.XtraEditors.LabelControl(); + this.txt_createdDate = new DevExpress.XtraEditors.TextEdit(); + this.gv_createdDate = new DevExpress.XtraGrid.Columns.GridColumn(); + this.lb_createdBy = new DevExpress.XtraEditors.LabelControl(); + this.txt_createdBy = new DevExpress.XtraEditors.TextEdit(); + this.gv_createdBy = new DevExpress.XtraGrid.Columns.GridColumn(); + this.lb_settleParty = new DevExpress.XtraEditors.LabelControl(); + this.txt_settleParty = new DevExpress.XtraEditors.TextEdit(); + this.gv_settleParty = new DevExpress.XtraGrid.Columns.GridColumn(); + this.lb_receiverName = new DevExpress.XtraEditors.LabelControl(); + this.txt_receiverName = new DevExpress.XtraEditors.TextEdit(); + this.gv_receiverName = new DevExpress.XtraGrid.Columns.GridColumn(); + this.lb_receiverAddress = new DevExpress.XtraEditors.LabelControl(); + this.txt_receiverAddress = new DevExpress.XtraEditors.TextEdit(); + this.gv_receiverAddress = new DevExpress.XtraGrid.Columns.GridColumn(); + this.lb_receiverContact = new DevExpress.XtraEditors.LabelControl(); + this.txt_receiverContact = new DevExpress.XtraEditors.TextEdit(); + this.gv_receiverContact = new DevExpress.XtraGrid.Columns.GridColumn(); + this.lb_receiver = new DevExpress.XtraEditors.LabelControl(); + this.txt_receiver = new DevExpress.XtraEditors.TextEdit(); + this.gv_receiver = new DevExpress.XtraGrid.Columns.GridColumn(); + this.lb_expressNo = new DevExpress.XtraEditors.LabelControl(); + this.txt_expressNo = new DevExpress.XtraEditors.TextEdit(); + this.gv_expressNo = new DevExpress.XtraGrid.Columns.GridColumn(); + this.lb_salesPerson = new DevExpress.XtraEditors.LabelControl(); + this.txt_salesPerson = new DevExpress.XtraEditors.TextEdit(); + this.gv_salesPerson = new DevExpress.XtraGrid.Columns.GridColumn(); + this.lb_salesGroup = new DevExpress.XtraEditors.LabelControl(); + this.txt_salesGroup = new DevExpress.XtraEditors.TextEdit(); + this.gv_salesGroup = new DevExpress.XtraGrid.Columns.GridColumn(); + this.lb_warehouseManager = new DevExpress.XtraEditors.LabelControl(); + this.txt_warehouseManager = new DevExpress.XtraEditors.TextEdit(); + this.gv_warehouseManager = new DevExpress.XtraGrid.Columns.GridColumn(); + this.lb_inventoryGroup = new DevExpress.XtraEditors.LabelControl(); + this.txt_inventoryGroup = new DevExpress.XtraEditors.TextEdit(); + this.gv_inventoryGroup = new DevExpress.XtraGrid.Columns.GridColumn(); + this.lb_inventoryDept = new DevExpress.XtraEditors.LabelControl(); + this.txt_inventoryDept = new DevExpress.XtraEditors.TextEdit(); + this.gv_inventoryDept = new DevExpress.XtraGrid.Columns.GridColumn(); + this.lb_inventoryOrg = new DevExpress.XtraEditors.LabelControl(); + this.txt_inventoryOrg = new DevExpress.XtraEditors.TextEdit(); + this.gv_inventoryOrg = new DevExpress.XtraGrid.Columns.GridColumn(); + this.lb_deliveryLocation = new DevExpress.XtraEditors.LabelControl(); + this.txt_deliveryLocation = new DevExpress.XtraEditors.TextEdit(); + this.gv_deliveryLocation = new DevExpress.XtraGrid.Columns.GridColumn(); + this.lb_returnReason = new DevExpress.XtraEditors.LabelControl(); + this.txt_returnReason = new DevExpress.XtraEditors.TextEdit(); + this.gv_returnReason = new DevExpress.XtraGrid.Columns.GridColumn(); + this.lb_taobaoRemark = new DevExpress.XtraEditors.LabelControl(); + this.txt_taobaoRemark = new DevExpress.XtraEditors.TextEdit(); + this.gv_taobaoRemark = new DevExpress.XtraGrid.Columns.GridColumn(); + this.lb_returnCustomer = new DevExpress.XtraEditors.LabelControl(); + this.txt_returnCustomer = new DevExpress.XtraEditors.TextEdit(); + this.gv_returnCustomer = new DevExpress.XtraGrid.Columns.GridColumn(); + this.lb_customerOrderNo = new DevExpress.XtraEditors.LabelControl(); + this.gv_customerOrderNo = new DevExpress.XtraGrid.Columns.GridColumn(); + this.lb_salesDept = new DevExpress.XtraEditors.LabelControl(); + this.txt_salesDept = new DevExpress.XtraEditors.TextEdit(); + this.gv_salesDept = new DevExpress.XtraGrid.Columns.GridColumn(); + this.lb_salesOrg = new DevExpress.XtraEditors.LabelControl(); + this.txt_salesOrg = new DevExpress.XtraEditors.TextEdit(); + this.gv_salesOrg = new DevExpress.XtraGrid.Columns.GridColumn(); + this.lb_currency = new DevExpress.XtraEditors.LabelControl(); + this.txt_currency = new DevExpress.XtraEditors.TextEdit(); + this.gv_currency = new DevExpress.XtraGrid.Columns.GridColumn(); + this.lb_fDate = new DevExpress.XtraEditors.LabelControl(); + this.txt_fDate = new DevExpress.XtraEditors.TextEdit(); + this.gv_fDate = new DevExpress.XtraGrid.Columns.GridColumn(); + this.lb_billNo = new DevExpress.XtraEditors.LabelControl(); + this.txt_billNo = new DevExpress.XtraEditors.TextEdit(); + this.gv_billNo = new DevExpress.XtraGrid.Columns.GridColumn(); + this.lb_billType = new DevExpress.XtraEditors.LabelControl(); + this.txt_billType = new DevExpress.XtraEditors.TextEdit(); + this.gv_billType = new DevExpress.XtraGrid.Columns.GridColumn(); + this.lb_id = new DevExpress.XtraEditors.LabelControl(); + this.txt_id = new DevExpress.XtraEditors.TextEdit(); + 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.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.panel1 = new System.Windows.Forms.Panel(); + this.txt_customerOrderNo = new Gs.DevApp.UserControl.UcLookSales(); + this.labelControl11 = new DevExpress.XtraEditors.LabelControl(); + this.lbGuid = new System.Windows.Forms.Label(); + this.picCheckBox = new System.Windows.Forms.PictureBox(); + this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gvMxDel = new DevExpress.XtraGrid.Columns.GridColumn(); + this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); + this.tabMxPage1.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.gcMx1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.gvMx1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSearchLookUpEdit1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSearchLookUpEdit1View)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_billStatus.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_erpId.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_manualCloseFlag.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_closeStatus.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_cancelDate.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_cancelledBy.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_cancelStatus.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_approvedDate.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_approvedBy.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_closeDate.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_closeReason.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_closedBy.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_modifiedDate.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_modifiedBy.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_createdDate.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_createdBy.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_settleParty.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_receiverName.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_receiverAddress.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_receiverContact.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_receiver.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_expressNo.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_salesPerson.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_salesGroup.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_warehouseManager.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_inventoryGroup.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_inventoryDept.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_inventoryOrg.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_deliveryLocation.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_returnReason.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_taobaoRemark.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_returnCustomer.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_salesDept.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_salesOrg.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_currency.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_fDate.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_billNo.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_billType.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_id.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.gcMain)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); + this.xtraTabControl1.SuspendLayout(); + this.xtraTabPage1.SuspendLayout(); + this.xtraTabPage2.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.tabMx)).BeginInit(); + this.tabMx.SuspendLayout(); + this.panel1.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.picCheckBox)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit(); + this.SuspendLayout(); + // + // gvMx1erpHeadId + // + this.gvMx1erpHeadId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gvMx1erpHeadId.AppearanceCell.Options.UseFont = true; + this.gvMx1erpHeadId.Caption = "ERP澶碔D "; + this.gvMx1erpHeadId.FieldName = "erpHeadId"; + this.gvMx1erpHeadId.MinWidth = 50; + this.gvMx1erpHeadId.Name = "gvMx1erpHeadId"; + this.gvMx1erpHeadId.Tag = "query_a.ERP_HEAD_ID"; + this.gvMx1erpHeadId.Visible = true; + this.gvMx1erpHeadId.VisibleIndex = 25; + this.gvMx1erpHeadId.Width = 94; + // + // gvMx1erpLineId + // + this.gvMx1erpLineId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gvMx1erpLineId.AppearanceCell.Options.UseFont = true; + this.gvMx1erpLineId.Caption = "ERP琛孖D "; + this.gvMx1erpLineId.FieldName = "erpLineId"; + this.gvMx1erpLineId.MinWidth = 50; + this.gvMx1erpLineId.Name = "gvMx1erpLineId"; + this.gvMx1erpLineId.Tag = "query_a.ERP_LINE_ID"; + this.gvMx1erpLineId.Visible = true; + this.gvMx1erpLineId.VisibleIndex = 24; + this.gvMx1erpLineId.Width = 94; + // + // gvMx1orderBillNo + // + this.gvMx1orderBillNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gvMx1orderBillNo.AppearanceCell.Options.UseFont = true; + this.gvMx1orderBillNo.Caption = "璁㈠崟鍗曞彿 "; + this.gvMx1orderBillNo.FieldName = "orderBillNo"; + this.gvMx1orderBillNo.MinWidth = 50; + this.gvMx1orderBillNo.Name = "gvMx1orderBillNo"; + this.gvMx1orderBillNo.Tag = "query_a.ORDER_BILL_NO"; + this.gvMx1orderBillNo.Visible = true; + this.gvMx1orderBillNo.VisibleIndex = 23; + this.gvMx1orderBillNo.Width = 94; + // + // gvMx1sourceBillNo + // + this.gvMx1sourceBillNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gvMx1sourceBillNo.AppearanceCell.Options.UseFont = true; + this.gvMx1sourceBillNo.Caption = "婧愬崟鍗曞彿 "; + this.gvMx1sourceBillNo.FieldName = "sourceBillNo"; + this.gvMx1sourceBillNo.MinWidth = 50; + this.gvMx1sourceBillNo.Name = "gvMx1sourceBillNo"; + this.gvMx1sourceBillNo.Tag = "query_a.SOURCE_BILL_NO"; + this.gvMx1sourceBillNo.Visible = true; + this.gvMx1sourceBillNo.VisibleIndex = 22; + this.gvMx1sourceBillNo.Width = 94; + // + // gvMx1sourceBillType + // + this.gvMx1sourceBillType.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gvMx1sourceBillType.AppearanceCell.Options.UseFont = true; + this.gvMx1sourceBillType.Caption = "婧愬崟绫诲瀷 "; + this.gvMx1sourceBillType.FieldName = "sourceBillType"; + this.gvMx1sourceBillType.MinWidth = 50; + this.gvMx1sourceBillType.Name = "gvMx1sourceBillType"; + this.gvMx1sourceBillType.Tag = "query_a.SOURCE_BILL_TYPE"; + this.gvMx1sourceBillType.Visible = true; + this.gvMx1sourceBillType.VisibleIndex = 21; + this.gvMx1sourceBillType.Width = 94; + // + // gvMx1ownerId + // + this.gvMx1ownerId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gvMx1ownerId.AppearanceCell.Options.UseFont = true; + this.gvMx1ownerId.Caption = "璐т富 "; + this.gvMx1ownerId.FieldName = "ownerId"; + this.gvMx1ownerId.MinWidth = 50; + this.gvMx1ownerId.Name = "gvMx1ownerId"; + this.gvMx1ownerId.Tag = "query_a.OWNER_ID"; + this.gvMx1ownerId.Visible = true; + this.gvMx1ownerId.VisibleIndex = 20; + this.gvMx1ownerId.Width = 94; + // + // gvMx1ownerTypeId + // + this.gvMx1ownerTypeId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gvMx1ownerTypeId.AppearanceCell.Options.UseFont = true; + this.gvMx1ownerTypeId.Caption = "璐т富绫诲瀷 "; + this.gvMx1ownerTypeId.FieldName = "ownerTypeId"; + this.gvMx1ownerTypeId.MinWidth = 50; + this.gvMx1ownerTypeId.Name = "gvMx1ownerTypeId"; + this.gvMx1ownerTypeId.Tag = "query_a.OWNER_TYPE_ID"; + this.gvMx1ownerTypeId.Visible = true; + this.gvMx1ownerTypeId.VisibleIndex = 19; + this.gvMx1ownerTypeId.Width = 94; + // + // gvMx1materialCategory + // + this.gvMx1materialCategory.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gvMx1materialCategory.AppearanceCell.Options.UseFont = true; + this.gvMx1materialCategory.Caption = "鐗╂枡绫诲埆 "; + this.gvMx1materialCategory.FieldName = "materialCategory"; + this.gvMx1materialCategory.MinWidth = 50; + this.gvMx1materialCategory.Name = "gvMx1materialCategory"; + this.gvMx1materialCategory.Tag = "query_a.MATERIAL_CATEGORY"; + this.gvMx1materialCategory.Visible = true; + this.gvMx1materialCategory.VisibleIndex = 18; + this.gvMx1materialCategory.Width = 94; + // + // gvMx1inventoryQuantity + // + this.gvMx1inventoryQuantity.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gvMx1inventoryQuantity.AppearanceCell.Options.UseFont = true; + this.gvMx1inventoryQuantity.Caption = "搴撳瓨鏁伴噺 "; + this.gvMx1inventoryQuantity.FieldName = "inventoryQuantity"; + this.gvMx1inventoryQuantity.MinWidth = 50; + this.gvMx1inventoryQuantity.Name = "gvMx1inventoryQuantity"; + this.gvMx1inventoryQuantity.Tag = "query_a.INVENTORY_QUANTITY"; + this.gvMx1inventoryQuantity.Visible = true; + this.gvMx1inventoryQuantity.VisibleIndex = 17; + this.gvMx1inventoryQuantity.Width = 94; + // + // gvMx1inventoryUnit + // + this.gvMx1inventoryUnit.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gvMx1inventoryUnit.AppearanceCell.Options.UseFont = true; + this.gvMx1inventoryUnit.Caption = "搴撳瓨鍗曚綅 "; + this.gvMx1inventoryUnit.FieldName = "inventoryUnit"; + this.gvMx1inventoryUnit.MinWidth = 50; + this.gvMx1inventoryUnit.Name = "gvMx1inventoryUnit"; + this.gvMx1inventoryUnit.Tag = "query_a.INVENTORY_UNIT"; + this.gvMx1inventoryUnit.Visible = true; + this.gvMx1inventoryUnit.VisibleIndex = 16; + this.gvMx1inventoryUnit.Width = 94; + // + // gvMx1salesClerk + // + this.gvMx1salesClerk.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gvMx1salesClerk.AppearanceCell.Options.UseFont = true; + this.gvMx1salesClerk.Caption = "璺熷崟鍛� "; + this.gvMx1salesClerk.FieldName = "salesClerk"; + this.gvMx1salesClerk.MinWidth = 50; + this.gvMx1salesClerk.Name = "gvMx1salesClerk"; + this.gvMx1salesClerk.Tag = "query_a.SALES_CLERK"; + this.gvMx1salesClerk.Visible = true; + this.gvMx1salesClerk.VisibleIndex = 15; + this.gvMx1salesClerk.Width = 94; + // + // gvMx1returnType + // + this.gvMx1returnType.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gvMx1returnType.AppearanceCell.Options.UseFont = true; + this.gvMx1returnType.Caption = "閫�璐х被鍨� "; + this.gvMx1returnType.FieldName = "returnType"; + this.gvMx1returnType.MinWidth = 50; + this.gvMx1returnType.Name = "gvMx1returnType"; + this.gvMx1returnType.Tag = "query_a.RETURN_TYPE"; + this.gvMx1returnType.Visible = true; + this.gvMx1returnType.VisibleIndex = 14; + this.gvMx1returnType.Width = 94; + // + // gvMx1note + // + this.gvMx1note.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gvMx1note.AppearanceCell.Options.UseFont = true; + this.gvMx1note.Caption = "澶囨敞 "; + this.gvMx1note.FieldName = "note"; + this.gvMx1note.MinWidth = 50; + this.gvMx1note.Name = "gvMx1note"; + this.gvMx1note.Tag = "query_a.NOTE"; + this.gvMx1note.Visible = true; + this.gvMx1note.VisibleIndex = 13; + this.gvMx1note.Width = 94; + // + // gvMx1lotNumber + // + this.gvMx1lotNumber.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gvMx1lotNumber.AppearanceCell.Options.UseFont = true; + this.gvMx1lotNumber.Caption = "鎵瑰彿 "; + this.gvMx1lotNumber.FieldName = "lotNumber"; + this.gvMx1lotNumber.MinWidth = 50; + this.gvMx1lotNumber.Name = "gvMx1lotNumber"; + this.gvMx1lotNumber.Tag = "query_a.LOT_NUMBER"; + this.gvMx1lotNumber.Visible = true; + this.gvMx1lotNumber.VisibleIndex = 12; + this.gvMx1lotNumber.Width = 94; + // + // gvMx1planTrackingNumber + // + this.gvMx1planTrackingNumber.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gvMx1planTrackingNumber.AppearanceCell.Options.UseFont = true; + this.gvMx1planTrackingNumber.Caption = "璁″垝璺熻釜鍙� "; + this.gvMx1planTrackingNumber.FieldName = "planTrackingNumber"; + this.gvMx1planTrackingNumber.MinWidth = 50; + this.gvMx1planTrackingNumber.Name = "gvMx1planTrackingNumber"; + this.gvMx1planTrackingNumber.Tag = "query_a.PLAN_TRACKING_NUMBER"; + this.gvMx1planTrackingNumber.Visible = true; + this.gvMx1planTrackingNumber.VisibleIndex = 11; + this.gvMx1planTrackingNumber.Width = 94; + // + // gvMx1warehouse + // + this.gvMx1warehouse.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gvMx1warehouse.AppearanceCell.Options.UseFont = true; + this.gvMx1warehouse.Caption = "浠撳簱 "; + this.gvMx1warehouse.FieldName = "warehouse"; + this.gvMx1warehouse.MinWidth = 50; + this.gvMx1warehouse.Name = "gvMx1warehouse"; + this.gvMx1warehouse.Tag = "query_a.WAREHOUSE"; + this.gvMx1warehouse.Visible = true; + this.gvMx1warehouse.VisibleIndex = 10; + this.gvMx1warehouse.Width = 94; + // + // gvMx1returnDate + // + this.gvMx1returnDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gvMx1returnDate.AppearanceCell.Options.UseFont = true; + this.gvMx1returnDate.Caption = "閫�璐ф棩鏈� "; + this.gvMx1returnDate.FieldName = "returnDate"; + this.gvMx1returnDate.MinWidth = 50; + this.gvMx1returnDate.Name = "gvMx1returnDate"; + this.gvMx1returnDate.Tag = "query_a.RETURN_DATE"; + this.gvMx1returnDate.Visible = true; + this.gvMx1returnDate.VisibleIndex = 9; + this.gvMx1returnDate.Width = 94; + // + // gvMx1isFree + // + this.gvMx1isFree.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gvMx1isFree.AppearanceCell.Options.UseFont = true; + this.gvMx1isFree.Caption = "鏄惁璧犲搧 "; + this.gvMx1isFree.FieldName = "isFree"; + this.gvMx1isFree.MinWidth = 50; + this.gvMx1isFree.Name = "gvMx1isFree"; + this.gvMx1isFree.Tag = "query_a.IS_FREE"; + this.gvMx1isFree.Visible = true; + this.gvMx1isFree.VisibleIndex = 8; + this.gvMx1isFree.Width = 94; + // + // gvMx1salesQuantity + // + this.gvMx1salesQuantity.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gvMx1salesQuantity.AppearanceCell.Options.UseFont = true; + this.gvMx1salesQuantity.Caption = "閿�鍞暟閲� "; + this.gvMx1salesQuantity.FieldName = "salesQuantity"; + this.gvMx1salesQuantity.MinWidth = 50; + this.gvMx1salesQuantity.Name = "gvMx1salesQuantity"; + this.gvMx1salesQuantity.Tag = "query_a.SALES_QUANTITY"; + this.gvMx1salesQuantity.Visible = true; + this.gvMx1salesQuantity.VisibleIndex = 7; + this.gvMx1salesQuantity.Width = 94; + // + // gvMx1salesUnitId + // + this.gvMx1salesUnitId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gvMx1salesUnitId.AppearanceCell.Options.UseFont = true; + this.gvMx1salesUnitId.Caption = "閿�鍞崟浣� "; + this.gvMx1salesUnitId.FieldName = "salesUnitId"; + this.gvMx1salesUnitId.MinWidth = 50; + this.gvMx1salesUnitId.Name = "gvMx1salesUnitId"; + this.gvMx1salesUnitId.Tag = "query_a.SALES_UNIT_ID"; + this.gvMx1salesUnitId.Visible = true; + this.gvMx1salesUnitId.VisibleIndex = 6; + this.gvMx1salesUnitId.Width = 94; + // + // gvMx1materialSpecification + // + this.gvMx1materialSpecification.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gvMx1materialSpecification.AppearanceCell.Options.UseFont = true; + this.gvMx1materialSpecification.Caption = "鐗╂枡瑙勬牸 "; + this.gvMx1materialSpecification.FieldName = "materialSpecification"; + this.gvMx1materialSpecification.MinWidth = 50; + this.gvMx1materialSpecification.Name = "gvMx1materialSpecification"; + this.gvMx1materialSpecification.Tag = "query_a.MATERIAL_SPECIFICATION"; + this.gvMx1materialSpecification.Visible = true; + this.gvMx1materialSpecification.VisibleIndex = 5; + this.gvMx1materialSpecification.Width = 94; + // + // gvMx1materialName + // + this.gvMx1materialName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gvMx1materialName.AppearanceCell.Options.UseFont = true; + this.gvMx1materialName.Caption = "鐗╂枡鍚嶇О "; + this.gvMx1materialName.FieldName = "materialName"; + this.gvMx1materialName.MinWidth = 50; + this.gvMx1materialName.Name = "gvMx1materialName"; + this.gvMx1materialName.Tag = "query_a.MATERIAL_NAME"; + this.gvMx1materialName.Visible = true; + this.gvMx1materialName.VisibleIndex = 4; + this.gvMx1materialName.Width = 94; + // + // gvMx1materialId + // + this.gvMx1materialId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gvMx1materialId.AppearanceCell.Options.UseFont = true; + this.gvMx1materialId.Caption = "鐗╂枡ID "; + this.gvMx1materialId.FieldName = "materialId"; + this.gvMx1materialId.MinWidth = 50; + this.gvMx1materialId.Name = "gvMx1materialId"; + this.gvMx1materialId.Tag = "query_a.MATERIAL_ID"; + this.gvMx1materialId.Visible = true; + this.gvMx1materialId.VisibleIndex = 3; + this.gvMx1materialId.Width = 94; + // + // gvMx1salesOrderId + // + this.gvMx1salesOrderId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gvMx1salesOrderId.AppearanceCell.Options.UseFont = true; + this.gvMx1salesOrderId.Caption = "閿�鍞鍗曞彿 "; + this.gvMx1salesOrderId.FieldName = "salesOrderId"; + this.gvMx1salesOrderId.MinWidth = 50; + this.gvMx1salesOrderId.Name = "gvMx1salesOrderId"; + this.gvMx1salesOrderId.Tag = "query_a.SALES_ORDER_ID"; + this.gvMx1salesOrderId.Visible = true; + this.gvMx1salesOrderId.VisibleIndex = 2; + this.gvMx1salesOrderId.Width = 94; + // + // gvMx1id + // + this.gvMx1id.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gvMx1id.AppearanceCell.Options.UseFont = true; + this.gvMx1id.Caption = "ID "; + this.gvMx1id.FieldName = "id"; + this.gvMx1id.MinWidth = 50; + this.gvMx1id.Name = "gvMx1id"; + this.gvMx1id.Tag = "query_a.ID"; + this.gvMx1id.Visible = true; + this.gvMx1id.VisibleIndex = 1; + this.gvMx1id.Width = 94; + // + // tabMxPage1 + // + this.tabMxPage1.Controls.Add(this.gcMx1); + this.tabMxPage1.Name = "tabMxPage1"; + this.tabMxPage1.Size = new System.Drawing.Size(1124, 137); + this.tabMxPage1.Text = "鏄庣粏1"; + // + // gcMx1 + // + this.gcMx1.Dock = System.Windows.Forms.DockStyle.Fill; + this.gcMx1.Location = new System.Drawing.Point(0, 0); + this.gcMx1.MainView = this.gvMx1; + this.gcMx1.Name = "gcMx1"; + this.gcMx1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { + this.repositoryItemSearchLookUpEdit1, + this.repositoryItemButtonEdit1}); + this.gcMx1.Size = new System.Drawing.Size(1124, 137); + this.gcMx1.TabIndex = 0; + this.gcMx1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { + this.gvMx1}); + // + // gvMx1 + // + this.gvMx1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { + this.gridColumn2, + this.gvMx1id, + this.gvMx1salesOrderId, + this.gvMx1materialId, + this.gvMx1materialName, + this.gvMx1materialSpecification, + this.gvMx1salesUnitId, + this.gvMx1salesQuantity, + this.gvMx1isFree, + this.gvMx1returnDate, + this.gvMx1warehouse, + this.gvMx1planTrackingNumber, + this.gvMx1lotNumber, + this.gvMx1note, + this.gvMx1returnType, + this.gvMx1salesClerk, + this.gvMx1inventoryUnit, + this.gvMx1inventoryQuantity, + this.gvMx1materialCategory, + this.gvMx1ownerTypeId, + this.gvMx1ownerId, + this.gvMx1sourceBillType, + this.gvMx1sourceBillNo, + this.gvMx1orderBillNo, + this.gvMx1erpLineId, + this.gvMx1erpHeadId, + this.gridColumn3, + this.gvMxDel}); + this.gvMx1.GridControl = this.gcMx1; + this.gvMx1.Name = "gvMx1"; + this.gvMx1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True; + this.gvMx1.OptionsFind.ShowSearchNavButtons = false; + this.gvMx1.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom; + this.gvMx1.OptionsView.ShowGroupPanel = false; + // + // gridColumn2 + // + this.gridColumn2.AppearanceCell.ForeColor = System.Drawing.Color.Blue; + this.gridColumn2.AppearanceCell.Options.UseForeColor = true; + this.gridColumn2.AppearanceHeader.ForeColor = System.Drawing.Color.Blue; + this.gridColumn2.AppearanceHeader.Options.UseForeColor = true; + this.gridColumn2.Caption = "璇烽�夋嫨"; + this.gridColumn2.ColumnEdit = this.repositoryItemSearchLookUpEdit1; + this.gridColumn2.MinWidth = 25; + this.gridColumn2.Name = "gridColumn2"; + this.gridColumn2.Tag = "edit"; + this.gridColumn2.Visible = true; + this.gridColumn2.VisibleIndex = 0; + this.gridColumn2.Width = 94; + // + // repositoryItemSearchLookUpEdit1 + // + this.repositoryItemSearchLookUpEdit1.AutoHeight = false; + this.repositoryItemSearchLookUpEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { + new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); + this.repositoryItemSearchLookUpEdit1.Name = "repositoryItemSearchLookUpEdit1"; + this.repositoryItemSearchLookUpEdit1.PopupView = this.repositoryItemSearchLookUpEdit1View; + // + // repositoryItemSearchLookUpEdit1View + // + this.repositoryItemSearchLookUpEdit1View.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { + this.gridColumn4, + this.gridColumn5, + this.gridColumn6, + this.gridColumn7, + this.gridColumn8, + this.gridColumn9, + this.gridColumn10}); + this.repositoryItemSearchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus; + this.repositoryItemSearchLookUpEdit1View.Name = "repositoryItemSearchLookUpEdit1View"; + this.repositoryItemSearchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false; + this.repositoryItemSearchLookUpEdit1View.OptionsView.ShowGroupPanel = false; + // + // gridColumn3 + // + this.gridColumn3.Caption = "gridColumn3"; + this.gridColumn3.MinWidth = 25; + this.gridColumn3.Name = "gridColumn3"; + this.gridColumn3.Visible = true; + this.gridColumn3.VisibleIndex = 26; + this.gridColumn3.Width = 94; + // + // lb_billStatus + // + this.lb_billStatus.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.lb_billStatus.Appearance.Options.UseFont = true; + this.lb_billStatus.Location = new System.Drawing.Point(770, 308); + this.lb_billStatus.Name = "lb_billStatus"; + this.lb_billStatus.Size = new System.Drawing.Size(73, 21); + this.lb_billStatus.TabIndex = 450; + this.lb_billStatus.Text = "鍗曟嵁鐘舵�� "; + // + // txt_billStatus + // + this.txt_billStatus.Location = new System.Drawing.Point(830, 308); + this.txt_billStatus.Name = "txt_billStatus"; + this.txt_billStatus.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_billStatus.Properties.Appearance.Options.UseFont = true; + this.txt_billStatus.Size = new System.Drawing.Size(150, 28); + this.txt_billStatus.TabIndex = 450; + // + // gv_billStatus + // + this.gv_billStatus.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_billStatus.AppearanceCell.Options.UseFont = true; + this.gv_billStatus.Caption = "鍗曟嵁鐘舵�� "; + this.gv_billStatus.FieldName = "billStatus"; + this.gv_billStatus.MinWidth = 50; + this.gv_billStatus.Name = "gv_billStatus"; + this.gv_billStatus.OptionsColumn.AllowEdit = false; + this.gv_billStatus.Tag = "query_a.BILL_STATUS"; + this.gv_billStatus.Visible = true; + this.gv_billStatus.VisibleIndex = 39; + this.gv_billStatus.Width = 94; + // + // lb_erpId + // + this.lb_erpId.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.lb_erpId.Appearance.Options.UseFont = true; + this.lb_erpId.Location = new System.Drawing.Point(520, 308); + this.lb_erpId.Name = "lb_erpId"; + this.lb_erpId.Size = new System.Drawing.Size(70, 21); + this.lb_erpId.TabIndex = 438; + this.lb_erpId.Text = "ERP澶碔D "; + // + // txt_erpId + // + this.txt_erpId.Location = new System.Drawing.Point(580, 308); + this.txt_erpId.Name = "txt_erpId"; + this.txt_erpId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_erpId.Properties.Appearance.Options.UseFont = true; + this.txt_erpId.Size = new System.Drawing.Size(150, 28); + this.txt_erpId.TabIndex = 438; + // + // gv_erpId + // + this.gv_erpId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_erpId.AppearanceCell.Options.UseFont = true; + this.gv_erpId.Caption = "ERP澶碔D "; + 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.ERP_ID"; + this.gv_erpId.Visible = true; + this.gv_erpId.VisibleIndex = 38; + this.gv_erpId.Width = 94; + // + // lb_manualCloseFlag + // + this.lb_manualCloseFlag.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.lb_manualCloseFlag.Appearance.Options.UseFont = true; + this.lb_manualCloseFlag.Location = new System.Drawing.Point(270, 308); + this.lb_manualCloseFlag.Name = "lb_manualCloseFlag"; + this.lb_manualCloseFlag.Size = new System.Drawing.Size(107, 21); + this.lb_manualCloseFlag.TabIndex = 427; + this.lb_manualCloseFlag.Text = "鏄惁鎵嬪姩鍏抽棴 "; + // + // txt_manualCloseFlag + // + this.txt_manualCloseFlag.Location = new System.Drawing.Point(330, 308); + this.txt_manualCloseFlag.Name = "txt_manualCloseFlag"; + this.txt_manualCloseFlag.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_manualCloseFlag.Properties.Appearance.Options.UseFont = true; + this.txt_manualCloseFlag.Size = new System.Drawing.Size(150, 28); + this.txt_manualCloseFlag.TabIndex = 427; + // + // gv_manualCloseFlag + // + this.gv_manualCloseFlag.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_manualCloseFlag.AppearanceCell.Options.UseFont = true; + this.gv_manualCloseFlag.Caption = "鏄惁鎵嬪姩鍏抽棴 "; + this.gv_manualCloseFlag.FieldName = "manualCloseFlag"; + this.gv_manualCloseFlag.MinWidth = 50; + this.gv_manualCloseFlag.Name = "gv_manualCloseFlag"; + this.gv_manualCloseFlag.OptionsColumn.AllowEdit = false; + this.gv_manualCloseFlag.Tag = "query_a.MANUAL_CLOSE_FLAG"; + this.gv_manualCloseFlag.Visible = true; + this.gv_manualCloseFlag.VisibleIndex = 37; + this.gv_manualCloseFlag.Width = 94; + // + // lb_closeStatus + // + this.lb_closeStatus.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.lb_closeStatus.Appearance.Options.UseFont = true; + this.lb_closeStatus.Location = new System.Drawing.Point(20, 308); + this.lb_closeStatus.Name = "lb_closeStatus"; + this.lb_closeStatus.Size = new System.Drawing.Size(73, 21); + this.lb_closeStatus.TabIndex = 417; + this.lb_closeStatus.Text = "鍏抽棴鐘舵�� "; + // + // txt_closeStatus + // + this.txt_closeStatus.Location = new System.Drawing.Point(80, 308); + this.txt_closeStatus.Name = "txt_closeStatus"; + this.txt_closeStatus.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_closeStatus.Properties.Appearance.Options.UseFont = true; + this.txt_closeStatus.Size = new System.Drawing.Size(150, 28); + this.txt_closeStatus.TabIndex = 417; + // + // gv_closeStatus + // + this.gv_closeStatus.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_closeStatus.AppearanceCell.Options.UseFont = true; + this.gv_closeStatus.Caption = "鍏抽棴鐘舵�� "; + this.gv_closeStatus.FieldName = "closeStatus"; + this.gv_closeStatus.MinWidth = 50; + this.gv_closeStatus.Name = "gv_closeStatus"; + this.gv_closeStatus.OptionsColumn.AllowEdit = false; + this.gv_closeStatus.Tag = "query_a.CLOSE_STATUS"; + this.gv_closeStatus.Visible = true; + this.gv_closeStatus.VisibleIndex = 36; + this.gv_closeStatus.Width = 94; + // + // lb_cancelDate + // + this.lb_cancelDate.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.lb_cancelDate.Appearance.Options.UseFont = true; + this.lb_cancelDate.Location = new System.Drawing.Point(770, 276); + this.lb_cancelDate.Name = "lb_cancelDate"; + this.lb_cancelDate.Size = new System.Drawing.Size(73, 21); + this.lb_cancelDate.TabIndex = 408; + this.lb_cancelDate.Text = "浣滃簾鏃ユ湡 "; + // + // txt_cancelDate + // + this.txt_cancelDate.Location = new System.Drawing.Point(830, 276); + this.txt_cancelDate.Name = "txt_cancelDate"; + this.txt_cancelDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_cancelDate.Properties.Appearance.Options.UseFont = true; + this.txt_cancelDate.Size = new System.Drawing.Size(150, 28); + this.txt_cancelDate.TabIndex = 408; + // + // gv_cancelDate + // + this.gv_cancelDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_cancelDate.AppearanceCell.Options.UseFont = true; + this.gv_cancelDate.Caption = "浣滃簾鏃ユ湡 "; + this.gv_cancelDate.FieldName = "cancelDate"; + this.gv_cancelDate.MinWidth = 50; + this.gv_cancelDate.Name = "gv_cancelDate"; + this.gv_cancelDate.OptionsColumn.AllowEdit = false; + this.gv_cancelDate.Tag = "query_a.CANCEL_DATE"; + this.gv_cancelDate.Visible = true; + this.gv_cancelDate.VisibleIndex = 35; + this.gv_cancelDate.Width = 94; + // + // lb_cancelledBy + // + this.lb_cancelledBy.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.lb_cancelledBy.Appearance.Options.UseFont = true; + this.lb_cancelledBy.Location = new System.Drawing.Point(520, 276); + this.lb_cancelledBy.Name = "lb_cancelledBy"; + this.lb_cancelledBy.Size = new System.Drawing.Size(56, 21); + this.lb_cancelledBy.TabIndex = 397; + this.lb_cancelledBy.Text = "浣滃簾浜� "; + // + // txt_cancelledBy + // + this.txt_cancelledBy.Location = new System.Drawing.Point(580, 276); + this.txt_cancelledBy.Name = "txt_cancelledBy"; + this.txt_cancelledBy.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_cancelledBy.Properties.Appearance.Options.UseFont = true; + this.txt_cancelledBy.Size = new System.Drawing.Size(150, 28); + this.txt_cancelledBy.TabIndex = 397; + // + // gv_cancelledBy + // + this.gv_cancelledBy.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_cancelledBy.AppearanceCell.Options.UseFont = true; + this.gv_cancelledBy.Caption = "浣滃簾浜� "; + this.gv_cancelledBy.FieldName = "cancelledBy"; + this.gv_cancelledBy.MinWidth = 50; + this.gv_cancelledBy.Name = "gv_cancelledBy"; + this.gv_cancelledBy.OptionsColumn.AllowEdit = false; + this.gv_cancelledBy.Tag = "query_a.CANCELLED_BY"; + this.gv_cancelledBy.Visible = true; + this.gv_cancelledBy.VisibleIndex = 34; + this.gv_cancelledBy.Width = 94; + // + // lb_cancelStatus + // + this.lb_cancelStatus.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.lb_cancelStatus.Appearance.Options.UseFont = true; + this.lb_cancelStatus.Location = new System.Drawing.Point(270, 276); + this.lb_cancelStatus.Name = "lb_cancelStatus"; + this.lb_cancelStatus.Size = new System.Drawing.Size(73, 21); + this.lb_cancelStatus.TabIndex = 387; + this.lb_cancelStatus.Text = "浣滃簾鐘舵�� "; + // + // txt_cancelStatus + // + this.txt_cancelStatus.Location = new System.Drawing.Point(330, 276); + this.txt_cancelStatus.Name = "txt_cancelStatus"; + this.txt_cancelStatus.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_cancelStatus.Properties.Appearance.Options.UseFont = true; + this.txt_cancelStatus.Size = new System.Drawing.Size(150, 28); + this.txt_cancelStatus.TabIndex = 387; + // + // gv_cancelStatus + // + this.gv_cancelStatus.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_cancelStatus.AppearanceCell.Options.UseFont = true; + this.gv_cancelStatus.Caption = "浣滃簾鐘舵�� "; + this.gv_cancelStatus.FieldName = "cancelStatus"; + this.gv_cancelStatus.MinWidth = 50; + this.gv_cancelStatus.Name = "gv_cancelStatus"; + this.gv_cancelStatus.OptionsColumn.AllowEdit = false; + this.gv_cancelStatus.Tag = "query_a.CANCEL_STATUS"; + this.gv_cancelStatus.Visible = true; + this.gv_cancelStatus.VisibleIndex = 33; + this.gv_cancelStatus.Width = 94; + // + // lb_approvedDate + // + this.lb_approvedDate.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.lb_approvedDate.Appearance.Options.UseFont = true; + this.lb_approvedDate.Location = new System.Drawing.Point(20, 276); + this.lb_approvedDate.Name = "lb_approvedDate"; + this.lb_approvedDate.Size = new System.Drawing.Size(73, 21); + this.lb_approvedDate.TabIndex = 378; + this.lb_approvedDate.Text = "瀹℃牳鏃ユ湡 "; + // + // txt_approvedDate + // + this.txt_approvedDate.Location = new System.Drawing.Point(80, 276); + this.txt_approvedDate.Name = "txt_approvedDate"; + this.txt_approvedDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_approvedDate.Properties.Appearance.Options.UseFont = true; + this.txt_approvedDate.Size = new System.Drawing.Size(150, 28); + this.txt_approvedDate.TabIndex = 378; + // + // gv_approvedDate + // + this.gv_approvedDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_approvedDate.AppearanceCell.Options.UseFont = true; + this.gv_approvedDate.Caption = "瀹℃牳鏃ユ湡 "; + this.gv_approvedDate.FieldName = "approvedDate"; + this.gv_approvedDate.MinWidth = 50; + this.gv_approvedDate.Name = "gv_approvedDate"; + this.gv_approvedDate.OptionsColumn.AllowEdit = false; + this.gv_approvedDate.Tag = "query_a.APPROVED_DATE"; + this.gv_approvedDate.Visible = true; + this.gv_approvedDate.VisibleIndex = 32; + this.gv_approvedDate.Width = 94; + // + // lb_approvedBy + // + this.lb_approvedBy.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.lb_approvedBy.Appearance.Options.UseFont = true; + this.lb_approvedBy.Location = new System.Drawing.Point(770, 244); + this.lb_approvedBy.Name = "lb_approvedBy"; + this.lb_approvedBy.Size = new System.Drawing.Size(56, 21); + this.lb_approvedBy.TabIndex = 370; + this.lb_approvedBy.Text = "瀹℃牳浜� "; + // + // txt_approvedBy + // + this.txt_approvedBy.Location = new System.Drawing.Point(830, 244); + this.txt_approvedBy.Name = "txt_approvedBy"; + this.txt_approvedBy.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_approvedBy.Properties.Appearance.Options.UseFont = true; + this.txt_approvedBy.Size = new System.Drawing.Size(150, 28); + this.txt_approvedBy.TabIndex = 370; + // + // gv_approvedBy + // + this.gv_approvedBy.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_approvedBy.AppearanceCell.Options.UseFont = true; + this.gv_approvedBy.Caption = "瀹℃牳浜� "; + this.gv_approvedBy.FieldName = "approvedBy"; + this.gv_approvedBy.MinWidth = 50; + this.gv_approvedBy.Name = "gv_approvedBy"; + this.gv_approvedBy.OptionsColumn.AllowEdit = false; + this.gv_approvedBy.Tag = "query_a.APPROVED_BY"; + this.gv_approvedBy.Visible = true; + this.gv_approvedBy.VisibleIndex = 31; + this.gv_approvedBy.Width = 94; + // + // lb_closeDate + // + this.lb_closeDate.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.lb_closeDate.Appearance.Options.UseFont = true; + this.lb_closeDate.Location = new System.Drawing.Point(520, 244); + this.lb_closeDate.Name = "lb_closeDate"; + this.lb_closeDate.Size = new System.Drawing.Size(73, 21); + this.lb_closeDate.TabIndex = 360; + this.lb_closeDate.Text = "鍏抽棴鏃ユ湡 "; + // + // txt_closeDate + // + this.txt_closeDate.Location = new System.Drawing.Point(580, 244); + this.txt_closeDate.Name = "txt_closeDate"; + this.txt_closeDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_closeDate.Properties.Appearance.Options.UseFont = true; + this.txt_closeDate.Size = new System.Drawing.Size(150, 28); + this.txt_closeDate.TabIndex = 360; + // + // gv_closeDate + // + this.gv_closeDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_closeDate.AppearanceCell.Options.UseFont = true; + this.gv_closeDate.Caption = "鍏抽棴鏃ユ湡 "; + this.gv_closeDate.FieldName = "closeDate"; + this.gv_closeDate.MinWidth = 50; + this.gv_closeDate.Name = "gv_closeDate"; + this.gv_closeDate.OptionsColumn.AllowEdit = false; + this.gv_closeDate.Tag = "query_a.CLOSE_DATE"; + this.gv_closeDate.Visible = true; + this.gv_closeDate.VisibleIndex = 30; + this.gv_closeDate.Width = 94; + // + // lb_closeReason + // + this.lb_closeReason.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.lb_closeReason.Appearance.Options.UseFont = true; + this.lb_closeReason.Location = new System.Drawing.Point(270, 244); + this.lb_closeReason.Name = "lb_closeReason"; + this.lb_closeReason.Size = new System.Drawing.Size(73, 21); + this.lb_closeReason.TabIndex = 351; + this.lb_closeReason.Text = "鍏抽棴鍘熷洜 "; + // + // txt_closeReason + // + this.txt_closeReason.Location = new System.Drawing.Point(330, 244); + this.txt_closeReason.Name = "txt_closeReason"; + this.txt_closeReason.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_closeReason.Properties.Appearance.Options.UseFont = true; + this.txt_closeReason.Size = new System.Drawing.Size(150, 28); + this.txt_closeReason.TabIndex = 351; + // + // gv_closeReason + // + this.gv_closeReason.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_closeReason.AppearanceCell.Options.UseFont = true; + this.gv_closeReason.Caption = "鍏抽棴鍘熷洜 "; + this.gv_closeReason.FieldName = "closeReason"; + this.gv_closeReason.MinWidth = 50; + this.gv_closeReason.Name = "gv_closeReason"; + this.gv_closeReason.OptionsColumn.AllowEdit = false; + this.gv_closeReason.Tag = "query_a.CLOSE_REASON"; + this.gv_closeReason.Visible = true; + this.gv_closeReason.VisibleIndex = 29; + this.gv_closeReason.Width = 94; + // + // lb_closedBy + // + this.lb_closedBy.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.lb_closedBy.Appearance.Options.UseFont = true; + this.lb_closedBy.Location = new System.Drawing.Point(20, 244); + this.lb_closedBy.Name = "lb_closedBy"; + this.lb_closedBy.Size = new System.Drawing.Size(56, 21); + this.lb_closedBy.TabIndex = 343; + this.lb_closedBy.Text = "鍏抽棴浜� "; + // + // txt_closedBy + // + this.txt_closedBy.Location = new System.Drawing.Point(80, 244); + this.txt_closedBy.Name = "txt_closedBy"; + this.txt_closedBy.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_closedBy.Properties.Appearance.Options.UseFont = true; + this.txt_closedBy.Size = new System.Drawing.Size(150, 28); + this.txt_closedBy.TabIndex = 343; + // + // gv_closedBy + // + this.gv_closedBy.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_closedBy.AppearanceCell.Options.UseFont = true; + this.gv_closedBy.Caption = "鍏抽棴浜� "; + this.gv_closedBy.FieldName = "closedBy"; + this.gv_closedBy.MinWidth = 50; + this.gv_closedBy.Name = "gv_closedBy"; + this.gv_closedBy.OptionsColumn.AllowEdit = false; + this.gv_closedBy.Tag = "query_a.CLOSED_BY"; + this.gv_closedBy.Visible = true; + this.gv_closedBy.VisibleIndex = 28; + this.gv_closedBy.Width = 94; + // + // lb_modifiedDate + // + this.lb_modifiedDate.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.lb_modifiedDate.Appearance.Options.UseFont = true; + this.lb_modifiedDate.Location = new System.Drawing.Point(770, 212); + this.lb_modifiedDate.Name = "lb_modifiedDate"; + this.lb_modifiedDate.Size = new System.Drawing.Size(73, 21); + this.lb_modifiedDate.TabIndex = 336; + this.lb_modifiedDate.Text = "淇敼鏃堕棿 "; + // + // txt_modifiedDate + // + this.txt_modifiedDate.Location = new System.Drawing.Point(830, 212); + this.txt_modifiedDate.Name = "txt_modifiedDate"; + this.txt_modifiedDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_modifiedDate.Properties.Appearance.Options.UseFont = true; + this.txt_modifiedDate.Size = new System.Drawing.Size(150, 28); + this.txt_modifiedDate.TabIndex = 336; + // + // gv_modifiedDate + // + this.gv_modifiedDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_modifiedDate.AppearanceCell.Options.UseFont = true; + this.gv_modifiedDate.Caption = "淇敼鏃堕棿 "; + this.gv_modifiedDate.FieldName = "modifiedDate"; + this.gv_modifiedDate.MinWidth = 50; + this.gv_modifiedDate.Name = "gv_modifiedDate"; + this.gv_modifiedDate.OptionsColumn.AllowEdit = false; + this.gv_modifiedDate.Tag = "query_a.MODIFIED_DATE"; + this.gv_modifiedDate.Visible = true; + this.gv_modifiedDate.VisibleIndex = 27; + this.gv_modifiedDate.Width = 94; + // + // lb_modifiedBy + // + this.lb_modifiedBy.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.lb_modifiedBy.Appearance.Options.UseFont = true; + this.lb_modifiedBy.Location = new System.Drawing.Point(520, 212); + this.lb_modifiedBy.Name = "lb_modifiedBy"; + this.lb_modifiedBy.Size = new System.Drawing.Size(56, 21); + this.lb_modifiedBy.TabIndex = 327; + this.lb_modifiedBy.Text = "淇敼浜� "; + // + // txt_modifiedBy + // + this.txt_modifiedBy.Location = new System.Drawing.Point(580, 212); + this.txt_modifiedBy.Name = "txt_modifiedBy"; + this.txt_modifiedBy.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_modifiedBy.Properties.Appearance.Options.UseFont = true; + this.txt_modifiedBy.Size = new System.Drawing.Size(150, 28); + this.txt_modifiedBy.TabIndex = 327; + // + // gv_modifiedBy + // + this.gv_modifiedBy.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_modifiedBy.AppearanceCell.Options.UseFont = true; + this.gv_modifiedBy.Caption = "淇敼浜� "; + this.gv_modifiedBy.FieldName = "modifiedBy"; + this.gv_modifiedBy.MinWidth = 50; + this.gv_modifiedBy.Name = "gv_modifiedBy"; + this.gv_modifiedBy.OptionsColumn.AllowEdit = false; + this.gv_modifiedBy.Tag = "query_a.MODIFIED_BY"; + this.gv_modifiedBy.Visible = true; + this.gv_modifiedBy.VisibleIndex = 26; + this.gv_modifiedBy.Width = 94; + // + // lb_createdDate + // + this.lb_createdDate.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.lb_createdDate.Appearance.Options.UseFont = true; + this.lb_createdDate.Location = new System.Drawing.Point(270, 212); + this.lb_createdDate.Name = "lb_createdDate"; + this.lb_createdDate.Size = new System.Drawing.Size(73, 21); + this.lb_createdDate.TabIndex = 319; + this.lb_createdDate.Text = "鍒涘缓鏃堕棿 "; + // + // txt_createdDate + // + this.txt_createdDate.Location = new System.Drawing.Point(330, 212); + this.txt_createdDate.Name = "txt_createdDate"; + this.txt_createdDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_createdDate.Properties.Appearance.Options.UseFont = true; + this.txt_createdDate.Size = new System.Drawing.Size(150, 28); + this.txt_createdDate.TabIndex = 319; + // + // gv_createdDate + // + this.gv_createdDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_createdDate.AppearanceCell.Options.UseFont = true; + this.gv_createdDate.Caption = "鍒涘缓鏃堕棿 "; + this.gv_createdDate.FieldName = "createdDate"; + this.gv_createdDate.MinWidth = 50; + this.gv_createdDate.Name = "gv_createdDate"; + this.gv_createdDate.OptionsColumn.AllowEdit = false; + this.gv_createdDate.Tag = "query_a.CREATED_DATE"; + this.gv_createdDate.Visible = true; + this.gv_createdDate.VisibleIndex = 25; + this.gv_createdDate.Width = 94; + // + // lb_createdBy + // + this.lb_createdBy.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.lb_createdBy.Appearance.Options.UseFont = true; + this.lb_createdBy.Location = new System.Drawing.Point(20, 212); + this.lb_createdBy.Name = "lb_createdBy"; + this.lb_createdBy.Size = new System.Drawing.Size(56, 21); + this.lb_createdBy.TabIndex = 312; + this.lb_createdBy.Text = "鍒涘缓浜� "; + // + // txt_createdBy + // + this.txt_createdBy.Location = new System.Drawing.Point(80, 212); + this.txt_createdBy.Name = "txt_createdBy"; + this.txt_createdBy.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_createdBy.Properties.Appearance.Options.UseFont = true; + this.txt_createdBy.Size = new System.Drawing.Size(150, 28); + this.txt_createdBy.TabIndex = 312; + // + // gv_createdBy + // + this.gv_createdBy.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_createdBy.AppearanceCell.Options.UseFont = true; + this.gv_createdBy.Caption = "鍒涘缓浜� "; + this.gv_createdBy.FieldName = "createdBy"; + this.gv_createdBy.MinWidth = 50; + this.gv_createdBy.Name = "gv_createdBy"; + this.gv_createdBy.OptionsColumn.AllowEdit = false; + this.gv_createdBy.Tag = "query_a.CREATED_BY"; + this.gv_createdBy.Visible = true; + this.gv_createdBy.VisibleIndex = 24; + this.gv_createdBy.Width = 94; + // + // lb_settleParty + // + this.lb_settleParty.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.lb_settleParty.Appearance.Options.UseFont = true; + this.lb_settleParty.Location = new System.Drawing.Point(770, 180); + this.lb_settleParty.Name = "lb_settleParty"; + this.lb_settleParty.Size = new System.Drawing.Size(56, 21); + this.lb_settleParty.TabIndex = 306; + this.lb_settleParty.Text = "缁撶畻鏂� "; + // + // txt_settleParty + // + this.txt_settleParty.Location = new System.Drawing.Point(830, 180); + this.txt_settleParty.Name = "txt_settleParty"; + this.txt_settleParty.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_settleParty.Properties.Appearance.Options.UseFont = true; + this.txt_settleParty.Size = new System.Drawing.Size(150, 28); + this.txt_settleParty.TabIndex = 306; + // + // gv_settleParty + // + this.gv_settleParty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_settleParty.AppearanceCell.Options.UseFont = true; + this.gv_settleParty.Caption = "缁撶畻鏂� "; + this.gv_settleParty.FieldName = "settleParty"; + this.gv_settleParty.MinWidth = 50; + this.gv_settleParty.Name = "gv_settleParty"; + this.gv_settleParty.OptionsColumn.AllowEdit = false; + this.gv_settleParty.Tag = "query_a.SETTLE_PARTY"; + this.gv_settleParty.Visible = true; + this.gv_settleParty.VisibleIndex = 23; + this.gv_settleParty.Width = 94; + // + // lb_receiverName + // + this.lb_receiverName.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.lb_receiverName.Appearance.Options.UseFont = true; + this.lb_receiverName.Location = new System.Drawing.Point(520, 180); + this.lb_receiverName.Name = "lb_receiverName"; + this.lb_receiverName.Size = new System.Drawing.Size(90, 21); + this.lb_receiverName.TabIndex = 298; + this.lb_receiverName.Text = "鏀惰揣鏂瑰鍚� "; + // + // txt_receiverName + // + this.txt_receiverName.Location = new System.Drawing.Point(580, 180); + this.txt_receiverName.Name = "txt_receiverName"; + this.txt_receiverName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_receiverName.Properties.Appearance.Options.UseFont = true; + this.txt_receiverName.Size = new System.Drawing.Size(150, 28); + this.txt_receiverName.TabIndex = 298; + // + // gv_receiverName + // + this.gv_receiverName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_receiverName.AppearanceCell.Options.UseFont = true; + this.gv_receiverName.Caption = "鏀惰揣鏂瑰鍚� "; + this.gv_receiverName.FieldName = "receiverName"; + this.gv_receiverName.MinWidth = 50; + this.gv_receiverName.Name = "gv_receiverName"; + this.gv_receiverName.OptionsColumn.AllowEdit = false; + this.gv_receiverName.Tag = "query_a.RECEIVER_NAME"; + this.gv_receiverName.Visible = true; + this.gv_receiverName.VisibleIndex = 22; + this.gv_receiverName.Width = 94; + // + // lb_receiverAddress + // + this.lb_receiverAddress.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.lb_receiverAddress.Appearance.Options.UseFont = true; + this.lb_receiverAddress.Location = new System.Drawing.Point(270, 180); + this.lb_receiverAddress.Name = "lb_receiverAddress"; + this.lb_receiverAddress.Size = new System.Drawing.Size(90, 21); + this.lb_receiverAddress.TabIndex = 291; + this.lb_receiverAddress.Text = "鏀惰揣鏂瑰湴鍧� "; + // + // txt_receiverAddress + // + this.txt_receiverAddress.Location = new System.Drawing.Point(330, 180); + this.txt_receiverAddress.Name = "txt_receiverAddress"; + this.txt_receiverAddress.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_receiverAddress.Properties.Appearance.Options.UseFont = true; + this.txt_receiverAddress.Size = new System.Drawing.Size(150, 28); + this.txt_receiverAddress.TabIndex = 291; + // + // gv_receiverAddress + // + this.gv_receiverAddress.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_receiverAddress.AppearanceCell.Options.UseFont = true; + this.gv_receiverAddress.Caption = "鏀惰揣鏂瑰湴鍧� "; + this.gv_receiverAddress.FieldName = "receiverAddress"; + this.gv_receiverAddress.MinWidth = 50; + this.gv_receiverAddress.Name = "gv_receiverAddress"; + this.gv_receiverAddress.OptionsColumn.AllowEdit = false; + this.gv_receiverAddress.Tag = "query_a.RECEIVER_ADDRESS"; + this.gv_receiverAddress.Visible = true; + this.gv_receiverAddress.VisibleIndex = 21; + this.gv_receiverAddress.Width = 94; + // + // lb_receiverContact + // + this.lb_receiverContact.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.lb_receiverContact.Appearance.Options.UseFont = true; + this.lb_receiverContact.Location = new System.Drawing.Point(20, 180); + this.lb_receiverContact.Name = "lb_receiverContact"; + this.lb_receiverContact.Size = new System.Drawing.Size(107, 21); + this.lb_receiverContact.TabIndex = 285; + this.lb_receiverContact.Text = "鏀惰揣鏂硅仈绯讳汉 "; + // + // txt_receiverContact + // + this.txt_receiverContact.Location = new System.Drawing.Point(80, 180); + this.txt_receiverContact.Name = "txt_receiverContact"; + this.txt_receiverContact.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_receiverContact.Properties.Appearance.Options.UseFont = true; + this.txt_receiverContact.Size = new System.Drawing.Size(150, 28); + this.txt_receiverContact.TabIndex = 285; + // + // gv_receiverContact + // + this.gv_receiverContact.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_receiverContact.AppearanceCell.Options.UseFont = true; + this.gv_receiverContact.Caption = "鏀惰揣鏂硅仈绯讳汉 "; + this.gv_receiverContact.FieldName = "receiverContact"; + this.gv_receiverContact.MinWidth = 50; + this.gv_receiverContact.Name = "gv_receiverContact"; + this.gv_receiverContact.OptionsColumn.AllowEdit = false; + this.gv_receiverContact.Tag = "query_a.RECEIVER_CONTACT"; + this.gv_receiverContact.Visible = true; + this.gv_receiverContact.VisibleIndex = 20; + this.gv_receiverContact.Width = 94; + // + // lb_receiver + // + this.lb_receiver.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.lb_receiver.Appearance.Options.UseFont = true; + this.lb_receiver.Location = new System.Drawing.Point(770, 148); + this.lb_receiver.Name = "lb_receiver"; + this.lb_receiver.Size = new System.Drawing.Size(56, 21); + this.lb_receiver.TabIndex = 280; + this.lb_receiver.Text = "鏀惰揣鏂� "; + // + // txt_receiver + // + this.txt_receiver.Location = new System.Drawing.Point(830, 148); + this.txt_receiver.Name = "txt_receiver"; + this.txt_receiver.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_receiver.Properties.Appearance.Options.UseFont = true; + this.txt_receiver.Size = new System.Drawing.Size(150, 28); + this.txt_receiver.TabIndex = 280; + // + // gv_receiver + // + this.gv_receiver.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_receiver.AppearanceCell.Options.UseFont = true; + this.gv_receiver.Caption = "鏀惰揣鏂� "; + this.gv_receiver.FieldName = "receiver"; + this.gv_receiver.MinWidth = 50; + this.gv_receiver.Name = "gv_receiver"; + this.gv_receiver.OptionsColumn.AllowEdit = false; + this.gv_receiver.Tag = "query_a.RECEIVER"; + this.gv_receiver.Visible = true; + this.gv_receiver.VisibleIndex = 19; + this.gv_receiver.Width = 94; + // + // lb_expressNo + // + this.lb_expressNo.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.lb_expressNo.Appearance.Options.UseFont = true; + this.lb_expressNo.Location = new System.Drawing.Point(520, 148); + this.lb_expressNo.Name = "lb_expressNo"; + this.lb_expressNo.Size = new System.Drawing.Size(73, 21); + this.lb_expressNo.TabIndex = 273; + this.lb_expressNo.Text = "蹇�掑崟鍙� "; + // + // txt_expressNo + // + this.txt_expressNo.Location = new System.Drawing.Point(580, 148); + this.txt_expressNo.Name = "txt_expressNo"; + this.txt_expressNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_expressNo.Properties.Appearance.Options.UseFont = true; + this.txt_expressNo.Size = new System.Drawing.Size(150, 28); + this.txt_expressNo.TabIndex = 273; + // + // gv_expressNo + // + this.gv_expressNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_expressNo.AppearanceCell.Options.UseFont = true; + this.gv_expressNo.Caption = "蹇�掑崟鍙� "; + this.gv_expressNo.FieldName = "expressNo"; + this.gv_expressNo.MinWidth = 50; + this.gv_expressNo.Name = "gv_expressNo"; + this.gv_expressNo.OptionsColumn.AllowEdit = false; + this.gv_expressNo.Tag = "query_a.EXPRESS_NO"; + this.gv_expressNo.Visible = true; + this.gv_expressNo.VisibleIndex = 18; + this.gv_expressNo.Width = 94; + // + // lb_salesPerson + // + this.lb_salesPerson.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.lb_salesPerson.Appearance.Options.UseFont = true; + this.lb_salesPerson.Location = new System.Drawing.Point(270, 148); + this.lb_salesPerson.Name = "lb_salesPerson"; + this.lb_salesPerson.Size = new System.Drawing.Size(56, 21); + this.lb_salesPerson.TabIndex = 267; + this.lb_salesPerson.Text = "閿�鍞憳 "; + // + // txt_salesPerson + // + this.txt_salesPerson.Location = new System.Drawing.Point(330, 148); + this.txt_salesPerson.Name = "txt_salesPerson"; + this.txt_salesPerson.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_salesPerson.Properties.Appearance.Options.UseFont = true; + this.txt_salesPerson.Size = new System.Drawing.Size(150, 28); + this.txt_salesPerson.TabIndex = 267; + // + // gv_salesPerson + // + this.gv_salesPerson.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_salesPerson.AppearanceCell.Options.UseFont = true; + this.gv_salesPerson.Caption = "閿�鍞憳 "; + this.gv_salesPerson.FieldName = "salesPerson"; + this.gv_salesPerson.MinWidth = 50; + this.gv_salesPerson.Name = "gv_salesPerson"; + this.gv_salesPerson.OptionsColumn.AllowEdit = false; + this.gv_salesPerson.Tag = "query_a.SALES_PERSON"; + this.gv_salesPerson.Visible = true; + this.gv_salesPerson.VisibleIndex = 17; + this.gv_salesPerson.Width = 94; + // + // lb_salesGroup + // + this.lb_salesGroup.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.lb_salesGroup.Appearance.Options.UseFont = true; + this.lb_salesGroup.Location = new System.Drawing.Point(20, 148); + this.lb_salesGroup.Name = "lb_salesGroup"; + this.lb_salesGroup.Size = new System.Drawing.Size(56, 21); + this.lb_salesGroup.TabIndex = 262; + this.lb_salesGroup.Text = "閿�鍞粍 "; + // + // txt_salesGroup + // + this.txt_salesGroup.Location = new System.Drawing.Point(80, 148); + this.txt_salesGroup.Name = "txt_salesGroup"; + this.txt_salesGroup.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_salesGroup.Properties.Appearance.Options.UseFont = true; + this.txt_salesGroup.Size = new System.Drawing.Size(150, 28); + this.txt_salesGroup.TabIndex = 262; + // + // gv_salesGroup + // + this.gv_salesGroup.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_salesGroup.AppearanceCell.Options.UseFont = true; + this.gv_salesGroup.Caption = "閿�鍞粍 "; + this.gv_salesGroup.FieldName = "salesGroup"; + this.gv_salesGroup.MinWidth = 50; + this.gv_salesGroup.Name = "gv_salesGroup"; + this.gv_salesGroup.OptionsColumn.AllowEdit = false; + this.gv_salesGroup.Tag = "query_a.SALES_GROUP"; + this.gv_salesGroup.Visible = true; + this.gv_salesGroup.VisibleIndex = 16; + this.gv_salesGroup.Width = 94; + // + // lb_warehouseManager + // + this.lb_warehouseManager.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.lb_warehouseManager.Appearance.Options.UseFont = true; + this.lb_warehouseManager.Location = new System.Drawing.Point(770, 116); + this.lb_warehouseManager.Name = "lb_warehouseManager"; + this.lb_warehouseManager.Size = new System.Drawing.Size(56, 21); + this.lb_warehouseManager.TabIndex = 258; + this.lb_warehouseManager.Text = "浠撶鍛� "; + // + // txt_warehouseManager + // + this.txt_warehouseManager.Location = new System.Drawing.Point(830, 116); + this.txt_warehouseManager.Name = "txt_warehouseManager"; + this.txt_warehouseManager.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_warehouseManager.Properties.Appearance.Options.UseFont = true; + this.txt_warehouseManager.Size = new System.Drawing.Size(150, 28); + this.txt_warehouseManager.TabIndex = 258; + // + // gv_warehouseManager + // + this.gv_warehouseManager.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_warehouseManager.AppearanceCell.Options.UseFont = true; + this.gv_warehouseManager.Caption = "浠撶鍛� "; + this.gv_warehouseManager.FieldName = "warehouseManager"; + this.gv_warehouseManager.MinWidth = 50; + this.gv_warehouseManager.Name = "gv_warehouseManager"; + this.gv_warehouseManager.OptionsColumn.AllowEdit = false; + this.gv_warehouseManager.Tag = "query_a.WAREHOUSE_MANAGER"; + this.gv_warehouseManager.Visible = true; + this.gv_warehouseManager.VisibleIndex = 15; + this.gv_warehouseManager.Width = 94; + // + // lb_inventoryGroup + // + this.lb_inventoryGroup.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.lb_inventoryGroup.Appearance.Options.UseFont = true; + this.lb_inventoryGroup.Location = new System.Drawing.Point(520, 116); + this.lb_inventoryGroup.Name = "lb_inventoryGroup"; + this.lb_inventoryGroup.Size = new System.Drawing.Size(56, 21); + this.lb_inventoryGroup.TabIndex = 252; + this.lb_inventoryGroup.Text = "搴撳瓨缁� "; + // + // txt_inventoryGroup + // + this.txt_inventoryGroup.Location = new System.Drawing.Point(580, 116); + this.txt_inventoryGroup.Name = "txt_inventoryGroup"; + this.txt_inventoryGroup.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_inventoryGroup.Properties.Appearance.Options.UseFont = true; + this.txt_inventoryGroup.Size = new System.Drawing.Size(150, 28); + this.txt_inventoryGroup.TabIndex = 252; + // + // gv_inventoryGroup + // + this.gv_inventoryGroup.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_inventoryGroup.AppearanceCell.Options.UseFont = true; + this.gv_inventoryGroup.Caption = "搴撳瓨缁� "; + this.gv_inventoryGroup.FieldName = "inventoryGroup"; + this.gv_inventoryGroup.MinWidth = 50; + this.gv_inventoryGroup.Name = "gv_inventoryGroup"; + this.gv_inventoryGroup.OptionsColumn.AllowEdit = false; + this.gv_inventoryGroup.Tag = "query_a.INVENTORY_GROUP"; + this.gv_inventoryGroup.Visible = true; + this.gv_inventoryGroup.VisibleIndex = 14; + this.gv_inventoryGroup.Width = 94; + // + // lb_inventoryDept + // + this.lb_inventoryDept.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.lb_inventoryDept.Appearance.Options.UseFont = true; + this.lb_inventoryDept.Location = new System.Drawing.Point(270, 116); + this.lb_inventoryDept.Name = "lb_inventoryDept"; + this.lb_inventoryDept.Size = new System.Drawing.Size(73, 21); + this.lb_inventoryDept.TabIndex = 247; + this.lb_inventoryDept.Text = "搴撳瓨閮ㄩ棬 "; + // + // txt_inventoryDept + // + this.txt_inventoryDept.Location = new System.Drawing.Point(330, 116); + this.txt_inventoryDept.Name = "txt_inventoryDept"; + this.txt_inventoryDept.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_inventoryDept.Properties.Appearance.Options.UseFont = true; + this.txt_inventoryDept.Size = new System.Drawing.Size(150, 28); + this.txt_inventoryDept.TabIndex = 247; + // + // gv_inventoryDept + // + this.gv_inventoryDept.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_inventoryDept.AppearanceCell.Options.UseFont = true; + this.gv_inventoryDept.Caption = "搴撳瓨閮ㄩ棬 "; + this.gv_inventoryDept.FieldName = "inventoryDept"; + this.gv_inventoryDept.MinWidth = 50; + this.gv_inventoryDept.Name = "gv_inventoryDept"; + this.gv_inventoryDept.OptionsColumn.AllowEdit = false; + this.gv_inventoryDept.Tag = "query_a.INVENTORY_DEPT"; + this.gv_inventoryDept.Visible = true; + this.gv_inventoryDept.VisibleIndex = 13; + this.gv_inventoryDept.Width = 94; + // + // lb_inventoryOrg + // + this.lb_inventoryOrg.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.lb_inventoryOrg.Appearance.Options.UseFont = true; + this.lb_inventoryOrg.Location = new System.Drawing.Point(20, 116); + this.lb_inventoryOrg.Name = "lb_inventoryOrg"; + this.lb_inventoryOrg.Size = new System.Drawing.Size(73, 21); + this.lb_inventoryOrg.TabIndex = 243; + this.lb_inventoryOrg.Text = "搴撳瓨缁勭粐 "; + // + // txt_inventoryOrg + // + this.txt_inventoryOrg.Location = new System.Drawing.Point(80, 116); + this.txt_inventoryOrg.Name = "txt_inventoryOrg"; + this.txt_inventoryOrg.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_inventoryOrg.Properties.Appearance.Options.UseFont = true; + this.txt_inventoryOrg.Size = new System.Drawing.Size(150, 28); + this.txt_inventoryOrg.TabIndex = 243; + // + // gv_inventoryOrg + // + this.gv_inventoryOrg.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_inventoryOrg.AppearanceCell.Options.UseFont = true; + this.gv_inventoryOrg.Caption = "搴撳瓨缁勭粐 "; + this.gv_inventoryOrg.FieldName = "inventoryOrg"; + this.gv_inventoryOrg.MinWidth = 50; + this.gv_inventoryOrg.Name = "gv_inventoryOrg"; + this.gv_inventoryOrg.OptionsColumn.AllowEdit = false; + this.gv_inventoryOrg.Tag = "query_a.INVENTORY_ORG"; + this.gv_inventoryOrg.Visible = true; + this.gv_inventoryOrg.VisibleIndex = 12; + this.gv_inventoryOrg.Width = 94; + // + // lb_deliveryLocation + // + this.lb_deliveryLocation.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.lb_deliveryLocation.Appearance.Options.UseFont = true; + this.lb_deliveryLocation.Location = new System.Drawing.Point(770, 84); + this.lb_deliveryLocation.Name = "lb_deliveryLocation"; + this.lb_deliveryLocation.Size = new System.Drawing.Size(73, 21); + this.lb_deliveryLocation.TabIndex = 240; + this.lb_deliveryLocation.Text = "浜よ揣鍦扮偣 "; + // + // txt_deliveryLocation + // + this.txt_deliveryLocation.Location = new System.Drawing.Point(830, 84); + this.txt_deliveryLocation.Name = "txt_deliveryLocation"; + this.txt_deliveryLocation.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_deliveryLocation.Properties.Appearance.Options.UseFont = true; + this.txt_deliveryLocation.Size = new System.Drawing.Size(150, 28); + this.txt_deliveryLocation.TabIndex = 240; + // + // gv_deliveryLocation + // + this.gv_deliveryLocation.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_deliveryLocation.AppearanceCell.Options.UseFont = true; + this.gv_deliveryLocation.Caption = "浜よ揣鍦扮偣 "; + this.gv_deliveryLocation.FieldName = "deliveryLocation"; + this.gv_deliveryLocation.MinWidth = 50; + this.gv_deliveryLocation.Name = "gv_deliveryLocation"; + this.gv_deliveryLocation.OptionsColumn.AllowEdit = false; + this.gv_deliveryLocation.Tag = "query_a.DELIVERY_LOCATION"; + this.gv_deliveryLocation.Visible = true; + this.gv_deliveryLocation.VisibleIndex = 11; + this.gv_deliveryLocation.Width = 94; + // + // lb_returnReason + // + this.lb_returnReason.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.lb_returnReason.Appearance.Options.UseFont = true; + this.lb_returnReason.Location = new System.Drawing.Point(418, 361); + this.lb_returnReason.Name = "lb_returnReason"; + this.lb_returnReason.Size = new System.Drawing.Size(73, 21); + this.lb_returnReason.TabIndex = 235; + this.lb_returnReason.Text = "閫�璐у師鍥� "; + // + // txt_returnReason + // + this.txt_returnReason.Location = new System.Drawing.Point(478, 357); + this.txt_returnReason.Name = "txt_returnReason"; + this.txt_returnReason.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_returnReason.Properties.Appearance.Options.UseFont = true; + this.txt_returnReason.Size = new System.Drawing.Size(150, 28); + this.txt_returnReason.TabIndex = 235; + // + // gv_returnReason + // + this.gv_returnReason.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_returnReason.AppearanceCell.Options.UseFont = true; + this.gv_returnReason.Caption = "閫�璐у師鍥� "; + this.gv_returnReason.FieldName = "returnReason"; + this.gv_returnReason.MinWidth = 50; + this.gv_returnReason.Name = "gv_returnReason"; + this.gv_returnReason.OptionsColumn.AllowEdit = false; + this.gv_returnReason.Tag = "query_a.RETURN_REASON"; + this.gv_returnReason.Visible = true; + this.gv_returnReason.VisibleIndex = 10; + this.gv_returnReason.Width = 94; + // + // lb_taobaoRemark + // + this.lb_taobaoRemark.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.lb_taobaoRemark.Appearance.Options.UseFont = true; + this.lb_taobaoRemark.Location = new System.Drawing.Point(270, 84); + this.lb_taobaoRemark.Name = "lb_taobaoRemark"; + this.lb_taobaoRemark.Size = new System.Drawing.Size(107, 21); + this.lb_taobaoRemark.TabIndex = 231; + this.lb_taobaoRemark.Text = "娣樺疂瀹㈡埛澶囨敞 "; + // + // txt_taobaoRemark + // + this.txt_taobaoRemark.Location = new System.Drawing.Point(330, 84); + this.txt_taobaoRemark.Name = "txt_taobaoRemark"; + this.txt_taobaoRemark.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_taobaoRemark.Properties.Appearance.Options.UseFont = true; + this.txt_taobaoRemark.Size = new System.Drawing.Size(150, 28); + this.txt_taobaoRemark.TabIndex = 231; + // + // gv_taobaoRemark + // + this.gv_taobaoRemark.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_taobaoRemark.AppearanceCell.Options.UseFont = true; + this.gv_taobaoRemark.Caption = "娣樺疂瀹㈡埛澶囨敞 "; + this.gv_taobaoRemark.FieldName = "taobaoRemark"; + this.gv_taobaoRemark.MinWidth = 50; + this.gv_taobaoRemark.Name = "gv_taobaoRemark"; + this.gv_taobaoRemark.OptionsColumn.AllowEdit = false; + this.gv_taobaoRemark.Tag = "query_a.TAOBAO_REMARK"; + this.gv_taobaoRemark.Visible = true; + this.gv_taobaoRemark.VisibleIndex = 9; + this.gv_taobaoRemark.Width = 94; + // + // lb_returnCustomer + // + this.lb_returnCustomer.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.lb_returnCustomer.Appearance.Options.UseFont = true; + this.lb_returnCustomer.Location = new System.Drawing.Point(20, 84); + this.lb_returnCustomer.Name = "lb_returnCustomer"; + this.lb_returnCustomer.Size = new System.Drawing.Size(73, 21); + this.lb_returnCustomer.TabIndex = 228; + this.lb_returnCustomer.Text = "閫�璐у鎴� "; + // + // txt_returnCustomer + // + this.txt_returnCustomer.Location = new System.Drawing.Point(80, 84); + this.txt_returnCustomer.Name = "txt_returnCustomer"; + this.txt_returnCustomer.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_returnCustomer.Properties.Appearance.Options.UseFont = true; + this.txt_returnCustomer.Size = new System.Drawing.Size(150, 28); + this.txt_returnCustomer.TabIndex = 228; + // + // gv_returnCustomer + // + this.gv_returnCustomer.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_returnCustomer.AppearanceCell.Options.UseFont = true; + this.gv_returnCustomer.Caption = "閫�璐у鎴� "; + this.gv_returnCustomer.FieldName = "returnCustomer"; + this.gv_returnCustomer.MinWidth = 50; + this.gv_returnCustomer.Name = "gv_returnCustomer"; + this.gv_returnCustomer.OptionsColumn.AllowEdit = false; + this.gv_returnCustomer.Tag = "query_a.RETURN_CUSTOMER"; + this.gv_returnCustomer.Visible = true; + this.gv_returnCustomer.VisibleIndex = 8; + this.gv_returnCustomer.Width = 94; + // + // lb_customerOrderNo + // + this.lb_customerOrderNo.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.lb_customerOrderNo.Appearance.Options.UseFont = true; + this.lb_customerOrderNo.Location = new System.Drawing.Point(50, 361); + this.lb_customerOrderNo.Name = "lb_customerOrderNo"; + this.lb_customerOrderNo.Size = new System.Drawing.Size(73, 21); + this.lb_customerOrderNo.TabIndex = 226; + this.lb_customerOrderNo.Text = "閿�鍞鍗� "; + // + // gv_customerOrderNo + // + this.gv_customerOrderNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_customerOrderNo.AppearanceCell.Options.UseFont = true; + this.gv_customerOrderNo.Caption = "瀹㈡埛璁㈠崟 "; + this.gv_customerOrderNo.FieldName = "customerOrderNo"; + this.gv_customerOrderNo.MinWidth = 50; + this.gv_customerOrderNo.Name = "gv_customerOrderNo"; + this.gv_customerOrderNo.OptionsColumn.AllowEdit = false; + this.gv_customerOrderNo.Tag = "query_a.CUSTOMER_ORDER_NO"; + this.gv_customerOrderNo.Visible = true; + this.gv_customerOrderNo.VisibleIndex = 7; + this.gv_customerOrderNo.Width = 94; + // + // lb_salesDept + // + this.lb_salesDept.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.lb_salesDept.Appearance.Options.UseFont = true; + this.lb_salesDept.Location = new System.Drawing.Point(520, 52); + this.lb_salesDept.Name = "lb_salesDept"; + this.lb_salesDept.Size = new System.Drawing.Size(73, 21); + this.lb_salesDept.TabIndex = 222; + this.lb_salesDept.Text = "閿�鍞儴闂� "; + // + // txt_salesDept + // + this.txt_salesDept.Location = new System.Drawing.Point(580, 52); + this.txt_salesDept.Name = "txt_salesDept"; + this.txt_salesDept.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_salesDept.Properties.Appearance.Options.UseFont = true; + this.txt_salesDept.Size = new System.Drawing.Size(150, 28); + this.txt_salesDept.TabIndex = 222; + // + // gv_salesDept + // + this.gv_salesDept.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_salesDept.AppearanceCell.Options.UseFont = true; + this.gv_salesDept.Caption = "閿�鍞儴闂� "; + this.gv_salesDept.FieldName = "salesDept"; + this.gv_salesDept.MinWidth = 50; + this.gv_salesDept.Name = "gv_salesDept"; + this.gv_salesDept.OptionsColumn.AllowEdit = false; + this.gv_salesDept.Tag = "query_a.SALES_DEPT"; + this.gv_salesDept.Visible = true; + this.gv_salesDept.VisibleIndex = 6; + this.gv_salesDept.Width = 94; + // + // lb_salesOrg + // + this.lb_salesOrg.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.lb_salesOrg.Appearance.Options.UseFont = true; + this.lb_salesOrg.Location = new System.Drawing.Point(270, 52); + this.lb_salesOrg.Name = "lb_salesOrg"; + this.lb_salesOrg.Size = new System.Drawing.Size(73, 21); + this.lb_salesOrg.TabIndex = 219; + this.lb_salesOrg.Text = "閿�鍞粍缁� "; + // + // txt_salesOrg + // + this.txt_salesOrg.Location = new System.Drawing.Point(330, 52); + this.txt_salesOrg.Name = "txt_salesOrg"; + this.txt_salesOrg.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_salesOrg.Properties.Appearance.Options.UseFont = true; + this.txt_salesOrg.Size = new System.Drawing.Size(150, 28); + this.txt_salesOrg.TabIndex = 219; + // + // gv_salesOrg + // + this.gv_salesOrg.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_salesOrg.AppearanceCell.Options.UseFont = true; + this.gv_salesOrg.Caption = "閿�鍞粍缁� "; + this.gv_salesOrg.FieldName = "salesOrg"; + this.gv_salesOrg.MinWidth = 50; + this.gv_salesOrg.Name = "gv_salesOrg"; + this.gv_salesOrg.OptionsColumn.AllowEdit = false; + this.gv_salesOrg.Tag = "query_a.SALES_ORG"; + this.gv_salesOrg.Visible = true; + this.gv_salesOrg.VisibleIndex = 5; + this.gv_salesOrg.Width = 94; + // + // lb_currency + // + this.lb_currency.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.lb_currency.Appearance.Options.UseFont = true; + this.lb_currency.Location = new System.Drawing.Point(20, 52); + this.lb_currency.Name = "lb_currency"; + this.lb_currency.Size = new System.Drawing.Size(73, 21); + this.lb_currency.TabIndex = 217; + this.lb_currency.Text = "缁撶畻甯佸埆 "; + // + // txt_currency + // + this.txt_currency.Location = new System.Drawing.Point(80, 52); + this.txt_currency.Name = "txt_currency"; + this.txt_currency.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_currency.Properties.Appearance.Options.UseFont = true; + this.txt_currency.Size = new System.Drawing.Size(150, 28); + this.txt_currency.TabIndex = 217; + // + // gv_currency + // + this.gv_currency.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_currency.AppearanceCell.Options.UseFont = true; + this.gv_currency.Caption = "缁撶畻甯佸埆 "; + this.gv_currency.FieldName = "currency"; + this.gv_currency.MinWidth = 50; + this.gv_currency.Name = "gv_currency"; + this.gv_currency.OptionsColumn.AllowEdit = false; + this.gv_currency.Tag = "query_a.CURRENCY"; + this.gv_currency.Visible = true; + this.gv_currency.VisibleIndex = 4; + this.gv_currency.Width = 94; + // + // lb_fDate + // + this.lb_fDate.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.lb_fDate.Appearance.Options.UseFont = true; + this.lb_fDate.Location = new System.Drawing.Point(770, 20); + this.lb_fDate.Name = "lb_fDate"; + this.lb_fDate.Size = new System.Drawing.Size(39, 21); + this.lb_fDate.TabIndex = 216; + this.lb_fDate.Text = "鏃ユ湡 "; + // + // txt_fDate + // + this.txt_fDate.Location = new System.Drawing.Point(830, 20); + this.txt_fDate.Name = "txt_fDate"; + this.txt_fDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_fDate.Properties.Appearance.Options.UseFont = true; + this.txt_fDate.Size = new System.Drawing.Size(150, 28); + this.txt_fDate.TabIndex = 216; + // + // gv_fDate + // + this.gv_fDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_fDate.AppearanceCell.Options.UseFont = true; + this.gv_fDate.Caption = "鏃ユ湡 "; + this.gv_fDate.FieldName = "fDate"; + this.gv_fDate.MinWidth = 50; + this.gv_fDate.Name = "gv_fDate"; + this.gv_fDate.OptionsColumn.AllowEdit = false; + this.gv_fDate.Tag = "query_a.F_DATE"; + this.gv_fDate.Visible = true; + this.gv_fDate.VisibleIndex = 3; + this.gv_fDate.Width = 94; + // + // lb_billNo + // + this.lb_billNo.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.lb_billNo.Appearance.Options.UseFont = true; + this.lb_billNo.Location = new System.Drawing.Point(520, 20); + this.lb_billNo.Name = "lb_billNo"; + this.lb_billNo.Size = new System.Drawing.Size(73, 21); + this.lb_billNo.TabIndex = 213; + this.lb_billNo.Text = "鍗曟嵁缂栧彿 "; + // + // txt_billNo + // + this.txt_billNo.Location = new System.Drawing.Point(580, 20); + this.txt_billNo.Name = "txt_billNo"; + this.txt_billNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_billNo.Properties.Appearance.Options.UseFont = true; + this.txt_billNo.Size = new System.Drawing.Size(150, 28); + this.txt_billNo.TabIndex = 213; + // + // gv_billNo + // + this.gv_billNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_billNo.AppearanceCell.Options.UseFont = true; + this.gv_billNo.Caption = "鍗曟嵁缂栧彿 "; + this.gv_billNo.FieldName = "billNo"; + this.gv_billNo.MinWidth = 50; + this.gv_billNo.Name = "gv_billNo"; + this.gv_billNo.OptionsColumn.AllowEdit = false; + this.gv_billNo.Tag = "query_a.BILL_NO"; + this.gv_billNo.Visible = true; + this.gv_billNo.VisibleIndex = 2; + this.gv_billNo.Width = 94; + // + // lb_billType + // + this.lb_billType.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.lb_billType.Appearance.Options.UseFont = true; + this.lb_billType.Location = new System.Drawing.Point(661, 361); + this.lb_billType.Name = "lb_billType"; + this.lb_billType.Size = new System.Drawing.Size(73, 21); + this.lb_billType.TabIndex = 211; + this.lb_billType.Text = "鍗曟嵁绫诲瀷 "; + // + // txt_billType + // + this.txt_billType.Location = new System.Drawing.Point(721, 357); + this.txt_billType.Name = "txt_billType"; + this.txt_billType.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_billType.Properties.Appearance.Options.UseFont = true; + this.txt_billType.Size = new System.Drawing.Size(150, 28); + this.txt_billType.TabIndex = 211; + // + // gv_billType + // + this.gv_billType.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_billType.AppearanceCell.Options.UseFont = true; + this.gv_billType.Caption = "鍗曟嵁绫诲瀷 "; + this.gv_billType.FieldName = "billType"; + this.gv_billType.MinWidth = 50; + this.gv_billType.Name = "gv_billType"; + this.gv_billType.OptionsColumn.AllowEdit = false; + this.gv_billType.Tag = "query_a.BILL_TYPE"; + this.gv_billType.Visible = true; + this.gv_billType.VisibleIndex = 1; + this.gv_billType.Width = 94; + // + // lb_id + // + this.lb_id.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.lb_id.Appearance.Options.UseFont = true; + this.lb_id.Location = new System.Drawing.Point(20, 20); + this.lb_id.Name = "lb_id"; + this.lb_id.Size = new System.Drawing.Size(23, 21); + this.lb_id.TabIndex = 210; + this.lb_id.Text = "ID "; + // + // txt_id + // + this.txt_id.Location = new System.Drawing.Point(80, 20); + this.txt_id.Name = "txt_id"; + this.txt_id.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_id.Properties.Appearance.Options.UseFont = true; + this.txt_id.Size = new System.Drawing.Size(150, 28); + this.txt_id.TabIndex = 210; + // + // 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; + // + // toolBarMenu1 + // + this.toolBarMenu1.chkParameter = null; + this.toolBarMenu1.currentAction = null; + this.toolBarMenu1.Dock = System.Windows.Forms.DockStyle.Top; + this.toolBarMenu1.guidKey = null; + this.toolBarMenu1.isSetBtn = false; + this.toolBarMenu1.Location = new System.Drawing.Point(0, 0); + this.toolBarMenu1.Name = "toolBarMenu1"; + this.toolBarMenu1.rptParameter = null; + this.toolBarMenu1.Size = new System.Drawing.Size(1128, 80); + this.toolBarMenu1.TabIndex = 0; + this.toolBarMenu1.xlsInService = null; + this.toolBarMenu1.xlsOutParameter = null; + // + // gcMain + // + this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill; + this.gcMain.Font = new System.Drawing.Font("Tahoma", 10F); + this.gcMain.Location = new System.Drawing.Point(0, 0); + this.gcMain.MainView = this.gridView1; + this.gcMain.Name = "gcMain"; + this.gcMain.Size = new System.Drawing.Size(1126, 531); + this.gcMain.TabIndex = 1; + this.gcMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { + this.gridView1}); + // + // gridView1 + // + this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F); + this.gridView1.Appearance.Row.Options.UseFont = true; + this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { + this.gv_id, + this.gv_billType, + this.gv_billNo, + this.gv_fDate, + this.gv_currency, + this.gv_salesOrg, + this.gv_salesDept, + this.gv_customerOrderNo, + this.gv_returnCustomer, + this.gv_taobaoRemark, + this.gv_returnReason, + this.gv_deliveryLocation, + this.gv_inventoryOrg, + this.gv_inventoryDept, + this.gv_inventoryGroup, + this.gv_warehouseManager, + this.gv_salesGroup, + this.gv_salesPerson, + this.gv_expressNo, + this.gv_receiver, + this.gv_receiverContact, + this.gv_receiverAddress, + this.gv_receiverName, + this.gv_settleParty, + this.gv_createdBy, + this.gv_createdDate, + this.gv_modifiedBy, + this.gv_modifiedDate, + this.gv_closedBy, + this.gv_closeReason, + this.gv_closeDate, + this.gv_approvedBy, + this.gv_approvedDate, + this.gv_cancelStatus, + this.gv_cancelledBy, + this.gv_cancelDate, + this.gv_closeStatus, + this.gv_manualCloseFlag, + this.gv_erpId, + this.gv_billStatus, + this.gridColumn1}); + 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; + // + // gridColumn1 + // + this.gridColumn1.Caption = "瀹℃牳鏍囪瘑"; + this.gridColumn1.FieldName = "chkStatus"; + this.gridColumn1.MinWidth = 25; + this.gridColumn1.Name = "gridColumn1"; + this.gridColumn1.Visible = true; + this.gridColumn1.VisibleIndex = 40; + this.gridColumn1.Width = 94; + // + // xtraTabControl1 + // + this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill; + this.xtraTabControl1.Location = new System.Drawing.Point(0, 80); + this.xtraTabControl1.Name = "xtraTabControl1"; + this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1; + this.xtraTabControl1.Size = new System.Drawing.Size(1128, 602); + this.xtraTabControl1.TabIndex = 3; + this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { + this.xtraTabPage1, + this.xtraTabPage2}); + // + // xtraTabPage1 + // + this.xtraTabPage1.Controls.Add(this.gcMain); + this.xtraTabPage1.Controls.Add(this.pageBar1); + this.xtraTabPage1.Name = "xtraTabPage1"; + this.xtraTabPage1.Size = new System.Drawing.Size(1126, 570); + this.xtraTabPage1.Text = "鏁版嵁鏌ヨ"; + // + // pageBar1 + // + this.pageBar1.CurrentPage = 1; + this.pageBar1.Dock = System.Windows.Forms.DockStyle.Bottom; + this.pageBar1.Location = new System.Drawing.Point(0, 531); + this.pageBar1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); + this.pageBar1.Name = "pageBar1"; + this.pageBar1.RecordCount = 0; + this.pageBar1.Size = new System.Drawing.Size(1126, 39); + this.pageBar1.TabIndex = 3; + this.pageBar1.TotalPages = 0; + // + // xtraTabPage2 + // + this.xtraTabPage2.Controls.Add(this.tabMx); + this.xtraTabPage2.Controls.Add(this.panel1); + this.xtraTabPage2.Name = "xtraTabPage2"; + this.xtraTabPage2.PageEnabled = false; + this.xtraTabPage2.Size = new System.Drawing.Size(1126, 570); + this.xtraTabPage2.Text = "鏁版嵁缂栬緫"; + // + // tabMx + // + this.tabMx.Dock = System.Windows.Forms.DockStyle.Fill; + this.tabMx.Location = new System.Drawing.Point(0, 401); + this.tabMx.Name = "tabMx"; + this.tabMx.SelectedTabPage = this.tabMxPage1; + this.tabMx.Size = new System.Drawing.Size(1126, 169); + this.tabMx.TabIndex = 2; + this.tabMx.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { + this.tabMxPage1}); + // + // panel1 + // + this.panel1.BackColor = System.Drawing.Color.White; + this.panel1.Controls.Add(this.txt_customerOrderNo); + this.panel1.Controls.Add(this.labelControl11); + this.panel1.Controls.Add(this.lbGuid); + this.panel1.Controls.Add(this.lb_billStatus); + this.panel1.Controls.Add(this.txt_billStatus); + this.panel1.Controls.Add(this.lb_erpId); + this.panel1.Controls.Add(this.txt_erpId); + this.panel1.Controls.Add(this.lb_manualCloseFlag); + this.panel1.Controls.Add(this.txt_manualCloseFlag); + this.panel1.Controls.Add(this.lb_closeStatus); + this.panel1.Controls.Add(this.txt_closeStatus); + this.panel1.Controls.Add(this.lb_cancelDate); + this.panel1.Controls.Add(this.txt_cancelDate); + this.panel1.Controls.Add(this.lb_cancelledBy); + this.panel1.Controls.Add(this.txt_cancelledBy); + this.panel1.Controls.Add(this.lb_cancelStatus); + this.panel1.Controls.Add(this.txt_cancelStatus); + this.panel1.Controls.Add(this.lb_approvedDate); + this.panel1.Controls.Add(this.txt_approvedDate); + this.panel1.Controls.Add(this.lb_approvedBy); + this.panel1.Controls.Add(this.txt_approvedBy); + this.panel1.Controls.Add(this.lb_closeDate); + this.panel1.Controls.Add(this.txt_closeDate); + this.panel1.Controls.Add(this.lb_closeReason); + this.panel1.Controls.Add(this.txt_closeReason); + this.panel1.Controls.Add(this.lb_closedBy); + this.panel1.Controls.Add(this.txt_closedBy); + this.panel1.Controls.Add(this.lb_modifiedDate); + this.panel1.Controls.Add(this.txt_modifiedDate); + this.panel1.Controls.Add(this.lb_modifiedBy); + this.panel1.Controls.Add(this.txt_modifiedBy); + this.panel1.Controls.Add(this.lb_createdDate); + this.panel1.Controls.Add(this.txt_createdDate); + this.panel1.Controls.Add(this.lb_createdBy); + this.panel1.Controls.Add(this.txt_createdBy); + this.panel1.Controls.Add(this.lb_settleParty); + this.panel1.Controls.Add(this.txt_settleParty); + this.panel1.Controls.Add(this.lb_receiverName); + this.panel1.Controls.Add(this.txt_receiverName); + this.panel1.Controls.Add(this.lb_receiverAddress); + this.panel1.Controls.Add(this.txt_receiverAddress); + this.panel1.Controls.Add(this.lb_receiverContact); + this.panel1.Controls.Add(this.txt_receiverContact); + this.panel1.Controls.Add(this.lb_receiver); + this.panel1.Controls.Add(this.txt_receiver); + this.panel1.Controls.Add(this.lb_expressNo); + this.panel1.Controls.Add(this.txt_expressNo); + this.panel1.Controls.Add(this.lb_salesPerson); + this.panel1.Controls.Add(this.txt_salesPerson); + this.panel1.Controls.Add(this.lb_salesGroup); + this.panel1.Controls.Add(this.txt_salesGroup); + this.panel1.Controls.Add(this.lb_warehouseManager); + this.panel1.Controls.Add(this.txt_warehouseManager); + this.panel1.Controls.Add(this.lb_inventoryGroup); + this.panel1.Controls.Add(this.txt_inventoryGroup); + this.panel1.Controls.Add(this.lb_inventoryDept); + this.panel1.Controls.Add(this.txt_inventoryDept); + this.panel1.Controls.Add(this.lb_inventoryOrg); + this.panel1.Controls.Add(this.txt_inventoryOrg); + this.panel1.Controls.Add(this.lb_deliveryLocation); + this.panel1.Controls.Add(this.txt_deliveryLocation); + this.panel1.Controls.Add(this.lb_returnReason); + this.panel1.Controls.Add(this.txt_returnReason); + this.panel1.Controls.Add(this.lb_taobaoRemark); + this.panel1.Controls.Add(this.txt_taobaoRemark); + this.panel1.Controls.Add(this.lb_returnCustomer); + this.panel1.Controls.Add(this.txt_returnCustomer); + this.panel1.Controls.Add(this.lb_customerOrderNo); + this.panel1.Controls.Add(this.lb_salesDept); + this.panel1.Controls.Add(this.txt_salesDept); + this.panel1.Controls.Add(this.lb_salesOrg); + this.panel1.Controls.Add(this.txt_salesOrg); + this.panel1.Controls.Add(this.lb_currency); + this.panel1.Controls.Add(this.txt_currency); + this.panel1.Controls.Add(this.lb_fDate); + this.panel1.Controls.Add(this.txt_fDate); + this.panel1.Controls.Add(this.lb_billNo); + this.panel1.Controls.Add(this.txt_billNo); + this.panel1.Controls.Add(this.lb_billType); + this.panel1.Controls.Add(this.txt_billType); + this.panel1.Controls.Add(this.lb_id); + this.panel1.Controls.Add(this.txt_id); + this.panel1.Dock = System.Windows.Forms.DockStyle.Top; + this.panel1.Font = new System.Drawing.Font("Tahoma", 10F); + this.panel1.Location = new System.Drawing.Point(0, 0); + this.panel1.Name = "panel1"; + this.panel1.Size = new System.Drawing.Size(1126, 401); + this.panel1.TabIndex = 1; + // + // txt_customerOrderNo + // + this.txt_customerOrderNo.IsReadly = false; + this.txt_customerOrderNo.Location = new System.Drawing.Point(143, 357); + this.txt_customerOrderNo.Name = "txt_customerOrderNo"; + this.txt_customerOrderNo.Size = new System.Drawing.Size(234, 29); + this.txt_customerOrderNo.TabIndex = 0; + // + // labelControl11 + // + this.labelControl11.Location = new System.Drawing.Point(807, 343); + this.labelControl11.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.labelControl11.Name = "labelControl11"; + this.labelControl11.Size = new System.Drawing.Size(45, 18); + this.labelControl11.TabIndex = 130; + this.labelControl11.Text = "涓婚敭锛�"; + // + // lbGuid + // + this.lbGuid.AutoSize = true; + this.lbGuid.Location = new System.Drawing.Point(858, 343); + this.lbGuid.Name = "lbGuid"; + this.lbGuid.Size = new System.Drawing.Size(0, 21); + this.lbGuid.TabIndex = 1; + // + // picCheckBox + // + this.picCheckBox.Image = global::Gs.DevApp.Properties.Resources.ico_noCheck; + this.picCheckBox.Location = new System.Drawing.Point(962, 40); + this.picCheckBox.Name = "picCheckBox"; + this.picCheckBox.Size = new System.Drawing.Size(100, 50); + this.picCheckBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; + this.picCheckBox.TabIndex = 451; + this.picCheckBox.TabStop = false; + this.picCheckBox.Visible = false; + // + // gridColumn4 + // + this.gridColumn4.Caption = "閿�鍞崟鍙�"; + this.gridColumn4.Name = "gridColumn4"; + this.gridColumn4.Visible = true; + this.gridColumn4.VisibleIndex = 0; + // + // gridColumn5 + // + this.gridColumn5.Caption = "鍙戣揣鍗曞彿"; + this.gridColumn5.Name = "gridColumn5"; + this.gridColumn5.Visible = true; + this.gridColumn5.VisibleIndex = 1; + // + // gridColumn6 + // + this.gridColumn6.Caption = "鐗╂枡缂栧彿"; + this.gridColumn6.Name = "gridColumn6"; + this.gridColumn6.Visible = true; + this.gridColumn6.VisibleIndex = 2; + // + // gridColumn7 + // + this.gridColumn7.Caption = "鐗╂枡鍚嶇О"; + this.gridColumn7.Name = "gridColumn7"; + this.gridColumn7.Visible = true; + this.gridColumn7.VisibleIndex = 3; + // + // gridColumn8 + // + this.gridColumn8.Caption = "鐗╂枡瑙勬牸"; + this.gridColumn8.Name = "gridColumn8"; + this.gridColumn8.Visible = true; + this.gridColumn8.VisibleIndex = 4; + // + // gridColumn9 + // + this.gridColumn9.Caption = "鍙戣揣鏁伴噺"; + this.gridColumn9.Name = "gridColumn9"; + this.gridColumn9.Visible = true; + this.gridColumn9.VisibleIndex = 5; + // + // gridColumn10 + // + this.gridColumn10.Caption = "宸查��鏁伴噺"; + this.gridColumn10.Name = "gridColumn10"; + this.gridColumn10.Visible = true; + this.gridColumn10.VisibleIndex = 6; + // + // gvMxDel + // + this.gvMxDel.Caption = "绉诲嚭"; + this.gvMxDel.ColumnEdit = this.repositoryItemButtonEdit1; + this.gvMxDel.MinWidth = 25; + this.gvMxDel.Name = "gvMxDel"; + this.gvMxDel.Visible = true; + this.gvMxDel.VisibleIndex = 27; + this.gvMxDel.Width = 94; + // + // repositoryItemButtonEdit1 + // + this.repositoryItemButtonEdit1.AutoHeight = false; + editorButtonImageOptions1.Image = global::Gs.DevApp.Properties.Resources.removegroupfooter_16x16; + this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { + new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "绉诲嚭", -1, true, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)}); + this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1"; + this.repositoryItemButtonEdit1.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEdit1_ButtonClick); + // + // Frm_SalesReturnNotice + // + this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(1128, 682); + this.Controls.Add(this.picCheckBox); + this.Controls.Add(this.xtraTabControl1); + this.Controls.Add(this.toolBarMenu1); + this.Name = "Frm_SalesReturnNotice"; + this.Text = "閿�鍞��璐х敵璇峰崟"; + this.tabMxPage1.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.gcMx1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.gvMx1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSearchLookUpEdit1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSearchLookUpEdit1View)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_billStatus.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_erpId.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_manualCloseFlag.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_closeStatus.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_cancelDate.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_cancelledBy.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_cancelStatus.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_approvedDate.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_approvedBy.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_closeDate.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_closeReason.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_closedBy.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_modifiedDate.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_modifiedBy.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_createdDate.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_createdBy.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_settleParty.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_receiverName.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_receiverAddress.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_receiverContact.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_receiver.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_expressNo.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_salesPerson.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_salesGroup.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_warehouseManager.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_inventoryGroup.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_inventoryDept.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_inventoryOrg.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_deliveryLocation.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_returnReason.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_taobaoRemark.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_returnCustomer.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_salesDept.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_salesOrg.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_currency.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_fDate.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_billNo.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_billType.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_id.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.gcMain)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit(); + this.xtraTabControl1.ResumeLayout(false); + this.xtraTabPage1.ResumeLayout(false); + this.xtraTabPage2.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.tabMx)).EndInit(); + this.tabMx.ResumeLayout(false); + this.panel1.ResumeLayout(false); + this.panel1.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.picCheckBox)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit(); + this.ResumeLayout(false); + + } + #endregion + private UserControl.UcToolBarMenu toolBarMenu1; + private DevExpress.XtraGrid.GridControl gcMain; + private DevExpress.XtraGrid.Views.Grid.GridView gridView1; + private DevExpress.XtraTab.XtraTabControl xtraTabControl1; + private DevExpress.XtraTab.XtraTabPage xtraTabPage1; + private DevExpress.XtraTab.XtraTabPage xtraTabPage2; + private UserControls.Data.UcPageBar pageBar1; + private System.Windows.Forms.Panel panel1; + private System.Windows.Forms.Label lbGuid; + private DevExpress.XtraEditors.LabelControl labelControl11; + private DevExpress.XtraTab.XtraTabControl tabMx; + + //BQCreateConrolObejct + private DevExpress.XtraGrid.Columns.GridColumn gvMx1erpHeadId; + private DevExpress.XtraGrid.Columns.GridColumn gvMx1erpLineId; + private DevExpress.XtraGrid.Columns.GridColumn gvMx1orderBillNo; + private DevExpress.XtraGrid.Columns.GridColumn gvMx1sourceBillNo; + private DevExpress.XtraGrid.Columns.GridColumn gvMx1sourceBillType; + private DevExpress.XtraGrid.Columns.GridColumn gvMx1ownerId; + private DevExpress.XtraGrid.Columns.GridColumn gvMx1ownerTypeId; + private DevExpress.XtraGrid.Columns.GridColumn gvMx1materialCategory; + private DevExpress.XtraGrid.Columns.GridColumn gvMx1inventoryQuantity; + private DevExpress.XtraGrid.Columns.GridColumn gvMx1inventoryUnit; + private DevExpress.XtraGrid.Columns.GridColumn gvMx1salesClerk; + private DevExpress.XtraGrid.Columns.GridColumn gvMx1returnType; + private DevExpress.XtraGrid.Columns.GridColumn gvMx1note; + private DevExpress.XtraGrid.Columns.GridColumn gvMx1lotNumber; + private DevExpress.XtraGrid.Columns.GridColumn gvMx1planTrackingNumber; + private DevExpress.XtraGrid.Columns.GridColumn gvMx1warehouse; + private DevExpress.XtraGrid.Columns.GridColumn gvMx1returnDate; + private DevExpress.XtraGrid.Columns.GridColumn gvMx1isFree; + private DevExpress.XtraGrid.Columns.GridColumn gvMx1salesQuantity; + private DevExpress.XtraGrid.Columns.GridColumn gvMx1salesUnitId; + private DevExpress.XtraGrid.Columns.GridColumn gvMx1materialSpecification; + private DevExpress.XtraGrid.Columns.GridColumn gvMx1materialName; + private DevExpress.XtraGrid.Columns.GridColumn gvMx1materialId; + private DevExpress.XtraGrid.Columns.GridColumn gvMx1salesOrderId; + private DevExpress.XtraGrid.Columns.GridColumn gvMx1id; + private DevExpress.XtraTab.XtraTabPage tabMxPage1; + private DevExpress.XtraGrid.GridControl gcMx1; + private DevExpress.XtraGrid.Views.Grid.GridView gvMx1; + private DevExpress.XtraEditors.LabelControl lb_billStatus; + private DevExpress.XtraEditors.TextEdit txt_billStatus; + private DevExpress.XtraGrid.Columns.GridColumn gv_billStatus; + + private DevExpress.XtraEditors.LabelControl lb_erpId; + private DevExpress.XtraEditors.TextEdit txt_erpId; + private DevExpress.XtraGrid.Columns.GridColumn gv_erpId; + + private DevExpress.XtraEditors.LabelControl lb_manualCloseFlag; + private DevExpress.XtraEditors.TextEdit txt_manualCloseFlag; + private DevExpress.XtraGrid.Columns.GridColumn gv_manualCloseFlag; + + private DevExpress.XtraEditors.LabelControl lb_closeStatus; + private DevExpress.XtraEditors.TextEdit txt_closeStatus; + private DevExpress.XtraGrid.Columns.GridColumn gv_closeStatus; + + private DevExpress.XtraEditors.LabelControl lb_cancelDate; + private DevExpress.XtraEditors.TextEdit txt_cancelDate; + private DevExpress.XtraGrid.Columns.GridColumn gv_cancelDate; + + private DevExpress.XtraEditors.LabelControl lb_cancelledBy; + private DevExpress.XtraEditors.TextEdit txt_cancelledBy; + private DevExpress.XtraGrid.Columns.GridColumn gv_cancelledBy; + + private DevExpress.XtraEditors.LabelControl lb_cancelStatus; + private DevExpress.XtraEditors.TextEdit txt_cancelStatus; + private DevExpress.XtraGrid.Columns.GridColumn gv_cancelStatus; + + private DevExpress.XtraEditors.LabelControl lb_approvedDate; + private DevExpress.XtraEditors.TextEdit txt_approvedDate; + private DevExpress.XtraGrid.Columns.GridColumn gv_approvedDate; + + private DevExpress.XtraEditors.LabelControl lb_approvedBy; + private DevExpress.XtraEditors.TextEdit txt_approvedBy; + private DevExpress.XtraGrid.Columns.GridColumn gv_approvedBy; + + private DevExpress.XtraEditors.LabelControl lb_closeDate; + private DevExpress.XtraEditors.TextEdit txt_closeDate; + private DevExpress.XtraGrid.Columns.GridColumn gv_closeDate; + + private DevExpress.XtraEditors.LabelControl lb_closeReason; + private DevExpress.XtraEditors.TextEdit txt_closeReason; + private DevExpress.XtraGrid.Columns.GridColumn gv_closeReason; + + private DevExpress.XtraEditors.LabelControl lb_closedBy; + private DevExpress.XtraEditors.TextEdit txt_closedBy; + private DevExpress.XtraGrid.Columns.GridColumn gv_closedBy; + + private DevExpress.XtraEditors.LabelControl lb_modifiedDate; + private DevExpress.XtraEditors.TextEdit txt_modifiedDate; + private DevExpress.XtraGrid.Columns.GridColumn gv_modifiedDate; + + private DevExpress.XtraEditors.LabelControl lb_modifiedBy; + private DevExpress.XtraEditors.TextEdit txt_modifiedBy; + private DevExpress.XtraGrid.Columns.GridColumn gv_modifiedBy; + + private DevExpress.XtraEditors.LabelControl lb_createdDate; + private DevExpress.XtraEditors.TextEdit txt_createdDate; + private DevExpress.XtraGrid.Columns.GridColumn gv_createdDate; + + private DevExpress.XtraEditors.LabelControl lb_createdBy; + private DevExpress.XtraEditors.TextEdit txt_createdBy; + private DevExpress.XtraGrid.Columns.GridColumn gv_createdBy; + + private DevExpress.XtraEditors.LabelControl lb_settleParty; + private DevExpress.XtraEditors.TextEdit txt_settleParty; + private DevExpress.XtraGrid.Columns.GridColumn gv_settleParty; + + private DevExpress.XtraEditors.LabelControl lb_receiverName; + private DevExpress.XtraEditors.TextEdit txt_receiverName; + private DevExpress.XtraGrid.Columns.GridColumn gv_receiverName; + + private DevExpress.XtraEditors.LabelControl lb_receiverAddress; + private DevExpress.XtraEditors.TextEdit txt_receiverAddress; + private DevExpress.XtraGrid.Columns.GridColumn gv_receiverAddress; + + private DevExpress.XtraEditors.LabelControl lb_receiverContact; + private DevExpress.XtraEditors.TextEdit txt_receiverContact; + private DevExpress.XtraGrid.Columns.GridColumn gv_receiverContact; + + private DevExpress.XtraEditors.LabelControl lb_receiver; + private DevExpress.XtraEditors.TextEdit txt_receiver; + private DevExpress.XtraGrid.Columns.GridColumn gv_receiver; + + private DevExpress.XtraEditors.LabelControl lb_expressNo; + private DevExpress.XtraEditors.TextEdit txt_expressNo; + private DevExpress.XtraGrid.Columns.GridColumn gv_expressNo; + + private DevExpress.XtraEditors.LabelControl lb_salesPerson; + private DevExpress.XtraEditors.TextEdit txt_salesPerson; + private DevExpress.XtraGrid.Columns.GridColumn gv_salesPerson; + + private DevExpress.XtraEditors.LabelControl lb_salesGroup; + private DevExpress.XtraEditors.TextEdit txt_salesGroup; + private DevExpress.XtraGrid.Columns.GridColumn gv_salesGroup; + + private DevExpress.XtraEditors.LabelControl lb_warehouseManager; + private DevExpress.XtraEditors.TextEdit txt_warehouseManager; + private DevExpress.XtraGrid.Columns.GridColumn gv_warehouseManager; + + private DevExpress.XtraEditors.LabelControl lb_inventoryGroup; + private DevExpress.XtraEditors.TextEdit txt_inventoryGroup; + private DevExpress.XtraGrid.Columns.GridColumn gv_inventoryGroup; + + private DevExpress.XtraEditors.LabelControl lb_inventoryDept; + private DevExpress.XtraEditors.TextEdit txt_inventoryDept; + private DevExpress.XtraGrid.Columns.GridColumn gv_inventoryDept; + + private DevExpress.XtraEditors.LabelControl lb_inventoryOrg; + private DevExpress.XtraEditors.TextEdit txt_inventoryOrg; + private DevExpress.XtraGrid.Columns.GridColumn gv_inventoryOrg; + + private DevExpress.XtraEditors.LabelControl lb_deliveryLocation; + private DevExpress.XtraEditors.TextEdit txt_deliveryLocation; + private DevExpress.XtraGrid.Columns.GridColumn gv_deliveryLocation; + + private DevExpress.XtraEditors.LabelControl lb_returnReason; + private DevExpress.XtraEditors.TextEdit txt_returnReason; + private DevExpress.XtraGrid.Columns.GridColumn gv_returnReason; + + private DevExpress.XtraEditors.LabelControl lb_taobaoRemark; + private DevExpress.XtraEditors.TextEdit txt_taobaoRemark; + private DevExpress.XtraGrid.Columns.GridColumn gv_taobaoRemark; + + private DevExpress.XtraEditors.LabelControl lb_returnCustomer; + private DevExpress.XtraEditors.TextEdit txt_returnCustomer; + private DevExpress.XtraGrid.Columns.GridColumn gv_returnCustomer; + + private DevExpress.XtraEditors.LabelControl lb_customerOrderNo; + private DevExpress.XtraGrid.Columns.GridColumn gv_customerOrderNo; + + private DevExpress.XtraEditors.LabelControl lb_salesDept; + private DevExpress.XtraEditors.TextEdit txt_salesDept; + private DevExpress.XtraGrid.Columns.GridColumn gv_salesDept; + + private DevExpress.XtraEditors.LabelControl lb_salesOrg; + private DevExpress.XtraEditors.TextEdit txt_salesOrg; + private DevExpress.XtraGrid.Columns.GridColumn gv_salesOrg; + + private DevExpress.XtraEditors.LabelControl lb_currency; + private DevExpress.XtraEditors.TextEdit txt_currency; + private DevExpress.XtraGrid.Columns.GridColumn gv_currency; + + private DevExpress.XtraEditors.LabelControl lb_fDate; + private DevExpress.XtraEditors.TextEdit txt_fDate; + private DevExpress.XtraGrid.Columns.GridColumn gv_fDate; + + private DevExpress.XtraEditors.LabelControl lb_billNo; + private DevExpress.XtraEditors.TextEdit txt_billNo; + private DevExpress.XtraGrid.Columns.GridColumn gv_billNo; + + private DevExpress.XtraEditors.LabelControl lb_billType; + private DevExpress.XtraEditors.TextEdit txt_billType; + private DevExpress.XtraGrid.Columns.GridColumn gv_billType; + + private DevExpress.XtraEditors.LabelControl lb_id; + private DevExpress.XtraEditors.TextEdit txt_id; + private DevExpress.XtraGrid.Columns.GridColumn gv_id; + private System.Windows.Forms.PictureBox picCheckBox; + private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; + private UserControl.UcLookSales txt_customerOrderNo; + private DevExpress.XtraGrid.Columns.GridColumn gridColumn2; + private DevExpress.XtraGrid.Columns.GridColumn gridColumn3; + private DevExpress.XtraEditors.Repository.RepositoryItemSearchLookUpEdit repositoryItemSearchLookUpEdit1; + private DevExpress.XtraGrid.Views.Grid.GridView repositoryItemSearchLookUpEdit1View; + private DevExpress.XtraGrid.Columns.GridColumn gridColumn4; + private DevExpress.XtraGrid.Columns.GridColumn gridColumn5; + private DevExpress.XtraGrid.Columns.GridColumn gridColumn6; + private DevExpress.XtraGrid.Columns.GridColumn gridColumn7; + private DevExpress.XtraGrid.Columns.GridColumn gridColumn8; + private DevExpress.XtraGrid.Columns.GridColumn gridColumn9; + private DevExpress.XtraGrid.Columns.GridColumn gridColumn10; + private DevExpress.XtraGrid.Columns.GridColumn gvMxDel; + private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1; + } +} \ No newline at end of file diff --git a/DevApp/Gs.DevApp/DevFrm/Sales/Frm_SalesReturnNotice.cs b/DevApp/Gs.DevApp/DevFrm/Sales/Frm_SalesReturnNotice.cs new file mode 100644 index 0000000..fc9c6aa --- /dev/null +++ b/DevApp/Gs.DevApp/DevFrm/Sales/Frm_SalesReturnNotice.cs @@ -0,0 +1,563 @@ +using DevExpress.XtraEditors; +using Gs.DevApp.Entity; +using Gs.DevApp.ToolBox; +using Gs.DevApp.UserControl; +using Newtonsoft.Json; +using Newtonsoft.Json.Linq; +using System; +using System.Collections.Generic; +using System.Data; +using System.Threading.Tasks; +using System.Windows.Forms; + +namespace Gs.DevApp.DevFrm +{ + public partial class Frm_SalesReturnNotice : DevExpress.XtraEditors.XtraForm + { + string _webServiceName = "SalesReturnManager/"; + List<FilterEntity> _filterList = new List<FilterEntity>(); + public Frm_SalesReturnNotice() + { + InitializeComponent(); + this.toolBarMenu1.btnAddClick += ToolBarMenu1_btnAddClick; + this.toolBarMenu1.btnEdtClick += ToolBarMenu1_btnEdtClick; + this.toolBarMenu1.btnSaveClick += ToolBarMenu1_btnSaveClick; + this.toolBarMenu1.btnLoadClick += ToolBarMenu1_btnLoadClick; + this.toolBarMenu1.btnDelClick += ToolBarMenu1_btnDelClick1; + this.toolBarMenu1.btnEscClick += ToolBarMenu1_btnEscClick; + this.toolBarMenu1.btnQueryClick += ToolBarMenu1_btnQueryClick; + toolBarMenu1.btnChkClick += ToolBarMenu1_btnChkClick; + toolBarMenu1.btnFChkClick += ToolBarMenu1_btnFChkClick; + toolBarMenu1.btnLogClick += ToolBarMenu1_btnLogClick; + // Gs.DevApp.ToolBox.DragResizeHelp.RegisterControl(this, this.panelControl3, splitContainerControl1.Panel1, label1); + Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameterMx(gvMx1); + Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameter(gridView1, picCheckBox, this, "chkStatus", "", (value) => + { + Gs.DevApp.ToolBox.UtilityHelper.JumpTab(xtraTabControl1, 0); + }); + Gs.DevApp.ToolBox.UtilityHelper.SetTabParameter(gridView1, xtraTabControl1, pageBar1, (value) => + { + getModel(value); + }, (value) => + { + getPageList(this.pageBar1.CurrentPage); + }); + getPageList(1); + pageBar1.PagerEvent += PageBar1_PagerEvent; + // 璁剧疆閿�鍞崟 + txt_customerOrderNo.getSuppler("", ""); + this.txt_customerOrderNo.EditChanged += (s, e) => + { + //鏈夋病鏈夐攢鍞鍗� + string _sqGuid = txt_customerOrderNo.GetId(); + if (string.IsNullOrEmpty(_sqGuid)) + return; + txt_returnCustomer.Text = txt_customerOrderNo.GetSalesCusName(); + txt_salesOrg.Text = txt_customerOrderNo.GetSalesOrgName(); + System.Text.StringBuilder sbWhere = new System.Text.StringBuilder(); + var _obj = new PageQueryModel(1, 999999, "item_no", "asc", "", sbWhere.ToString(), _sqGuid); + var json = JsonConvert.SerializeObject(_obj); + try + { + var strReturn = UtilityHelper.HttpPost("", + "SalesManager/SelectFormFhMx", json); + var rtn = UtilityHelper.ReturnToTablePage(strReturn); + var dt = rtn.rtnData.list; + //this.repositoryItemSearchLookUpEdit1.DataSource = dt; + } + catch (Exception ex) + { + MsgHelper.Warning("鎻愮ず锛�" + ex.Message); + } + }; + + } + private void GridView1_ColumnFilterChanged(object sender, EventArgs e) + { + Gs.DevApp.ToolBox.UtilityHelper.GetDilter(gridView1.Columns, gridView1); + Task.Delay(100); + getPageList(1); + } + /// <summary> + /// 鍒嗛〉浜嬩欢 + /// </summary> + /// <param name="curPage"></param> + /// <param name="pageSize"></param> + private void PageBar1_PagerEvent(int curPage, int pageSize) + { + getPageList(curPage); + } + /// <summary> + /// 鏌ヨ浜嬩欢 + /// </summary> + /// <param name="sender"></param> + /// <param name="e"></param> + private void ToolBarMenu1_btnQueryClick(object sender, EventArgs e) + { + gridView1.ColumnFilterChanged -= GridView1_ColumnFilterChanged; + gridView1.ActiveFilter.Clear(); + gridView1.ColumnFilterChanged += GridView1_ColumnFilterChanged; + var frm = new ShowFilter(gridView1.Columns, _filterList); + frm.UpdateParent += Frm_UpdateParent; + frm.ShowDialog(); + } + /// <summary> + /// 鏌ヨ鍥炶皟 + /// </summary> + /// <param name="sender"></param> + /// <param name="e"></param> + private void Frm_UpdateParent(object sender, UpdateParentEventArgs e) + { + _filterList = e.FilterList; + getPageList(1); + } + + /// <summary> + /// 鍙栨秷浜嬩欢 + /// </summary> + /// <param name="sender"></param> + /// <param name="e"></param> + private void ToolBarMenu1_btnEscClick(object sender, EventArgs e) + { + Gs.DevApp.ToolBox.UtilityHelper.JumpTab(xtraTabControl1, 1); + } + + /// <summary> + /// 鍒犻櫎浜嬩欢 + /// </summary> + /// <param name="sender"></param> + /// <param name="e"></param> + private void ToolBarMenu1_btnDelClick1(object sender, EventArgs e) + { + string rowGuid = "", rowName = ""; + (rowGuid, rowName) = UtilityHelper.GetCurrentRow(xtraTabControl1, + lbGuid, txt_billNo, gridView1, "billNo"); + if (string.IsNullOrEmpty(rowGuid)) + { + MsgHelper.Warning("璇峰厛閫夋嫨浣犺鎿嶄綔鐨勮锛�"); + return; + } + if (!MsgHelper.AskQuestion("浣犻�夋嫨浜嗐��" + rowName + "銆戯紝纭畾鍒犻櫎鍚楋紵")) + return; + var _obj = new + { + guid = rowGuid, + mxGuid = Guid.Empty.ToString(), + }; + try + { + var strJson = UtilityHelper.HttpPost("", + _webServiceName + "DeleteModelOrMx", + JsonConvert.SerializeObject(_obj)); + var _rtn = UtilityHelper.ReturnToDynamic(strJson); + if (_rtn.rtnCode > 0) + { + if (xtraTabControl1.SelectedTabPageIndex == 0) + { } + else + Gs.DevApp.ToolBox.UtilityHelper.JumpTab(xtraTabControl1, 2); + getPageList(this.pageBar1.CurrentPage); + } + + MsgHelper.Warning("鎻愮ず锛�" + _rtn.rtnMsg); + } + catch (Exception ex) + { + MsgHelper.Warning("鎻愮ず锛�" + ex.Message); + } + + } + + /// <summary> + /// 鍒锋柊浜嬩欢 + /// </summary> + /// <param name="sender"></param> + /// <param name="e"></param> + private void ToolBarMenu1_btnLoadClick(object sender, EventArgs e) + { + if (xtraTabControl1.SelectedTabPageIndex == 1) + getModel(lbGuid.Text.Trim()); + else + { + //_filterList.Clear(); + //if (gridView1.ActiveFilter.Count > 0) + //{ + // gridView1.ColumnFilterChanged -= GridView1_ColumnFilterChanged; + // gridView1.ActiveFilter.Clear(); + // gridView1.ColumnFilterChanged += GridView1_ColumnFilterChanged; + //} + //getPageList(1); + getPageList(this.pageBar1.CurrentPage); + } + } + /// <summary> + /// 淇敼浜嬩欢 + /// </summary> + /// <param name="sender"></param> + /// <param name="e"></param> + private void ToolBarMenu1_btnEdtClick(object sender, EventArgs e) + { + string rowGuid = "", rowName = ""; + (rowGuid, rowName) = UtilityHelper.GetCurrentRow(xtraTabControl1, lbGuid, txt_billNo, gridView1, "billno"); + if (string.IsNullOrEmpty(rowGuid)) + { + ToolBox.MsgHelper.Warning("璇峰厛閫夋嫨浣犺鎿嶄綔鐨勮锛�"); + return; + } + Gs.DevApp.ToolBox.UtilityHelper.JumpTab(xtraTabControl1, 3); + if (xtraTabControl1.SelectedTabPageIndex == 1) + { + getModel(lbGuid.Text.Trim()); + } + else + { + List<DevExpress.XtraGrid.Views.Grid.GridView> gvList = new List<DevExpress.XtraGrid.Views.Grid.GridView>(); + gvList.Add(gvMx1); + UtilityHelper.ChangeEnableByControl(panel1.Controls, true, gvList); + } + } + /// <summary> + /// 鏂板浜嬩欢 + /// </summary> + /// <param name="sender"></param> + /// <param name="e"></param> + private void ToolBarMenu1_btnAddClick(object sender, EventArgs e) + { + lbGuid.Text = ""; + Gs.DevApp.ToolBox.UtilityHelper.JumpTab(xtraTabControl1, 4); + List<DevExpress.XtraGrid.Views.Grid.GridView> gridViews = new List<DevExpress.XtraGrid.Views.Grid.GridView>(); + gridViews.Add(gvMx1); + UtilityHelper.CleanValueByControl(this.panel1.Controls, true, gridViews); + Gs.DevApp.ToolBox.UtilityHelper.SetDefaultTable(gcMx1, gvMx1); + + } + /// <summary> + /// 淇濆瓨浜嬩欢 + /// </summary> + /// <param name="sender"></param> + /// <param name="e"></param> + private void ToolBarMenu1_btnSaveClick(object sender, EventArgs e) + { + //toolBarMenu1.isSetBtn = false; + //string djlx = txt_fBillTypeID.Text.ToString(); + //string FNote = txt_fNote.Text.ToString(); + //string _sqGuid = txt_salesId.GetId(); + //string _fhOrg = txt_fStockOrgId.GetId(); + //if (string.IsNullOrEmpty(_fhOrg)) + //{ + // Gs.DevApp.ToolBox.MsgHelper.Warning("璇烽�夋嫨鍙戣揣缁勭粐锛�"); + // txt_fStockOrgId.Focus(); + // return; + //} + //if (txt_fBillTypeID.SelectedIndex < 0) + //{ + // Gs.DevApp.ToolBox.MsgHelper.Warning("璇烽�夋嫨鍗曟嵁绫诲瀷锛�"); + // txt_fBillTypeID.Focus(); + // return; + //} + //if (string.IsNullOrEmpty(_sqGuid)) + //{ + // Gs.DevApp.ToolBox.MsgHelper.Warning("璇烽�夋嫨鐢宠缁勭粐锛�"); + // txt_salesId.Focus(); + // return; + //} + //var _obj = new + //{ + // guid = UtilityHelper.ToGuid(lbGuid.Text.Trim()), //涓诲缓 + // djlx = djlx,//鍗曟嵁绫诲瀷 + // salesId = _sqGuid,//閿�鍞崟鍙� + // inRemark = FNote.Trim(),//澶囨敞 + // fhOrg = _fhOrg, + // list = new List<dynamic>(), + //}; + //gvMx1.CloseEditor(); + //gvMx1.UpdateCurrentRow(); + //if (gvMx1.DataRowCount <= 0) + //{ + // MsgHelper.ShowError("鏄庣粏涓嶈兘涓虹┖锛岃閫夋嫨浣犵殑鐢宠鏄庣粏锛�"); + // return; + //} + //for (var i = 0; i < gvMx1.DataRowCount; i++) + //{ + // var row = gvMx1.GetDataRow(i); + // if (row != null) + // { + // Guid? _guid = UtilityHelper.ToGuid(row["id"].ToString()); + // string _msl = row["fMustQty"].ToString(); + // if (string.IsNullOrEmpty(_msl)) + // { + // MsgHelper.ShowError("鏁伴噺涓嶈兘涓虹┖锛�"); + // return; + // } + // _obj.list.Add(new + // { + // Guid = _guid, + // SalesDetailId = (row["salesDetailId"].ToString()), + // Sqsl = (row["fMustQty"].ToString()), + // Bz = (row["fEntrynote"].ToString()), + // }); + // } + //} + //try + //{ + // string strJson = UtilityHelper.HttpPost("", _webServiceName + "EditModel", JsonConvert.SerializeObject(_obj)); + // ReturnModel<dynamic> _rtn = ToolBox.UtilityHelper.ReturnToDynamic(strJson); + // ToolBox.MsgHelper.Warning("鎻愮ず锛�" + _rtn.rtnMsg); + // if (_rtn.rtnCode > 0) + // { + // lbGuid.Text = _rtn.rtnData.outGuid; + // txt_billNo.Text = _rtn.rtnData.outNo; + // toolBarMenu1.isSetBtn = true; + // List<DevExpress.XtraGrid.Views.Grid.GridView> gvList = new List<DevExpress.XtraGrid.Views.Grid.GridView>(); + // gvList.Add(gvMx1); + // UtilityHelper.ChangeEnableByControl(this.panel1.Controls, false, gvList); + // toolBarMenu1.currentAction = ""; + // } + //} + //catch (Exception ex) + //{ + // ToolBox.MsgHelper.Warning("鎻愮ず锛�" + ex.Message); + //} + } + /// <summary> + /// 鏃ュ織 + /// </summary> + /// <param name="sender"></param> + /// <param name="e"></param> + private void ToolBarMenu1_btnLogClick(object sender, EventArgs e) + { + toolBarMenu1.guidKey = ""; + string rowGuid, rowName; + (rowGuid, rowName) = UtilityHelper.GetCurrentRow(xtraTabControl1, + lbGuid, txt_billNo, gridView1); + toolBarMenu1.guidKey = rowGuid; + } + /// <summary> + /// + /// </summary> + /// <param name="curPage">绗嚑椤�</param> + /// <param name="pageSize">姣忛〉鍑犳潯</param> + private void getPageList(int curPage) + { + var _sbSqlWhere = UtilityHelper.GetSearchWhere(_filterList); + PageQueryModel pgq = new PageQueryModel(curPage, this.pageBar1.RowsCount, "create_date", "asc", "", _sbSqlWhere.ToString()); + string json = JsonConvert.SerializeObject(pgq); + try + { + var strReturn = UtilityHelper.HttpPost("", _webServiceName + "GetListPage", json); + ReturnModel<PageListModel> dd = UtilityHelper.ReturnToTablePage(strReturn); + if (dd.rtnCode > 0) + { + DataTable dt = dd.rtnData.list; + gcMain.BindingContext = new BindingContext(); + gridView1.ColumnFilterChanged -= GridView1_ColumnFilterChanged; + if (dt.Rows.Count > 0) + { + gcMain.DataSource = dt; + gcMain.ForceInitialize(); + gridView1.BestFitColumns(); + } + else + UtilityHelper.SetDefaultTable(gcMain, gridView1); + gridView1.ColumnFilterChanged += GridView1_ColumnFilterChanged; + pageBar1.TotalPages = dd.rtnData.pages;//鎬婚〉 + pageBar1.CurrentPage = curPage;//褰撳墠椤� + pageBar1.RecordCount = dd.rtnData.total;//鎬昏褰曟暟 + } + else + { + ToolBox.MsgHelper.ShowError("鎻愮ず锛�" + dd.rtnMsg); + } + } + catch (Exception ex) + { + ToolBox.MsgHelper.ShowError("鎻愮ず锛�" + ex.Message); + } + + } + private void getModel(string strGuid) + { + bool isEdit = false; + if (toolBarMenu1.currentAction == "add") return; + if (toolBarMenu1.currentAction == "edit") isEdit = true; + if (string.IsNullOrEmpty(strGuid)) + { + ToolBox.MsgHelper.Warning("璇峰厛閫夋嫨浣犺鎿嶄綔鐨勮锛�"); + return; + } + var _obj = new + { + guid = strGuid,//涓诲缓 + }; + try + { + string strJson = UtilityHelper.HttpPost("", _webServiceName + "GetModel", JsonConvert.SerializeObject(_obj)); + ReturnModel<dynamic> _rtn = ToolBox.UtilityHelper.ReturnToDynamic(strJson); + if (_rtn.rtnCode > 0) + { + dynamic dy = _rtn.rtnData; + lbGuid.Text = strGuid; + List<DevExpress.XtraGrid.Views.Grid.GridView> gvList = new List<DevExpress.XtraGrid.Views.Grid.GridView>(); + gvList.Add(gvMx1); + UtilityHelper.SetValueByObj(this.panel1.Controls, dy, isEdit, gvList); + JObject _job = JObject.Parse(strJson); + JArray array = new JArray(); + foreach (var a in _job["rtnData"]["list"]) + { + array.Add(a); + } + DataTable dt = JsonConvert.DeserializeObject<DataTable>(array.ToString()); + if (dt.Rows.Count > 0) + { + gcMx1.BindingContext = new BindingContext(); + gcMx1.DataSource = dt; + gcMx1.ForceInitialize(); + gvMx1.BestFitColumns(); + } + else + { + Gs.DevApp.ToolBox.UtilityHelper.SetDefaultTable(gcMx1, gvMx1); + } + } + else + ToolBox.MsgHelper.Warning("鎻愮ず锛�" + _rtn.rtnMsg); + } + catch (Exception ex) + { + ToolBox.MsgHelper.Warning("鎻愮ず锛�" + ex.Message); + } + } + + + /// <summary> + /// 瀹℃牳浜嬩欢 + /// </summary> + /// <param name="sender"></param> + /// <param name="e"></param> + private void ToolBarMenu1_btnChkClick(object sender, EventArgs e) + { + _toolCk(1); + } + + /// <summary> + /// 鍙嶅鏍� + /// </summary> + /// <param name="sender"></param> + /// <param name="e"></param> + /// <exception cref="NotImplementedException"></exception> + private void ToolBarMenu1_btnFChkClick(object sender, EventArgs e) + { + _toolCk(0); + } + + /// <summary> + /// 宸ュ叿鏉′簨浠� + /// </summary> + /// <param name="inFieldValue"></param> + private void _toolCk(int _inFieldValue) + { + string strMsg = ""; + switch (_inFieldValue) + { + case 1: + strMsg = "瀹℃牳"; + break; + case 0: + strMsg = "鍙嶅鏍�"; + break; + }; + toolBarMenu1.guidKey = ""; + string rowGuid, rowName; + (rowGuid, rowName) = UtilityHelper.GetCurrentRow(xtraTabControl1, lbGuid, txt_billNo, gridView1, "billNo"); + if (string.IsNullOrEmpty(rowGuid)) + { + MsgHelper.Warning("璇峰厛閫夋嫨浣犺鎿嶄綔鐨勮锛�"); + return; + } + if (!MsgHelper.AskQuestion("浣犻�夋嫨浜嗐��" + rowName + "銆戯紝纭畾" + strMsg + "鍚楋紵")) + return; + var _obj = new + { + guid = rowGuid, + inFieldValue = _inFieldValue, + }; + try + { + var strJson = UtilityHelper.HttpPost("", + _webServiceName + "EditModelSubmit", + JsonConvert.SerializeObject(_obj)); + var _rtn = UtilityHelper.ReturnToDynamic(strJson); + MsgHelper.Warning(_rtn.rtnData.outMsg.ToString()); + if (_rtn.rtnCode > 0 && _rtn.rtnData.outSum * 1 > 0) + { + if (xtraTabControl1.SelectedTabPageIndex == 1) + { + getModel(lbGuid.Text.Trim()); + } + int rowHandle = gridView1.LocateByValue(1, gridView1.Columns["guid"], rowGuid); + gridView1.FocusedRowHandle = rowHandle; + UtilityHelper.SetCheckIco(gridView1, "chkStatus", "approvedBy", "approvedDate", picCheckBox, this, _inFieldValue.ToString()); + } + } + catch (Exception ex) + { + MsgHelper.Warning("鎻愮ず锛�" + ex.Message); + } + } + private void repositoryItemSearchLookUpEdit1_EditValueChanged(object sender, EventArgs e) + { + SearchLookUpEdit LookupEdit = sender as SearchLookUpEdit; + DataRowView SelectedDataRow = (DataRowView)LookupEdit.GetSelectedDataRow(); + //gvMx1.SetFocusedRowCellValue("itemNo", SelectedDataRow["itemNo"].ToString()); + //gvMx1.SetFocusedRowCellValue("itemName", SelectedDataRow["itemName"].ToString()); + //gvMx1.SetFocusedRowCellValue("itemModel", SelectedDataRow["itemModel"].ToString()); + //gvMx1.SetFocusedRowCellValue("itemId", SelectedDataRow["id"].ToString()); + //gvMx1.SetFocusedRowCellValue("itemUnit", SelectedDataRow["dwName"].ToString()); + gvMx1.SetFocusedRowCellValue("salesDetailId", SelectedDataRow["id"].ToString()); + gvMx1.CloseEditor(); + gvMx1.UpdateCurrentRow(); + } + + private void repositoryItemButtonEdit1_ButtonClick(object sender, DevExpress.XtraEditors.Controls.ButtonPressedEventArgs e) + { + var rowhandle = gvMx1.FocusedRowHandle; + if (rowhandle < 0) + return; + if (e.Button.Index == 0) + { + var dr = gvMx1.GetDataRow(rowhandle); + var mxGuid = dr["id"].ToString(); + if (!MsgHelper.AskQuestion("浣犻�夋嫨浜�1鏉℃暟鎹紝纭畾鍒犻櫎鍚楋紵")) + return; + if (string.IsNullOrEmpty(mxGuid)) + { + gvMx1.DeleteRow(rowhandle); + return; + } + var _obj = new + { + guid = lbGuid.Text.Trim(), + mxGuid = mxGuid, + }; + try + { + var strJson = UtilityHelper.HttpPost("", + _webServiceName + "DeleteModelOrMx", + JsonConvert.SerializeObject(_obj)); + var _rtn = UtilityHelper.ReturnToDynamic(strJson); + if (_rtn.rtnCode > 0) + { + if (_rtn.rtnCode > 0) getModel(lbGuid.Text); + } + MsgHelper.Warning("鎻愮ず锛�" + _rtn.rtnMsg); + } + catch (Exception ex) + { + MsgHelper.Warning("鎻愮ず锛�" + ex.Message); + } + } + } + + + } +} \ No newline at end of file diff --git a/DevApp/Gs.DevApp/DevFrm/Sales/Frm_SalesReturnNotice.resx b/DevApp/Gs.DevApp/DevFrm/Sales/Frm_SalesReturnNotice.resx new file mode 100644 index 0000000..d58980a --- /dev/null +++ b/DevApp/Gs.DevApp/DevFrm/Sales/Frm_SalesReturnNotice.resx @@ -0,0 +1,120 @@ +<?xml version="1.0" encoding="utf-8"?> +<root> + <!-- + Microsoft ResX Schema + + Version 2.0 + + The primary goals of this format is to allow a simple XML format + that is mostly human readable. The generation and parsing of the + various data types are done through the TypeConverter classes + associated with the data types. + + Example: + + ... ado.net/XML headers & schema ... + <resheader name="resmimetype">text/microsoft-resx</resheader> + <resheader name="version">2.0</resheader> + <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader> + <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader> + <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data> + <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data> + <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64"> + <value>[base64 mime encoded serialized .NET Framework object]</value> + </data> + <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> + <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value> + <comment>This is a comment</comment> + </data> + + There are any number of "resheader" rows that contain simple + name/value pairs. + + Each data row contains a name, and value. The row also contains a + type or mimetype. Type corresponds to a .NET class that support + text/value conversion through the TypeConverter architecture. + Classes that don't support this are serialized and stored with the + mimetype set. + + The mimetype is used for serialized objects, and tells the + ResXResourceReader how to depersist the object. This is currently not + extensible. For a given mimetype the value must be set accordingly: + + Note - application/x-microsoft.net.object.binary.base64 is the format + that the ResXResourceWriter will generate, however the reader can + read any of the formats listed below. + + mimetype: application/x-microsoft.net.object.binary.base64 + value : The object must be serialized with + : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter + : and then encoded with base64 encoding. + + mimetype: application/x-microsoft.net.object.soap.base64 + value : The object must be serialized with + : System.Runtime.Serialization.Formatters.Soap.SoapFormatter + : and then encoded with base64 encoding. + + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> + <xsd:import namespace="http://www.w3.org/XML/1998/namespace" /> + <xsd:element name="root" msdata:IsDataSet="true"> + <xsd:complexType> + <xsd:choice maxOccurs="unbounded"> + <xsd:element name="metadata"> + <xsd:complexType> + <xsd:sequence> + <xsd:element name="value" type="xsd:string" minOccurs="0" /> + </xsd:sequence> + <xsd:attribute name="name" use="required" type="xsd:string" /> + <xsd:attribute name="type" type="xsd:string" /> + <xsd:attribute name="mimetype" type="xsd:string" /> + <xsd:attribute ref="xml:space" /> + </xsd:complexType> + </xsd:element> + <xsd:element name="assembly"> + <xsd:complexType> + <xsd:attribute name="alias" type="xsd:string" /> + <xsd:attribute name="name" type="xsd:string" /> + </xsd:complexType> + </xsd:element> + <xsd:element name="data"> + <xsd:complexType> + <xsd:sequence> + <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> + <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" /> + </xsd:sequence> + <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" /> + <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" /> + <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" /> + <xsd:attribute ref="xml:space" /> + </xsd:complexType> + </xsd:element> + <xsd:element name="resheader"> + <xsd:complexType> + <xsd:sequence> + <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> + </xsd:sequence> + <xsd:attribute name="name" type="xsd:string" use="required" /> + </xsd:complexType> + </xsd:element> + </xsd:choice> + </xsd:complexType> + </xsd:element> + </xsd:schema> + <resheader name="resmimetype"> + <value>text/microsoft-resx</value> + </resheader> + <resheader name="version"> + <value>2.0</value> + </resheader> + <resheader name="reader"> + <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> + </resheader> + <resheader name="writer"> + <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> + </resheader> +</root> \ No newline at end of file diff --git a/DevApp/Gs.DevApp/Gs.DevApp.csproj b/DevApp/Gs.DevApp/Gs.DevApp.csproj index 24bbe0e..47b5625 100644 --- a/DevApp/Gs.DevApp/Gs.DevApp.csproj +++ b/DevApp/Gs.DevApp/Gs.DevApp.csproj @@ -394,6 +394,12 @@ <Compile Include="DevFrm\Sales\Frm_SalesOrder111.Designer.cs"> <DependentUpon>Frm_SalesOrder111.cs</DependentUpon> </Compile> + <Compile Include="DevFrm\Sales\Frm_SalesReturnNotice.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="DevFrm\Sales\Frm_SalesReturnNotice.Designer.cs"> + <DependentUpon>Frm_SalesReturnNotice.cs</DependentUpon> + </Compile> <Compile Include="DevFrm\Warehouse\Frm_MesDbck.cs"> <SubType>Form</SubType> </Compile> @@ -1084,6 +1090,9 @@ <EmbeddedResource Include="DevFrm\Sales\Frm_SalesOrder.resx"> <DependentUpon>Frm_SalesOrder.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="DevFrm\Sales\Frm_SalesReturnNotice.resx"> + <DependentUpon>Frm_SalesReturnNotice.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="DevFrm\Warehouse\Frm_MesDbck.resx"> <DependentUpon>Frm_MesDbck.cs</DependentUpon> </EmbeddedResource> -- Gitblit v1.9.3