This commit is contained in:
weiz 2024-03-20 10:30:05 +08:00
parent b52e733bdf
commit 1a6d788932

View File

@ -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) {