1、完善项目

2、完善合同
3、完善费用项
4、司机管理对接OCR
5、完善运输计划
6、完善临时额度
This commit is contained in:
2026-08-04 12:17:49 +08:00
parent 81c98f6ad8
commit f9f8221870
34 changed files with 7887 additions and 983 deletions

View File

@@ -76,7 +76,7 @@
<script>
import { getList, getDetail, remove } from '@/api/resource/attach';
import { mapGetters } from 'vuex';
import { getToken } from '@/utils/auth';
import { getUploadHeaders } from '@/utils/upload';
import { UploadFilled } from '@element-plus/icons-vue';
import func from '@/utils/func';
@@ -98,10 +98,6 @@ export default {
uploading: false,
uploadPercent: 0,
selectionList: [],
uploadHeaders: {
'Blade-Auth': `bearer ${getToken()}`,
'Blade-Requested-With': 'BladeHttpRequest',
},
option: {
height: 'auto',
calcHeight: 32,
@@ -194,6 +190,9 @@ export default {
};
},
computed: {
uploadHeaders() {
return getUploadHeaders();
},
func() {
return func;
},