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
a9be64d5
Commit
a9be64d5
authored
Jun 16, 2020
by
张俊
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'zj' into dev
parents
84f46115
440ab1ad
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
2 deletions
+18
-2
src/pages/service_shop/shop_car_apply.vue
src/pages/service_shop/shop_car_apply.vue
+18
-2
No files found.
src/pages/service_shop/shop_car_apply.vue
View file @
a9be64d5
<
template
>
<div
class=
"apply_container"
>
<info-list
:list_arr=
"module_arr"
>
<apply-form
slot=
"apply_info"
></apply-form>
<apply-form
ref=
"apply_info"
slot=
"apply_info"
></apply-form>
<service-list
slot=
"apply_service"
:service_arr=
"service_arr"
></service-list>
</info-list>
<div
class=
"footout"
>
<span>
共
{{
service_arr
.
length
}}
项服务
</span>
<span
class=
"applybtn"
>
提交申请
</span>
<span
class=
"applybtn"
@
click=
"sub_service()"
>
提交申请
</span>
</div>
</div>
</
template
>
...
...
@@ -115,6 +115,22 @@ export default {
},
methods
:
{
sub_service
(){
console
.
log
(
this
.
$refs
.
apply_info
.
formInline
);
// var temp = {
// "apply_part":{
// "o_name":"部门联系人姓名",
// "o_mobile":"部门联系人电话 / 手机号 或 固话"
// },
// carts:[]
// }
// this.$http
// .post(`/apaas/serviceapp/v3/shopcart/apply`)
// .then(response => {
// console.log(response);
// })
},
get_car_list
(){
this
.
service_arr
=
[]
this
.
$http
...
...
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