From 6705efe18a3d82c1baf4130e74872f2509af760f Mon Sep 17 00:00:00 2001
From: zhangback <zhangback@163.com>
Date: 星期一, 26 一月 2026 13:59:17 +0800
Subject: [PATCH] 修改为下单类型
---
ui/admin-ui3/src/views/tms/tmsDispatchFeeSummary/index.vue | 26 ++++++++++++++++----------
1 files changed, 16 insertions(+), 10 deletions(-)
diff --git a/ui/admin-ui3/src/views/tms/tmsDispatchFeeSummary/index.vue b/ui/admin-ui3/src/views/tms/tmsDispatchFeeSummary/index.vue
index 6f9d069..52983c7 100644
--- a/ui/admin-ui3/src/views/tms/tmsDispatchFeeSummary/index.vue
+++ b/ui/admin-ui3/src/views/tms/tmsDispatchFeeSummary/index.vue
@@ -199,22 +199,23 @@
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},
]
},
{
@@ -225,8 +226,8 @@
{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},
]
},{
@@ -424,6 +425,10 @@
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';
@@ -466,6 +471,7 @@
.hot{
cursor: pointer;
text-align: left;
+ color: #409eff;
&:hover{
color: #f0ad4e;
}
--
Gitblit v1.8.0