lxf 1 year ago
parent
commit
c532952a74
1 changed files with 0 additions and 37 deletions
  1. 0 37
      src/views/group/finance/purchase-warehousing/index.vue

+ 0 - 37
src/views/group/finance/purchase-warehousing/index.vue

@@ -178,43 +178,6 @@ const config = computed(() => {
         width: 120,
       },
     },
-    // {
-    //   attrs: {
-    //     label: "未税金额",
-    //     prop: "dimensionality",
-    //     width: 160,
-    //   },
-    //   render(val) {
-    //     return proxy.moneyFormat(val);
-    //   },
-    // },
-    // {
-    //   attrs: {
-    //     label: "税额",
-    //     prop: "dimensionality",
-    //     width: 160,
-    //   },
-    //   render(val) {
-    //     return proxy.moneyFormat(val);
-    //   },
-    // },
-    // {
-    //   attrs: {
-    //     label: "价税合计金额",
-    //     prop: "dimensionality",
-    //     width: 160,
-    //   },
-    //   render(val) {
-    //     return proxy.moneyFormat(val);
-    //   },
-    // },
-    // {
-    //   attrs: {
-    //     label: "税率",
-    //     prop: "dimensionality",
-    //     width: 160,
-    //   },
-    // },
   ];
 });
 const getList = async (req, status) => {