Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
4c5c6ff5
authored
Dec 11, 2024
by
杨宇庆
Committed by
Gitee
Dec 11, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 解决商机、合同金额无法自动计算的问题
Signed-off-by: 杨宇庆 <hiyyq@qq.com>
parent
c79f027d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
src/views/crm/business/BusinessForm.vue
+3
-3
src/views/crm/contract/ContractForm.vue
+3
-3
No files found.
src/views/crm/business/BusinessForm.vue
View file @
4c5c6ff5
...
@@ -101,7 +101,7 @@
...
@@ -101,7 +101,7 @@
<el-input
<el-input
disabled
disabled
v-model=
"formData.totalProductPrice"
v-model=
"formData.totalProductPrice"
:formatter=
"erpPrice
TableColumn
Formatter"
:formatter=
"erpPrice
Input
Formatter"
/>
/>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
...
@@ -123,7 +123,7 @@
...
@@ -123,7 +123,7 @@
disabled
disabled
v-model=
"formData.totalPrice"
v-model=
"formData.totalPrice"
placeholder=
"请输入商机金额"
placeholder=
"请输入商机金额"
:formatter=
"erpPrice
TableColumn
Formatter"
:formatter=
"erpPrice
Input
Formatter"
/>
/>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
...
@@ -142,7 +142,7 @@ import * as CustomerApi from '@/api/crm/customer'
...
@@ -142,7 +142,7 @@ import * as CustomerApi from '@/api/crm/customer'
import
*
as
UserApi
from
'@/api/system/user'
import
*
as
UserApi
from
'@/api/system/user'
import
{
useUserStore
}
from
'@/store/modules/user'
import
{
useUserStore
}
from
'@/store/modules/user'
import
BusinessProductForm
from
'./components/BusinessProductForm.vue'
import
BusinessProductForm
from
'./components/BusinessProductForm.vue'
import
{
erpPriceMultiply
,
erpPrice
TableColumn
Formatter
}
from
'@/utils'
import
{
erpPriceMultiply
,
erpPrice
Input
Formatter
}
from
'@/utils'
const
{
t
}
=
useI18n
()
// 国际化
const
{
t
}
=
useI18n
()
// 国际化
const
message
=
useMessage
()
// 消息弹窗
const
message
=
useMessage
()
// 消息弹窗
...
...
src/views/crm/contract/ContractForm.vue
View file @
4c5c6ff5
...
@@ -159,7 +159,7 @@
...
@@ -159,7 +159,7 @@
<el-input
<el-input
disabled
disabled
v-model=
"formData.totalProductPrice"
v-model=
"formData.totalProductPrice"
:formatter=
"erpPrice
TableColumn
Formatter"
:formatter=
"erpPrice
Input
Formatter"
/>
/>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
...
@@ -181,7 +181,7 @@
...
@@ -181,7 +181,7 @@
disabled
disabled
v-model=
"formData.totalPrice"
v-model=
"formData.totalPrice"
placeholder=
"请输入商机金额"
placeholder=
"请输入商机金额"
:formatter=
"erpPrice
TableColumnFormattere
"
:formatter=
"erpPrice
InputFormatter
"
/>
/>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
...
@@ -199,7 +199,7 @@ import * as ContractApi from '@/api/crm/contract'
...
@@ -199,7 +199,7 @@ import * as ContractApi from '@/api/crm/contract'
import
*
as
UserApi
from
'@/api/system/user'
import
*
as
UserApi
from
'@/api/system/user'
import
*
as
ContactApi
from
'@/api/crm/contact'
import
*
as
ContactApi
from
'@/api/crm/contact'
import
*
as
BusinessApi
from
'@/api/crm/business'
import
*
as
BusinessApi
from
'@/api/crm/business'
import
{
erpPriceMultiply
,
erpPrice
TableColumn
Formatter
}
from
'@/utils'
import
{
erpPriceMultiply
,
erpPrice
Input
Formatter
}
from
'@/utils'
import
{
useUserStore
}
from
'@/store/modules/user'
import
{
useUserStore
}
from
'@/store/modules/user'
import
ContractProductForm
from
'@/views/crm/contract/components/ContractProductForm.vue'
import
ContractProductForm
from
'@/views/crm/contract/components/ContractProductForm.vue'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment