From 70c6d911602d08fe2b03135d490342b97201a788 Mon Sep 17 00:00:00 2001 From: zzy <411037547@qq.com> Date: Fri, 9 Sep 2022 15:12:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E6=A8=A1=E5=9D=97=E6=9D=83?= =?UTF-8?q?=E9=99=90=E9=AA=8C=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 100 ++++ .../abnormalaudit/components/listUnit.vue | 107 +++++ pages/autoTest/abnormalaudit/detail.vue | 297 ++++++++++++ pages/autoTest/abnormalaudit/index.vue | 439 +++++++++++++++++ .../components/listUnit.vue | 122 +++++ pages/autoTest/abnormalauditreport/detail.vue | 195 ++++++++ pages/autoTest/abnormalauditreport/index.vue | 435 +++++++++++++++++ .../components/listUnit.vue | 121 +++++ .../autoTest/abnormalauditsummary/detail.vue | 205 ++++++++ pages/autoTest/abnormalauditsummary/index.vue | 449 ++++++++++++++++++ .../endaccountreport/components/listUnit.vue | 122 +++++ pages/autoTest/endaccountreport/detail.vue | 208 ++++++++ pages/autoTest/endaccountreport/index.vue | 449 ++++++++++++++++++ .../serverpartreport/components/listUnit.vue | 103 ++++ pages/autoTest/serverpartreport/detail.vue | 246 ++++++++++ pages/autoTest/serverpartreport/index.vue | 430 +++++++++++++++++ pages/index/index.vue | 17 +- 17 files changed, 4037 insertions(+), 8 deletions(-) create mode 100644 pages/autoTest/abnormalaudit/components/listUnit.vue create mode 100644 pages/autoTest/abnormalaudit/detail.vue create mode 100644 pages/autoTest/abnormalaudit/index.vue create mode 100644 pages/autoTest/abnormalauditreport/components/listUnit.vue create mode 100644 pages/autoTest/abnormalauditreport/detail.vue create mode 100644 pages/autoTest/abnormalauditreport/index.vue create mode 100644 pages/autoTest/abnormalauditsummary/components/listUnit.vue create mode 100644 pages/autoTest/abnormalauditsummary/detail.vue create mode 100644 pages/autoTest/abnormalauditsummary/index.vue create mode 100644 pages/autoTest/endaccountreport/components/listUnit.vue create mode 100644 pages/autoTest/endaccountreport/detail.vue create mode 100644 pages/autoTest/endaccountreport/index.vue create mode 100644 pages/autoTest/serverpartreport/components/listUnit.vue create mode 100644 pages/autoTest/serverpartreport/detail.vue create mode 100644 pages/autoTest/serverpartreport/index.vue diff --git a/pages.json b/pages.json index f6af8d3..ee089c6 100644 --- a/pages.json +++ b/pages.json @@ -568,6 +568,106 @@ } } ] + }, + { + "root": "pages/autoTest/endaccountreport", + "pages": [ + { + "path": "index", + "style": + { + "enablePullDownRefresh": true, + "navigationBarTitleText": "服务区营收数据汇总" + } + }, + { + "path": "detail", + "style": + { + "navigationBarTitleText": "服务区营收数据汇总详情" + } + } + ] + }, + { + "root": "pages/autoTest/abnormalauditreport", + "pages": [ + { + "path": "index", + "style": + { + "enablePullDownRefresh": true, + "navigationBarTitleText": "服务区现场稽核异常汇总" + } + }, + { + "path": "detail", + "style": + { + "navigationBarTitleText": "服务区现场稽核异常汇总详情" + } + } + ] + }, + { + "root": "pages/autoTest/serverpartreport", + "pages": [ + { + "path": "index", + "style": + { + "enablePullDownRefresh": true, + "navigationBarTitleText": "服务区营收汇总" + } + }, + { + "path": "detail", + "style": + { + "navigationBarTitleText": "服务区营收汇总详情" + } + } + ] + }, + { + "root": "pages/autoTest/abnormalauditsummary", + "pages": [ + { + "path": "index", + "style": + { + "enablePullDownRefresh": true, + "navigationBarTitleText": "现场稽核异常表服务区站点汇总" + } + }, + { + "path": "detail", + "style": + { + "navigationBarTitleText": "现场稽核异常表服务区站点汇总详情" + } + } + ] + }, + { + "root": "pages/autoTest/abnormalaudit", + "pages": [ + { + "path": "index", + "style": + { + "enablePullDownRefresh": true, + "navigationBarTitleText": "现场稽核异常表" + } + }, + { + "path": "detail", + "style": + { + "navigationBarTitleText": "现场稽核异常表详情" + } + } + ] } ], "globalStyle": { diff --git a/pages/autoTest/abnormalaudit/components/listUnit.vue b/pages/autoTest/abnormalaudit/components/listUnit.vue new file mode 100644 index 0000000..80e2400 --- /dev/null +++ b/pages/autoTest/abnormalaudit/components/listUnit.vue @@ -0,0 +1,107 @@ + + + + diff --git a/pages/autoTest/abnormalaudit/detail.vue b/pages/autoTest/abnormalaudit/detail.vue new file mode 100644 index 0000000..1a6f112 --- /dev/null +++ b/pages/autoTest/abnormalaudit/detail.vue @@ -0,0 +1,297 @@ + + + diff --git a/pages/autoTest/abnormalaudit/index.vue b/pages/autoTest/abnormalaudit/index.vue new file mode 100644 index 0000000..03be17d --- /dev/null +++ b/pages/autoTest/abnormalaudit/index.vue @@ -0,0 +1,439 @@ + + + diff --git a/pages/autoTest/abnormalauditreport/components/listUnit.vue b/pages/autoTest/abnormalauditreport/components/listUnit.vue new file mode 100644 index 0000000..d963a40 --- /dev/null +++ b/pages/autoTest/abnormalauditreport/components/listUnit.vue @@ -0,0 +1,122 @@ + + + + diff --git a/pages/autoTest/abnormalauditreport/detail.vue b/pages/autoTest/abnormalauditreport/detail.vue new file mode 100644 index 0000000..597691a --- /dev/null +++ b/pages/autoTest/abnormalauditreport/detail.vue @@ -0,0 +1,195 @@ + + + diff --git a/pages/autoTest/abnormalauditreport/index.vue b/pages/autoTest/abnormalauditreport/index.vue new file mode 100644 index 0000000..3be2f2c --- /dev/null +++ b/pages/autoTest/abnormalauditreport/index.vue @@ -0,0 +1,435 @@ + + + diff --git a/pages/autoTest/abnormalauditsummary/components/listUnit.vue b/pages/autoTest/abnormalauditsummary/components/listUnit.vue new file mode 100644 index 0000000..06eeae1 --- /dev/null +++ b/pages/autoTest/abnormalauditsummary/components/listUnit.vue @@ -0,0 +1,121 @@ + + + + diff --git a/pages/autoTest/abnormalauditsummary/detail.vue b/pages/autoTest/abnormalauditsummary/detail.vue new file mode 100644 index 0000000..710f1c4 --- /dev/null +++ b/pages/autoTest/abnormalauditsummary/detail.vue @@ -0,0 +1,205 @@ + + + diff --git a/pages/autoTest/abnormalauditsummary/index.vue b/pages/autoTest/abnormalauditsummary/index.vue new file mode 100644 index 0000000..e19997c --- /dev/null +++ b/pages/autoTest/abnormalauditsummary/index.vue @@ -0,0 +1,449 @@ + + + diff --git a/pages/autoTest/endaccountreport/components/listUnit.vue b/pages/autoTest/endaccountreport/components/listUnit.vue new file mode 100644 index 0000000..57a1229 --- /dev/null +++ b/pages/autoTest/endaccountreport/components/listUnit.vue @@ -0,0 +1,122 @@ + + + + diff --git a/pages/autoTest/endaccountreport/detail.vue b/pages/autoTest/endaccountreport/detail.vue new file mode 100644 index 0000000..9ad4414 --- /dev/null +++ b/pages/autoTest/endaccountreport/detail.vue @@ -0,0 +1,208 @@ + + + diff --git a/pages/autoTest/endaccountreport/index.vue b/pages/autoTest/endaccountreport/index.vue new file mode 100644 index 0000000..3209507 --- /dev/null +++ b/pages/autoTest/endaccountreport/index.vue @@ -0,0 +1,449 @@ + + + diff --git a/pages/autoTest/serverpartreport/components/listUnit.vue b/pages/autoTest/serverpartreport/components/listUnit.vue new file mode 100644 index 0000000..f072b67 --- /dev/null +++ b/pages/autoTest/serverpartreport/components/listUnit.vue @@ -0,0 +1,103 @@ + + + + diff --git a/pages/autoTest/serverpartreport/detail.vue b/pages/autoTest/serverpartreport/detail.vue new file mode 100644 index 0000000..413e612 --- /dev/null +++ b/pages/autoTest/serverpartreport/detail.vue @@ -0,0 +1,246 @@ + + + diff --git a/pages/autoTest/serverpartreport/index.vue b/pages/autoTest/serverpartreport/index.vue new file mode 100644 index 0000000..a908d75 --- /dev/null +++ b/pages/autoTest/serverpartreport/index.vue @@ -0,0 +1,430 @@ + + + diff --git a/pages/index/index.vue b/pages/index/index.vue index 7244e5a..1f39988 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -7,7 +7,7 @@ :key="item.id" :item ="item" :doCout="toDoMsg ? toDoMsg[item.id] : 0" - :active="item.id=='d5a9e3ef-3699-448f-abcc-819179df60bd' || menus[item.id]==1 || this.membershipType === 9999" + :active="1" @handleClick="toPage" > @@ -213,14 +213,15 @@ title: ' 温馨提示', content: '该模块正在开发,尽请期待', }) - } else if (_this.menus && (_this.menus[item.id] == 1 || - this.user.Membership_Type === 9999)) { // 记录用户访问业务事件 + // } else if (_this.menus && (_this.menus[item.id] == 1 || + // this.user.Membership_Type === 9999)) { // 记录用户访问业务事件 + } else { this.$util.toNextRoute('navigateTo', item.homeUrl) - } else if (this.user.Membership_Type !== 9999) { - uni.showToast({ - title: '您没有该模块权限', - icon: 'none' - }) + // } else if (this.user.Membership_Type !== 9999) { + // uni.showToast({ + // title: '您没有该模块权限', + // icon: 'none' + // }) } }, toPage(item) {