fubin 3 سال پیش
والد
کامیت
e1efba6732

+ 10 - 0
DK.Client/SAPDataModule/Hegii/F_SAP_HEGII_0109.Designer.cs

@@ -69,6 +69,7 @@ namespace Dongke.IBOSS.PRD.Client.SAPDataModule.Hegii
             this.IDNRKONLYCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
             this.CHARG = new System.Windows.Forms.DataGridViewTextBoxColumn();
             this.LGORT = new System.Windows.Forms.DataGridViewTextBoxColumn();
+            this.SCRAPREASON = new System.Windows.Forms.DataGridViewTextBoxColumn();
             this.CostCenter = new System.Windows.Forms.DataGridViewTextBoxColumn();
             this.CostCenterName = new System.Windows.Forms.DataGridViewTextBoxColumn();
             this.errormessage = new System.Windows.Forms.DataGridViewTextBoxColumn();
@@ -235,6 +236,7 @@ namespace Dongke.IBOSS.PRD.Client.SAPDataModule.Hegii
             this.IDNRKONLYCODE,
             this.CHARG,
             this.LGORT,
+            this.SCRAPREASON,
             this.CostCenter,
             this.CostCenterName,
             this.errormessage,
@@ -516,6 +518,13 @@ namespace Dongke.IBOSS.PRD.Client.SAPDataModule.Hegii
             this.LGORT.Name = "LGORT";
             this.LGORT.ReadOnly = true;
             // 
+            // SCRAPREASON
+            // 
+            this.SCRAPREASON.DataPropertyName = "SCRAPREASON";
+            this.SCRAPREASON.HeaderText = "报损原因";
+            this.SCRAPREASON.Name = "SCRAPREASON";
+            this.SCRAPREASON.ReadOnly = true;
+            // 
             // CostCenter
             // 
             this.CostCenter.DataPropertyName = "CostCenter";
@@ -651,6 +660,7 @@ namespace Dongke.IBOSS.PRD.Client.SAPDataModule.Hegii
         private System.Windows.Forms.DataGridViewTextBoxColumn IDNRKONLYCODE;
         private System.Windows.Forms.DataGridViewTextBoxColumn CHARG;
         private System.Windows.Forms.DataGridViewTextBoxColumn LGORT;
+        private System.Windows.Forms.DataGridViewTextBoxColumn SCRAPREASON;
         private System.Windows.Forms.DataGridViewTextBoxColumn CostCenter;
         private System.Windows.Forms.DataGridViewTextBoxColumn CostCenterName;
         private System.Windows.Forms.DataGridViewTextBoxColumn errormessage;

+ 3 - 0
DK.Client/SAPDataModule/Hegii/F_SAP_HEGII_0109.resx

@@ -211,6 +211,9 @@
   <metadata name="LGORT.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
     <value>True</value>
   </metadata>
+  <metadata name="SCRAPREASON.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>True</value>
+  </metadata>
   <metadata name="CostCenter.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
     <value>True</value>
   </metadata>

+ 1 - 0
DK.Service/BPMDataService/BPMDataLogic.cs

@@ -70,6 +70,7 @@ namespace Dongke.IBOSS.PRD.Service.BPMDataService
                                           ,bis.documentno
                                           ,bis.errormessage
                                           ,mdd.remarks meinsname
+                                          ,bis.scrapreason
                                       FROM tp_pm_barcodeidnrkscrap bis
                                       LEFT JOIN tp_mst_user mu
                                         ON mu.userid = bis.createuserid