From 1a6d7889325fae3554681a372e753b0e395260e5 Mon Sep 17 00:00:00 2001 From: weiz <736250432@qq.com> Date: Wed, 20 Mar 2024 10:30:05 +0800 Subject: [PATCH] update --- src/views/quotation/edit.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {