|
|
@@ -96,12 +96,10 @@
|
|
|
</template>
|
|
|
|
|
|
<script lang="ts">
|
|
|
-import { defineComponent, PropType, reactive, ref, watchEffect } from 'vue';
|
|
|
+import { defineComponent, PropType, ref } from 'vue';
|
|
|
import { closeModal } from '@/common/setup/modal/index';
|
|
|
-import { QueryCustomInfoType } from '@/services/go/ermcp/customInfo/interface';
|
|
|
-import { mergeObj } from '@/utils/objHandle';
|
|
|
import { getStatusName } from '@/common/constants/enumsName';
|
|
|
-import { formatValue, formatTime } from '@/common/methods';
|
|
|
+import { formatValue } from '@/common/methods';
|
|
|
import { QryBussinessFpRsp } from '@/services/go/ermcp/finance-review/interface';
|
|
|
import { invoiceStatusName } from '@/views/manage/finance-review/setup';
|
|
|
import { getContractTypeName, getPriceTypeName } from '@/common/constants/enumsName';
|
|
|
@@ -121,7 +119,7 @@ export default defineComponent({
|
|
|
const loading = ref<boolean>(false);
|
|
|
const maskClosableFlag = ref<boolean>(false);
|
|
|
// 预览附件
|
|
|
- const { previewVisible, previewImage, cancelImg, previewImg, getImgName } = handlePreviewImg();
|
|
|
+ const { previewVisible, previewImage, cancelImg, previewImg } = handlePreviewImg();
|
|
|
function submit() {
|
|
|
context.emit('refresh');
|
|
|
cancel();
|