From e08894fcaa2ea1ab20715a885e7800a36c4e2960 Mon Sep 17 00:00:00 2001
From: lu <123456>
Date: 星期二, 23 九月 2025 14:34:48 +0800
Subject: [PATCH] 销售单增加库存
---
DevApp/Gs.DevApp/DevFrm/Sales/Frm_SalesDeliverSelect.Designer.cs | 29 +++++++++++++++++++++++------
1 files changed, 23 insertions(+), 6 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/Sales/Frm_SalesDeliverSelect.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Sales/Frm_SalesDeliverSelect.Designer.cs
index 066b752..ae59c48 100644
--- a/DevApp/Gs.DevApp/DevFrm/Sales/Frm_SalesDeliverSelect.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Sales/Frm_SalesDeliverSelect.Designer.cs
@@ -43,6 +43,7 @@
this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.btnIn = new DevExpress.XtraEditors.SimpleButton();
((System.ComponentModel.ISupportInitialize)(this.gcMain)).BeginInit();
@@ -81,7 +82,8 @@
this.gv_purchaseUnit,
this.gridColumn10,
this.gridColumn2,
- this.gridColumn1});
+ this.gridColumn1,
+ this.gridColumn3});
this.gridView1.GridControl = this.gcMain;
this.gridView1.IndicatorWidth = 50;
this.gridView1.Name = "gridView1";
@@ -154,7 +156,7 @@
this.gridColumn5.Name = "gridColumn5";
this.gridColumn5.OptionsColumn.ReadOnly = true;
this.gridColumn5.Visible = true;
- this.gridColumn5.VisibleIndex = 7;
+ this.gridColumn5.VisibleIndex = 8;
this.gridColumn5.Width = 250;
//
// gridColumn6
@@ -218,9 +220,9 @@
//
// gridColumn10
//
- this.gridColumn10.AppearanceCell.ForeColor = System.Drawing.Color.Red;
+ this.gridColumn10.AppearanceCell.ForeColor = DevExpress.LookAndFeel.DXSkinColors.ForeColors.Critical;
this.gridColumn10.AppearanceCell.Options.UseForeColor = true;
- this.gridColumn10.AppearanceHeader.ForeColor = System.Drawing.Color.Red;
+ this.gridColumn10.AppearanceHeader.ForeColor = DevExpress.LookAndFeel.DXSkinColors.ForeColors.Critical;
this.gridColumn10.AppearanceHeader.Options.UseForeColor = true;
this.gridColumn10.Caption = "鏈彂璐ф暟閲�";
this.gridColumn10.FieldName = "syQty";
@@ -235,7 +237,7 @@
this.gridColumn2.FieldName = "salesOrgName";
this.gridColumn2.Name = "gridColumn2";
this.gridColumn2.Visible = true;
- this.gridColumn2.VisibleIndex = 8;
+ this.gridColumn2.VisibleIndex = 9;
this.gridColumn2.Width = 250;
//
// gridColumn1
@@ -245,6 +247,20 @@
this.gridColumn1.Name = "gridColumn1";
this.gridColumn1.OptionsColumn.ReadOnly = true;
this.gridColumn1.Width = 94;
+ //
+ // gridColumn3
+ //
+ this.gridColumn3.AppearanceCell.ForeColor = System.Drawing.Color.Red;
+ this.gridColumn3.AppearanceCell.Options.UseForeColor = true;
+ this.gridColumn3.AppearanceHeader.ForeColor = System.Drawing.Color.Red;
+ this.gridColumn3.AppearanceHeader.Options.UseForeColor = true;
+ this.gridColumn3.Caption = "Mes/Erp搴撳瓨";
+ this.gridColumn3.FieldName = "kcQty";
+ this.gridColumn3.MinWidth = 25;
+ this.gridColumn3.Name = "gridColumn3";
+ this.gridColumn3.Visible = true;
+ this.gridColumn3.VisibleIndex = 7;
+ this.gridColumn3.Width = 94;
//
// panelControl1
//
@@ -279,7 +295,7 @@
this.MinimizeBox = false;
this.Name = "Frm_SalesDeliverSelect";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "閫夋嫨閿�鍞崟鏄庣粏";
+ this.Text = "閿�鍞嚭搴撳崟鐢宠锛岄�夋嫨閿�鍞崟鏄庣粏";
this.TopMost = true;
((System.ComponentModel.ISupportInitialize)(this.gcMain)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
@@ -307,5 +323,6 @@
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraEditors.SimpleButton btnIn;
private DevExpress.XtraGrid.Columns.GridColumn colChkInt;
+ private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
}
}
\ No newline at end of file
--
Gitblit v1.9.3