Browse Source

新增运单列表查询

dev-xx
qb 9 months ago
parent
commit
35901d7a11
  1. 21
      src/option/waybill/WaybillOrderList.js

21
src/option/waybill/WaybillOrderList.js

@ -208,7 +208,7 @@ export const columnList = [
{
prop: 'totalCount',
label: '总数',
type: 1,
type: 2,
values: '',
width: '130',
checkarr: [],
@ -219,7 +219,7 @@ export const columnList = [
{
prop: 'totalWeight',
label: '总重量',
type: 1,
type: 2,
values: '',
width: '130',
checkarr: [],
@ -230,7 +230,7 @@ export const columnList = [
{
prop: 'totalVolume',
label: '总体积',
type: 1,
type: 2,
values: '',
width: '130',
checkarr: [],
@ -241,7 +241,7 @@ export const columnList = [
{
prop: 'totalFreight',
label: '运费',
type: 1,
type: 2,
values: '',
width: '130',
checkarr: [],
@ -552,17 +552,6 @@ export const columnList = [
isshowSummary: false,
sortable: true,
},
{
prop: 'carrierName',
label: '制单时间',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
isshowSummary: false,
sortable: true,
},
{
prop: 'createTime',
label: '创建时间',
@ -731,7 +720,7 @@ export const columnList = [
{
prop: 'remark',
label: '备注',
type: 1,
type: 2,
values: '',
width: '180',
checkarr: [],

Loading…
Cancel
Save