Commit 6708a3a1 authored by 徐一鸣's avatar 徐一鸣

服务超市立即申请功能

parent ea02ecda
...@@ -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() {
......
...@@ -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,
}))) || }))) ||
......
...@@ -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,
}))) || }))) ||
......
...@@ -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,
}))) || }))) ||
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment