diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index 4821034..bc4a991 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -220,6 +220,8 @@ brandInfo: indexData&&indexData.brand ? indexData.brand : null, }); } + if(tabInfo.id === 10)return util.routeTo(tabInfo.path + `?brand_id=${indexData.brand.id}`,'nT'); + util.routeTo(tabInfo.path,'nT'); }, diff --git a/src/pages/write_off/operate/operate.vue b/src/pages/write_off/operate/operate.vue index 8a810fe..d9a6272 100644 --- a/src/pages/write_off/operate/operate.vue +++ b/src/pages/write_off/operate/operate.vue @@ -69,7 +69,7 @@ export default { // 获取店铺列表 getStoreList({ page=1, - page_size=9999, + page_size=99999, brand_id='', }){ return servers.get({ diff --git a/src/subpackage/blacklist/js/api.js b/src/subpackage/blacklist/js/api.js index 1f2c492..ebcd45a 100644 --- a/src/subpackage/blacklist/js/api.js +++ b/src/subpackage/blacklist/js/api.js @@ -2,6 +2,7 @@ import { ORIGIN } from '../../../js/api'; export const BLACKLIST_API = { stadiumList:`${ORIGIN}/admin/stadium/list`, // 店铺列表 + identifyRecords:`${ORIGIN}/admin/stadium/identify/records`, // 疑似逃票的记录 } diff --git a/src/subpackage/blacklist/pages/abnormal_list/abnormal_list.vue b/src/subpackage/blacklist/pages/abnormal_list/abnormal_list.vue index 15ab5d2..e2f13d2 100644 --- a/src/subpackage/blacklist/pages/abnormal_list/abnormal_list.vue +++ b/src/subpackage/blacklist/pages/abnormal_list/abnormal_list.vue @@ -2,19 +2,19 @@ 当前门店 - + - 全部 + {{ selectStadium.name || '全部' }} - + - 核销日期:2020-08-27 + 核销日期:{{ curDate || '' }} @@ -50,16 +50,86 @@