Browse Source

运单审核宽度调整

dev
马远东 4 months ago
parent
commit
ce8e073f7d
  1. 72
      src/option/waybill/WaybillOrderList.js
  2. 4
      src/views/cost/storagecost/Warehouserentalmanagement.vue
  3. 1
      src/views/waybill/WaybillOrderList.vue

72
src/option/waybill/WaybillOrderList.js

@ -19,7 +19,7 @@ export const columnList = [
label: '运单号',
type: 13,
values: '',
width: '150',
width: '120',
checkarr: [],
fixed: true,
sortable: true,
@ -30,7 +30,7 @@ export const columnList = [
label: '订单自编号',
type: 2,
values: '',
width: '200',
width: '160',
checkarr: [],
fixed: true,
sortable: true,
@ -40,7 +40,7 @@ export const columnList = [
label: '目的仓',
type: 2,
values: '',
width: '130',
width: '100',
checkarr: [],
fixed: false,
sortable: true,
@ -50,7 +50,7 @@ export const columnList = [
label: '发站仓',
type: 2,
values: '',
width: '130',
width: '100',
checkarr: [],
fixed: false,
sortable: true,
@ -60,7 +60,7 @@ export const columnList = [
label: '运单状态',
type: 3,
values: '',
width: '130',
width: '100',
checkarr: [
{ label: '未入库', value: '0' },
{ label: '部分入库', value: '10' },
@ -93,7 +93,7 @@ export const columnList = [
label: '品牌',
type: 2,
values: '',
width: '150',
width: '100',
checkarr: [],
fixed: false,
sortable: true,
@ -113,7 +113,7 @@ export const columnList = [
label: '发货人',
type: 2,
values: '',
width: '130',
width: '100',
checkarr: [],
fixed: false,
sortable: true,
@ -133,7 +133,7 @@ export const columnList = [
label: '发货方地址',
type: 1,
values: '',
width: '180',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
@ -163,7 +163,7 @@ export const columnList = [
label: '收货人',
type: 2,
values: '',
width: '150',
width: '100',
checkarr: [],
fixed: false,
sortable: true,
@ -193,7 +193,7 @@ export const columnList = [
label: '到站',
type: 2,
values: '',
width: '130',
width: '100',
checkarr: [],
fixed: false,
sortable: true,
@ -296,7 +296,7 @@ export const columnList = [
label: '运费',
type: 1,
values: '',
width: '130',
width: '100',
checkarr: [],
fixed: false,
isshowSummary: true,
@ -307,7 +307,7 @@ export const columnList = [
label: '送货费',
type: 1,
values: '',
width: '130',
width: '100',
checkarr: [],
fixed: false,
isshowSummary: true,
@ -318,7 +318,7 @@ export const columnList = [
label: '提货费',
type: 1,
values: '',
width: '130',
width: '100',
checkarr: [],
fixed: false,
isshowSummary: true,
@ -329,7 +329,7 @@ export const columnList = [
label: '仓库管理费',
type: 1,
values: '',
width: '130',
width: '100',
checkarr: [],
fixed: false,
isshowSummary: true,
@ -340,7 +340,7 @@ export const columnList = [
label: '仓储费',
type: 1,
values: '',
width: '130',
width: '100',
checkarr: [],
fixed: false,
isshowSummary: true,
@ -351,7 +351,7 @@ export const columnList = [
label: '仓储操作费',
type: 1,
values: '',
width: '130',
width: '100',
checkarr: [],
fixed: false,
isshowSummary: true,
@ -362,7 +362,7 @@ export const columnList = [
label: '仓储分拣费',
type: 1,
values: '',
width: '130',
width: '100',
checkarr: [],
fixed: false,
isshowSummary: true,
@ -395,7 +395,7 @@ export const columnList = [
label: '申明价值',
type: 1,
values: '',
width: '130',
width: '100',
checkarr: [],
fixed: false,
isshowSummary: true,
@ -406,7 +406,7 @@ export const columnList = [
label: '回扣',
type: 1,
values: '',
width: '130',
width: '100',
checkarr: [],
fixed: false,
isshowSummary: true,
@ -417,7 +417,7 @@ export const columnList = [
label: '支付方式',
type: 3,
values: '',
width: '130',
width: '100',
checkarr: [
{ label: '现金', value: 1 },
{ label: '银行卡', value: 2 },
@ -434,7 +434,7 @@ export const columnList = [
label: '付款方式',
type: 3,
values: '',
width: '130',
width: '100',
checkarr: [
{ label: '现付', value: 1 },
{ label: '到付', value: 2 },
@ -450,7 +450,7 @@ export const columnList = [
label: '现付',
type: 1,
values: '',
width: '130',
width: '100',
checkarr: [],
fixed: false,
isshowSummary: true,
@ -461,7 +461,7 @@ export const columnList = [
label: '到付',
type: 1,
values: '',
width: '130',
width: '100',
checkarr: [],
fixed: false,
isshowSummary: true,
@ -472,7 +472,7 @@ export const columnList = [
label: '月付',
type: 1,
values: '',
width: '130',
width: '100',
checkarr: [],
fixed: false,
isshowSummary: true,
@ -483,7 +483,7 @@ export const columnList = [
label: '回付',
type: 1,
values: '',
width: '130',
width: '100',
checkarr: [],
fixed: false,
isshowSummary: true,
@ -494,7 +494,7 @@ export const columnList = [
label: '送货方式',
type: 3,
values: '',
width: '130',
width: '100',
checkarr: [
{ label: '自提', value: 1 },
{ label: '送货', value: 2 },
@ -512,7 +512,7 @@ export const columnList = [
label: '紧急度',
type: 3,
values: '',
width: '130',
width: '100',
checkarr: [
{ label: '正常', value: 1 },
{ label: '急', value: 2 },
@ -528,7 +528,7 @@ export const columnList = [
label: '回单数',
type: 1,
values: '',
width: '130',
width: '100',
checkarr: [],
fixed: false,
isshowSummary: true,
@ -539,7 +539,7 @@ export const columnList = [
label: '回单要求',
type: 3,
values: '',
width: '130',
width: '100',
checkarr: [
{ label: '签回单', value: 1 },
{ label: '签原单', value: 2 },
@ -561,7 +561,7 @@ export const columnList = [
label: '运输方式',
type: 3,
values: '',
width: '130',
width: '100',
checkarr: [
{ label: '公路快运', value: 1 },
{ label: '海运', value: 2 },
@ -588,7 +588,7 @@ export const columnList = [
label: '三方操作费',
type: 1,
values: '',
width: '130',
width: '100',
checkarr: [],
fixed: false,
isshowSummary: true,
@ -599,7 +599,7 @@ export const columnList = [
label: '经办人',
type: 2,
values: '',
width: '130',
width: '100',
checkarr: [],
fixed: false,
isshowSummary: false,
@ -882,7 +882,7 @@ export const columnList = [
label: '审核状态',
type: 3,
values: '',
width: '130',
width: '80',
checkarr: [
{ label: '待审核', value: '0' },
{ label: '已审核', value: '1' },
@ -907,7 +907,7 @@ export const columnList = [
label: '审核人',
type: 1,
values: '',
width: '130',
width: '100',
checkarr: [],
fixed: false,
isshowSummary: false,
@ -940,7 +940,7 @@ export const columnList = [
label: '备注',
type: 2,
values: '',
width: '180',
width: '130',
checkarr: [],
fixed: false,
isshowSummary: false,
@ -984,7 +984,7 @@ export const columnList = [
label: '操作',
type: 6,
values: '',
width: '250',
width: '150',
checkarr: [],
fixed: 'right',
sortable: false,

4
src/views/cost/storagecost/Warehouserentalmanagement.vue

@ -86,8 +86,8 @@
<template #default="slotProps">
<template v-if="slotProps.scope.column.label === '操作'">
<div class="ElBtnClass">
<el-button @click="edit(slotProps.scope.row)">编辑</el-button>
<el-button @click="Viewdelete(slotProps.scope.row)">删除</el-button>
<el-text @click="edit(slotProps.scope.row)">编辑</el-text>
<el-text @click="Viewdelete(slotProps.scope.row)">删除</el-text>
</div>
</template>
</template>

1
src/views/waybill/WaybillOrderList.vue

@ -302,7 +302,6 @@
<script setup lang="ts">
import { ref, reactive, toRefs, computed, onMounted, nextTick } from 'vue';
import functions from '@/utils/functions.js';
import dayjs from 'dayjs';
import { mapGetters, useStore } from 'vuex';
/** 获取字典 */

Loading…
Cancel
Save