| | |
| | | label: '下单信息', |
| | | children:[ |
| | | {label: '下单时间',prop: 'orderTime',width: 120}, |
| | | {label: '客户',prop: 'customerName',width: 180}, |
| | | {label: '项目名称',prop: 'projectName',width: 180}, |
| | | {label: '运输路线',prop: 'address',width: 300}, |
| | | {label: '下单车型',prop: 'requiredVehicleTypes',width: 120,type: 'select', dicUrl: '/system/dict/data/type/vehicle_type', dataType: 'string',}, |
| | | {label: '下单时间',prop: 'orderTimeRange',width: 120,search: true, searchRange: true, type: 'date', format: 'YYYY-MM-DD', hide: true, searchSpan: 5, valueFormat: 'YYYY-MM-DD',}, |
| | | {label: '客户',prop: 'customerName',width: 180,search: true,}, |
| | | {label: '项目名称',prop: 'projectName',width: 180,search: true}, |
| | | {label: '运输路线',prop: 'address',width: 300,search: true}, |
| | | {label: '下单车型',prop: 'requiredVehicleTypes',width: 120,type: 'select', dicUrl: '/system/dict/data/type/vehicle_type', dataType: 'string',search: true}, |
| | | ] |
| | | }, |
| | | { |
| | | label: '派车信息', |
| | | children:[ |
| | | {label: '调度单号',prop: 'dispatchNo',width: 180}, |
| | | {label: '状态',prop: 'status',width: 120, type: 'select', dataType: 'string', dicUrl: '/system/dict/data/type/tms_dispatch_order_status', |
| | | {label: '调度单号',prop: 'dispatchNo',width: 180,search: true,}, |
| | | {label: '状态',prop: 'status',width: 120, type: 'select', dataType: 'string', dicUrl: '/system/dict/data/type/tms_dispatch_order_status',search: true |
| | | }, |
| | | {label: '承运商',prop: 'providerName',width: 180}, |
| | | {label: '承运商',prop: 'providerName',width: 180,search: true}, |
| | | {label: '车牌',prop: 'license',width: 120}, |
| | | {label: '司机',prop: 'mainDriverName',width: 120}, |
| | | {label: '承运车型',prop: 'actualVehicleType',width: 120,type: 'select', dicUrl: '/system/dict/data/type/vehicle_type', dataType: 'string',}, |
| | | {label: '承运车型',prop: 'actualVehicleType',width: 120,type: 'select', dicUrl: '/system/dict/data/type/vehicle_type', dataType: 'string',search: true}, |
| | | ] |
| | | }, |
| | | { |
| | |
| | | {label: '无缝供应商',prop: 'seamlessSupplierName',width: 120}, |
| | | {label: '无缝号',prop: 'seamlessNumber',width: 120}, |
| | | {label: '查验',prop: 'iscc',width: 120,type: 'select', dicUrl: '/system/dict/data/type/sys_number_is', dataType: 'string',}, |
| | | {label: '报关服务商',prop: 'customsServiceProviderName',width: 120}, |
| | | {label: '装卸服务商',prop: 'loadingServiceProviderName',width: 120}, |
| | | {label: '报关服务商',prop: 'customsServiceProviderName',width: 120,search: true}, |
| | | {label: '装卸服务商',prop: 'loadingServiceProviderName',width: 120,search: true}, |
| | | |
| | | ] |
| | | },{ |
| | |
| | | handleSelectionChangeFunc: (selection: any) => { |
| | | selectionList.value = selection; |
| | | }, |
| | | getBeginListFunc:(params = {})=>{ |
| | | queryParams.value = proxy.addDateRangeNew(queryParams.value, queryParams.value?.orderTimeRange, 'orderTime') || {}; |
| | | return params; |
| | | } |
| | | }) |
| | | const handleLogItinerary = (row: any) => { |
| | | optionType.value = 'view'; |
| | |
| | | .hot{ |
| | | cursor: pointer; |
| | | text-align: left; |
| | | color: #409eff; |
| | | &:hover{ |
| | | color: #f0ad4e; |
| | | } |