Browse Source

修复配置页面表格展示

dev
qb 4 weeks ago
parent
commit
39e6481228
  1. 15
      src/option/reportformsOption/CheckWaybillConfig.js
  2. 15
      src/option/reportformsOption/DespatchConfig.js

15
src/option/reportformsOption/CheckWaybillConfig.js

@ -15,8 +15,19 @@ export const columnList = [
fixed: true,
},
{
prop: 'warehouseName',
label: '仓库',
prop: 'departureWarehouseName',
label: '始发仓',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'destinationWarehouseName',
label: '目的仓',
type: 1,
values: '',
width: '150',

15
src/option/reportformsOption/DespatchConfig.js

@ -15,8 +15,19 @@ export const columnList = [
fixed: true,
},
{
prop: 'warehouseName',
label: '仓库',
prop: 'departureWarehouseName',
label: '始发仓',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'destinationWarehouseName',
label: '目的仓',
type: 1,
values: '',
width: '150',

Loading…
Cancel
Save