Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform-ui
Project
Project
Details
Activity
Releases
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
youjj
cloud-platform-ui
Commits
062f9627
Commit
062f9627
authored
Apr 17, 2020
by
jiaorz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
租车订单筛选
parent
b5760314
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
2 deletions
+19
-2
index.vue
src/views/order/rentVehicleInfo/index.vue
+19
-2
No files found.
src/views/order/rentVehicleInfo/index.vue
View file @
062f9627
...
...
@@ -67,16 +67,28 @@
<el-option
:key=
"6"
label=
"已完成"
:value=
"6"
></el-option>
<el-option
:key=
"2"
label=
"已取消"
:value=
"2"
></el-option>
<el-option
:key=
"-1"
label=
"定损中"
:value=
"-1"
></el-option>
<el-option
:key=
"7"
label=
"押金状态"
:value=
"7"
></el-option>
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"5"
v-if=
"listQuery.status == 7"
>
<el-form-item
label=
"违章押金"
>
<el-select
class=
""
v-model=
"listQuery.refundStatus"
placeholder=
"请选择状态"
>
<!--"0--删除"+"1--创建订单" +"2--取消" +"3--待付款" +"4--待出行" +"5--出行中(进行中)" +"6--已完成"-->
<el-option
:key=
"2"
label=
"违章待退"
:value=
"2"
></el-option>
<el-option
:key=
"3"
label=
"违章已退"
:value=
"3"
></el-option>
</el-select>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"5"
>
<el-form-item
label=
"车辆编号"
>
<el-input
v-model=
"listQuery.vehicleCode"
placeholder=
"请输入车辆编号"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"5"
>
<el-form-item
label=
"开始时间"
prop=
"bookStartDate4Query"
>
<el-date-picker
...
...
@@ -724,6 +736,7 @@ export default {
type
:
1
,
no
:
null
,
status
:
null
,
refundStatus
:
null
,
startTime
:
undefined
,
endTime
:
undefined
,
zoneId
:
undefined
,
...
...
@@ -1510,6 +1523,7 @@ export default {
type
:
1
,
no
:
null
,
status
:
null
,
refundStatus
:
null
,
startTime
:
undefined
,
endTime
:
undefined
,
zoneId
:
undefined
,
...
...
@@ -1541,6 +1555,9 @@ export default {
JSON
.
stringify
(
this
.
listQuery
)
)
}
if
(
this
.
listQuery
.
status
==
7
)
{
this
.
listQuery
.
status
=
null
;
}
page
(
this
.
listQuery
).
then
(
response
=>
{
if
(
response
.
data
.
data
)
{
response
.
data
.
data
.
map
(
function
(
el
)
{
...
...
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