Jelajahi Sumber

金蝶对应代码 增加创建时间

张忠帅 2 tahun lalu
induk
melakukan
54069950f8

+ 11 - 1
DK.Client/SystemModule/F_MST_1301.Designer.cs

@@ -57,6 +57,7 @@
 			this.GLAZETYPE = new System.Windows.Forms.DataGridViewTextBoxColumn();
 			this.LOGONAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
 			this.KINGDEECODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
+			this.CREATETIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
 			this.tsrOperate.SuspendLayout();
 			this.gbxCondition.SuspendLayout();
 			((System.ComponentModel.ISupportInitialize)(this.dgvGoosKingdeecode)).BeginInit();
@@ -349,7 +350,8 @@
             this.GoodsNames,
             this.GLAZETYPE,
             this.LOGONAME,
-            this.KINGDEECODE});
+            this.KINGDEECODE,
+            this.CREATETIME});
 			this.dgvGoosKingdeecode.ColumnTreeView = null;
 			this.dgvGoosKingdeecode.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
 			this.dgvGoosKingdeecode.DynamicColumnName = "";
@@ -420,6 +422,13 @@
 			this.KINGDEECODE.ReadOnly = true;
 			this.KINGDEECODE.Width = 150;
 			// 
+			// CREATETIME
+			// 
+			this.CREATETIME.DataPropertyName = "CREATETIME";
+			this.CREATETIME.HeaderText = "创建时间";
+			this.CREATETIME.Name = "CREATETIME";
+			this.CREATETIME.ReadOnly = true;
+			// 
 			// F_MST_1301
 			// 
 			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
@@ -469,5 +478,6 @@
 		private System.Windows.Forms.DataGridViewTextBoxColumn GLAZETYPE;
 		private System.Windows.Forms.DataGridViewTextBoxColumn LOGONAME;
 		private System.Windows.Forms.DataGridViewTextBoxColumn KINGDEECODE;
+		private System.Windows.Forms.DataGridViewTextBoxColumn CREATETIME;
 	}
 }

+ 3 - 0
DK.Client/SystemModule/F_MST_1301.resx

@@ -224,6 +224,9 @@
   <metadata name="KINGDEECODE.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
     <value>True</value>
   </metadata>
+  <metadata name="CREATETIME.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>True</value>
+  </metadata>
   <metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
     <value>49</value>
   </metadata>

+ 2 - 1
DK.Service/SystemModuleLogic/SystemModuleLogicPartial.cs

@@ -1295,7 +1295,8 @@ namespace Dongke.IBOSS.PRD.Service.SystemModuleLogic
 									gd.goodsname,
 									TP_MST_GOODSKINGDEECODE.GLAZETYPE,
 									TP_MST_GOODSKINGDEECODE.LOGONAME,
-									TP_MST_GOODSKINGDEECODE.KINGDEECODE 
+									TP_MST_GOODSKINGDEECODE.KINGDEECODE,
+									TP_MST_GOODSKINGDEECODE.CREATETIME
 								FROM
 									TP_MST_GOODSKINGDEECODE
 									LEFT JOIN TP_MST_GOODS gd on gd.GOODSCODE=TP_MST_GOODSKINGDEECODE.GOODSCODE