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
8be78a9e
Commit
8be78a9e
authored
Oct 12, 2019
by
guoyou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
创建订单优化
parent
967f4ad0
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2154 additions
and
1898 deletions
+2154
-1898
index.js
src/api/base_info/branch_company/index.js
+17
-1
rentOrderDetailModal.vue
src/views/order/modal/rentOrderDetailModal.vue
+352
-258
index.vue
src/views/order/rentVehicleInfo/index.vue
+0
-1
summitPopup.vue
src/views/summit/model/summitPopup.vue
+98
-33
index.vue
src/views/vehicle/bookRecord/index.vue
+1687
-1605
No files found.
src/api/base_info/branch_company/index.js
View file @
8be78a9e
...
...
@@ -155,7 +155,22 @@ export function stockSearchPage(query) {
});
}
// 修改订单还车公司
export
function
updateEndCompany
(
params
)
{
return
fetch
({
url
:
'/api/order/baseOrder/updateEndCompany'
,
method
:
'post'
,
data
:
params
});
}
// 修改预定订单还车公司
export
function
updateById
(
params
)
{
return
fetch
({
url
:
'/vehicle/vehicleInfo/bookRecord/updateById'
,
method
:
'post'
,
data
:
params
});
}
export
function
delObj
(
id
)
{
return
fetch
({
url
:
'/vehicle/branchCompany/'
+
id
,
...
...
@@ -184,6 +199,7 @@ export function getDetail(id) {
method
:
'get'
})
}
/**
* 获取所有公司信息
* @returns {null|*}
...
...
src/views/order/modal/rentOrderDetailModal.vue
View file @
8be78a9e
<
template
>
<el-dialog
title=
"租车订单详情"
:visible
.
sync=
"dialogVisible"
class=
"order-details"
>
<el-form
:model=
"form"
ref=
"form"
label-width=
"90px"
>
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"订单号:"
>
<span>
{{
form
.
no
}}
</span>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"支付时间:"
>
<span>
{{
form
.
crtTime
}}
</span>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"订单状态:"
>
<span>
{{
form
.
ststusName
}}
</span>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"姓名:"
>
<span>
{{
form
.
realName
}}
</span>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"手机号:"
>
<span>
{{
form
.
telephone
}}
</span>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"配车:"
>
<span
style=
"margin-right: 10px;"
>
{{
form
.
vehicleNumberPlat
?
form
.
vehicleNumberPlat
:
form
.
vehicalNumberPlat
}}
</span><el-button
size=
"small"
type=
"primary"
icon=
"edit"
v-if=
"form.status==4"
@
click=
"resetCar"
>
重新配车
</el-button>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"取车:"
>
<span>
{{
form
.
orderRentVehicleDetail
.
startTime
}}
</span>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
""
label-width=
"10px"
>
<span>
{{
form
.
orderRentVehicleDetail
.
startAddr
}}
</span>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"交车公司:"
>
<span>
{{
form
.
startCompanyName
}}
</span>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"还车:"
>
<span>
{{
form
.
orderRentVehicleDetail
.
endTime
}}
</span>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
""
label-width=
"10px"
>
<span>
{{
form
.
orderRentVehicleDetail
.
endAddr
}}
</span>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"交车公司:"
>
<span>
{{
form
.
endCompanyName
}}
</span>
</el-form-item>
</el-col>
</el-row>
<table
class=
"orderDetail"
>
<tr><th>
房车
</th><th>
租借天数
</th><th>
费用明细
</th>
</tr>
<tr>
<td>
{{
form
.
name
}}{{
rentCostDetail
}}
</td>
<td>
{{
form
.
orderRentVehicleDetail
.
dayNum
}}
天
</td>
<td>
{{
rentCostDetail
}}
</td>
</tr>
<tr>
<td
></td>
<td
></td>
<td
>
共计:¥
{{
form
.
realAmount
}}
</td>
</tr>
</table>
<div
v-if=
"form.orderVehicleCrosstownDto"
style=
"margin: 20px 0;"
><span
style=
"font-size: 18px;font-weight: bold;"
>
驾驶人信息
</span></div>
<table
class=
"orderDetail"
v-if=
"form.orderVehicleCrosstownDto"
>
<tr><th>
姓名
</th><th>
手机号
</th><th>
身份证号
</th>
<!--
<th>
驾照
</th>
-->
</tr>
<el-dialog
title=
"租车订单详情"
:visible
.
sync=
"dialogVisible"
class=
"order-details"
>
<el-form
:model=
"form"
ref=
"form"
label-width=
"90px"
>
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"订单号:"
>
<span>
{{
form
.
no
}}
</span>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"支付时间:"
>
<span>
{{
form
.
crtTime
}}
</span>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"订单状态:"
>
<span>
{{
form
.
ststusName
}}
</span>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"姓名:"
>
<span>
{{
form
.
realName
}}
</span>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"手机号:"
>
<span>
{{
form
.
telephone
}}
</span>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"配车:"
>
<span
style=
"margin-right: 10px;"
>
{{
form
.
vehicleNumberPlat
?
form
.
vehicleNumberPlat
:
form
.
vehicalNumberPlat
}}
</span>
<el-button
size=
"small"
type=
"primary"
icon=
"edit"
v-if=
"form.status==4"
@
click=
"resetCar"
>
重新配车
</el-button>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"取车:"
>
<span>
{{
form
.
orderRentVehicleDetail
.
startTime
}}
</span>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label
label-width=
"10px"
>
<span>
{{
form
.
orderRentVehicleDetail
.
startAddr
}}
</span>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"交车公司:"
>
<span>
{{
form
.
startCompanyName
}}
</span>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"还车:"
>
<span>
{{
form
.
orderRentVehicleDetail
.
endTime
}}
</span>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label
label-width=
"10px"
>
<span>
{{
form
.
orderRentVehicleDetail
.
endAddr
}}
</span>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"还车公司:"
>
<span>
{{
form
.
endCompanyName
}}
</span>
<el-button
size=
"mini"
type=
"primary"
style=
"padding: 7px 9px;"
@
click=
"resetReturn = true"
>
更换
</el-button>
</el-form-item>
</el-col>
</el-row>
<table
class=
"orderDetail"
>
<tr>
<th>
房车
</th>
<th>
租借天数
</th>
<th>
费用明细
</th>
</tr>
<tr>
<td>
{{
form
.
name
}}{{
rentCostDetail
}}
</td>
<td>
{{
form
.
orderRentVehicleDetail
.
dayNum
}}
天
</td>
<td>
{{
rentCostDetail
}}
</td>
</tr>
<tr>
<td></td>
<td></td>
<td>
共计:¥
{{
form
.
realAmount
}}
</td>
</tr>
</table>
<div
v-if=
"form.orderVehicleCrosstownDto"
style=
"margin: 20px 0;"
>
<span
style=
"font-size: 18px;font-weight: bold;"
>
驾驶人信息
</span>
</div>
<table
class=
"orderDetail"
v-if=
"form.orderVehicleCrosstownDto"
>
<tr>
<th>
姓名
</th>
<th>
手机号
</th>
<th>
身份证号
</th>
<!--
<th>
驾照
</th>
-->
</tr>
<tr>
<td>
{{
form
.
orderVehicleCrosstownDto
.
licenseName
}}
</td>
<td>
{{
form
.
orderVehicleCrosstownDto
.
licensePhone
}}
</td>
<td>
{{
form
.
orderVehicleCrosstownDto
.
licenseIdCard
}}
</td>
<!--
<td><img
style=
"width: 140px;height: 140px;"
:src=
"form.orderVehicleCrosstownDto?form.orderVehicleCrosstownDto.licenseImg:'https://xxtest.upyuns.com/image/app/default_%20avatar.png'"
></td>
-->
</tr>
</table>
</el-form>
<div
class=
"modal_modal"
v-show=
"resetCarVisible"
></div>
<!-- 重新配车 -->
<el-dialog
title=
"重新配车"
:visible
.
sync=
"resetCarVisible"
:append-to-body=
'true'
:modal=
"false"
>
<el-form
:model=
"resetCarForm"
ref=
"carForm"
:rules=
"rules"
label-width=
"90px"
>
<el-form-item
label=
"车牌号:"
prop=
"numberPlate"
>
<el-input
v-model=
"resetCarForm.numberPlate"
placeholder=
"请输入重配的车牌号"
></el-input>
</el-form-item>
</el-form>
<div
slot=
"footer"
class=
"dialog-footer"
>
<el-button
@
click=
"cancelResetCar"
>
取消
</el-button>
<el-button
type=
"primary"
@
click=
"update('carForm')"
>
确定
</el-button>
</div>
</el-dialog>
</el-dialog>
<tr>
<td>
{{
form
.
orderVehicleCrosstownDto
.
licenseName
}}
</td>
<td>
{{
form
.
orderVehicleCrosstownDto
.
licensePhone
}}
</td>
<td>
{{
form
.
orderVehicleCrosstownDto
.
licenseIdCard
}}
</td>
<!--
<td><img
style=
"width: 140px;height: 140px;"
:src=
"form.orderVehicleCrosstownDto?form.orderVehicleCrosstownDto.licenseImg:'https://xxtest.upyuns.com/image/app/default_%20avatar.png'"
></td>
-->
</tr>
</table>
</el-form>
<div
class=
"modal_modal"
v-show=
"resetCarVisible"
></div>
<!-- 重新配车 -->
<el-dialog
title=
"重新配车"
:visible
.
sync=
"resetCarVisible"
:append-to-body=
"true"
:modal=
"false"
>
<el-form
:model=
"resetCarForm"
ref=
"carForm"
:rules=
"rules"
label-width=
"90px"
>
<el-form-item
label=
"车牌号:"
prop=
"numberPlate"
>
<el-input
v-model=
"resetCarForm.numberPlate"
placeholder=
"请输入重配的车牌号"
></el-input>
</el-form-item>
</el-form>
<div
slot=
"footer"
class=
"dialog-footer"
>
<el-button
@
click=
"cancelResetCar"
>
取消
</el-button>
<el-button
type=
"primary"
@
click=
"update('carForm')"
>
确定
</el-button>
</div>
</el-dialog>
<!-- 更改还车地点 -->
<div
class=
"modal_modal"
v-show=
"resetReturn"
></div>
<el-dialog
title=
"更改还车地点"
:visible
.
sync=
"resetReturn"
:append-to-body=
"true"
:modal=
"false"
>
<el-form
:model=
"returnForm"
ref=
"returnForm"
label-width=
"90px"
>
<el-form-item
label=
"还车地点:"
prop=
"endCompanyId"
>
<el-select
clearable
v-model=
"returnForm.endCompanyId"
filterable
placeholder=
"请选择/搜索还车地点"
>
<el-option
v-for=
"item in allCompaniesArr"
:key=
"item.id"
:label=
"item.name"
:value=
"item.id"
></el-option>
</el-select>
</el-form-item>
<el-button
style=
"margin-top:20px"
type=
"primary"
@
click=
"confirm('returnForm')"
>
确定
</el-button>
</el-form>
</el-dialog>
</el-dialog>
</
template
>
<
script
>
import
ElRow
from
"element-ui/packages/row/src/row"
;
import
ElInput
from
"../../../../node_modules/element-ui/packages/input/src/input.vue"
;
import
ElCol
from
"element-ui/packages/col/src/col"
;
import
ElFormItem
from
"../../../../node_modules/element-ui/packages/form/src/form-item.vue"
;
import
ElForm
from
"../../../../node_modules/element-ui/packages/form/src/form.vue"
;
import
{
editObj
}
from
'api/vehicle/vehicleInfo'
;
export
default
{
props
:
[
"form"
,
"rentCostDetail"
],
name
:
'rentOrderDetailModal'
,
components
:
{
ElFormItem
,
ElCol
,
ElInput
,
ElRow
},
data
()
{
return
{
updateNumberPlat
:
false
,
//是否重新配车
dialogVisible
:
false
,
resetCarVisible
:
false
,
resetCarForm
:{
no
:
''
,
numberPlate
:
''
,
//重新配车车牌号
},
rules
:
{
numberPlate
:
[
{
type
:
'string'
,
required
:
true
,
message
:
'请输入车牌号'
,
trigger
:
'blur'
}
]
},
}
},
watch
:
{
dialogVisible
(
newValue
,
oldValue
){
if
(
!
newValue
){
this
.
$emit
(
"rentOrderDetailDialogEvent"
,
this
.
updateNumberPlat
);
}
},
},
mounted
()
{
this
.
dialogVisible
=
true
;
if
(
this
.
form
.
status
==
2
)
{
this
.
form
.
ststusName
=
'取消'
;
}
if
(
this
.
form
.
status
==
3
)
{
this
.
form
.
ststusName
=
'待付款'
;
}
if
(
this
.
form
.
status
==
4
)
{
this
.
form
.
ststusName
=
'待出行'
;
}
if
(
this
.
form
.
status
==
5
)
{
this
.
form
.
ststusName
=
'出行中'
;
}
if
(
this
.
form
.
status
==
6
)
{
this
.
form
.
ststusName
=
'已完成'
;
}
},
methods
:
{
resetCar
(){
this
.
clearFrom
();
this
.
resetCarVisible
=
true
this
.
resetCarForm
.
no
=
this
.
form
.
no
},
cancelResetCar
(){
this
.
resetCarVisible
=
false
},
clearFrom
(){
this
.
resetCarForm
=
{
no
:
''
,
numberPlate
:
''
,
//重新配车车牌号
}
},
/**
* 重新配车
* */
update
(
formName
)
{
let
that
=
this
;
const
set
=
this
.
$refs
;
set
[
formName
].
validate
(
valid
=>
{
if
(
valid
)
{
editObj
(
this
.
resetCarForm
).
then
(
response
=>
{
if
(
response
.
status
===
200
)
{
this
.
$notify
({
title
:
'成功'
,
message
:
'修改成功'
,
type
:
'success'
,
duration
:
2000
});
this
.
resetCarVisible
=
false
this
.
form
.
vehicleNumberPlat
=
this
.
resetCarForm
.
numberPlate
this
.
updateNumberPlat
=
true
}
else
{
this
.
$notify
({
title
:
'失败'
,
message
:
response
.
message
,
type
:
'error'
,
duration
:
2000
});
}
});
}
else
{
return
false
;
import
ElRow
from
'element-ui/packages/row/src/row'
import
ElInput
from
'../../../../node_modules/element-ui/packages/input/src/input.vue'
import
ElCol
from
'element-ui/packages/col/src/col'
import
ElFormItem
from
'../../../../node_modules/element-ui/packages/form/src/form-item.vue'
import
ElForm
from
'../../../../node_modules/element-ui/packages/form/src/form.vue'
import
{
editObj
}
from
'api/vehicle/vehicleInfo'
import
{
getAll
,
updateEndCompany
}
from
'api/base_info/branch_company'
export
default
{
props
:
[
'form'
,
'rentCostDetail'
],
name
:
'rentOrderDetailModal'
,
components
:
{
ElFormItem
,
ElCol
,
ElInput
,
ElRow
},
data
()
{
return
{
returnForm
:
{
endCompanyId
:
''
},
allCompaniesArr
:
[],
resetReturn
:
false
,
//更改换成地点loading
updateNumberPlat
:
false
,
//是否重新配车
dialogVisible
:
false
,
resetCarVisible
:
false
,
resetCarForm
:
{
no
:
''
,
numberPlate
:
''
//重新配车车牌号
},
rules1
:
{
endCompanyId
:
[
{
required
:
true
,
message
:
'请选择更换地点'
,
trigger
:
'change'
}
]
},
rules
:
{
numberPlate
:
[
{
type
:
'string'
,
required
:
true
,
message
:
'请输入车牌号'
,
trigger
:
'blur'
}
]
}
}
},
watch
:
{
dialogVisible
(
newValue
,
oldValue
)
{
if
(
!
newValue
)
{
this
.
$emit
(
'rentOrderDetailDialogEvent'
,
this
.
updateNumberPlat
)
}
}
},
mounted
()
{
console
.
log
(
this
.
form
)
this
.
dialogVisible
=
true
if
(
this
.
form
.
status
==
2
)
{
this
.
form
.
ststusName
=
'取消'
}
if
(
this
.
form
.
status
==
3
)
{
this
.
form
.
ststusName
=
'待付款'
}
if
(
this
.
form
.
status
==
4
)
{
this
.
form
.
ststusName
=
'待出行'
}
if
(
this
.
form
.
status
==
5
)
{
this
.
form
.
ststusName
=
'出行中'
}
if
(
this
.
form
.
status
==
6
)
{
this
.
form
.
ststusName
=
'已完成'
}
this
.
getAllFn
()
},
methods
:
{
getAllFn
()
{
let
_this
=
this
getAll
().
then
(
data
=>
{
_this
.
allCompaniesArr
=
[]
data
.
data
.
map
(
function
(
item
)
{
item
.
value
=
item
.
name
_this
.
allCompaniesArr
.
push
(
item
)
})
})
},
confirm
(
formName
)
{
if
(
this
.
returnForm
.
endCompanyId
==
''
)
{
this
.
$notify
({
title
:
'失败'
,
message
:
'还车地点不能为空'
,
type
:
'error'
,
duration
:
2000
})
}
else
{
this
.
returnForm
.
id
=
this
.
form
.
detailId
updateEndCompany
(
this
.
returnForm
).
then
(
data
=>
{
console
.
log
(
data
.
status
);
if
(
data
.
status
==
200
)
{
this
.
$notify
({
title
:
'成功'
,
message
:
'修改还车地点成功'
,
type
:
'success'
,
duration
:
3000
})
this
.
resetReturn
=
false
}
else
{
this
.
$notify
({
title
:
'失败'
,
message
:
data
.
message
,
type
:
'error'
,
duration
:
3000
})
}
});
},
}
}
})
}
},
resetCar
()
{
this
.
clearFrom
()
this
.
resetCarVisible
=
true
this
.
resetCarForm
.
no
=
this
.
form
.
no
},
cancelResetCar
()
{
this
.
resetCarVisible
=
false
},
clearFrom
()
{
this
.
resetCarForm
=
{
no
:
''
,
numberPlate
:
''
//重新配车车牌号
}
},
/**
* 重新配车
* */
update
(
formName
)
{
let
that
=
this
const
set
=
this
.
$refs
set
[
formName
].
validate
(
valid
=>
{
if
(
valid
)
{
editObj
(
this
.
resetCarForm
).
then
(
response
=>
{
if
(
response
.
status
===
200
)
{
this
.
$notify
({
title
:
'成功'
,
message
:
'修改成功'
,
type
:
'success'
,
duration
:
2000
})
this
.
resetCarVisible
=
false
this
.
form
.
vehicleNumberPlat
=
this
.
resetCarForm
.
numberPlate
this
.
updateNumberPlat
=
true
}
else
{
this
.
$notify
({
title
:
'失败'
,
message
:
response
.
message
,
type
:
'error'
,
duration
:
2000
})
}
})
}
else
{
return
false
}
})
}
}
}
</
script
>
<
style
>
.label-text
{
margin-left
:
10px
;
margin-right
:
20px
;
}
.label-title
{
margin-top
:
10px
;
}
.orderDetail
tr
th
{
background
:
#eef1f6
;
}
.orderDetail
tr
td
,
.orderDetail
tr
th
{
width
:
500px
;
text-align
:
center
;
border
:
1px
solid
#dfe6ec
;
margin-left
:
100px
;
margin-right
:
100px
;
padding
:
10px
;
}
.label-value
{
margin-left
:
80px
;
margin-right
:
100px
;
}
#license-img
{
width
:
50px
;
height
:
50px
;
}
.order-details
.el-form-item
{
margin-bottom
:
10px
!important
;
}
.modal_modal
{
position
:
fixed
;
left
:
0
;
top
:
0
;
width
:
100%
;
height
:
100%
;
opacity
:
.5
;
background
:
#000
;
z-index
:
2000
;
}
.label-text
{
margin-left
:
10px
;
margin-right
:
20px
;
}
.label-title
{
margin-top
:
10px
;
}
.orderDetail
tr
th
{
background
:
#eef1f6
;
}
.orderDetail
tr
td
,
.orderDetail
tr
th
{
width
:
500px
;
text-align
:
center
;
border
:
1px
solid
#dfe6ec
;
margin-left
:
100px
;
margin-right
:
100px
;
padding
:
10px
;
}
.label-value
{
margin-left
:
80px
;
margin-right
:
100px
;
}
#license-img
{
width
:
50px
;
height
:
50px
;
}
.order-details
.el-form-item
{
margin-bottom
:
10px
!important
;
}
.modal_modal
{
position
:
fixed
;
left
:
0
;
top
:
0
;
width
:
100%
;
height
:
100%
;
opacity
:
0.5
;
background
:
#000
;
z-index
:
2000
;
}
</
style
>
src/views/order/rentVehicleInfo/index.vue
View file @
8be78a9e
...
...
@@ -697,7 +697,6 @@ export default {
});
},
handleOrderDetail
(
row
)
{
debugger
this
.
form
=
row
;
if
(
this
.
form
.
status
==
2
)
{
this
.
form
.
ststusName
=
"取消"
;
...
...
src/views/summit/model/summitPopup.vue
View file @
8be78a9e
...
...
@@ -165,12 +165,21 @@
<el-form-item
label=
"峰会流程:"
>
<el-row
class=
"height"
v-for=
"(item, index) in processJson"
:key=
"index"
>
<el-col
:span=
"6"
>
<el-date-picker
<
!--
<
el-date-picker
v-model=
"item.time"
type=
"datetime"
format=
"yyyy-MM-dd HH:mm:ss"
placeholder=
"请选择时间"
></el-date-picker>
></el-date-picker>
-->
<el-time-select
v-model=
"item.time"
:picker-options=
"
{
start: '06:00',
step: '00:15',
end: '23:59'
}"
placeholder="选择/输入时间"
>
</el-time-select>
</el-col>
<el-col
:span=
"8"
>
<el-input
class=
"content"
v-model=
"item.content"
placeholder=
"请输入内容"
></el-input>
...
...
@@ -256,6 +265,7 @@ export default {
longitude
:
undefined
,
latitude
:
undefined
,
state
:
'默认'
,
status
:
0
,
rid
:
undefined
,
content
:
''
,
// 峰会主题
contentFirm
:
''
,
...
...
@@ -303,12 +313,12 @@ export default {
getOne
(
this
.
popupRow
.
id
).
then
(
res
=>
{
res
.
data
.
state
=
this
.
getState
(
res
.
data
.
status
)
this
.
form
=
res
.
data
this
.
form
.
bmCloseTime
=
Number
(
res
.
data
.
bmCloseTime
)
let
introduce
=
this
.
form
.
vehicleImgs
.
split
(
','
);
introduce
.
forEach
(
element
=>
{
this
.
fileList2
.
push
({
name
:
'峰会介绍'
,
url
:
element
})
});
this
.
form
=
res
.
data
this
.
form
.
bmCloseTime
=
Number
(
res
.
data
.
bmCloseTime
)
let
introduce
=
this
.
form
.
vehicleImgs
.
split
(
','
)
introduce
.
forEach
(
element
=>
{
this
.
fileList2
.
push
({
name
:
'峰会介绍'
,
url
:
element
})
})
if
(
res
.
data
.
processJson
)
{
this
.
processJson
=
JSON
.
parse
(
res
.
data
.
processJson
)
}
...
...
@@ -378,7 +388,7 @@ export default {
},
addTag
()
{
const
t
=
{
time
:
undefined
,
time
:
null
,
content
:
''
}
this
.
processJson
.
push
(
t
)
...
...
@@ -388,43 +398,98 @@ export default {
*
* */
update1
()
{
this
.
dataProcessing
()
update
(
this
.
form
).
then
(
res
=>
{
this
.
responseResult
(
res
)
})
if
(
!
this
.
form
.
title
)
{
this
.
$notify
({
title
:
'失败'
,
message
:
'标题不能为空'
,
type
:
'error'
,
duration
:
2000
})
return
false
}
else
if
(
!
this
.
form
.
startTime
)
{
this
.
$notify
({
title
:
'失败'
,
message
:
'开始时间不能为空'
,
type
:
'error'
,
duration
:
2000
})
}
else
if
(
!
this
.
form
.
endTime
)
{
this
.
$notify
({
title
:
'失败'
,
message
:
'结束时间不能为空'
,
type
:
'error'
,
duration
:
2000
})
}
else
if
(
!
this
.
form
.
bmCloseTime
)
{
this
.
$notify
({
title
:
'失败'
,
message
:
'报名截止时间不能为空'
,
type
:
'error'
,
duration
:
2000
})
}
else
{
typeof
(
this
.
form
.
endTime
)
==
'number'
?
this
.
form
.
endTime
=
this
.
form
.
endTime
:
this
.
form
.
endTime
=
this
.
form
.
endTime
.
getTime
();
typeof
(
this
.
form
.
startTime
)
==
'number'
?
this
.
form
.
startTime
=
this
.
form
.
startTime
:
this
.
form
.
startTime
=
this
.
form
.
startTime
.
getTime
();
typeof
(
this
.
form
.
bmCloseTime
)
==
'number'
?
this
.
form
.
bmCloseTime
=
this
.
form
.
bmCloseTime
:
this
.
form
.
bmCloseTime
=
this
.
form
.
bmCloseTime
.
getTime
();
let
pic
=
[]
if
(
!!
this
.
form
.
vehicleImgs
)
{
this
.
form
.
vehicleImgs
.
forEach
(
element
=>
{
pic
.
push
(
element
.
url
)
})
this
.
form
.
vehicleImgs
=
pic
.
join
(
','
)
}
this
.
form
.
processJson
=
this
.
processJson
update
(
this
.
form
).
then
(
res
=>
{
this
.
responseResult
(
res
)
})
this
.
dataProcessing
()
}
},
create
(
formName
)
{
if
(
!
this
.
form
.
title
||
!
this
.
form
.
startTime
||
!
this
.
form
.
endTime
)
{
create
()
{
if
(
!
this
.
form
.
title
)
{
this
.
$notify
({
title
:
'失败'
,
message
:
'
必填项
不能为空'
,
message
:
'
标题
不能为空'
,
type
:
'error'
,
duration
:
2000
})
return
false
}
else
if
(
!
this
.
form
.
startTime
)
{
this
.
$notify
({
title
:
'失败'
,
message
:
'开始时间不能为空'
,
type
:
'error'
,
duration
:
2000
})
}
else
if
(
!
this
.
form
.
endTime
)
{
this
.
$notify
({
title
:
'失败'
,
message
:
'结束时间不能为空'
,
type
:
'error'
,
duration
:
2000
})
}
else
if
(
!
this
.
form
.
bmCloseTime
)
{
this
.
$notify
({
title
:
'失败'
,
message
:
'报名截止时间不能为空'
,
type
:
'error'
,
duration
:
2000
})
}
else
{
this
.
form
.
endTime
=
this
.
form
.
endTime
.
getTime
()
this
.
form
.
startTime
=
this
.
form
.
startTime
.
getTime
()
this
.
form
.
bmCloseTime
=
this
.
form
.
bmCloseTime
.
getTime
()
let
pic
=
[]
this
.
form
.
vehicleImgs
.
forEach
(
element
=>
{
pic
.
push
(
element
.
url
)
})
this
.
form
.
vehicleImgs
=
pic
.
join
(
','
)
let
demo
=
[]
this
.
processJson
.
forEach
(
element
=>
{
demo
.
push
({
time
:
formatDate
(
element
.
time
,
'yyyy-MM-dd hh'
)
+
':00:00'
,
content
:
element
.
content
if
(
!!
this
.
form
.
vehicleImgs
)
{
this
.
form
.
vehicleImgs
.
forEach
(
element
=>
{
pic
.
push
(
element
.
url
)
})
})
this
.
form
.
processJson
=
demo
this
.
form
.
vehicleImgs
=
pic
.
join
(
','
)
}
this
.
form
.
processJson
=
this
.
processJson
add
(
this
.
form
).
then
(
res
=>
{
this
.
responseResult
(
res
)
...
...
src/views/vehicle/bookRecord/index.vue
View file @
8be78a9e
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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