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
75651711
Commit
75651711
authored
Nov 22, 2019
by
jiaorz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改员工身份
parent
251a420e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
index.vue
src/views/order/rentVehicleInfo/index.vue
+7
-2
No files found.
src/views/order/rentVehicleInfo/index.vue
View file @
75651711
...
@@ -635,6 +635,7 @@ export default {
...
@@ -635,6 +635,7 @@ export default {
endTime
:
undefined
,
endTime
:
undefined
,
orderAmount
:
undefined
,
orderAmount
:
undefined
,
orderOrigin
:
undefined
,
orderOrigin
:
undefined
,
positionName
:
undefined
,
orderVehicleCrosstownDto
:
{
orderVehicleCrosstownDto
:
{
licenseIdCard
:
''
,
licenseIdCard
:
''
,
licenseImg
:
''
,
licenseImg
:
''
,
...
@@ -796,6 +797,7 @@ export default {
...
@@ -796,6 +797,7 @@ export default {
no
:
undefined
,
no
:
undefined
,
orderAmount
:
undefined
,
orderAmount
:
undefined
,
orderOrigin
:
undefined
,
orderOrigin
:
undefined
,
positionName
:
undefined
,
// useAmountList:undefined,
// useAmountList:undefined,
orderRentVehicleDetail
:
{
orderRentVehicleDetail
:
{
bookRecordId
:
undefined
,
bookRecordId
:
undefined
,
...
@@ -1054,7 +1056,6 @@ export default {
...
@@ -1054,7 +1056,6 @@ export default {
if
(
this
.
orderDetailInfo
.
costDetail
.
paramJson
)
{
if
(
this
.
orderDetailInfo
.
costDetail
.
paramJson
)
{
this
.
orderDetailInfo
.
rentVehiclePriceVO
=
JSON
.
parse
(
this
.
orderDetailInfo
.
costDetail
.
paramJson
)
this
.
orderDetailInfo
.
rentVehiclePriceVO
=
JSON
.
parse
(
this
.
orderDetailInfo
.
costDetail
.
paramJson
)
}
}
if
(
this
.
orderDetailInfo
.
items
)
{
if
(
this
.
orderDetailInfo
.
items
)
{
for
(
var
i
=
0
;
i
<
this
.
orderDetailInfo
.
items
.
length
;
i
++
)
{
for
(
var
i
=
0
;
i
<
this
.
orderDetailInfo
.
items
.
length
;
i
++
)
{
if
(
this
.
orderDetailInfo
.
items
[
i
].
type
==
104
)
{
if
(
this
.
orderDetailInfo
.
items
[
i
].
type
==
104
)
{
...
@@ -1062,6 +1063,11 @@ export default {
...
@@ -1062,6 +1063,11 @@ export default {
}
}
}
}
}
}
if
(
this
.
form
.
positionName
)
{
this
.
orderDetailInfo
.
positionName
=
this
.
form
.
positionName
}
else
{
this
.
orderDetailInfo
.
positionName
=
'普通用户'
}
if
(
this
.
orderDetailInfo
.
status
==
2
)
{
if
(
this
.
orderDetailInfo
.
status
==
2
)
{
this
.
orderDetailInfo
.
ststusName
=
'取消'
this
.
orderDetailInfo
.
ststusName
=
'取消'
}
}
...
@@ -1081,7 +1087,6 @@ export default {
...
@@ -1081,7 +1087,6 @@ export default {
this
.
orderDetailInfo
.
ststusName
=
'已完成'
this
.
orderDetailInfo
.
ststusName
=
'已完成'
}
}
}
}
console
.
log
(
this
.
orderDetailInfo
)
this
.
rentDialogVisible
=
true
this
.
rentDialogVisible
=
true
})
})
...
...
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