update
This commit is contained in:
parent
b52e733bdf
commit
1a6d788932
@ -210,10 +210,9 @@
|
|||||||
import type { FormInstance } from 'element-plus'
|
import type { FormInstance } from 'element-plus'
|
||||||
import Popup from '@/components/popup/index.vue'
|
import Popup from '@/components/popup/index.vue'
|
||||||
import { apiQuotationAdd, apiQuotationEdit, apiQuotationDetail } from '@/api/quotation'
|
import { apiQuotationAdd, apiQuotationEdit, apiQuotationDetail } from '@/api/quotation'
|
||||||
|
import { convertToChinese } from '@/utils/util'
|
||||||
import { toChinesNum } from "@/utils/util";
|
import { toChinesNum } from "@/utils/util";
|
||||||
import customDialog1 from '@/components/product/index.vue'
|
import customDialog1 from '@/components/product/index.vue'
|
||||||
const list1 = reactive([])
|
|
||||||
const list2 = reactive([])
|
|
||||||
import type { PropType } from 'vue'
|
import type { PropType } from 'vue'
|
||||||
import { computed, watch } from "vue"
|
import { computed, watch } from "vue"
|
||||||
|
|
||||||
@ -262,6 +261,7 @@ const delFileFn = (index: number) => {
|
|||||||
const popupTitle = computed(() => {
|
const popupTitle = computed(() => {
|
||||||
return mode.value == 'edit' ? '编辑报价单' : '新增报价单'
|
return mode.value == 'edit' ? '编辑报价单' : '新增报价单'
|
||||||
})
|
})
|
||||||
|
|
||||||
//监听金额大写输入
|
//监听金额大写输入
|
||||||
const amountinput = (e) => {
|
const amountinput = (e) => {
|
||||||
if (e && e > 0) {
|
if (e && e > 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user