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
247f4a82
Commit
247f4a82
authored
Jul 22, 2023
by
我在何方
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订单异常查询添加跟进客服2.2
parent
9e2cdb3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
7 deletions
+12
-7
index.vue
src/views/ecw/order/exception/index.vue
+12
-7
No files found.
src/views/ecw/order/exception/index.vue
View file @
247f4a82
...
...
@@ -41,11 +41,12 @@
<dict-selector
:type=
"DICT_TYPE.ORDER_STATUS"
v-model=
"queryParams.orderStatus"
@
keyup.enter.native=
"handleQuery"
clearable
/>
</el-form-item>
<!--
<el-form-item
:label=
"$t('跟进客服')"
prop=
"destinatio
nId"
>
<el-select
v-model=
"queryParams.
destinationId"
multiple
:placeholder=
"$t('请选择目的仓')"
clearable
>
<el-option
v-for=
"
item in followUserList"
:label=
"$l(item, 'title')"
:value=
"item.id"
:key=
"item.id"
></el-option
>
<el-form-item
:label=
"$t('跟进客服')"
prop=
"salesma
nId"
>
<el-select
v-model=
"queryParams.
salesmanId"
:placeholder=
"$t('请选择')"
>
<el-option
v-for=
"
dict in followUpList"
:key=
"parseInt(dict.id)"
:label=
"dict.nickname"
:value=
"parseInt(dict.id)"
/
>
</el-select>
</el-form-item>
-->
</el-form-item>
</el-row>
<el-row>
<el-form-item
:label=
"$t('控货')+':'"
>
...
...
@@ -86,7 +87,7 @@
<dict-selector
:type=
"DICT_TYPE.PRODUCT_RECORD_ATTRIBUTE"
:clearable=
"true"
v-model=
"queryParams.productRecord"
@
keyup.enter.native=
"handleQuery"
/>
</el-form-item>
<el-form-item
:label=
"$t('客户经理')+':'"
>
<el-select
v-model=
"queryParams.
salesmanId"
multiple
:placeholder=
"$t('请选择跟进业务
')"
clearable
>
<el-select
v-model=
"queryParams.
customerIds"
multiple
:placeholder=
"$t('请选择客户经理
')"
clearable
>
<el-option
v-for=
"item in creatorData"
:key=
"item.id"
:label=
"item.nickname"
:value=
"item.id"
/>
</el-select>
</el-form-item>
...
...
@@ -243,7 +244,7 @@ import {getOrderExceptionPage, exportExcel,getStatistics} from "@/api/ecw/orderE
import
{
getTradeCityList
}
from
'
@/api/ecw/region
'
import
{
DICT_TYPE
}
from
'
@/utils/dict
'
// import { userList } from "@/api/system/user"
import
{
listServiceUser
}
from
"
@/api/system/user
"
import
{
listServiceUser
,
userList
}
from
"
@/api/system/user
"
import
CustomerSelector
from
'
@/components/CustomerSelector
'
import
ProductSelector
from
'
@/components/ProductSelector
'
import
{
getWarehouseList
}
from
'
@/api/ecw/warehouse
'
...
...
@@ -272,7 +273,8 @@ export default {
},
tradeCityList
:[],
warehouseList
:[],
totalData
:{}
totalData
:{},
followUpList
:[],
};
},
activated
(){
...
...
@@ -284,6 +286,9 @@ export default {
getTradeCityList
().
then
(
res
=>
this
.
tradeCityList
=
res
.
data
)
listServiceUser
().
then
(
r
=>
{
this
.
creatorData
=
r
.
data
})
userList
(
'
documentary customer service
'
).
then
(
r
=>
{
this
.
followUpList
=
r
.
data
;
})
getWarehouseList
().
then
(
res
=>
this
.
warehouseList
=
res
.
data
)
// userList('salesman').then(res =>this.creatorData = res.data)
...
...
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