Bladeren bron

删除优惠前后金额字段

lucky-lzx 2 jaren geleden
bovenliggende
commit
c7ef277995
2 gewijzigde bestanden met toevoegingen van 20 en 20 verwijderingen
  1. 10 10
      src/views/orderEntry/orderEnter/columns.js
  2. 10 10
      src/views/orderEntry/orderImport/columns.js

+ 10 - 10
src/views/orderEntry/orderEnter/columns.js

@@ -38,21 +38,21 @@ const listCol = [{
     label: "数量",
     width: "140px",
   },
-  {
-    prop: "before_discount_all_price",
-    label: "优惠前总金额",
-    width: "140px",
-  },
+  // {
+  //   prop: "before_discount_all_price",
+  //   label: "优惠前总金额",
+  //   width: "140px",
+  // },
   {
     prop: "discount_price",
     label: "优惠金额",
     width: "140px",
   },
-  {
-    prop: "after_price",
-    label: "商品优惠后的金额",
-    width: "140px",
-  },
+  // {
+  //   prop: "after_price",
+  //   label: "商品优惠后的金额",
+  //   width: "140px",
+  // },
   {
     prop: "activity_name",
     label: "优惠活动名称",

+ 10 - 10
src/views/orderEntry/orderImport/columns.js

@@ -36,21 +36,21 @@ const columns = [
     label: "数量",
     width: "140px",
   },
-  {
-    prop: "before_discount_all_price",
-    label: "优惠前总金额",
-    width: "140px",
-  },
+  // {
+  //   prop: "before_discount_all_price",
+  //   label: "优惠前总金额",
+  //   width: "140px",
+  // },
   {
     prop: "discount_price",
     label: "优惠金额",
     width: "140px",
   },
-  {
-    prop: "after_price",
-    label: "商品优惠后的金额",
-    width: "140px",
-  },
+  // {
+  //   prop: "after_price",
+  //   label: "商品优惠后的金额",
+  //   width: "140px",
+  // },
   {
     prop: "activity_name",
     label: "优惠活动名称",