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
70855877
Commit
70855877
authored
Sep 06, 2024
by
yujinyao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
客户列表搜索部门
parent
a4082526
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
21 additions
and
13 deletions
+21
-13
dept.js
src/api/system/dept.js
+7
-0
customerFollow.vue
src/views/ecw/customer/components/customerFollow.vue
+1
-0
index.vue
src/views/ecw/customer/index.vue
+2
-2
index.vue
src/views/ecw/customerConfirm/index.vue
+4
-4
index.vue
src/views/ecw/customerToBeAssigned/index.vue
+3
-3
index.vue
src/views/ecw/myCustomerService/index.vue
+1
-1
index.vue
src/views/ecw/oceanCustomer/index.vue
+3
-3
No files found.
src/api/system/dept.js
View file @
70855877
...
...
@@ -42,6 +42,13 @@ export function listSimpleDepts() {
})
}
export
function
listMySimpleDepts
()
{
return
request
({
url
:
'
/system/dept/list-my-and-under-simple
'
,
method
:
'
get
'
})
}
// 新增部门
export
function
addDept
(
data
)
{
return
request
({
...
...
src/views/ecw/customer/components/customerFollow.vue
View file @
70855877
...
...
@@ -233,6 +233,7 @@ export default {
}
},
created
()
{
this
.
init
()
// this.resetCustomerFollowForm()
listServiceUser
().
then
(
r
=>
{
// console.log( r.data,'r.data跟进业务')
...
...
src/views/ecw/customer/index.vue
View file @
70855877
...
...
@@ -1391,7 +1391,7 @@ import AreaCodeSelector from "@/components/AreaCodeSelector/index.vue";
import
{
getCustomerSelect
}
from
"
@/api/ecw/customer
"
;
import
{
getProductTypeList
}
from
"
@/api/ecw/productType
"
;
import
{
getProductList
}
from
"
@/api/ecw/product
"
;
import
{
listSimpleDepts
}
from
"
@/api/system/dept
"
;
import
{
listMySimpleDepts
}
from
"
@/api/system/dept
"
;
export
default
{
name
:
"
EcwCustomerIndex
"
,
components
:
{
...
...
@@ -1662,7 +1662,7 @@ export default {
competitorListAll
().
then
((
r
)
=>
{
this
.
competitorList
=
r
.
data
;
})
listSimpleDepts
().
then
(
response
=>
{
list
My
SimpleDepts
().
then
(
response
=>
{
this
.
deptList
=
response
.
data
})
},
...
...
src/views/ecw/customerConfirm/index.vue
View file @
70855877
...
...
@@ -685,7 +685,7 @@ import { getNodeList } from "@/api/ecw/node";
import
{
getCustomerSelect
}
from
"
@/api/ecw/customer
"
;
import
{
getProductTypeList
}
from
"
@/api/ecw/productType
"
;
import
{
getProductList
}
from
"
@/api/ecw/product
"
;
import
{
listMySimpleDepts
}
from
"
@/api/system/dept
"
;
export
default
{
name
:
"
EcwCustomerconfirmIndex
"
,
activated
()
{
...
...
@@ -855,7 +855,7 @@ export default {
competitorListAll
().
then
((
r
)
=>
{
this
.
competitorList
=
r
.
data
;
})
listSimpleDepts
().
then
(
response
=>
{
list
My
SimpleDepts
().
then
(
response
=>
{
this
.
deptList
=
response
.
data
})
},
...
...
@@ -883,8 +883,8 @@ export default {
getList
()
{
this
.
loading
=
true
;
// 处理查询参数
let
params
=
{...
this
.
queryParams
};
this
.
addBeginAndEndTime
(
params
,
this
.
dateRangeCreateTime
,
'
createTime
'
,
false
);
let
params
=
{...
this
.
queryParams
,
...
this
.
combinedQueryParams
};
//
this.addBeginAndEndTime(params, this.dateRangeCreateTime, 'createTime', false);
// 执行查询
getWaitForConfirmList
(
params
).
then
(
response
=>
{
this
.
list
=
response
.
data
.
list
;
...
...
src/views/ecw/customerToBeAssigned/index.vue
View file @
70855877
...
...
@@ -492,7 +492,7 @@ import { getNodeList } from "@/api/ecw/node";
import
{
getCustomerSelect
}
from
"
@/api/ecw/customer
"
;
import
{
getProductTypeList
}
from
"
@/api/ecw/productType
"
;
import
{
getProductList
}
from
"
@/api/ecw/product
"
;
import
{
listSimpleDepts
}
from
"
@/api/system/dept
"
;
import
{
listMySimpleDepts
}
from
"
@/api/system/dept
"
;
export
default
{
name
:
"
EcwCustomertobeassignedIndex
"
,
...
...
@@ -619,7 +619,7 @@ export default {
competitorListAll
().
then
((
r
)
=>
{
this
.
competitorList
=
r
.
data
;
})
listSimpleDepts
().
then
(
response
=>
{
list
My
SimpleDepts
().
then
(
response
=>
{
this
.
deptList
=
response
.
data
})
},
...
...
@@ -635,7 +635,7 @@ export default {
getList
()
{
this
.
loading
=
true
;
// 处理查询参数
let
params
=
{...
this
.
queryParams
};
let
params
=
{...
this
.
queryParams
,
...
this
.
combinedQueryParams
};
this
.
addBeginAndEndTime
(
params
,
this
.
dateRangeCreateTime
,
'
createTime
'
,
false
);
// 执行查询
getCustomerToBeAssigned
(
params
).
then
(
response
=>
{
...
...
src/views/ecw/myCustomerService/index.vue
View file @
70855877
...
...
@@ -869,7 +869,7 @@ export default {
getList
()
{
this
.
loading
=
true
;
// 处理查询参数
let
params
=
{
...
this
.
queryParams
};
let
params
=
{
...
this
.
queryParams
,
...
this
.
combinedQueryParams
};
this
.
addBeginAndEndTime
(
params
,
this
.
dateRangeCreateTime
,
...
...
src/views/ecw/oceanCustomer/index.vue
View file @
70855877
...
...
@@ -684,7 +684,7 @@ import { getNodeList } from "@/api/ecw/node";
import
{
getCustomerSelect
}
from
"
@/api/ecw/customer
"
;
import
{
getProductTypeList
}
from
"
@/api/ecw/productType
"
;
import
{
getProductList
}
from
"
@/api/ecw/product
"
;
import
{
listSimpleDepts
}
from
"
@/api/system/dept
"
;
import
{
listMySimpleDepts
}
from
"
@/api/system/dept
"
;
export
default
{
name
:
"
EcwOceancustomerIndex
"
,
activated
()
{
...
...
@@ -851,7 +851,7 @@ export default {
competitorListAll
().
then
((
r
)
=>
{
this
.
competitorList
=
r
.
data
;
})
listSimpleDepts
().
then
(
response
=>
{
list
My
SimpleDepts
().
then
(
response
=>
{
this
.
deptList
=
response
.
data
})
},
...
...
@@ -921,7 +921,7 @@ export default {
getList
()
{
this
.
loading
=
true
;
// 处理查询参数
let
params
=
{
...
this
.
queryParams
};
let
params
=
{
...
this
.
queryParams
,
...
this
.
combinedQueryParams
};
this
.
addBeginAndEndTime
(
params
,
this
.
dateRangeCreateTime
,
"
createTime
"
);
// 执行查询
getPublicList
(
params
).
then
((
response
)
=>
{
...
...
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