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
6708a3a1
Commit
6708a3a1
authored
Jun 16, 2020
by
徐一鸣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
服务超市立即申请功能
parent
ea02ecda
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
1 deletion
+16
-1
src/components/service-info/service-info.vue
src/components/service-info/service-info.vue
+10
-1
src/pages/service_shop/sjfwDetail.vue
src/pages/service_shop/sjfwDetail.vue
+2
-0
src/pages/service_shop/skfwDetail.vue
src/pages/service_shop/skfwDetail.vue
+2
-0
src/pages/service_shop/zhfwDetail.vue
src/pages/service_shop/zhfwDetail.vue
+2
-0
No files found.
src/components/service-info/service-info.vue
View file @
6708a3a1
...
@@ -182,7 +182,16 @@ export default {
...
@@ -182,7 +182,16 @@ export default {
});
});
},
},
applyImmediately
()
{
applyImmediately
()
{
console
.
log
(
"
applyImmediately
"
);
this
.
$router
.
push
({
path
:
"
/shop/shop_car_apply
"
,
query
:
{
service_id
:
parseFloat
(
this
.
data
.
service_id
),
duration
:
this
.
duration
,
spec_id
:
this
.
specification
.
id
,
spec_pv
:
this
.
specification
.
pv
,
spec_count
:
this
.
specification
.
count
,
},
});
},
},
},
},
mounted
()
{
mounted
()
{
...
...
src/pages/service_shop/sjfwDetail.vue
View file @
6708a3a1
...
@@ -61,6 +61,8 @@ export default {
...
@@ -61,6 +61,8 @@ export default {
datas
.
serviceRequestSpcs
.
map
((
item
)
=>
({
datas
.
serviceRequestSpcs
.
map
((
item
)
=>
({
id
:
item
.
id
,
id
:
item
.
id
,
type
:
item
.
type
,
type
:
item
.
type
,
pv
:
item
.
pv
,
count
:
item
.
count
,
name
:
`访问次数:
${
item
.
pv
}
/日 访问量:
${
item
.
count
}
/日`
,
name
:
`访问次数:
${
item
.
pv
}
/日 访问量:
${
item
.
count
}
/日`
,
descript
:
item
.
des
,
descript
:
item
.
des
,
})))
||
})))
||
...
...
src/pages/service_shop/skfwDetail.vue
View file @
6708a3a1
...
@@ -65,6 +65,8 @@ export default {
...
@@ -65,6 +65,8 @@ export default {
datas
.
serviceRequestSpcs
.
map
((
item
)
=>
({
datas
.
serviceRequestSpcs
.
map
((
item
)
=>
({
id
:
item
.
id
,
id
:
item
.
id
,
type
:
item
.
type
,
type
:
item
.
type
,
pv
:
item
.
pv
,
count
:
item
.
count
,
name
:
`访问次数:
${
item
.
pv
}
/日 访问量:
${
item
.
count
}
/日`
,
name
:
`访问次数:
${
item
.
pv
}
/日 访问量:
${
item
.
count
}
/日`
,
descript
:
item
.
des
,
descript
:
item
.
des
,
})))
||
})))
||
...
...
src/pages/service_shop/zhfwDetail.vue
View file @
6708a3a1
...
@@ -65,6 +65,8 @@ export default {
...
@@ -65,6 +65,8 @@ export default {
datas
.
serviceRequestSpcs
.
map
((
item
)
=>
({
datas
.
serviceRequestSpcs
.
map
((
item
)
=>
({
id
:
item
.
id
,
id
:
item
.
id
,
type
:
item
.
type
,
type
:
item
.
type
,
pv
:
item
.
pv
,
count
:
item
.
count
,
name
:
`访问次数:
${
item
.
pv
}
/日 访问量:
${
item
.
count
}
/日`
,
name
:
`访问次数:
${
item
.
pv
}
/日 访问量:
${
item
.
count
}
/日`
,
descript
:
item
.
des
,
descript
:
item
.
des
,
})))
||
})))
||
...
...
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