From 3fa65c48d989a87bc1249f11acbeb30b33e1f580 Mon Sep 17 00:00:00 2001 From: YangYuQing Date: Wed, 5 Jun 2024 19:42:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E5=90=88=E5=90=8C?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E8=87=AA=E5=8A=A8=E8=AE=A1=E7=AE=97=E4=BA=A7?= =?UTF-8?q?=E5=93=81=E5=90=88=E8=AE=A1=E4=BB=B7=E6=A0=BC=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/crm/contract/ContractForm.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/crm/contract/ContractForm.vue b/src/views/crm/contract/ContractForm.vue index 9c5b2c6a5..db2eec9bf 100644 --- a/src/views/crm/contract/ContractForm.vue +++ b/src/views/crm/contract/ContractForm.vue @@ -159,7 +159,7 @@ @@ -181,7 +181,7 @@ disabled v-model="formData.totalPrice" placeholder="请输入商机金额" - :formatter="erpPriceTableColumnFormattere" + :formatter="erpPriceInputFormatter" /> @@ -199,7 +199,7 @@ import * as ContractApi from '@/api/crm/contract' import * as UserApi from '@/api/system/user' import * as ContactApi from '@/api/crm/contact' import * as BusinessApi from '@/api/crm/business' -import { erpPriceMultiply, erpPriceTableColumnFormatter } from '@/utils' +import { erpPriceMultiply, erpPriceInputFormatter } from '@/utils' import { useUserStore } from '@/store/modules/user' import ContractProductForm from '@/views/crm/contract/components/ContractProductForm.vue'