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
6e2b8cc2
Commit
6e2b8cc2
authored
Dec 10, 2019
by
guoyou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
延期租车不计免赔
parent
c55a8866
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
index.vue
src/views/conference/activeData/index.vue
+2
-2
rentOrderDetailModal.vue
src/views/order/modal/rentOrderDetailModal.vue
+6
-2
No files found.
src/views/conference/activeData/index.vue
View file @
6e2b8cc2
...
@@ -112,7 +112,7 @@ export default {
...
@@ -112,7 +112,7 @@ export default {
startTime
:
null
,
startTime
:
null
,
endTime
:
null
,
endTime
:
null
,
phone
:
null
,
phone
:
null
,
activityId
:
1
,
activityId
:
2
,
status
:
''
status
:
''
}
}
}
}
...
@@ -161,7 +161,7 @@ export default {
...
@@ -161,7 +161,7 @@ export default {
startTime
:
null
,
startTime
:
null
,
endTime
:
null
,
endTime
:
null
,
phone
:
null
,
phone
:
null
,
activityId
:
1
activityId
:
2
}
}
},
},
//导出
//导出
...
...
src/views/order/modal/rentOrderDetailModal.vue
View file @
6e2b8cc2
...
@@ -213,7 +213,10 @@
...
@@ -213,7 +213,10 @@
type=
"datetime"
type=
"datetime"
placeholder=
"选择日期时间"
>
placeholder=
"选择日期时间"
>
</el-date-picker>
</el-date-picker>
<el-button
style=
"margin-top:20px"
type=
"primary"
@
click=
"postponeBtn"
>
确定
</el-button>
<el-checkbox
v-model=
"needDamageSafe"
label=
"1"
border
>
不计免赔
</el-checkbox>
<p><el-button
style=
"margin-top:20px"
type=
"primary"
@
click=
"postponeBtn"
>
确定
</el-button></p>
</el-dialog>
</el-dialog>
</el-dialog>
</el-dialog>
</
template
>
</
template
>
...
@@ -238,6 +241,7 @@ export default {
...
@@ -238,6 +241,7 @@ export default {
},
},
data
()
{
data
()
{
return
{
return
{
needDamageSafe
:
null
,
delayEndTime
:
null
,
//延期还车时间
delayEndTime
:
null
,
//延期还车时间
postponePop
:
false
,
postponePop
:
false
,
returnForm
:
{
returnForm
:
{
...
@@ -300,7 +304,7 @@ export default {
...
@@ -300,7 +304,7 @@ export default {
let
params
=
{
let
params
=
{
no
:
this
.
orderDetailInfo
.
no
,
no
:
this
.
orderDetailInfo
.
no
,
delayEndTime
:
time
,
delayEndTime
:
time
,
needDamageSafe
:
1
needDamageSafe
:
this
.
needDamageSafe
?
1
:
null
}
}
postponeApi
(
params
).
then
(
data
=>
{
postponeApi
(
params
).
then
(
data
=>
{
if
(
data
.
status
==
200
)
{
if
(
data
.
status
==
200
)
{
...
...
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