Преглед изворни кода

产品跟踪表显示防伪码

liusq пре 4 година
родитељ
комит
4e98d234d1

+ 10 - 0
DK.Client/ReportModule/R02/M01/F_RPT_020101_1.Designer.cs

@@ -60,6 +60,7 @@
             this.CreateUserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
             this.LEVELNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
             this.Barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
+            this.SecurityCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
             this.LogoCodeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
             this.GoodsTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
             this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
@@ -231,6 +232,7 @@
             this.dgvProductionFollowing.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
             this.dgvProductionFollowing.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
             this.Barcode,
+            this.SecurityCode,
             this.LogoCodeName,
             this.GoodsTypeName,
             this.GoodsCode,
@@ -442,6 +444,13 @@
             this.Barcode.Name = "Barcode";
             this.Barcode.ReadOnly = true;
             // 
+            // SecurityCode
+            // 
+            this.SecurityCode.DataPropertyName = "SecurityCode";
+            this.SecurityCode.HeaderText = "防伪码";
+            this.SecurityCode.Name = "SecurityCode";
+            this.SecurityCode.ReadOnly = true;
+            // 
             // LogoCodeName
             // 
             this.LogoCodeName.DataPropertyName = "LogoCodeName";
@@ -631,6 +640,7 @@
         private System.Windows.Forms.DataGridViewTextBoxColumn CreateUserName;
         private System.Windows.Forms.DataGridViewTextBoxColumn LEVELNAME;
         private System.Windows.Forms.DataGridViewTextBoxColumn Barcode;
+        private System.Windows.Forms.DataGridViewTextBoxColumn SecurityCode;
         private System.Windows.Forms.DataGridViewTextBoxColumn LogoCodeName;
         private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeName;
         private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;

+ 3 - 0
DK.Client/ReportModule/R02/M01/F_RPT_020101_1.resx

@@ -197,6 +197,9 @@
   <metadata name="Barcode.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
     <value>True</value>
   </metadata>
+  <metadata name="SecurityCode.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>True</value>
+  </metadata>
   <metadata name="LogoCodeName.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
     <value>True</value>
   </metadata>

+ 7 - 0
WCF.Service/WCF.DataModels/SearchEntity/RPT/RPT020101_SE.cs

@@ -31,6 +31,13 @@ namespace Dongke.IBOSS.PRD.WCF.DataModels
             set;
         }
 
+        [DataMember]
+        public string SecurityBarcode
+        {
+            get;
+            set;
+        }
+
         /// <summary>
         /// 产品分级
         /// </summary>