Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
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-3
Commits
42af27d0
Commit
42af27d0
authored
Apr 10, 2022
by
liqiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
6cc2c005
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
card-get-record.vue
src/components/app/card/card-get-record.vue
+1
-1
No files found.
src/components/app/card/card-get-record.vue
View file @
42af27d0
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<div
class=
"table-condition-left"
>
<div
class=
"table-condition-left"
>
<el-input
:placeholder=
"conditionObj.searchType == 2 ? '请输入会员手机号/卡号 ' : '请输入导购姓名/手机号/code'"
maxlength=
"50"
v-model=
"conditionObj.searchInput"
class=
"w-336"
@
keyup
.
native=
"value => toInput(value, conditionObj.searchInput)"
clearable
@
clear=
"clearInput"
>
<el-input
:placeholder=
"conditionObj.searchType == 2 ? '请输入会员手机号/卡号 ' : '请输入导购姓名/手机号/code'"
maxlength=
"50"
v-model=
"conditionObj.searchInput"
class=
"w-336"
@
keyup
.
native=
"value => toInput(value, conditionObj.searchInput)"
clearable
@
clear=
"clearInput"
>
<el-select
class=
"w-103"
v-model=
"conditionObj.searchType"
slot=
"prepend"
placeholder=
"请选择"
>
<el-select
class=
"w-103"
v-model=
"conditionObj.searchType"
slot=
"prepend"
placeholder=
"请选择"
>
<el-option
label=
"按导购"
value=
"1"
></el-option>
<el-option
label=
"按导购"
value=
"1"
>
</el-option>
<!--
<el-option
label=
"按会员"
value=
"2"
></el-option>
-->
<!--
<el-option
label=
"按会员"
value=
"2"
></el-option>
-->
</el-select>
</el-input
</el-select>
</el-input
><el-date-picker
class=
"m-l-10 w-330"
style=
"width: 330px"
prefix-icon=
"el-icon-time"
:picker-options=
"pickerOptions"
v-model=
"conditionObj.dateRange"
@
change=
"changeDate"
:editable=
"false"
:value-format=
"'yyyy-MM-dd'"
type=
"daterange"
align=
"right"
unlink-panels
range-separator=
"至"
start-placeholder=
"开始时间"
end-placeholder=
"结束时间"
>
</el-date-picker><el-button
:disabled=
"!tableData.length ? true : false"
class=
"m-l-10 export-btn"
type=
"primary"
:loading=
"loadingBtn"
@
click=
"exportExcel"
>
导出核销记录
</el-button>
><el-date-picker
class=
"m-l-10 w-330"
style=
"width: 330px"
prefix-icon=
"el-icon-time"
:picker-options=
"pickerOptions"
v-model=
"conditionObj.dateRange"
@
change=
"changeDate"
:editable=
"false"
:value-format=
"'yyyy-MM-dd'"
type=
"daterange"
align=
"right"
unlink-panels
range-separator=
"至"
start-placeholder=
"开始时间"
end-placeholder=
"结束时间"
>
</el-date-picker><el-button
:disabled=
"!tableData.length ? true : false"
class=
"m-l-10 export-btn"
type=
"primary"
:loading=
"loadingBtn"
@
click=
"exportExcel"
>
导出核销记录
</el-button>
...
...
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