Browse Source

去除外箱包装费

lxf 1 year ago
parent
commit
3efcaafe07

+ 0 - 1
src/views/group/finance/sales-shipment/index.vue

@@ -58,7 +58,6 @@
           {{ moneyFormat(row.subtotal) }}
         </template>
       </el-table-column>
-      <el-table-column label="外箱包装费" prop="outerBoxPackingFee" align="center" width="100" />
       <el-table-column label="合计" align="center" width="120">
         <template #default="{ row }">
           {{ moneyFormat(row.total) }}

+ 0 - 11
src/views/group/order/management/index.vue

@@ -302,17 +302,6 @@ const config = computed(() => {
     },
     {
       attrs: {
-        label: "外箱包装费 ¥",
-        prop: "outerBoxPackingFee",
-        width: 120,
-        align: "right",
-      },
-      render(val) {
-        return proxy.moneyFormat(val);
-      },
-    },
-    {
-      attrs: {
         label: "交期",
         prop: "deliveryTime",
         width: 160,

+ 0 - 15
src/views/group/order/product-management/index.vue

@@ -274,21 +274,6 @@ const config = computed(() => {
     },
     {
       attrs: {
-        label: "外箱包装费 ¥",
-        prop: "outerBoxPackingFee",
-        width: 110,
-        align: "right",
-      },
-      render(val) {
-        // if (val) {
-        //   return proxy.moneyFormat(val);
-        // } else {
-          return 0;
-        // }
-      },
-    },
-    {
-      attrs: {
         label: "下单时间",
         slot: "wlnCreateTime",
         width: 160,

+ 0 - 11
src/views/subsidiary/order/management/index.vue

@@ -252,17 +252,6 @@ const config = computed(() => {
     },
     {
       attrs: {
-        label: "外箱包装费 ¥",
-        prop: "outerBoxPackingFee",
-        width: 120,
-        align: "right",
-      },
-      render(val) {
-        return proxy.moneyFormat(val);
-      },
-    },
-    {
-      attrs: {
         label: "交期",
         prop: "deliveryTime",
         width: 160,

+ 0 - 11
src/views/subsidiary/order/productManagement/index.vue

@@ -269,17 +269,6 @@ const config = computed(() => {
     },
     {
       attrs: {
-        label: "外箱包装费 ¥",
-        prop: "outerBoxPackingFee",
-        width: 120,
-        align: "right",
-      },
-      render(val) {
-        return proxy.moneyFormat(val);
-      },
-    },
-    {
-      attrs: {
         label: "下单时间",
         slot: "wlnCreateTime",
         width: 160,