|
@@ -175,7 +175,6 @@
|
|
|
getExportUrl,
|
|
|
batchSubmit,
|
|
|
cancelBatchSubmit,
|
|
|
- editSignSing,
|
|
|
applyInvoice,
|
|
|
ProjectOption,
|
|
|
CustomerOption,
|
|
@@ -184,12 +183,6 @@
|
|
|
import { cloneDeep } from 'lodash-es';
|
|
|
import { JDictSelectTag, ApiSelect, JInput,JSelect } from '/@/components/Form';
|
|
|
import { message } from 'ant-design-vue';
|
|
|
- import { useGlobSetting } from '/@/hooks/setting';
|
|
|
- import { getHeaders } from '/@/utils/common/compUtils';
|
|
|
- const globSetting = useGlobSetting();
|
|
|
- const baseUploadUrl = globSetting.uploadUrl;
|
|
|
- const uploadUrl = `${baseUploadUrl}/sys/common/upload`;
|
|
|
- const headers = getHeaders();
|
|
|
var ViewFileListModalRef =ref<any>()
|
|
|
var showField = ref('currency+name');
|
|
|
const formRef = ref();
|