Explorar el Código

删除优惠前后金额字段

lucky-lzx hace 2 años
padre
commit
c7ef277995

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

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

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

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