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
a8e9c793
Commit
a8e9c793
authored
Oct 29, 2020
by
张俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
服务申请
parent
c472f8b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
72 deletions
+3
-72
src/pages/service_shop/shop_car_apply.vue
src/pages/service_shop/shop_car_apply.vue
+3
-72
No files found.
src/pages/service_shop/shop_car_apply.vue
View file @
a8e9c793
<
template
>
<div
class=
"apply_container"
>
<info-list
:list_arr=
"module_arr"
>
<apply-form
:formInline=
"formInline"
ref=
"apply_info"
slot=
"apply_info"
></apply-form>
<service-list
ref=
"apply_service"
slot=
"apply_service"
:service_arr=
"service_arr"
></service-list>
<apply-form
:formInline=
"formInline"
ref=
"apply_info"
slot=
"apply_info"
></apply-form>
<service-list
ref=
"apply_service"
slot=
"apply_service"
:service_arr=
"service_arr"
></service-list>
</info-list>
<div
class=
"footout"
>
...
...
@@ -38,17 +30,6 @@ export default {
applyForm
,
serviceList
,
},
computed
:
{
getSumCoin
()
{
let
sum
=
0
;
this
.
service_arr
.
forEach
((
item
,
index
)
=>
{
if
(
item
)
{
sum
+=
item
.
total_money
;
}
});
return
sum
;
},
},
data
()
{
return
{
formInline
:
{
...
...
@@ -134,6 +115,7 @@ export default {
};
},
watch
:
{},
computed
:
{},
created
()
{
if
(
this
.
$route
.
query
.
service_id
)
{
this
.
get_one_service
(
this
.
$route
.
query
);
...
...
@@ -455,7 +437,6 @@ export default {
padding
:
20px
;
text-align
:
right
;
margin
:
20px
0
;
position
:
relative
;
}
.applybtn
{
color
:
rgba
(
252
,
239
,
214
,
1
);
...
...
@@ -468,56 +449,6 @@ export default {
border-radius
:
8px
;
margin-left
:
20px
;
cursor
:
pointer
;
position
:
absolute
;
top
:
20px
;
right
:
20px
;
}
.fyzj_item
{
position
:
relative
;
}
.fyzj
{
color
:
#242c43
;
font-size
:
18px
;
margin-right
:
10px
;
text-align
:
right
;
position
:
relative
;
top
:
-8px
;
right
:
210px
;
line-height
:
26px
;
}
.fyzj_p
{
margin-bottom
:
6px
;
}
.fyzj_span
{
color
:
#e56600
;
font-size
:
24px
;
font-weight
:
bold
;
}
.fyzj_qian
{
color
:
#e56600
;
font-size
:
14px
;
}
.ckfymx
{
color
:
#58617a
;
font-size
:
14px
;
}
.ckfymx_a
{
color
:
#58617a
;
}
.ckfymx_qian
{
display
:
inline-block
;
margin-left
:
20px
;
position
:
relative
;
color
:
#a9aec0
;
}
.ckfymx_qian
::after
{
content
:
""
;
position
:
absolute
;
width
:
1px
;
height
:
16px
;
background
:
#bcc1d0
;
left
:
-10px
;
top
:
2px
;
}
.count_money
{
float
:
right
;
...
...
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