|
|
@@ -145,15 +145,11 @@
|
|
|
<script lang="ts">
|
|
|
import { defineComponent, PropType, reactive, ref, watchEffect } 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 { Ermcp3AreaStockApply } from '@/services/go/ermcp/inventory-review/interface';
|
|
|
import { Modal } from 'ant-design-vue';
|
|
|
-import { ContractOperateApplyReq } from '@/services/proto/contract/interface';
|
|
|
import Long from 'long';
|
|
|
-import { financeControl } from '@/views/manage/finance-review/components/setup';
|
|
|
import { AuditERMCPAreaInOutStockApplyReq } from '@/services/proto/warehouse/interface';
|
|
|
import { getLongTypeLoginID } from '@/services/bus/login';
|
|
|
import { LongType } from '@/services/socket/login/interface';
|
|
|
@@ -220,7 +216,6 @@ export default defineComponent({
|
|
|
formatValue,
|
|
|
getStatusName,
|
|
|
maskClosableFlag,
|
|
|
-
|
|
|
isShowContractInfo,
|
|
|
getContractTypeName,
|
|
|
getPriceTypeName,
|