diff --git a/src/components/filter/stadium_select.vue b/src/components/filter/stadium_select.vue index 8bd3de2..fc9132a 100644 --- a/src/components/filter/stadium_select.vue +++ b/src/components/filter/stadium_select.vue @@ -3,7 +3,7 @@ 当前门店 - + @@ -38,8 +38,7 @@ export default { async initStadiums({ brand_id, stadium_id }){ if(!brand_id) return; let _ls = await this.getStadiumList(brand_id); - console.log('initStadiums:', _ls); - let _curStadium = _ls.find(e=>e.id === stadium_id); + let _curStadium = _ls.find(e=>+e.id === +stadium_id); if(_curStadium)this.curStadium = _curStadium; }, // 获取品牌店铺列表 diff --git a/src/subpackage/order/components/kvs_line.vue b/src/components/kvs_line.vue similarity index 100% rename from src/subpackage/order/components/kvs_line.vue rename to src/components/kvs_line.vue diff --git a/src/pages.json b/src/pages.json index 548efef..6b6ba06 100644 --- a/src/pages.json +++ b/src/pages.json @@ -934,6 +934,18 @@ "style" : { "navigationBarTitleText": "水阀使用详情" } + }, + { + "path": "pages/order/list", + "style" : { + "navigationBarTitleText": "浴室订单列表" + } + }, + { + "path": "pages/order/detail", + "style" : { + "navigationBarTitleText": "浴室订单详情" + } } ] } diff --git a/src/subpackage/order/components/kv_line.vue b/src/subpackage/order/components/kv_line.vue deleted file mode 100644 index 7739be3..0000000 --- a/src/subpackage/order/components/kv_line.vue +++ /dev/null @@ -1,32 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/subpackage/order/pages/timekeeping/modules/order_list/deposit.vue b/src/subpackage/order/pages/timekeeping/modules/order_list/deposit.vue index e41c60c..0de99eb 100644 --- a/src/subpackage/order/pages/timekeeping/modules/order_list/deposit.vue +++ b/src/subpackage/order/pages/timekeeping/modules/order_list/deposit.vue @@ -22,7 +22,7 @@ + + \ No newline at end of file diff --git a/src/subpackage/shower/pages/order/list.vue b/src/subpackage/shower/pages/order/list.vue new file mode 100644 index 0000000..ff52db4 --- /dev/null +++ b/src/subpackage/shower/pages/order/list.vue @@ -0,0 +1,170 @@ + + + + + \ No newline at end of file diff --git a/src/subpackage/shower/static/images/locate.png b/src/subpackage/shower/static/images/locate.png new file mode 100644 index 0000000..de596fd Binary files /dev/null and b/src/subpackage/shower/static/images/locate.png differ