Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
1e172c68
Commit
1e172c68
authored
Nov 27, 2020
by
刘殿昕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
服务申请字段
parent
aed2afab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/pages/service_shop/shop_car_apply.vue
src/pages/service_shop/shop_car_apply.vue
+3
-3
No files found.
src/pages/service_shop/shop_car_apply.vue
View file @
1e172c68
...
...
@@ -183,7 +183,7 @@ export default {
//服务
this
.
post_arr
=
[
data
];
this
.
post_arr
[
0
].
service_id
=
parseInt
(
service_data
.
service_id
);
this
.
post_arr
[
0
].
spec_id
=
parseInt
(
service_data
.
sp
cs
_id
);
this
.
post_arr
[
0
].
spec_id
=
parseInt
(
service_data
.
sp
ec
_id
);
this
.
post_arr
[
0
].
duration_method
=
parseInt
(
service_data
.
duration_unit
);
...
...
@@ -203,7 +203,7 @@ export default {
this
.
service_arr
[
0
][
"
size
"
]
=
""
;
this
.
service_arr
[
0
][
"
count
"
]
=
""
;
data
.
request_spcs_info
.
forEach
((
el
)
=>
{
if
(
service_data
.
sp
cs
_id
==
el
.
id
)
{
if
(
service_data
.
sp
ec
_id
==
el
.
id
)
{
let
size
=
""
;
let
count
=
""
;
if
(
el
.
spcs_type
==
1
)
{
...
...
@@ -212,7 +212,7 @@ export default {
count
=
el
.
money
;
}
else
{
size
=
`
${
el
.
money
}
金币/
${
el
.
duration_unit
==
1
?
"
月
"
:
"
年
"
}
`
;
this
.
service_arr
[
0
][
"
num
"
]
=
service_data
.
duration
;
this
.
service_arr
[
0
][
"
num
"
]
=
service_data
.
duration
+
(
el
.
duration_unit
==
1
?
"
个月
"
:
"
年
"
)
;
count
=
service_data
.
duration
*
el
.
money
;
}
...
...
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