Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lanbaoming
jiedao-app-operator-master
Commits
becdebe6
Commit
becdebe6
authored
Dec 12, 2024
by
honghy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.报价不校验客户归属客户经理
parent
0eeea998
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
9 deletions
+11
-9
index.vue
src/views/ecw/customer/index.vue
+5
-4
query.vue
src/views/ecw/customer/query.vue
+5
-4
edit.vue
src/views/ecw/offer/edit.vue
+1
-1
No files found.
src/views/ecw/customer/index.vue
View file @
becdebe6
...
...
@@ -1169,10 +1169,11 @@ export default {
//报价
quote
(
row
)
{
//lanbm 2024-05-23 添加报价是判断客户所属客户经理,不是就不能报价
if
(
row
.
customerService
!=
this
.
userId
)
{
this
.
$message
.
error
(
this
.
$t
(
"
此客户属于其他客户经理名下的客户。
"
))
return
}
//jayden 2024-12-12 添加报价是判断客户所属客户经理,不是就不能报价(删除限制)
// if (row.customerService != this.userId) {
// this.$message.error(this.$t("此客户属于其他客户经理名下的客户。"))
// return
// }
//this.$router.push({path:'/offer/create',query:{id:row.id}})
this
.
$router
.
push
({
path
:
"
/offer/create
"
,
query
:
{
customerId
:
row
.
id
,
customerType
:
row
.
type
,
type
:
1
}
}).
then
({
//this.$refs.push({path:'/customer-contacts/select',query:{pageNo:1,pageSize:10,searchKey:row.defaultContactPhone}})
...
...
src/views/ecw/customer/query.vue
View file @
becdebe6
...
...
@@ -1126,10 +1126,11 @@ export default {
},
quote
()
{
const
row
=
this
.
customer
if
(
row
.
customerService
!=
this
.
userId
)
{
this
.
$message
.
error
(
this
.
$t
(
"
此客户属于其他客户经理名下的客户。
"
))
return
}
//jayden 2024-12-12 添加报价是判断客户所属客户经理,不是就不能报价(删除限制)
// if (row.customerService != this.userId) {
// this.$message.error(this.$t("此客户属于其他客户经理名下的客户。"))
// return
// }
this
.
$router
.
push
({
path
:
"
/offer/create
"
,
query
:
{
customerId
:
row
.
id
,
customerType
:
row
.
type
,
type
:
1
}
})
},
...
...
src/views/ecw/offer/edit.vue
View file @
becdebe6
...
...
@@ -540,7 +540,7 @@
</el-form-item>
</el-form>
<choose-contact-dialog
v-if=
"!!contactChooseType"
:type=
"
1
"
@
choose=
"onContactChoose"
@
close=
"contactChooseType = null"
/>
<choose-contact-dialog
v-if=
"!!contactChooseType"
:type=
"
2
"
@
choose=
"onContactChoose"
@
close=
"contactChooseType = null"
/>
<quick-create-customer
v-if=
"quickCreateType"
:type=
"quickCreateType"
@
success=
"onContactChoose"
@
close=
"quickCreateType = null"
/>
</div>
</template>
...
...
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