Browse Source

薪资运单审核字段

pre-production
pref_mail@163.com 1 month ago
parent
commit
322a8d7a04
  1. 59
      src/option/finance/WaybillAudit.js

59
src/option/finance/WaybillAudit.js

@ -773,6 +773,65 @@ export const columnList = [
sortable: true,
head: false,
},
{
prop: 'signCount',
label: '签收件数',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'deliveryTime',
label: '配送时间',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'signTime',
label: "签收时间",
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'signUserName',
label: "签收人",
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'deliveryDriverName',
label: "配送司机",
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
// {
// prop: 'templateType',
// label: '是否售后',

Loading…
Cancel
Save