1、完善发货模板
2、完善运输计划 3、完善运单管理
This commit is contained in:
@@ -9,12 +9,14 @@ export const option = {
|
||||
searchMenuPosition: 'right',
|
||||
border: true,
|
||||
index: true,
|
||||
indexLabel: '序号',
|
||||
indexWidth: 70,
|
||||
selection: true,
|
||||
addBtn: false,
|
||||
editBtn: false,
|
||||
delBtn: false,
|
||||
viewBtn: false,
|
||||
menuWidth: 160,
|
||||
menuWidth: 220,
|
||||
dialogClickModal: false,
|
||||
column: [
|
||||
{
|
||||
@@ -23,14 +25,14 @@ export const option = {
|
||||
search: true,
|
||||
searchOrder: 7,
|
||||
slot: true,
|
||||
width: 110,
|
||||
minWidth: 120,
|
||||
},
|
||||
{
|
||||
label: '手机号',
|
||||
prop: 'mobile',
|
||||
search: true,
|
||||
searchOrder: 6,
|
||||
width: 130,
|
||||
minWidth: 130,
|
||||
},
|
||||
{
|
||||
label: '准驾车型',
|
||||
@@ -69,7 +71,7 @@ export const option = {
|
||||
value: 'C2',
|
||||
},
|
||||
],
|
||||
width: 110,
|
||||
minWidth: 110,
|
||||
},
|
||||
{
|
||||
label: '状态',
|
||||
@@ -107,7 +109,7 @@ export const option = {
|
||||
value: '外协',
|
||||
},
|
||||
],
|
||||
width: 100,
|
||||
minWidth: 110,
|
||||
align: 'center',
|
||||
},
|
||||
{
|
||||
@@ -115,7 +117,7 @@ export const option = {
|
||||
prop: 'idCardNo',
|
||||
search: true,
|
||||
searchOrder: 2,
|
||||
width: 190,
|
||||
minWidth: 190,
|
||||
},
|
||||
{
|
||||
label: '所属组织',
|
||||
@@ -125,7 +127,7 @@ export const option = {
|
||||
type: 'select',
|
||||
filterable: true,
|
||||
dicData: [],
|
||||
width: 140,
|
||||
minWidth: 160,
|
||||
},
|
||||
{
|
||||
label: '性别',
|
||||
@@ -136,20 +138,20 @@ export const option = {
|
||||
{
|
||||
label: '岗位',
|
||||
prop: 'posts',
|
||||
width: 150,
|
||||
minWidth: 150,
|
||||
},
|
||||
{
|
||||
label: '驾驶认证',
|
||||
prop: 'drivingLicenseEndDate',
|
||||
slot: true,
|
||||
width: 130,
|
||||
minWidth: 140,
|
||||
align: 'center',
|
||||
},
|
||||
{
|
||||
label: '从业资格认证',
|
||||
prop: 'qualificationEndDate',
|
||||
slot: true,
|
||||
width: 140,
|
||||
minWidth: 150,
|
||||
align: 'center',
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user