diff --git a/src/views/quotation/edit.vue b/src/views/quotation/edit.vue index 6cf5f27..ef93052 100644 --- a/src/views/quotation/edit.vue +++ b/src/views/quotation/edit.vue @@ -210,10 +210,9 @@ import type { FormInstance } from 'element-plus' import Popup from '@/components/popup/index.vue' import { apiQuotationAdd, apiQuotationEdit, apiQuotationDetail } from '@/api/quotation' +import { convertToChinese } from '@/utils/util' import { toChinesNum } from "@/utils/util"; import customDialog1 from '@/components/product/index.vue' -const list1 = reactive([]) -const list2 = reactive([]) import type { PropType } from 'vue' import { computed, watch } from "vue" @@ -262,6 +261,7 @@ const delFileFn = (index: number) => { const popupTitle = computed(() => { return mode.value == 'edit' ? '编辑报价单' : '新增报价单' }) + //监听金额大写输入 const amountinput = (e) => { if (e && e > 0) {