From f7490c5b05906399fe754fecdb1f32172a01170d Mon Sep 17 00:00:00 2001
From: zhangback <zhangback@163.com>
Date: 星期二, 18 十一月 2025 22:27:29 +0800
Subject: [PATCH] 提交
---
ui/admin-ui3/src/views/tms/tmsDispatchOrder/index.vue | 29 ++++++++++++++++-------------
1 files changed, 16 insertions(+), 13 deletions(-)
diff --git a/ui/admin-ui3/src/views/tms/tmsDispatchOrder/index.vue b/ui/admin-ui3/src/views/tms/tmsDispatchOrder/index.vue
index f1a5cdd..3f37261 100644
--- a/ui/admin-ui3/src/views/tms/tmsDispatchOrder/index.vue
+++ b/ui/admin-ui3/src/views/tms/tmsDispatchOrder/index.vue
@@ -1438,7 +1438,7 @@
label: '瀹為檯杩愯緭宸ュ叿绫诲瀷', minWidth: 130,
display: false,
search: true,
- type: 'select', dicUrl: '/system/dict/data/type/license_type', dataType: 'string',
+ type: 'select', dicUrl: '/system/dict/data/type/vehicle_type', dataType: 'string',
},
@@ -1574,8 +1574,9 @@
type: 'upload',
action: '/common/upload2',
propsHttp:{
- home:'url',
- name:'newFileName',
+ url: 'url',
+ name: 'name',
+ res: 'data',
},
},
dataSource: {
@@ -1629,13 +1630,13 @@
voucherUrl: {
label: '琛岀▼鍑瘉',
display: true,
- span: 24,
- accept:'string',dataType: 'string',
+ span: 24,dataType: 'string',
type: 'upload',
action: '/common/upload2',
propsHttp:{
- home:'url',
- name:'newFileName',
+ url: 'url',
+ name: 'name',
+ res: 'data',
},
},
@@ -1676,8 +1677,9 @@
type: 'upload',
action: '/common/upload2',
propsHttp:{
- home:'url',
- name:'newFileName',
+ url: 'url',
+ name: 'name',
+ res: 'data',
},
},
dataSource: {
@@ -1723,12 +1725,13 @@
label: '璐圭敤鍑瘉',
display: true,
span: 24,
- accept:'string',dataType: 'string',
+ accept:'string',dataType: 'object',
type: 'upload',
action: '/common/upload2',
propsHttp:{
- home:'url',
- name:'newFileName',
+ url: 'url',
+ name: 'name',
+ res: 'data',
},
},
@@ -1782,7 +1785,7 @@
actualVehicleType: {
label: '杞﹀瀷', minWidth: 130,
display: false,
- type: 'select', dicUrl: '/system/dict/data/type/license_type', dataType: 'string',
+ type: 'select', dicUrl: '/system/dict/data/type/vehicle_type', dataType: 'string',
},
licensePlate: {
--
Gitblit v1.8.0