公共组件
This commit is contained in:
@ -305,9 +305,9 @@
|
||||
import useEventBus from '/@/hooks/event/useEventBus';
|
||||
import type { Rule } from 'ant-design-vue/es/form';
|
||||
import { getDocCpList, getDictionary } from '/@/api/sales/Customer';
|
||||
import certificateModal from './certificateModal.vue';
|
||||
import contactModal from './contactModal.vue';
|
||||
import bankModal from './bankModal.vue';
|
||||
import certificateModal from '/@/components/common/certificateModal.vue';
|
||||
import contactModal from '/@/components/common/contactModal.vue';
|
||||
import bankModal from '/@/components/common/bankModal.vue';
|
||||
import { useModal } from '/@/components/Modal';
|
||||
import { addLngCustomer,updateLngCustomer,getLngCustomer } from '/@/api/sales/Customer';
|
||||
import dayjs from 'dayjs';
|
||||
@ -485,7 +485,7 @@
|
||||
optionSelect.validList = await getDictionary('LNG_VALID')
|
||||
optionSelect.approCodeList = await getDictionary('LNG_APPRO')
|
||||
|
||||
optionSelect.docCpList = await getDocCpList({'valid': 'Y'})
|
||||
optionSelect.docCpList = await getDocCpList()
|
||||
}
|
||||
function stateSignChange(val) {
|
||||
if (val!='Y'){
|
||||
@ -621,7 +621,7 @@
|
||||
arr.push(v)
|
||||
}
|
||||
})
|
||||
if (arr.length > 1 || !arr.length) {
|
||||
if (arr.length !== 1) {
|
||||
notification.warning({
|
||||
message: 'Tip',
|
||||
description: '默认银行有且仅有一个'
|
||||
|
||||
Reference in New Issue
Block a user