From aaed24ecaacb9a0cef8d95570bc89df94df42977 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期五, 07 三月 2025 14:34:28 +0800 Subject: [PATCH] 受托 --- DevApp/Gs.DevApp/UserControl/SelectShuoTuiSq.resx | 120 +++++ DevApp/Gs.DevApp/UserControl/SelectShuoTuiSq.cs | 108 ++++ DevApp/Gs.DevApp/Gs.DevApp.csproj | 9 DevApp/Gs.DevApp/UserControl/SelectShuoTuiSq.Designer.cs | 349 ++++++++++++++ DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesShouTui.Designer.cs | 716 +++++++++++++---------------- DevApp/Gs.DevApp/Properties/licenses.licx | 1 DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesShouTui.cs | 88 +- DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs | 1 8 files changed, 958 insertions(+), 434 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesShouTui.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesShouTui.Designer.cs index 09fe48b..8e2eb47 100644 --- a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesShouTui.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesShouTui.Designer.cs @@ -29,19 +29,19 @@ /// </summary> private void InitializeComponent() { - DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition(); - DevExpress.XtraLayout.ColumnDefinition columnDefinition2 = new DevExpress.XtraLayout.ColumnDefinition(); - DevExpress.XtraLayout.ColumnDefinition columnDefinition3 = new DevExpress.XtraLayout.ColumnDefinition(); - DevExpress.XtraLayout.ColumnDefinition columnDefinition4 = new DevExpress.XtraLayout.ColumnDefinition(); - DevExpress.XtraLayout.RowDefinition rowDefinition1 = new DevExpress.XtraLayout.RowDefinition(); - DevExpress.XtraLayout.RowDefinition rowDefinition2 = new DevExpress.XtraLayout.RowDefinition(); - DevExpress.XtraLayout.RowDefinition rowDefinition3 = new DevExpress.XtraLayout.RowDefinition(); - DevExpress.XtraLayout.RowDefinition rowDefinition4 = new DevExpress.XtraLayout.RowDefinition(); - 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(); + DevExpress.XtraLayout.ColumnDefinition columnDefinition5 = new DevExpress.XtraLayout.ColumnDefinition(); + DevExpress.XtraLayout.ColumnDefinition columnDefinition6 = new DevExpress.XtraLayout.ColumnDefinition(); + DevExpress.XtraLayout.ColumnDefinition columnDefinition7 = new DevExpress.XtraLayout.ColumnDefinition(); + DevExpress.XtraLayout.ColumnDefinition columnDefinition8 = new DevExpress.XtraLayout.ColumnDefinition(); + DevExpress.XtraLayout.RowDefinition rowDefinition5 = new DevExpress.XtraLayout.RowDefinition(); + DevExpress.XtraLayout.RowDefinition rowDefinition6 = new DevExpress.XtraLayout.RowDefinition(); + DevExpress.XtraLayout.RowDefinition rowDefinition7 = new DevExpress.XtraLayout.RowDefinition(); + DevExpress.XtraLayout.RowDefinition rowDefinition8 = new DevExpress.XtraLayout.RowDefinition(); + DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions2 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions(); + DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject5 = new DevExpress.Utils.SerializableAppearanceObject(); + DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject6 = new DevExpress.Utils.SerializableAppearanceObject(); + DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject7 = new DevExpress.Utils.SerializableAppearanceObject(); + DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject8 = new DevExpress.Utils.SerializableAppearanceObject(); this.toolBarMenu1 = new Gs.DevApp.UserControl.UcToolBarMenu(); this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl(); this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage(); @@ -66,39 +66,37 @@ this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage(); this.splitMx1 = new DevExpress.XtraEditors.SplitContainerControl(); this.layoutMx1 = new DevExpress.XtraLayout.LayoutControl(); + this.txt_fIsLink = new DevExpress.XtraEditors.RadioGroup(); + this.txt_fCustId = new Gs.DevApp.UserControl.UcLookCustomer(); this.btnSelect = new DevExpress.XtraEditors.SimpleButton(); this.lbGuid = new System.Windows.Forms.Label(); - this.txt_thOrgId = new Gs.DevApp.UserControl.UcLookOrg(); - this.txt_returnType = new DevExpress.XtraEditors.ComboBoxEdit(); + this.txt_fStockOrgId = new Gs.DevApp.UserControl.UcLookOrg(); this.txt_billNo = new DevExpress.XtraEditors.TextEdit(); - this.txt_returnMethod = new DevExpress.XtraEditors.ComboBoxEdit(); + this.txt_fReturnStyle = new DevExpress.XtraEditors.ComboBoxEdit(); this.txt_checkDate = new DevExpress.XtraEditors.TextEdit(); - this.txt_depotId = new Gs.DevApp.UserControl.UcLookCk(); + this.txt_fStockId = new Gs.DevApp.UserControl.UcLookCk(); this.txt_remark = new DevExpress.XtraEditors.TextEdit(); this.txt_checkUser = new DevExpress.XtraEditors.TextEdit(); - this.txt_suppId = new Gs.DevApp.UserControl.UcLookSupplier(); - this.txt_isOut = new DevExpress.XtraEditors.CheckEdit(); this.txt_status = new DevExpress.XtraEditors.CheckEdit(); this.txt_isFinish = new DevExpress.XtraEditors.CheckEdit(); - this.lastUpdateUser = new DevExpress.XtraEditors.TextEdit(); - this.lastUpdateTime = new DevExpress.XtraEditors.TextEdit(); + this.txt_lastUpdateUser = new DevExpress.XtraEditors.TextEdit(); + this.txt_lastUpdateTime = new DevExpress.XtraEditors.TextEdit(); this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); - this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); - this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); - this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem(); - this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem(); - this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem15 = new DevExpress.XtraLayout.LayoutControlItem(); - this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); - this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem16 = new DevExpress.XtraLayout.LayoutControlItem(); + this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem(); + this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem(); + this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); + this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); + this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); + this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); this.tabMx = new DevExpress.XtraTab.XtraTabControl(); this.tabMxPage1 = new DevExpress.XtraTab.XtraTabPage(); this.gcMx1 = new DevExpress.XtraGrid.GridControl(); @@ -106,9 +104,7 @@ this.rkmxGuid = new DevExpress.XtraGrid.Columns.GridColumn(); this.gvMx1id = new DevExpress.XtraGrid.Columns.GridColumn(); this.gvMx1mid = new DevExpress.XtraGrid.Columns.GridColumn(); - this.gvMx1isFinish = new DevExpress.XtraGrid.Columns.GridColumn(); this.gvMx1invBillNo = new DevExpress.XtraGrid.Columns.GridColumn(); - this.gvMx1ebeln = new DevExpress.XtraGrid.Columns.GridColumn(); this.gvMx1itemId = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn(); @@ -118,9 +114,8 @@ this.gvMx1ysNum = new DevExpress.XtraGrid.Columns.GridColumn(); this.gvMx1remark = new DevExpress.XtraGrid.Columns.GridColumn(); this.gvMx1orderNo = new DevExpress.XtraGrid.Columns.GridColumn(); - this.gvMx1eid = new DevExpress.XtraGrid.Columns.GridColumn(); - this.gvMx1erpid = new DevExpress.XtraGrid.Columns.GridColumn(); - this.gvMx1invWorkLine = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn(); + this.repositoryItemComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox(); this.gvMxDel = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); this.picCheckBox = new System.Windows.Forms.PictureBox(); @@ -143,39 +138,38 @@ this.splitMx1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.layoutMx1)).BeginInit(); this.layoutMx1.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.txt_returnType.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_fIsLink.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_billNo.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_returnMethod.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_fReturnStyle.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_checkDate.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_remark.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_checkUser.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_isOut.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_status.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_isFinish.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.lastUpdateUser.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.lastUpdateTime.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_lastUpdateUser.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_lastUpdateTime.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tabMx)).BeginInit(); this.tabMx.SuspendLayout(); this.tabMxPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gcMx1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gvMx1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.picCheckBox)).BeginInit(); this.SuspendLayout(); @@ -496,40 +490,60 @@ this.splitMx1.Panel2.Controls.Add(this.tabMx); this.splitMx1.Panel2.Text = "Panel2"; this.splitMx1.Size = new System.Drawing.Size(1126, 570); - this.splitMx1.SplitterPosition = 142; + this.splitMx1.SplitterPosition = 154; this.splitMx1.TabIndex = 0; // // layoutMx1 // + this.layoutMx1.Controls.Add(this.txt_fIsLink); + this.layoutMx1.Controls.Add(this.txt_fCustId); this.layoutMx1.Controls.Add(this.btnSelect); this.layoutMx1.Controls.Add(this.lbGuid); - this.layoutMx1.Controls.Add(this.txt_thOrgId); - this.layoutMx1.Controls.Add(this.txt_returnType); + this.layoutMx1.Controls.Add(this.txt_fStockOrgId); this.layoutMx1.Controls.Add(this.txt_billNo); - this.layoutMx1.Controls.Add(this.txt_returnMethod); + this.layoutMx1.Controls.Add(this.txt_fReturnStyle); this.layoutMx1.Controls.Add(this.txt_checkDate); - this.layoutMx1.Controls.Add(this.txt_depotId); + this.layoutMx1.Controls.Add(this.txt_fStockId); this.layoutMx1.Controls.Add(this.txt_remark); this.layoutMx1.Controls.Add(this.txt_checkUser); - this.layoutMx1.Controls.Add(this.txt_suppId); - this.layoutMx1.Controls.Add(this.txt_isOut); this.layoutMx1.Controls.Add(this.txt_status); this.layoutMx1.Controls.Add(this.txt_isFinish); - this.layoutMx1.Controls.Add(this.lastUpdateUser); - this.layoutMx1.Controls.Add(this.lastUpdateTime); + this.layoutMx1.Controls.Add(this.txt_lastUpdateUser); + this.layoutMx1.Controls.Add(this.txt_lastUpdateTime); this.layoutMx1.Dock = System.Windows.Forms.DockStyle.Fill; this.layoutMx1.Location = new System.Drawing.Point(0, 0); this.layoutMx1.Name = "layoutMx1"; this.layoutMx1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(832, 224, 812, 500); this.layoutMx1.Root = this.Root; - this.layoutMx1.Size = new System.Drawing.Size(1126, 142); + this.layoutMx1.Size = new System.Drawing.Size(1126, 154); this.layoutMx1.TabIndex = 0; this.layoutMx1.Text = "layoutControl1"; + // + // txt_fIsLink + // + this.txt_fIsLink.Location = new System.Drawing.Point(385, 120); + this.txt_fIsLink.Margin = new System.Windows.Forms.Padding(0); + this.txt_fIsLink.Name = "txt_fIsLink"; + this.txt_fIsLink.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] { + new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "鏈夋簮鍗�"), + new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "鏃犳簮鍗�")}); + this.txt_fIsLink.Properties.Padding = new System.Windows.Forms.Padding(0); + this.txt_fIsLink.Size = new System.Drawing.Size(165, 32); + this.txt_fIsLink.StyleController = this.layoutMx1; + this.txt_fIsLink.TabIndex = 533; + // + // txt_fCustId + // + this.txt_fCustId.IsReadly = false; + this.txt_fCustId.Location = new System.Drawing.Point(385, 48); + this.txt_fCustId.Name = "txt_fCustId"; + this.txt_fCustId.Size = new System.Drawing.Size(165, 28); + this.txt_fCustId.TabIndex = 532; // // btnSelect // this.btnSelect.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.lookup_reference_16x16; - this.btnSelect.Location = new System.Drawing.Point(12, 108); + this.btnSelect.Location = new System.Drawing.Point(12, 120); this.btnSelect.Name = "btnSelect"; this.btnSelect.Size = new System.Drawing.Size(116, 27); this.btnSelect.StyleController = this.layoutMx1; @@ -538,39 +552,20 @@ // // lbGuid // - this.lbGuid.Location = new System.Drawing.Point(840, 108); + this.lbGuid.Location = new System.Drawing.Point(825, 120); this.lbGuid.Name = "lbGuid"; - this.lbGuid.Size = new System.Drawing.Size(274, 28); + this.lbGuid.Size = new System.Drawing.Size(268, 32); this.lbGuid.TabIndex = 1; this.lbGuid.Text = "lbGuid"; this.lbGuid.Visible = false; // - // txt_thOrgId + // txt_fStockOrgId // - this.txt_thOrgId.IsReadly = false; - this.txt_thOrgId.Location = new System.Drawing.Point(114, 44); - this.txt_thOrgId.Name = "txt_thOrgId"; - this.txt_thOrgId.Size = new System.Drawing.Size(170, 28); - this.txt_thOrgId.TabIndex = 526; - // - // txt_returnType - // - this.txt_returnType.EditValue = "-璇烽�夋嫨-"; - this.txt_returnType.Location = new System.Drawing.Point(390, 76); - this.txt_returnType.Name = "txt_returnType"; - this.txt_returnType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { - new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); - this.txt_returnType.Properties.Items.AddRange(new object[] { - "-璇烽�夋嫨-", - "鏉ユ枡涓嶈壇", - "渚涘簲鍟嗗閫�", - "浣滀笟涓嶈壇", - "渚涘簲鍟嗙墿鍝佸彿閿欒", - "閲囪喘鏂欏彿鍙樻洿"}); - this.txt_returnType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; - this.txt_returnType.Size = new System.Drawing.Size(170, 24); - this.txt_returnType.StyleController = this.layoutMx1; - this.txt_returnType.TabIndex = 521; + this.txt_fStockOrgId.IsReadly = false; + this.txt_fStockOrgId.Location = new System.Drawing.Point(114, 48); + this.txt_fStockOrgId.Name = "txt_fStockOrgId"; + this.txt_fStockOrgId.Size = new System.Drawing.Size(165, 28); + this.txt_fStockOrgId.TabIndex = 526; // // txt_billNo // @@ -578,123 +573,105 @@ 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(170, 28); + this.txt_billNo.Size = new System.Drawing.Size(165, 28); this.txt_billNo.StyleController = this.layoutMx1; this.txt_billNo.TabIndex = 211; this.txt_billNo.Tag = "readonly"; // - // txt_returnMethod + // txt_fReturnStyle // - this.txt_returnMethod.EditValue = "-璇烽�夋嫨-"; - this.txt_returnMethod.Location = new System.Drawing.Point(390, 44); - this.txt_returnMethod.Name = "txt_returnMethod"; - this.txt_returnMethod.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { + this.txt_fReturnStyle.EditValue = "-璇烽�夋嫨-"; + this.txt_fReturnStyle.Location = new System.Drawing.Point(385, 12); + this.txt_fReturnStyle.Name = "txt_fReturnStyle"; + this.txt_fReturnStyle.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); - this.txt_returnMethod.Properties.Items.AddRange(new object[] { + this.txt_fReturnStyle.Properties.Items.AddRange(new object[] { "-璇烽�夋嫨-", - "閫�鏂欒ˉ鏂�", - "閫�鏂欏苟鎵f"}); - this.txt_returnMethod.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; - this.txt_returnMethod.Size = new System.Drawing.Size(170, 24); - this.txt_returnMethod.StyleController = this.layoutMx1; - this.txt_returnMethod.TabIndex = 520; + "閫�鏂欎笉琛ユ枡(ReturnNoFeed)", + "閫�鏂欒ˉ鏂�(ReturnFeed)"}); + this.txt_fReturnStyle.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; + this.txt_fReturnStyle.Size = new System.Drawing.Size(165, 24); + this.txt_fReturnStyle.StyleController = this.layoutMx1; + this.txt_fReturnStyle.TabIndex = 520; // // txt_checkDate // - this.txt_checkDate.Location = new System.Drawing.Point(942, 44); + this.txt_checkDate.Location = new System.Drawing.Point(927, 48); this.txt_checkDate.Name = "txt_checkDate"; this.txt_checkDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_checkDate.Properties.Appearance.Options.UseFont = true; - this.txt_checkDate.Size = new System.Drawing.Size(172, 28); + this.txt_checkDate.Size = new System.Drawing.Size(166, 28); this.txt_checkDate.StyleController = this.layoutMx1; this.txt_checkDate.TabIndex = 226; this.txt_checkDate.Tag = "readonly"; // - // txt_depotId + // txt_fStockId // - this.txt_depotId.IsReadly = false; - this.txt_depotId.Location = new System.Drawing.Point(114, 76); - this.txt_depotId.Margin = new System.Windows.Forms.Padding(0); - this.txt_depotId.Name = "txt_depotId"; - this.txt_depotId.Size = new System.Drawing.Size(170, 28); - this.txt_depotId.TabIndex = 260; + this.txt_fStockId.IsReadly = false; + this.txt_fStockId.Location = new System.Drawing.Point(114, 84); + this.txt_fStockId.Margin = new System.Windows.Forms.Padding(0); + this.txt_fStockId.Name = "txt_fStockId"; + this.txt_fStockId.Size = new System.Drawing.Size(165, 28); + this.txt_fStockId.TabIndex = 260; // // txt_remark // - this.txt_remark.Location = new System.Drawing.Point(666, 108); + this.txt_remark.Location = new System.Drawing.Point(385, 84); this.txt_remark.Name = "txt_remark"; this.txt_remark.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_remark.Properties.Appearance.Options.UseFont = true; - this.txt_remark.Size = new System.Drawing.Size(170, 28); + this.txt_remark.Size = new System.Drawing.Size(165, 28); this.txt_remark.StyleController = this.layoutMx1; this.txt_remark.TabIndex = 252; // // txt_checkUser // - this.txt_checkUser.Location = new System.Drawing.Point(942, 12); + this.txt_checkUser.Location = new System.Drawing.Point(927, 12); this.txt_checkUser.Name = "txt_checkUser"; this.txt_checkUser.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_checkUser.Properties.Appearance.Options.UseFont = true; - this.txt_checkUser.Size = new System.Drawing.Size(172, 28); + this.txt_checkUser.Size = new System.Drawing.Size(166, 28); this.txt_checkUser.StyleController = this.layoutMx1; this.txt_checkUser.TabIndex = 222; this.txt_checkUser.Tag = "readonly"; // - // txt_suppId - // - this.txt_suppId.IsReadly = false; - this.txt_suppId.Location = new System.Drawing.Point(390, 108); - this.txt_suppId.Margin = new System.Windows.Forms.Padding(0); - this.txt_suppId.Name = "txt_suppId"; - this.txt_suppId.Size = new System.Drawing.Size(170, 28); - this.txt_suppId.TabIndex = 259; - // - // txt_isOut - // - this.txt_isOut.Location = new System.Drawing.Point(288, 12); - this.txt_isOut.Name = "txt_isOut"; - this.txt_isOut.Properties.Caption = "濮斿鏍囪瘑"; - this.txt_isOut.Size = new System.Drawing.Size(272, 24); - this.txt_isOut.StyleController = this.layoutMx1; - this.txt_isOut.TabIndex = 527; - // // txt_status // - this.txt_status.Location = new System.Drawing.Point(564, 76); + this.txt_status.Location = new System.Drawing.Point(825, 84); this.txt_status.Name = "txt_status"; this.txt_status.Properties.Caption = "瀹℃牳鏍囪瘑"; - this.txt_status.Size = new System.Drawing.Size(272, 24); + this.txt_status.Size = new System.Drawing.Size(268, 24); this.txt_status.StyleController = this.layoutMx1; this.txt_status.TabIndex = 528; this.txt_status.Tag = "readonly"; // // txt_isFinish // - this.txt_isFinish.Location = new System.Drawing.Point(840, 76); + this.txt_isFinish.Location = new System.Drawing.Point(554, 84); this.txt_isFinish.Name = "txt_isFinish"; this.txt_isFinish.Properties.Caption = "瀹岀粨鏍囪瘑"; - this.txt_isFinish.Size = new System.Drawing.Size(274, 24); + this.txt_isFinish.Size = new System.Drawing.Size(267, 24); this.txt_isFinish.StyleController = this.layoutMx1; this.txt_isFinish.TabIndex = 529; this.txt_isFinish.Tag = "readonly"; // - // lastUpdateUser + // txt_lastUpdateUser // - this.lastUpdateUser.Location = new System.Drawing.Point(666, 12); - this.lastUpdateUser.Name = "lastUpdateUser"; - this.lastUpdateUser.Size = new System.Drawing.Size(170, 24); - this.lastUpdateUser.StyleController = this.layoutMx1; - this.lastUpdateUser.TabIndex = 530; - this.lastUpdateUser.Tag = "readonly"; + this.txt_lastUpdateUser.Location = new System.Drawing.Point(656, 12); + this.txt_lastUpdateUser.Name = "txt_lastUpdateUser"; + this.txt_lastUpdateUser.Size = new System.Drawing.Size(165, 24); + this.txt_lastUpdateUser.StyleController = this.layoutMx1; + this.txt_lastUpdateUser.TabIndex = 530; + this.txt_lastUpdateUser.Tag = "readonly"; // - // lastUpdateTime + // txt_lastUpdateTime // - this.lastUpdateTime.Location = new System.Drawing.Point(666, 44); - this.lastUpdateTime.Name = "lastUpdateTime"; - this.lastUpdateTime.Size = new System.Drawing.Size(170, 24); - this.lastUpdateTime.StyleController = this.layoutMx1; - this.lastUpdateTime.TabIndex = 531; - this.lastUpdateTime.Tag = "readonly"; + this.txt_lastUpdateTime.Location = new System.Drawing.Point(656, 48); + this.txt_lastUpdateTime.Name = "txt_lastUpdateTime"; + this.txt_lastUpdateTime.Size = new System.Drawing.Size(165, 24); + this.txt_lastUpdateTime.StyleController = this.layoutMx1; + this.txt_lastUpdateTime.TabIndex = 531; + this.txt_lastUpdateTime.Tag = "readonly"; // // Root // @@ -704,48 +681,47 @@ this.layoutControlItem1, this.layoutControlItem2, this.layoutControlItem3, - this.layoutControlItem6, - this.layoutControlItem5, - this.layoutControlItem8, this.layoutControlItem9, this.layoutControlItem10, - this.layoutControlItem11, - this.layoutControlItem12, this.layoutControlItem13, this.layoutControlItem14, this.layoutControlItem15, - this.layoutControlItem7, + this.layoutControlItem16, + this.layoutControlItem12, + this.layoutControlItem11, + this.layoutControlItem5, this.layoutControlItem4, - this.layoutControlItem16}); + this.layoutControlItem7, + this.layoutControlItem6}); this.Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table; this.Root.Name = "Root"; - columnDefinition1.SizeType = System.Windows.Forms.SizeType.Percent; - columnDefinition1.Width = 100D; - columnDefinition2.SizeType = System.Windows.Forms.SizeType.Percent; - columnDefinition2.Width = 100D; - columnDefinition3.SizeType = System.Windows.Forms.SizeType.Percent; - columnDefinition3.Width = 100D; - columnDefinition4.SizeType = System.Windows.Forms.SizeType.Percent; - columnDefinition4.Width = 100D; + columnDefinition5.SizeType = System.Windows.Forms.SizeType.Percent; + columnDefinition5.Width = 100D; + columnDefinition6.SizeType = System.Windows.Forms.SizeType.Percent; + columnDefinition6.Width = 100D; + columnDefinition7.SizeType = System.Windows.Forms.SizeType.Percent; + columnDefinition7.Width = 100D; + columnDefinition8.SizeType = System.Windows.Forms.SizeType.Percent; + columnDefinition8.Width = 100D; this.Root.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] { - columnDefinition1, - columnDefinition2, - columnDefinition3, - columnDefinition4}); - rowDefinition1.Height = 100D; - rowDefinition1.SizeType = System.Windows.Forms.SizeType.Percent; - rowDefinition2.Height = 100D; - rowDefinition2.SizeType = System.Windows.Forms.SizeType.Percent; - rowDefinition3.Height = 100D; - rowDefinition3.SizeType = System.Windows.Forms.SizeType.Percent; - rowDefinition4.Height = 100D; - rowDefinition4.SizeType = System.Windows.Forms.SizeType.Percent; + columnDefinition5, + columnDefinition6, + columnDefinition7, + columnDefinition8}); + rowDefinition5.Height = 100D; + rowDefinition5.SizeType = System.Windows.Forms.SizeType.Percent; + rowDefinition6.Height = 100D; + rowDefinition6.SizeType = System.Windows.Forms.SizeType.Percent; + rowDefinition7.Height = 100D; + rowDefinition7.SizeType = System.Windows.Forms.SizeType.Percent; + rowDefinition8.Height = 100D; + rowDefinition8.SizeType = System.Windows.Forms.SizeType.Percent; this.Root.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] { - rowDefinition1, - rowDefinition2, - rowDefinition3, - rowDefinition4}); - this.Root.Size = new System.Drawing.Size(1126, 148); + rowDefinition5, + rowDefinition6, + rowDefinition7, + rowDefinition8}); + this.Root.Size = new System.Drawing.Size(1105, 164); this.Root.TextVisible = false; // // layoutControlItem1 @@ -753,176 +729,164 @@ this.layoutControlItem1.Control = this.txt_billNo; this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); this.layoutControlItem1.Name = "layoutControlItem1"; - this.layoutControlItem1.Size = new System.Drawing.Size(276, 32); + this.layoutControlItem1.Size = new System.Drawing.Size(271, 36); this.layoutControlItem1.Text = "鐢宠鍗曞彿"; this.layoutControlItem1.TextSize = new System.Drawing.Size(90, 18); // // layoutControlItem2 // - this.layoutControlItem2.Control = this.txt_thOrgId; - this.layoutControlItem2.Location = new System.Drawing.Point(0, 32); + this.layoutControlItem2.Control = this.txt_fStockOrgId; + this.layoutControlItem2.Location = new System.Drawing.Point(0, 36); this.layoutControlItem2.Name = "layoutControlItem2"; this.layoutControlItem2.OptionsTableLayoutItem.RowIndex = 1; - this.layoutControlItem2.Size = new System.Drawing.Size(276, 32); + this.layoutControlItem2.Size = new System.Drawing.Size(271, 36); this.layoutControlItem2.Text = "閫夋嫨缁勭粐"; this.layoutControlItem2.TextSize = new System.Drawing.Size(90, 18); // // layoutControlItem3 // - this.layoutControlItem3.Control = this.txt_depotId; - this.layoutControlItem3.Location = new System.Drawing.Point(0, 64); + this.layoutControlItem3.Control = this.txt_fStockId; + this.layoutControlItem3.Location = new System.Drawing.Point(0, 72); this.layoutControlItem3.Name = "layoutControlItem3"; this.layoutControlItem3.OptionsTableLayoutItem.RowIndex = 2; - this.layoutControlItem3.Size = new System.Drawing.Size(276, 32); + this.layoutControlItem3.Size = new System.Drawing.Size(271, 36); this.layoutControlItem3.Text = "閫夋嫨浠撳簱"; this.layoutControlItem3.TextSize = new System.Drawing.Size(90, 18); - // - // layoutControlItem6 - // - this.layoutControlItem6.Control = this.txt_returnType; - this.layoutControlItem6.Location = new System.Drawing.Point(276, 64); - this.layoutControlItem6.Name = "layoutControlItem6"; - this.layoutControlItem6.OptionsTableLayoutItem.ColumnIndex = 1; - this.layoutControlItem6.OptionsTableLayoutItem.RowIndex = 2; - this.layoutControlItem6.Size = new System.Drawing.Size(276, 32); - this.layoutControlItem6.Text = "閫�鏂欏師鍥�"; - this.layoutControlItem6.TextSize = new System.Drawing.Size(90, 18); - // - // layoutControlItem5 - // - this.layoutControlItem5.Control = this.txt_returnMethod; - this.layoutControlItem5.Location = new System.Drawing.Point(276, 32); - this.layoutControlItem5.Name = "layoutControlItem5"; - this.layoutControlItem5.OptionsTableLayoutItem.ColumnIndex = 1; - this.layoutControlItem5.OptionsTableLayoutItem.RowIndex = 1; - this.layoutControlItem5.Size = new System.Drawing.Size(276, 32); - this.layoutControlItem5.Text = "閫�鏂欐柟寮�"; - this.layoutControlItem5.TextSize = new System.Drawing.Size(90, 18); - // - // layoutControlItem8 - // - this.layoutControlItem8.Control = this.txt_isOut; - this.layoutControlItem8.Location = new System.Drawing.Point(276, 0); - this.layoutControlItem8.Name = "layoutControlItem8"; - this.layoutControlItem8.OptionsTableLayoutItem.ColumnIndex = 1; - this.layoutControlItem8.Size = new System.Drawing.Size(276, 32); - this.layoutControlItem8.Text = "濮斿鏍囪瘑"; - this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0); - this.layoutControlItem8.TextVisible = false; // // layoutControlItem9 // this.layoutControlItem9.Control = this.txt_checkUser; - this.layoutControlItem9.Location = new System.Drawing.Point(828, 0); + this.layoutControlItem9.Location = new System.Drawing.Point(813, 0); this.layoutControlItem9.Name = "layoutControlItem9"; this.layoutControlItem9.OptionsTableLayoutItem.ColumnIndex = 3; - this.layoutControlItem9.Size = new System.Drawing.Size(278, 32); + this.layoutControlItem9.Size = new System.Drawing.Size(272, 36); this.layoutControlItem9.Text = "瀹℃牳浜�"; this.layoutControlItem9.TextSize = new System.Drawing.Size(90, 18); // // layoutControlItem10 // this.layoutControlItem10.Control = this.txt_checkDate; - this.layoutControlItem10.Location = new System.Drawing.Point(828, 32); + this.layoutControlItem10.Location = new System.Drawing.Point(813, 36); this.layoutControlItem10.Name = "layoutControlItem10"; this.layoutControlItem10.OptionsTableLayoutItem.ColumnIndex = 3; this.layoutControlItem10.OptionsTableLayoutItem.RowIndex = 1; - this.layoutControlItem10.Size = new System.Drawing.Size(278, 32); + this.layoutControlItem10.Size = new System.Drawing.Size(272, 36); this.layoutControlItem10.Text = "瀹℃牳鏃堕棿"; this.layoutControlItem10.TextSize = new System.Drawing.Size(90, 18); - // - // layoutControlItem11 - // - this.layoutControlItem11.Control = this.txt_status; - this.layoutControlItem11.Location = new System.Drawing.Point(552, 64); - this.layoutControlItem11.Name = "layoutControlItem11"; - this.layoutControlItem11.OptionsTableLayoutItem.ColumnIndex = 2; - this.layoutControlItem11.OptionsTableLayoutItem.RowIndex = 2; - this.layoutControlItem11.Size = new System.Drawing.Size(276, 32); - this.layoutControlItem11.Text = "瀹℃牳鏍囪瘑"; - this.layoutControlItem11.TextSize = new System.Drawing.Size(0, 0); - this.layoutControlItem11.TextVisible = false; - // - // layoutControlItem12 - // - this.layoutControlItem12.Control = this.txt_isFinish; - this.layoutControlItem12.Location = new System.Drawing.Point(828, 64); - this.layoutControlItem12.Name = "layoutControlItem12"; - this.layoutControlItem12.OptionsTableLayoutItem.ColumnIndex = 3; - this.layoutControlItem12.OptionsTableLayoutItem.RowIndex = 2; - this.layoutControlItem12.Size = new System.Drawing.Size(278, 32); - this.layoutControlItem12.Text = "瀹岀粨鏍囪瘑"; - this.layoutControlItem12.TextSize = new System.Drawing.Size(0, 0); - this.layoutControlItem12.TextVisible = false; // // layoutControlItem13 // this.layoutControlItem13.Control = this.lbGuid; - this.layoutControlItem13.Location = new System.Drawing.Point(828, 96); + this.layoutControlItem13.Location = new System.Drawing.Point(813, 108); this.layoutControlItem13.Name = "layoutControlItem13"; this.layoutControlItem13.OptionsTableLayoutItem.ColumnIndex = 3; this.layoutControlItem13.OptionsTableLayoutItem.RowIndex = 3; - this.layoutControlItem13.Size = new System.Drawing.Size(278, 32); + this.layoutControlItem13.Size = new System.Drawing.Size(272, 36); this.layoutControlItem13.Text = "lbGuid"; this.layoutControlItem13.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem13.TextVisible = false; // // layoutControlItem14 // - this.layoutControlItem14.Control = this.lastUpdateUser; - this.layoutControlItem14.Location = new System.Drawing.Point(552, 0); + this.layoutControlItem14.Control = this.txt_lastUpdateUser; + this.layoutControlItem14.Location = new System.Drawing.Point(542, 0); this.layoutControlItem14.Name = "layoutControlItem14"; this.layoutControlItem14.OptionsTableLayoutItem.ColumnIndex = 2; - this.layoutControlItem14.Size = new System.Drawing.Size(276, 32); + this.layoutControlItem14.Size = new System.Drawing.Size(271, 36); this.layoutControlItem14.Text = "鏈�鍚庢洿鏂颁汉"; this.layoutControlItem14.TextSize = new System.Drawing.Size(90, 18); // // layoutControlItem15 // - this.layoutControlItem15.Control = this.lastUpdateTime; - this.layoutControlItem15.Location = new System.Drawing.Point(552, 32); + this.layoutControlItem15.Control = this.txt_lastUpdateTime; + this.layoutControlItem15.Location = new System.Drawing.Point(542, 36); this.layoutControlItem15.Name = "layoutControlItem15"; this.layoutControlItem15.OptionsTableLayoutItem.ColumnIndex = 2; this.layoutControlItem15.OptionsTableLayoutItem.RowIndex = 1; - this.layoutControlItem15.Size = new System.Drawing.Size(276, 32); + this.layoutControlItem15.Size = new System.Drawing.Size(271, 36); this.layoutControlItem15.Text = "鏈�鍚庢洿鏂版椂闂�"; this.layoutControlItem15.TextSize = new System.Drawing.Size(90, 18); - // - // layoutControlItem7 - // - this.layoutControlItem7.Control = this.txt_remark; - this.layoutControlItem7.Location = new System.Drawing.Point(552, 96); - this.layoutControlItem7.Name = "layoutControlItem7"; - this.layoutControlItem7.OptionsTableLayoutItem.ColumnIndex = 2; - this.layoutControlItem7.OptionsTableLayoutItem.RowIndex = 3; - this.layoutControlItem7.Size = new System.Drawing.Size(276, 32); - this.layoutControlItem7.Text = "閫�璐у娉�"; - this.layoutControlItem7.TextSize = new System.Drawing.Size(90, 18); - // - // layoutControlItem4 - // - this.layoutControlItem4.Control = this.txt_suppId; - this.layoutControlItem4.Location = new System.Drawing.Point(276, 96); - this.layoutControlItem4.Name = "layoutControlItem4"; - this.layoutControlItem4.OptionsTableLayoutItem.ColumnIndex = 1; - this.layoutControlItem4.OptionsTableLayoutItem.RowIndex = 3; - this.layoutControlItem4.Size = new System.Drawing.Size(276, 32); - this.layoutControlItem4.Text = "閫変緵搴斿晢"; - this.layoutControlItem4.TextSize = new System.Drawing.Size(90, 18); // // layoutControlItem16 // this.layoutControlItem16.Control = this.btnSelect; - this.layoutControlItem16.Location = new System.Drawing.Point(0, 96); + this.layoutControlItem16.Location = new System.Drawing.Point(0, 108); this.layoutControlItem16.MaxSize = new System.Drawing.Size(120, 31); this.layoutControlItem16.MinSize = new System.Drawing.Size(20, 31); this.layoutControlItem16.Name = "layoutControlItem16"; this.layoutControlItem16.OptionsTableLayoutItem.RowIndex = 3; - this.layoutControlItem16.Size = new System.Drawing.Size(276, 32); + this.layoutControlItem16.Size = new System.Drawing.Size(271, 36); this.layoutControlItem16.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem16.Text = "閫�璐ф槑缁�"; this.layoutControlItem16.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem16.TextVisible = false; + // + // layoutControlItem12 + // + this.layoutControlItem12.Control = this.txt_isFinish; + this.layoutControlItem12.Location = new System.Drawing.Point(542, 72); + this.layoutControlItem12.Name = "layoutControlItem12"; + this.layoutControlItem12.OptionsTableLayoutItem.ColumnIndex = 2; + this.layoutControlItem12.OptionsTableLayoutItem.RowIndex = 2; + this.layoutControlItem12.Size = new System.Drawing.Size(271, 36); + this.layoutControlItem12.Text = "瀹岀粨鏍囪瘑"; + this.layoutControlItem12.TextSize = new System.Drawing.Size(0, 0); + this.layoutControlItem12.TextVisible = false; + // + // layoutControlItem11 + // + this.layoutControlItem11.Control = this.txt_status; + this.layoutControlItem11.Location = new System.Drawing.Point(813, 72); + this.layoutControlItem11.Name = "layoutControlItem11"; + this.layoutControlItem11.OptionsTableLayoutItem.ColumnIndex = 3; + this.layoutControlItem11.OptionsTableLayoutItem.RowIndex = 2; + this.layoutControlItem11.Size = new System.Drawing.Size(272, 36); + this.layoutControlItem11.Text = "瀹℃牳鏍囪瘑"; + this.layoutControlItem11.TextSize = new System.Drawing.Size(0, 0); + this.layoutControlItem11.TextVisible = false; + // + // layoutControlItem5 + // + this.layoutControlItem5.Control = this.txt_fReturnStyle; + this.layoutControlItem5.Location = new System.Drawing.Point(271, 0); + this.layoutControlItem5.Name = "layoutControlItem5"; + this.layoutControlItem5.OptionsTableLayoutItem.ColumnIndex = 1; + this.layoutControlItem5.Size = new System.Drawing.Size(271, 36); + this.layoutControlItem5.Text = "閫�鏂欐柟寮�"; + this.layoutControlItem5.TextSize = new System.Drawing.Size(90, 18); + // + // layoutControlItem4 + // + this.layoutControlItem4.Control = this.txt_fCustId; + this.layoutControlItem4.Location = new System.Drawing.Point(271, 36); + this.layoutControlItem4.Name = "layoutControlItem4"; + this.layoutControlItem4.OptionsTableLayoutItem.ColumnIndex = 1; + this.layoutControlItem4.OptionsTableLayoutItem.RowIndex = 1; + this.layoutControlItem4.Size = new System.Drawing.Size(271, 36); + this.layoutControlItem4.Text = "閫夋嫨瀹㈡埛"; + this.layoutControlItem4.TextSize = new System.Drawing.Size(90, 18); + // + // layoutControlItem7 + // + this.layoutControlItem7.Control = this.txt_remark; + this.layoutControlItem7.Location = new System.Drawing.Point(271, 72); + this.layoutControlItem7.Name = "layoutControlItem7"; + this.layoutControlItem7.OptionsTableLayoutItem.ColumnIndex = 1; + this.layoutControlItem7.OptionsTableLayoutItem.RowIndex = 2; + this.layoutControlItem7.Size = new System.Drawing.Size(271, 36); + this.layoutControlItem7.Text = "閫�璐у娉�"; + this.layoutControlItem7.TextSize = new System.Drawing.Size(90, 18); + // + // layoutControlItem6 + // + this.layoutControlItem6.Control = this.txt_fIsLink; + this.layoutControlItem6.Location = new System.Drawing.Point(271, 108); + this.layoutControlItem6.Name = "layoutControlItem6"; + this.layoutControlItem6.OptionsTableLayoutItem.ColumnIndex = 1; + this.layoutControlItem6.OptionsTableLayoutItem.RowIndex = 3; + this.layoutControlItem6.Size = new System.Drawing.Size(271, 36); + this.layoutControlItem6.Text = "鏈夋棤婧愬崟"; + this.layoutControlItem6.TextSize = new System.Drawing.Size(90, 18); // // tabMx // @@ -930,7 +894,7 @@ this.tabMx.Location = new System.Drawing.Point(0, 0); this.tabMx.Name = "tabMx"; this.tabMx.SelectedTabPage = this.tabMxPage1; - this.tabMx.Size = new System.Drawing.Size(1126, 416); + this.tabMx.Size = new System.Drawing.Size(1126, 404); this.tabMx.TabIndex = 3; this.tabMx.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.tabMxPage1}); @@ -939,7 +903,7 @@ // this.tabMxPage1.Controls.Add(this.gcMx1); this.tabMxPage1.Name = "tabMxPage1"; - this.tabMxPage1.Size = new System.Drawing.Size(1124, 384); + this.tabMxPage1.Size = new System.Drawing.Size(1124, 372); this.tabMxPage1.Text = "鐢宠鏄庣粏"; // // gcMx1 @@ -949,8 +913,9 @@ this.gcMx1.MainView = this.gvMx1; this.gcMx1.Name = "gcMx1"; this.gcMx1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { - this.repositoryItemButtonEdit1}); - this.gcMx1.Size = new System.Drawing.Size(1124, 384); + this.repositoryItemButtonEdit1, + this.repositoryItemComboBox1}); + this.gcMx1.Size = new System.Drawing.Size(1124, 372); this.gcMx1.TabIndex = 0; this.gcMx1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gvMx1}); @@ -961,9 +926,7 @@ this.rkmxGuid, this.gvMx1id, this.gvMx1mid, - this.gvMx1isFinish, this.gvMx1invBillNo, - this.gvMx1ebeln, this.gvMx1itemId, this.gridColumn2, this.gridColumn5, @@ -973,9 +936,7 @@ this.gvMx1ysNum, this.gvMx1remark, this.gvMx1orderNo, - this.gvMx1eid, - this.gvMx1erpid, - this.gvMx1invWorkLine, + this.gridColumn6, this.gvMxDel}); this.gvMx1.GridControl = this.gcMx1; this.gvMx1.Name = "gvMx1"; @@ -985,8 +946,8 @@ // // rkmxGuid // - this.rkmxGuid.Caption = "gridColumn1"; - this.rkmxGuid.FieldName = "rkmxGuid"; + this.rkmxGuid.Caption = "鍏ュ簱鏄庣粏Guid"; + this.rkmxGuid.FieldName = "aboutGuid"; this.rkmxGuid.MinWidth = 25; this.rkmxGuid.Name = "rkmxGuid"; this.rkmxGuid.Width = 94; @@ -995,8 +956,8 @@ // 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.Caption = "涓婚敭Guid"; + this.gvMx1id.FieldName = "guid"; this.gvMx1id.MinWidth = 50; this.gvMx1id.Name = "gvMx1id"; this.gvMx1id.Tag = "query_a.ID"; @@ -1006,51 +967,25 @@ // this.gvMx1mid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gvMx1mid.AppearanceCell.Options.UseFont = true; - this.gvMx1mid.Caption = "MID "; - this.gvMx1mid.FieldName = "mid"; + this.gvMx1mid.Caption = "澶栭敭Guid"; + this.gvMx1mid.FieldName = "pGuid"; this.gvMx1mid.MinWidth = 50; this.gvMx1mid.Name = "gvMx1mid"; this.gvMx1mid.Tag = "query_a.MID"; this.gvMx1mid.Width = 94; - // - // gvMx1isFinish - // - this.gvMx1isFinish.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); - this.gvMx1isFinish.AppearanceCell.Options.UseFont = true; - this.gvMx1isFinish.Caption = "鏄惁瀹屾垚"; - this.gvMx1isFinish.FieldName = "isFinish"; - this.gvMx1isFinish.MinWidth = 50; - this.gvMx1isFinish.Name = "gvMx1isFinish"; - this.gvMx1isFinish.Tag = "query_a.IS_FINISH"; - this.gvMx1isFinish.Visible = true; - this.gvMx1isFinish.VisibleIndex = 0; - this.gvMx1isFinish.Width = 94; // // gvMx1invBillNo // this.gvMx1invBillNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gvMx1invBillNo.AppearanceCell.Options.UseFont = true; this.gvMx1invBillNo.Caption = "鍏ュ簱鍗曞彿"; - this.gvMx1invBillNo.FieldName = "invBillNo"; + this.gvMx1invBillNo.FieldName = "rkNo"; this.gvMx1invBillNo.MinWidth = 50; this.gvMx1invBillNo.Name = "gvMx1invBillNo"; this.gvMx1invBillNo.Tag = "query_a.INV_BILL_NO"; this.gvMx1invBillNo.Visible = true; this.gvMx1invBillNo.VisibleIndex = 1; this.gvMx1invBillNo.Width = 94; - // - // gvMx1ebeln - // - this.gvMx1ebeln.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); - this.gvMx1ebeln.AppearanceCell.Options.UseFont = true; - this.gvMx1ebeln.Caption = "閲囪喘璁㈠崟"; - this.gvMx1ebeln.FieldName = "ebeln"; - this.gvMx1ebeln.MinWidth = 50; - this.gvMx1ebeln.Name = "gvMx1ebeln"; - this.gvMx1ebeln.Tag = "query_a.EBELN"; - this.gvMx1ebeln.Visible = true; - this.gvMx1ebeln.VisibleIndex = 2; - this.gvMx1ebeln.Width = 94; // // gvMx1itemId // @@ -1061,6 +996,8 @@ this.gvMx1itemId.MinWidth = 50; this.gvMx1itemId.Name = "gvMx1itemId"; this.gvMx1itemId.Tag = "query_a.ITEM_ID"; + this.gvMx1itemId.Visible = true; + this.gvMx1itemId.VisibleIndex = 0; this.gvMx1itemId.Width = 94; // // gridColumn2 @@ -1070,7 +1007,7 @@ this.gridColumn2.MinWidth = 25; this.gridColumn2.Name = "gridColumn2"; this.gridColumn2.Visible = true; - this.gridColumn2.VisibleIndex = 3; + this.gridColumn2.VisibleIndex = 2; this.gridColumn2.Width = 94; // // gridColumn5 @@ -1080,7 +1017,7 @@ this.gridColumn5.MinWidth = 25; this.gridColumn5.Name = "gridColumn5"; this.gridColumn5.Visible = true; - this.gridColumn5.VisibleIndex = 4; + this.gridColumn5.VisibleIndex = 3; this.gridColumn5.Width = 94; // // gridColumn3 @@ -1090,7 +1027,7 @@ this.gridColumn3.MinWidth = 25; this.gridColumn3.Name = "gridColumn3"; this.gridColumn3.Visible = true; - this.gridColumn3.VisibleIndex = 5; + this.gridColumn3.VisibleIndex = 4; this.gridColumn3.Width = 94; // // gridColumn4 @@ -1112,12 +1049,12 @@ this.gvMx1sqNum.AppearanceHeader.ForeColor = System.Drawing.Color.Blue; this.gvMx1sqNum.AppearanceHeader.Options.UseForeColor = true; this.gvMx1sqNum.Caption = "鐢宠鏁伴噺"; - this.gvMx1sqNum.FieldName = "sqNum"; + this.gvMx1sqNum.FieldName = "fQty"; this.gvMx1sqNum.MinWidth = 50; this.gvMx1sqNum.Name = "gvMx1sqNum"; this.gvMx1sqNum.Tag = "yz_quantity_0_edit"; this.gvMx1sqNum.Visible = true; - this.gvMx1sqNum.VisibleIndex = 7; + this.gvMx1sqNum.VisibleIndex = 5; this.gvMx1sqNum.Width = 94; // // gvMx1ysNum @@ -1125,12 +1062,12 @@ this.gvMx1ysNum.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gvMx1ysNum.AppearanceCell.Options.UseFont = true; this.gvMx1ysNum.Caption = "宸叉壂鏁伴噺"; - this.gvMx1ysNum.FieldName = "ysNum"; + this.gvMx1ysNum.FieldName = "sQty"; this.gvMx1ysNum.MinWidth = 50; this.gvMx1ysNum.Name = "gvMx1ysNum"; this.gvMx1ysNum.Tag = "query_a.YS_NUM"; this.gvMx1ysNum.Visible = true; - this.gvMx1ysNum.VisibleIndex = 8; + this.gvMx1ysNum.VisibleIndex = 7; this.gvMx1ysNum.Width = 94; // // gvMx1remark @@ -1155,44 +1092,47 @@ this.gvMx1orderNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gvMx1orderNo.AppearanceCell.Options.UseFont = true; this.gvMx1orderNo.Caption = "搴忓彿"; - this.gvMx1orderNo.FieldName = "orderNo"; + this.gvMx1orderNo.FieldName = "fIdx"; this.gvMx1orderNo.MinWidth = 50; this.gvMx1orderNo.Name = "gvMx1orderNo"; this.gvMx1orderNo.Tag = "query_a.ORDER_NO"; this.gvMx1orderNo.Width = 94; // - // gvMx1eid + // gridColumn6 // - this.gvMx1eid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); - this.gvMx1eid.AppearanceCell.Options.UseFont = true; - this.gvMx1eid.Caption = "閲囪喘璁㈠崟id"; - this.gvMx1eid.FieldName = "eid"; - this.gvMx1eid.MinWidth = 50; - this.gvMx1eid.Name = "gvMx1eid"; - this.gvMx1eid.Tag = "query_a.EID"; - this.gvMx1eid.Width = 94; + this.gridColumn6.AppearanceCell.ForeColor = System.Drawing.Color.Blue; + this.gridColumn6.AppearanceCell.Options.UseForeColor = true; + this.gridColumn6.AppearanceHeader.ForeColor = System.Drawing.Color.Blue; + this.gridColumn6.AppearanceHeader.Options.UseForeColor = true; + this.gridColumn6.Caption = "搴撳瓨鐘舵��"; + this.gridColumn6.ColumnEdit = this.repositoryItemComboBox1; + this.gridColumn6.FieldName = "fStockStatusId"; + this.gridColumn6.MinWidth = 25; + this.gridColumn6.Name = "gridColumn6"; + this.gridColumn6.Visible = true; + this.gridColumn6.VisibleIndex = 8; + this.gridColumn6.Width = 94; // - // gvMx1erpid + // repositoryItemComboBox1 // - this.gvMx1erpid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); - this.gvMx1erpid.AppearanceCell.Options.UseFont = true; - this.gvMx1erpid.Caption = "閲囪喘璁㈠崟琛宨d"; - this.gvMx1erpid.FieldName = "erpid"; - this.gvMx1erpid.MinWidth = 50; - this.gvMx1erpid.Name = "gvMx1erpid"; - this.gvMx1erpid.Tag = "query_a.ERPID"; - this.gvMx1erpid.Width = 94; - // - // gvMx1invWorkLine - // - this.gvMx1invWorkLine.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); - this.gvMx1invWorkLine.AppearanceCell.Options.UseFont = true; - this.gvMx1invWorkLine.Caption = "鍏ュ簱鍗曡鍙�"; - this.gvMx1invWorkLine.FieldName = "invWorkLine"; - this.gvMx1invWorkLine.MinWidth = 50; - this.gvMx1invWorkLine.Name = "gvMx1invWorkLine"; - this.gvMx1invWorkLine.Tag = "query_a.INV_WORK_LINE"; - this.gvMx1invWorkLine.Width = 94; + this.repositoryItemComboBox1.AutoHeight = false; + this.repositoryItemComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { + new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); + this.repositoryItemComboBox1.Items.AddRange(new object[] { + "-璇烽�夋嫨-", + "涓嶅弬涓庢牳绠�(KCZT001)", + "鍙敤KCZT01_SYS)", + "寰呮KCZT02_SYS)", + "鍐荤粨KCZT03_SYS)", + "閫�鍥炲喕缁揔CZT04_SYS)", + "鍦ㄩ�擪CZT05_SYS)", + "鏀惰揣鍐荤粨KCZT06_SYS)", + "搴熷搧KCZT07_SYS)", + "涓嶈壇KCZT08_SYS)", + "澶栧�烱CZT99_SYS)"}); + this.repositoryItemComboBox1.Name = "repositoryItemComboBox1"; + this.repositoryItemComboBox1.NullText = "璇烽�夋嫨"; + this.repositoryItemComboBox1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; // // gvMxDel // @@ -1207,10 +1147,10 @@ // repositoryItemButtonEdit1 // this.repositoryItemButtonEdit1.AutoHeight = false; - editorButtonImageOptions1.Image = global::Gs.DevApp.Properties.Resources.removegroupfooter_16x16; - editorButtonImageOptions1.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter; + editorButtonImageOptions2.Image = global::Gs.DevApp.Properties.Resources.removegroupfooter_16x16; + editorButtonImageOptions2.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, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)}); + new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "绉诲嚭", -1, true, true, false, editorButtonImageOptions2, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject5, serializableAppearanceObject6, serializableAppearanceObject7, serializableAppearanceObject8, "", 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); @@ -1255,39 +1195,38 @@ this.splitMx1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.layoutMx1)).EndInit(); this.layoutMx1.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)(this.txt_returnType.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_fIsLink.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_billNo.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_returnMethod.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_fReturnStyle.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_checkDate.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_remark.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_checkUser.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_isOut.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_status.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_isFinish.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.lastUpdateUser.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.lastUpdateTime.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_lastUpdateUser.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_lastUpdateTime.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tabMx)).EndInit(); this.tabMx.ResumeLayout(false); this.tabMxPage1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gcMx1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gvMx1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.picCheckBox)).EndInit(); this.ResumeLayout(false); @@ -1320,12 +1259,10 @@ private DevExpress.XtraEditors.SplitContainerControl splitMx1; private DevExpress.XtraLayout.LayoutControl layoutMx1; private DevExpress.XtraLayout.LayoutControlGroup Root; - private UserControl.UcLookOrg txt_thOrgId; + private UserControl.UcLookOrg txt_fStockOrgId; private DevExpress.XtraEditors.SimpleButton btnSelect; - private DevExpress.XtraEditors.ComboBoxEdit txt_returnType; - private DevExpress.XtraEditors.ComboBoxEdit txt_returnMethod; - private UserControl.UcLookCk txt_depotId; - private UserControl.UcLookSupplier txt_suppId; + private DevExpress.XtraEditors.ComboBoxEdit txt_fReturnStyle; + private UserControl.UcLookCk txt_fStockId; private System.Windows.Forms.Label lbGuid; private DevExpress.XtraEditors.TextEdit txt_remark; private DevExpress.XtraEditors.TextEdit txt_checkDate; @@ -1334,22 +1271,15 @@ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; - private DevExpress.XtraEditors.CheckEdit txt_isOut; - private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; - private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; - private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8; private DevExpress.XtraEditors.CheckEdit txt_status; private DevExpress.XtraEditors.CheckEdit txt_isFinish; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10; - private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11; - private DevExpress.XtraLayout.LayoutControlItem layoutControlItem12; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem13; - private DevExpress.XtraEditors.TextEdit lastUpdateUser; - private DevExpress.XtraEditors.TextEdit lastUpdateTime; + private DevExpress.XtraEditors.TextEdit txt_lastUpdateUser; + private DevExpress.XtraEditors.TextEdit txt_lastUpdateTime; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem14; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem15; - private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; private DevExpress.XtraTab.XtraTabControl tabMx; private DevExpress.XtraTab.XtraTabPage tabMxPage1; private DevExpress.XtraGrid.GridControl gcMx1; @@ -1357,9 +1287,7 @@ private DevExpress.XtraGrid.Columns.GridColumn rkmxGuid; private DevExpress.XtraGrid.Columns.GridColumn gvMx1id; private DevExpress.XtraGrid.Columns.GridColumn gvMx1mid; - private DevExpress.XtraGrid.Columns.GridColumn gvMx1isFinish; private DevExpress.XtraGrid.Columns.GridColumn gvMx1invBillNo; - private DevExpress.XtraGrid.Columns.GridColumn gvMx1ebeln; private DevExpress.XtraGrid.Columns.GridColumn gvMx1itemId; private DevExpress.XtraGrid.Columns.GridColumn gridColumn2; private DevExpress.XtraGrid.Columns.GridColumn gridColumn5; @@ -1369,12 +1297,18 @@ private DevExpress.XtraGrid.Columns.GridColumn gvMx1ysNum; private DevExpress.XtraGrid.Columns.GridColumn gvMx1remark; private DevExpress.XtraGrid.Columns.GridColumn gvMx1orderNo; - private DevExpress.XtraGrid.Columns.GridColumn gvMx1eid; - private DevExpress.XtraGrid.Columns.GridColumn gvMx1erpid; - private DevExpress.XtraGrid.Columns.GridColumn gvMx1invWorkLine; private DevExpress.XtraGrid.Columns.GridColumn gvMxDel; private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1; - private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem16; + private UserControl.UcLookCustomer txt_fCustId; + private DevExpress.XtraLayout.LayoutControlItem layoutControlItem12; + private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11; + private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; + private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; + private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; + private DevExpress.XtraEditors.RadioGroup txt_fIsLink; + private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; + private DevExpress.XtraGrid.Columns.GridColumn gridColumn6; + private DevExpress.XtraEditors.Repository.RepositoryItemComboBox repositoryItemComboBox1; } } \ No newline at end of file diff --git a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesShouTui.cs b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesShouTui.cs index 95ca2bb..5ea585e 100644 --- a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesShouTui.cs +++ b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesShouTui.cs @@ -13,10 +13,10 @@ { public partial class Frm_MesShouTui : DevExpress.XtraEditors.XtraForm { - string _webServiceName = "MesCgthSqManager/"; + string _webServiceName = "MesShouTuiManager/"; List<FilterEntity> _filterList = new List<FilterEntity>(); string _ucCk = "";//鍙戞枡浠撳簱 - string _ucGys = "";//渚涘簲鍟� + string _ucKh = "";//瀹㈡埛 public Frm_MesShouTui() { InitializeComponent(); @@ -32,7 +32,7 @@ toolBarMenu1.btnLogClick += ToolBarMenu1_btnLogClick; this.toolBarMenu1.getXmlConfig(); Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameterMx(gvMx1); - Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameter(gridView1, picCheckBox, this, "status", "", (value) => + Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameter(gridView1, picCheckBox, this, "isCheck", "", (value) => { Gs.DevApp.ToolBox.UtilityHelper.JumpTab(xtraTabControl1, 0); }); @@ -46,23 +46,30 @@ getPageList(1); pageBar1.PagerEvent += PageBar1_PagerEvent; //閫夋嫨搴撳瓨缁勭粐锛堜粨搴撳拰渚涘簲鍟嗭級 - txt_thOrgId.EditChanged += (s, e) => + txt_fStockOrgId.EditChanged += (s, e) => { - var orgId = txt_thOrgId.GetId(); + var orgId = txt_fStockOrgId.GetId(); if (string.IsNullOrEmpty(orgId)) return; - txt_suppId.getSuppler(orgId, _ucGys); - txt_depotId.getSuppler(orgId, _ucCk); + txt_fCustId.getSuppler(orgId, _ucKh); + txt_fStockId.getSuppler(orgId, _ucCk); }; //閫夋嫨闇�瑕佺殑鏄庣粏 btnSelect.Click += (s, e) => { - if (string.IsNullOrEmpty(this.txt_suppId.GetId())) + if (string.IsNullOrEmpty(this.txt_fStockOrgId.GetId())) { - Gs.DevApp.ToolBox.MsgHelper.ShowError("璇峰厛閫夋嫨渚涘簲鍟嗭紒"); + Gs.DevApp.ToolBox.MsgHelper.ShowError("璇峰厛閫夋嫨缁勭粐锛�"); + this.txt_fStockOrgId.Focus(); return; } - var frm = new SelectMesCgthSq(this.txt_suppId.GetId(), this.txt_thOrgId.GetId(), (txt_isOut.Checked == true ? 1 : 0).ToString()); + if (string.IsNullOrEmpty(this.txt_fCustId.GetId())) + { + Gs.DevApp.ToolBox.MsgHelper.ShowError("璇峰厛閫夋嫨瀹㈡埛锛�"); + this.txt_fCustId.Focus(); + return; + } + var frm = new SelectShuoTuiSq(this.txt_fCustId.GetId(), txt_fStockOrgId.GetId(), txt_fIsLink.SelectedIndex.ToString()); //璧嬪�肩粰鏄庣粏琛� frm.UpdateParent += (ss, ee) => { @@ -294,48 +301,43 @@ private void ToolBarMenu1_btnSaveClick(object sender, EventArgs e) { toolBarMenu1.isSetBtn = false; - var _ckId = txt_depotId.GetId(); //浠撳簱缂栧彿 depots_code - var _gysId = txt_suppId.GetId(); //渚涘簲鍟嗙紪鍙� - string _orgId = txt_thOrgId.GetId(); + var _ckId = txt_fStockId.GetId(); + var _khId = txt_fCustId.GetId(); + string _orgId = txt_fStockOrgId.GetId(); + if (string.IsNullOrEmpty(_orgId)) { MsgHelper.Warning("璇烽�夋嫨缁勭粐锛�"); - txt_thOrgId.Focus(); - return; - } - if (string.IsNullOrEmpty(_gysId)) - { - MsgHelper.Warning("璇烽�夋嫨渚涘簲鍟嗭紒"); - txt_suppId.Focus(); + txt_fStockOrgId.Focus(); return; } if (string.IsNullOrEmpty(_ckId)) { MsgHelper.Warning("璇烽�夋嫨浠撳簱锛�"); - txt_depotId.Focus(); + txt_fStockId.Focus(); return; } - if (txt_returnMethod.SelectedIndex <= 0) + if (string.IsNullOrEmpty(_ckId)) + { + MsgHelper.Warning("璇烽�夋嫨瀹㈡埛锛�"); + txt_fCustId.Focus(); + return; + } + if (txt_fReturnStyle.SelectedIndex <= 0) { MsgHelper.Warning("璇烽�夋嫨閫�鏂欐柟寮忥紒"); - txt_returnMethod.Focus(); - return; - } - if (txt_returnType.SelectedIndex <= 0) - { - MsgHelper.Warning("璇烽�夋嫨閫�鏂欏師鍥狅紒"); - txt_returnType.Focus(); + txt_fReturnStyle.Focus(); return; } var _obj = new { Guid = Gs.DevApp.ToolBox.UtilityHelper.ToGuid(lbGuid.Text.Trim()), //鍒拌揣鍗曚富閿� + KcZz = _orgId, Remark = txt_remark.Text.Trim(), //澶囨敞 - SuppId = int.Parse(_gysId), //渚涘簲鍟� - DepotId = int.Parse(_ckId),//浠撳簱 - FType = txt_isOut.Checked == true ? 1 : 0, //0=閲囪喘锛�1=濮斿 - Fmrmode = txt_returnMethod.Text,//閫�鏂欐柟寮� - Reason = txt_returnType.Text,//閫�鏂欏師鍥� + CusId = int.Parse(_khId), + DepotId = int.Parse(_ckId), + FIsLink = txt_fIsLink.SelectedIndex == 0 ? "Y" : "N", + FReturnStyle = txt_fReturnStyle.Text,//閫�鏂欐柟寮� list = new List<dynamic>(), }; gvMx1.CloseEditor(); @@ -350,8 +352,8 @@ var row = gvMx1.GetDataRow(i); if (row != null) { - Guid _guid = UtilityHelper.ToGuid(row["id"].ToString()); - string _msl = row["sqNum"].ToString(); + Guid _guid = UtilityHelper.ToGuid(row["guid"].ToString()); + string _msl = row["fQty"].ToString(); if (string.IsNullOrEmpty(_msl)) { MsgHelper.ShowError("鐢宠鏁伴噺涓嶈兘涓虹┖锛�"); @@ -360,9 +362,11 @@ _obj.list.Add(new { Guid = _guid, - AboutGuid = UtilityHelper.ToGuid(row["rkmxGuid"].ToString()), - Quantity = decimal.Parse(row["sqNum"].ToString()), + AboutGuid = UtilityHelper.ToGuid(row["aboutGuid"].ToString()), + Quantity = decimal.Parse(row["fQty"].ToString()), Bz = row["remark"].ToString(), + ItemId = row["itemId"].ToString(), + FStockStatusId = row["fStockStatusId"].ToString(), }); } } @@ -453,13 +457,13 @@ if (_rtn.rtnCode > 0) { dynamic dy = _rtn.rtnData; - _ucGys = dy.suppId; - _ucCk = dy.depotId; + _ucKh = dy.fCustId; + _ucCk = dy.fStockId; lbGuid.Text = strGuid; List<DevExpress.XtraGrid.Views.Grid.GridView> gvList = new List<DevExpress.XtraGrid.Views.Grid.GridView>(); gvList.Add(gvMx1); UtilityHelper.SetValueByObj(this.layoutMx1.Controls, dy, isEdit, gvList); - _ucGys = ""; + _ucKh = ""; _ucCk = ""; JObject _job = JObject.Parse(strJson); JArray array = new JArray(); @@ -534,7 +538,7 @@ } int rowHandle = gridView1.LocateByValue(1, gridView1.Columns["guid"], rowGuid); gridView1.FocusedRowHandle = rowHandle; - UtilityHelper.SetCheckIco(gridView1, "status", "checkUser", "checkDate", picCheckBox, this, _inFieldValue.ToString()); + UtilityHelper.SetCheckIco(gridView1, "isCheck", "checkBy", "checkDate", picCheckBox, this, _inFieldValue.ToString()); } } catch (Exception ex) diff --git a/DevApp/Gs.DevApp/Gs.DevApp.csproj b/DevApp/Gs.DevApp/Gs.DevApp.csproj index 4565f27..55fc836 100644 --- a/DevApp/Gs.DevApp/Gs.DevApp.csproj +++ b/DevApp/Gs.DevApp/Gs.DevApp.csproj @@ -817,6 +817,12 @@ <Compile Include="UserControl\SelectOrg.Designer.cs"> <DependentUpon>SelectOrg.cs</DependentUpon> </Compile> + <Compile Include="UserControl\SelectShuoTuiSq.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="UserControl\SelectShuoTuiSq.Designer.cs"> + <DependentUpon>SelectShuoTuiSq.cs</DependentUpon> + </Compile> <Compile Include="UserControl\SelectWomdaahb.cs"> <SubType>Form</SubType> </Compile> @@ -1310,6 +1316,9 @@ <EmbeddedResource Include="UserControl\SelectOrg.resx"> <DependentUpon>SelectOrg.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="UserControl\SelectShuoTuiSq.resx"> + <DependentUpon>SelectShuoTuiSq.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="UserControl\SelectWomdaahb.resx"> <DependentUpon>SelectWomdaahb.cs</DependentUpon> </EmbeddedResource> diff --git a/DevApp/Gs.DevApp/Properties/licenses.licx b/DevApp/Gs.DevApp/Properties/licenses.licx index f8430ec..b9d2dde 100644 --- a/DevApp/Gs.DevApp/Properties/licenses.licx +++ b/DevApp/Gs.DevApp/Properties/licenses.licx @@ -4,4 +4,5 @@ DevExpress.XtraEditors.ComboBoxEdit, DevExpress.XtraEditors.v22.2, Version=22.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit, DevExpress.XtraEditors.v22.2, Version=22.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a DevExpress.XtraLayout.LayoutControl, DevExpress.XtraLayout.v22.2, Version=22.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a +DevExpress.XtraEditors.Repository.RepositoryItemComboBox, DevExpress.XtraEditors.v22.2, Version=22.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a DevExpress.XtraEditors.Repository.RepositoryItemSearchLookUpEdit, DevExpress.XtraGrid.v22.2, Version=22.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a diff --git a/DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs b/DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs index 988623f..faebd02 100644 --- a/DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs +++ b/DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs @@ -10,7 +10,6 @@ using System.Net.Http; using System.Reflection; using System.Resources; -using System.Runtime.CompilerServices; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; diff --git a/DevApp/Gs.DevApp/UserControl/SelectShuoTuiSq.Designer.cs b/DevApp/Gs.DevApp/UserControl/SelectShuoTuiSq.Designer.cs new file mode 100644 index 0000000..761b2b5 --- /dev/null +++ b/DevApp/Gs.DevApp/UserControl/SelectShuoTuiSq.Designer.cs @@ -0,0 +1,349 @@ +锘縩amespace Gs.DevApp.UserControl +{ + partial class SelectShuoTuiSq + { + /// <summary> + /// Required designer variable. + /// </summary> + private System.ComponentModel.IContainer components = null; + + /// <summary> + /// Clean up any resources being used. + /// </summary> + /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// <summary> + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// </summary> + private void InitializeComponent() + { + this.gcMain = new DevExpress.XtraGrid.GridControl(); + this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); + this.gv_guid = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gv_chk = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gv_supplierItemCode = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gv_supplierItemName = 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.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gv_purchaseUnit = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); + this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl(); + this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage(); + this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); + this.btnIn = new DevExpress.XtraEditors.SimpleButton(); + this.pageBar1 = new UserControls.Data.UcPageBar(); + ((System.ComponentModel.ISupportInitialize)(this.gcMain)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); + this.xtraTabControl1.SuspendLayout(); + this.xtraTabPage1.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); + this.panelControl1.SuspendLayout(); + this.SuspendLayout(); + // + // 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, 607); + this.gcMain.TabIndex = 1; + this.gcMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { + this.gridView1}); + // + // gridView1 + // + this.gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true; + this.gridView1.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; + this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F); + this.gridView1.Appearance.Row.Options.UseFont = true; + this.gridView1.ColumnPanelRowHeight = 50; + this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { + this.gv_guid, + this.gv_chk, + this.gridColumn4, + this.gv_supplierItemCode, + this.gv_supplierItemName, + this.gridColumn5, + this.gridColumn6, + this.gridColumn7, + this.gridColumn9, + this.gv_purchaseUnit, + this.gridColumn10, + this.gridColumn2, + 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; + // + // gv_guid + // + this.gv_guid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_guid.AppearanceCell.Options.UseFont = true; + this.gv_guid.Caption = "涓婚敭涓嶈兘鍒犻櫎"; + this.gv_guid.FieldName = "rkmxGuid"; + this.gv_guid.MinWidth = 50; + this.gv_guid.Name = "gv_guid"; + this.gv_guid.OptionsColumn.AllowEdit = false; + this.gv_guid.OptionsColumn.ReadOnly = true; + this.gv_guid.Tag = "query_a.guid"; + this.gv_guid.Width = 94; + // + // gv_chk + // + this.gv_chk.Caption = "閫夋嫨"; + this.gv_chk.FieldName = "gvChk"; + this.gv_chk.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Left; + this.gv_chk.MaxWidth = 50; + this.gv_chk.MinWidth = 50; + this.gv_chk.Name = "gv_chk"; + this.gv_chk.Visible = true; + this.gv_chk.VisibleIndex = 0; + this.gv_chk.Width = 50; + // + // gridColumn4 + // + this.gridColumn4.Caption = "鍏ュ簱鍗曞彿"; + this.gridColumn4.FieldName = "invBillNo"; + this.gridColumn4.MinWidth = 25; + this.gridColumn4.Name = "gridColumn4"; + this.gridColumn4.Visible = true; + this.gridColumn4.VisibleIndex = 1; + this.gridColumn4.Width = 94; + // + // gv_supplierItemCode + // + this.gv_supplierItemCode.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_supplierItemCode.AppearanceCell.Options.UseFont = true; + this.gv_supplierItemCode.Caption = "鐗╂枡缂栫爜"; + this.gv_supplierItemCode.FieldName = "itemNo"; + this.gv_supplierItemCode.Name = "gv_supplierItemCode"; + this.gv_supplierItemCode.OptionsColumn.AllowEdit = false; + this.gv_supplierItemCode.OptionsColumn.ReadOnly = true; + this.gv_supplierItemCode.Tag = "query_a.SUPPLIER_ITEM_CODE"; + this.gv_supplierItemCode.Visible = true; + this.gv_supplierItemCode.VisibleIndex = 2; + this.gv_supplierItemCode.Width = 100; + // + // gv_supplierItemName + // + this.gv_supplierItemName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_supplierItemName.AppearanceCell.Options.UseFont = true; + this.gv_supplierItemName.Caption = "鐗╂枡鍚嶇О"; + this.gv_supplierItemName.FieldName = "itemName"; + this.gv_supplierItemName.Name = "gv_supplierItemName"; + this.gv_supplierItemName.OptionsColumn.AllowEdit = false; + this.gv_supplierItemName.OptionsColumn.ReadOnly = true; + this.gv_supplierItemName.Tag = "query_a.SUPPLIER_ITEM_NAME"; + this.gv_supplierItemName.Visible = true; + this.gv_supplierItemName.VisibleIndex = 3; + this.gv_supplierItemName.Width = 120; + // + // gridColumn5 + // + this.gridColumn5.Caption = "鐗╂枡瑙勬牸"; + this.gridColumn5.FieldName = "itemModel"; + this.gridColumn5.Name = "gridColumn5"; + this.gridColumn5.OptionsColumn.ReadOnly = true; + this.gridColumn5.Visible = true; + this.gridColumn5.VisibleIndex = 4; + this.gridColumn5.Width = 250; + // + // gridColumn6 + // + this.gridColumn6.Caption = "鍏ュ簱鏁伴噺"; + this.gridColumn6.FieldName = "rksl"; + this.gridColumn6.MaxWidth = 50; + this.gridColumn6.MinWidth = 50; + this.gridColumn6.Name = "gridColumn6"; + this.gridColumn6.OptionsColumn.ReadOnly = true; + this.gridColumn6.Visible = true; + this.gridColumn6.VisibleIndex = 5; + this.gridColumn6.Width = 50; + // + // gridColumn7 + // + this.gridColumn7.Caption = "鍗曚綅"; + this.gridColumn7.FieldName = "dwName"; + this.gridColumn7.MaxWidth = 50; + this.gridColumn7.MinWidth = 50; + this.gridColumn7.Name = "gridColumn7"; + this.gridColumn7.OptionsColumn.ReadOnly = true; + this.gridColumn7.Visible = true; + this.gridColumn7.VisibleIndex = 6; + this.gridColumn7.Width = 50; + // + // gridColumn9 + // + this.gridColumn9.AppearanceCell.ForeColor = System.Drawing.Color.Red; + this.gridColumn9.AppearanceCell.Options.UseForeColor = true; + this.gridColumn9.AppearanceHeader.ForeColor = System.Drawing.Color.Red; + this.gridColumn9.AppearanceHeader.Options.UseForeColor = true; + this.gridColumn9.Caption = "宸查��鏁伴噺"; + this.gridColumn9.FieldName = "yt"; + this.gridColumn9.MaxWidth = 50; + this.gridColumn9.MinWidth = 50; + this.gridColumn9.Name = "gridColumn9"; + this.gridColumn9.OptionsColumn.ReadOnly = true; + this.gridColumn9.Visible = true; + this.gridColumn9.VisibleIndex = 7; + this.gridColumn9.Width = 50; + // + // gv_purchaseUnit + // + this.gv_purchaseUnit.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_purchaseUnit.AppearanceCell.Options.UseFont = true; + this.gv_purchaseUnit.Caption = "鍙��鏁伴噺"; + this.gv_purchaseUnit.FieldName = "kt"; + this.gv_purchaseUnit.MaxWidth = 50; + this.gv_purchaseUnit.MinWidth = 50; + this.gv_purchaseUnit.Name = "gv_purchaseUnit"; + this.gv_purchaseUnit.OptionsColumn.AllowEdit = false; + this.gv_purchaseUnit.OptionsColumn.ReadOnly = true; + this.gv_purchaseUnit.Tag = "query_a.PURCHASE_UNIT"; + this.gv_purchaseUnit.Width = 50; + // + // gridColumn10 + // + this.gridColumn10.Caption = "瀹㈡埛"; + this.gridColumn10.FieldName = "khName"; + this.gridColumn10.Name = "gridColumn10"; + this.gridColumn10.Visible = true; + this.gridColumn10.VisibleIndex = 8; + this.gridColumn10.Width = 125; + // + // gridColumn2 + // + this.gridColumn2.Caption = "鏀舵枡缁勭粐"; + this.gridColumn2.FieldName = "receivingOrg"; + this.gridColumn2.Name = "gridColumn2"; + this.gridColumn2.Visible = true; + this.gridColumn2.VisibleIndex = 9; + this.gridColumn2.Width = 250; + // + // gridColumn1 + // + this.gridColumn1.Caption = "鐗╂枡ID"; + this.gridColumn1.FieldName = "itemId"; + this.gridColumn1.Name = "gridColumn1"; + this.gridColumn1.OptionsColumn.ReadOnly = true; + this.gridColumn1.Width = 94; + // + // xtraTabControl1 + // + this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill; + this.xtraTabControl1.Location = new System.Drawing.Point(0, 0); + this.xtraTabControl1.Name = "xtraTabControl1"; + this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1; + this.xtraTabControl1.Size = new System.Drawing.Size(1128, 682); + this.xtraTabControl1.TabIndex = 3; + this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { + this.xtraTabPage1}); + // + // xtraTabPage1 + // + this.xtraTabPage1.Controls.Add(this.gcMain); + this.xtraTabPage1.Controls.Add(this.panelControl1); + this.xtraTabPage1.Name = "xtraTabPage1"; + this.xtraTabPage1.Size = new System.Drawing.Size(1126, 650); + this.xtraTabPage1.Text = "璇烽�夋嫨閲囬渶瑕侀��璐х殑鏄庣粏"; + // + // panelControl1 + // + this.panelControl1.Controls.Add(this.btnIn); + this.panelControl1.Controls.Add(this.pageBar1); + this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom; + this.panelControl1.Location = new System.Drawing.Point(0, 607); + this.panelControl1.Name = "panelControl1"; + this.panelControl1.Size = new System.Drawing.Size(1126, 43); + this.panelControl1.TabIndex = 4; + // + // btnIn + // + this.btnIn.Dock = System.Windows.Forms.DockStyle.Left; + this.btnIn.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.checkbuttons_16x161; + this.btnIn.Location = new System.Drawing.Point(2, 2); + this.btnIn.Name = "btnIn"; + this.btnIn.Size = new System.Drawing.Size(94, 39); + this.btnIn.TabIndex = 4; + this.btnIn.Text = "纭畾瀵煎叆"; + // + // pageBar1 + // + this.pageBar1.CurrentPage = 1; + this.pageBar1.Dock = System.Windows.Forms.DockStyle.Right; + this.pageBar1.Location = new System.Drawing.Point(140, 2); + 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(984, 39); + this.pageBar1.TabIndex = 3; + this.pageBar1.TotalPages = 0; + // + // SelectShuoTuiSq + // + 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.xtraTabControl1); + this.IconOptions.Image = global::Gs.DevApp.Properties.Resources.logo_png_black; + this.MaximizeBox = false; + this.MinimizeBox = false; + this.Name = "SelectShuoTuiSq"; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "閫夋嫨閫�璐ф槑缁�"; + this.TopMost = true; + ((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); + ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); + this.panelControl1.ResumeLayout(false); + this.ResumeLayout(false); + + } + #endregion + private DevExpress.XtraGrid.GridControl gcMain; + private DevExpress.XtraGrid.Views.Grid.GridView gridView1; + private DevExpress.XtraTab.XtraTabControl xtraTabControl1; + private DevExpress.XtraTab.XtraTabPage xtraTabPage1; + private UserControls.Data.UcPageBar pageBar1; + private DevExpress.XtraGrid.Columns.GridColumn gv_supplierItemName; + private DevExpress.XtraGrid.Columns.GridColumn gv_supplierItemCode; + private DevExpress.XtraGrid.Columns.GridColumn gv_purchaseUnit; + private DevExpress.XtraGrid.Columns.GridColumn gv_guid; + private DevExpress.XtraGrid.Columns.GridColumn gv_chk; + private DevExpress.XtraEditors.PanelControl panelControl1; + private DevExpress.XtraEditors.SimpleButton btnIn; + private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; + private DevExpress.XtraGrid.Columns.GridColumn gridColumn5; + private DevExpress.XtraGrid.Columns.GridColumn gridColumn6; + private DevExpress.XtraGrid.Columns.GridColumn gridColumn7; + private DevExpress.XtraGrid.Columns.GridColumn gridColumn9; + private DevExpress.XtraGrid.Columns.GridColumn gridColumn2; + private DevExpress.XtraGrid.Columns.GridColumn gridColumn10; + private DevExpress.XtraGrid.Columns.GridColumn gridColumn4; + } +} \ No newline at end of file diff --git a/DevApp/Gs.DevApp/UserControl/SelectShuoTuiSq.cs b/DevApp/Gs.DevApp/UserControl/SelectShuoTuiSq.cs new file mode 100644 index 0000000..d5390ff --- /dev/null +++ b/DevApp/Gs.DevApp/UserControl/SelectShuoTuiSq.cs @@ -0,0 +1,108 @@ +锘縰sing Gs.DevApp.ToolBox; +using Newtonsoft.Json; +using System; +using System.Collections.Generic; +using System.Windows.Forms; + +namespace Gs.DevApp.UserControl +{ + public partial class SelectShuoTuiSq : DevExpress.XtraEditors.XtraForm + { + private readonly List<FilterEntity> _filterList = + new List<FilterEntity>(); + + private readonly string _webServiceName = "MesShouTuiManager/"; + private string cusId = ""; + private string inOrgId = ""; + private string isSource = ""; + /// <summary> + /// + /// </summary> + /// <param name="_suppId">渚涘簲鍟嗙紪鍙� </param> + /// <param name="_inOrgId">缁勭粐缂栧彿</param> + /// <param name="_isWw">0鏈夋簮1锛�1鏃犳簮</param> + public SelectShuoTuiSq(string _cusId, string _inOrgId, string _isSource) + { + InitializeComponent(); + this.cusId = _cusId; + this.inOrgId = _inOrgId; + this.isSource = _isSource; + pageBar1.PagerEvent += PageBar1_PagerEvent; + Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameter(gridView1, null, null, null, "", (value) => + { + + }); + getPageList(1, UtilityHelper.GetPageSize()); + btnIn.Click += (s, e) => + { + var list = new List<string>(); + for (var i = 0; i < gridView1.DataRowCount; i++) + { + var checkBox = gridView1.GetRowCellDisplayText(i, "gvChk"); + if (checkBox == "Checked") + { + var _guid = gridView1.GetRowCellValue(i, "guid") + .ToString(); + list.Add(_guid); + } + } + UpdateParent?.Invoke(this, + new UpdateParentEventArgs { StringList = list }); + Close(); + }; + } + + /// <summary> + /// 閫夋嫨鍚庣殑鍥炶皟浜嬩欢 + /// </summary> + public event EventHandler<UpdateParentEventArgs> UpdateParent; + + /// <summary> + /// 鍒嗛〉浜嬩欢 + /// </summary> + /// <param name="curPage"></param> + /// <param name="pageSize"></param> + private void PageBar1_PagerEvent(int curPage, int pageSize) + { + getPageList(curPage, pageSize); + } + + /// <summary> + /// </summary> + /// <param name="curPage">绗嚑椤�</param> + /// <param name="pageSize">姣忛〉鍑犳潯</param> + private void getPageList(int curPage, int pageSize) + { + var _obj = new + { + currentPage = curPage, + everyPageSize = pageSize, + sortName = "", + keyWhere = "", + inIsSource = this.isSource, + inCusId = this.cusId, + inOrgId = this.inOrgId, + }; + var json = JsonConvert.SerializeObject(_obj); + try + { + var strReturn = UtilityHelper.HttpPost("", + _webServiceName + "SelectForm", json); + var dd = UtilityHelper.ReturnToTablePage(strReturn); + var dt = dd.rtnData.list; + gcMain.BindingContext = new BindingContext(); + gcMain.DataSource = dt; + gcMain.ForceInitialize(); + gridView1.BestFitColumns(); + var dddd = dd.rtnData.pages; //鎬婚〉 + pageBar1.TotalPages = dddd; + pageBar1.RecordCount = dd.rtnData.total; //璁板綍鎬绘暟 + pageBar1.CurrentPage = curPage; //褰撳墠椤� + } + catch (Exception ex) + { + MsgHelper.Warning("鎻愮ず锛�" + ex.Message); + } + } + } +} \ No newline at end of file diff --git a/DevApp/Gs.DevApp/UserControl/SelectShuoTuiSq.resx b/DevApp/Gs.DevApp/UserControl/SelectShuoTuiSq.resx new file mode 100644 index 0000000..1af7de1 --- /dev/null +++ b/DevApp/Gs.DevApp/UserControl/SelectShuoTuiSq.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 -- Gitblit v1.9.3