Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-4
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
office
haoban-4
Commits
d51de2e4
Commit
d51de2e4
authored
Sep 09, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改分配
parent
2ecb2b14
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
store-list.vue
src/components/app/my-customer/store-list.vue
+2
-2
customer-assign.vue
src/views/apps/customer-app/customer-assign.vue
+3
-3
No files found.
src/components/app/my-customer/store-list.vue
View file @
d51de2e4
...
...
@@ -3,7 +3,7 @@
* @Author : 无尘
* @Date : 2020-08-13 14:02:22
* @LastEditors: 无尘
* @LastEditTime: 2020-09-09 1
4:03:1
2
* @LastEditTime: 2020-09-09 1
7:53:0
2
* @FilePath : haoban-4\src\components\app\my-customer\store-list.vue
-->
<!--
...
...
@@ -16,7 +16,7 @@
<div
class=
"font-14 color-303133"
>
门店
{{
total
}}
家
</div>
<div
class=
"flex flex-space-between m-t-20"
>
<div>
<el-input
placeholder=
"请输入门店名称/代码"
maxlength=
"50"
prefix-icon=
"el-icon-search"
v-model=
"searchInput"
class=
"w-274"
@
keyup
.
native=
"value => toInput(value, searchInput)"
clearable
@
clear=
"clearInput"
></el-input><el-select
class=
"w-168"
v-model=
"storeTypeId"
placeholder=
""
@
change=
"changeCondition"
>
<el-input
placeholder=
"请输入门店名称/代码"
maxlength=
"50"
prefix-icon=
"el-icon-search"
v-model=
"searchInput"
class=
"w-274"
@
keyup
.
native=
"value => toInput(value, searchInput)"
clearable
@
clear=
"clearInput"
></el-input><el-select
class=
"w-168
m-l-10
"
v-model=
"storeTypeId"
placeholder=
""
@
change=
"changeCondition"
>
<el-option
label=
"所有门店类型"
value=
""
></el-option>
<el-option
v-for=
"item in storeTypeOptions"
:key=
"item.id"
:label=
"item.name"
:value=
"item.id"
>
</el-option>
</el-select>
...
...
src/views/apps/customer-app/customer-assign.vue
View file @
d51de2e4
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-08-20 14:36:37
* @LastEditors: 无尘
* @LastEditTime: 2020-09-09 1
4:37:34
* @LastEditTime: 2020-09-09 1
7:53:48
-->
<
template
>
<div
class=
"customer-assign-wrap"
>
...
...
@@ -36,11 +36,11 @@
</div>
<div
class=
"table-top flex flex-space-between"
>
<div>
<el-input
placeholder=
"请输入姓名/昵称/会员卡号"
maxlength=
"50"
prefix-icon=
"el-icon-search"
v-model=
"searchInput"
class=
"w-264
m-l-10"
style=
"width: 264px;"
clearable
@
clear=
"clearSearch"
@
keyup
.
native=
"value => toInput(value, searchInput)"
>
</el-input><el-select
class=
"w-168
"
v-model=
"clerkId"
placeholder=
""
@
change=
"changeCondition"
>
<el-input
placeholder=
"请输入姓名/昵称/会员卡号"
maxlength=
"50"
prefix-icon=
"el-icon-search"
v-model=
"searchInput"
class=
"w-264
"
style=
"width: 264px;"
clearable
@
clear=
"clearSearch"
@
keyup
.
native=
"value => toInput(value, searchInput)"
>
</el-input><el-select
class=
"w-168 m-l-10
"
v-model=
"clerkId"
placeholder=
""
@
change=
"changeCondition"
>
<el-option
label=
"全部"
value=
"0"
></el-option>
<el-option
label=
"无归属"
value=
"-1"
></el-option>
<el-option
v-for=
"item in clerkOptions"
:key=
"item.clerkId"
:label=
"item.clerkName"
:value=
"item.clerkId"
>
</el-option>
</el-select><el-select
class=
"w-168"
v-model=
"storeBrandId"
placeholder=
""
@
change=
"changeCondition"
>
</el-select><el-select
class=
"w-168
m-l-10
"
v-model=
"storeBrandId"
placeholder=
""
@
change=
"changeCondition"
>
<el-option
v-for=
"item in storeBrandOptions"
:key=
"item.clerkId"
:label=
"item.clerkName"
:value=
"item.clerkId"
></el-option>
</el-select>
</div>
...
...
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