截止‘运力管理’模块

This commit is contained in:
2026-07-20 11:26:51 +08:00
parent e66b4a3680
commit c6dffb5d97
98 changed files with 19429 additions and 176 deletions

View File

@@ -0,0 +1,111 @@
export const option = {
height: 'auto',
calcHeight: 32,
tip: false,
searchShow: true,
searchMenuSpan: 6,
border: true,
index: true,
selection: true,
addBtn: false,
editBtn: false,
delBtn: false,
viewBtn: false,
menuWidth: 180,
dialogClickModal: false,
column: [
{
label: '姓名',
prop: 'driverName',
search: true,
slot: true,
width: 110,
},
{
label: '身份证号',
prop: 'idCardNo',
search: true,
width: 190,
},
{
label: '手机号码',
prop: 'mobile',
search: true,
width: 130,
},
{
label: '性别',
prop: 'gender',
width: 80,
align: 'center',
},
{
label: '司机类型',
prop: 'driverType',
search: true,
type: 'select',
dicData: [
{
label: '自有',
value: '自有',
},
{
label: '外协',
value: '外协',
},
],
width: 100,
align: 'center',
},
{
label: '岗位',
prop: 'posts',
width: 150,
},
{
label: '准驾车型',
prop: 'drivingType',
search: true,
width: 110,
},
{
label: '所属组织',
prop: 'organizationName',
search: true,
width: 140,
},
{
label: '状态',
prop: 'status',
search: true,
type: 'select',
slot: true,
dicData: [
{
label: '启用',
value: 1,
},
{
label: '停用',
value: 2,
},
],
width: 90,
align: 'center',
},
{
label: '驾驶认证',
prop: 'drivingLicenseEndDate',
slot: true,
width: 130,
align: 'center',
},
{
label: '从业资格认证',
prop: 'qualificationEndDate',
slot: true,
width: 140,
align: 'center',
},
],
};

View File

@@ -0,0 +1,66 @@
export const option = {
height: 'auto',
calcHeight: 32,
tip: false,
searchShow: true,
searchMenuSpan: 6,
border: true,
index: true,
selection: true,
addBtn: false,
editBtn: false,
delBtn: false,
viewBtn: false,
menuWidth: 210,
dialogClickModal: false,
column: [
{ label: '船舶名', prop: 'shipName', search: true, slot: true, width: 130 },
{ label: '船舶识别号', prop: 'shipIdentifierNo', search: true, width: 140 },
{ label: '所属组织', prop: 'organizationName', search: true, width: 160 },
{ label: '船检登记号', prop: 'shipInspectionNo', search: true, width: 130 },
{
label: '船舶类型',
prop: 'shipType',
search: true,
type: 'select',
dicData: [
{ label: '干货船', value: '干货船' },
{ label: '集装箱船', value: '集装箱船' },
{ label: '散货船', value: '散货船' },
{ label: '油船', value: '油船' },
{ label: '拖轮', value: '拖轮' },
],
width: 110,
align: 'center',
},
{
label: '状态',
prop: 'status',
search: true,
type: 'select',
slot: true,
dicData: [
{ label: '启用', value: 1 },
{ label: '停用', value: 2 },
],
width: 90,
align: 'center',
},
{ label: '国籍证有效期至', prop: 'nationalityCertEndDate', slot: true, width: 150, align: 'center' },
{
label: '最低安全配员证书有效期至',
prop: 'safeManningCertEndDate',
slot: true,
width: 210,
align: 'center',
},
{
label: '营业运输证有效期至',
prop: 'businessTransportCertEndDate',
slot: true,
width: 170,
align: 'center',
},
{ label: '承租有效期至', prop: 'leaseEndDate', slot: true, width: 140, align: 'center' },
],
};

View File

@@ -0,0 +1,113 @@
export const option = {
height: 'auto',
calcHeight: 32,
tip: false,
searchShow: true,
searchMenuSpan: 6,
border: true,
index: true,
selection: true,
addBtn: false,
editBtn: false,
delBtn: false,
viewBtn: false,
menuWidth: 180,
dialogClickModal: false,
column: [
{
label: '车牌号',
prop: 'plateNo',
search: true,
slot: true,
width: 120,
},
{
label: '所属组织',
prop: 'organizationName',
search: true,
width: 150,
},
{
label: '车辆类型',
prop: 'vehicleType',
search: true,
type: 'select',
dicData: [
{ label: '厢式', value: '厢式' },
{ label: '高栏', value: '高栏' },
{ label: '平板', value: '平板' },
{ label: '仓栅', value: '仓栅' },
{ label: '牵引车', value: '牵引车' },
],
width: 110,
align: 'center',
},
{
label: '业务关系',
prop: 'businessRelation',
search: true,
type: 'select',
dicData: [
{ label: '自有', value: '自有' },
{ label: '业务合作', value: '业务合作' },
{ label: '管理挂靠', value: '管理挂靠' },
],
width: 120,
align: 'center',
},
{
label: '能源类型',
prop: 'energyType',
search: true,
type: 'select',
dicData: [
{ label: '柴油', value: '柴油' },
{ label: '汽油', value: '汽油' },
{ label: '新能源', value: '新能源' },
{ label: '天然气', value: '天然气' },
],
width: 110,
align: 'center',
},
{
label: '核定载质量(KG)',
prop: 'approvedLoadKg',
width: 140,
align: 'right',
},
{
label: '状态',
prop: 'status',
search: true,
type: 'select',
slot: true,
dicData: [
{ label: '启用', value: 1 },
{ label: '停用', value: 2 },
],
width: 90,
align: 'center',
},
{
label: '行驶证有效期',
prop: 'drivingLicenseEndDate',
slot: true,
width: 140,
align: 'center',
},
{
label: '道路运输证有效期',
prop: 'roadTransportCertEndDate',
slot: true,
width: 160,
align: 'center',
},
{
label: '年审有效期',
prop: 'annualReviewEndDate',
slot: true,
width: 130,
align: 'center',
},
],
};