diff --git a/src/apps/AppGridManagement/AddUser.vue b/src/apps/AppGridManagement/AddUser.vue new file mode 100644 index 00000000..311c2633 --- /dev/null +++ b/src/apps/AppGridManagement/AddUser.vue @@ -0,0 +1,136 @@ + + + + + diff --git a/src/apps/AppGridManagement/AddUserSuccess.vue b/src/apps/AppGridManagement/AddUserSuccess.vue new file mode 100644 index 00000000..9594b23c --- /dev/null +++ b/src/apps/AppGridManagement/AddUserSuccess.vue @@ -0,0 +1,74 @@ + + + + + diff --git a/src/apps/AppGridManagement/AppGridManagement.vue b/src/apps/AppGridManagement/AppGridManagement.vue index ff9654d7..ccad0a9a 100644 --- a/src/apps/AppGridManagement/AppGridManagement.vue +++ b/src/apps/AppGridManagement/AppGridManagement.vue @@ -21,6 +21,7 @@

没有网格员权限
无法查看网格信息哦~

+
网格员信息申报
@@ -62,7 +63,7 @@ export default { ], isTab: true, isAdmin: false, - checkType: '' + checkType: 0, } }, @@ -115,6 +116,9 @@ export default { uni.$on('goback', (res) => { this.params = res }) + uni.$on('updateGird', (res) => { + this.isGirdUser() + }) }, onReachBottom() { if(!this.tabIndex) { @@ -128,6 +132,7 @@ export default { .AppGridManagement { height: 100vh; } + .pad-t32{ padding-top: 32px; } @@ -217,5 +222,16 @@ export default { color: #999; line-height: 40px; } + .add-btn{ + width: 400px; + height: 88px; + line-height: 88px; + text-align: center; + border-radius: 8px; + background-color: #3267f0; + color: #fff; + font-size: 30px; + margin: 200px auto 0; + } } diff --git a/src/apps/AppGridManagement/SelectGird.vue b/src/apps/AppGridManagement/SelectGird.vue index 5ff32bb4..e67b6ff8 100644 --- a/src/apps/AppGridManagement/SelectGird.vue +++ b/src/apps/AppGridManagement/SelectGird.vue @@ -143,7 +143,6 @@ export default { submit() { if (this.SelectGird.id != null) { uni.$emit('goback', this.SelectGird) - console.log(this.SelectGird) uni.navigateBack() } else { return this.$u.toast('请选择网格') diff --git a/src/apps/AppGridManagement/components/img/fail.png b/src/apps/AppGridManagement/components/img/fail.png new file mode 100644 index 00000000..f6eff0cd Binary files /dev/null and b/src/apps/AppGridManagement/components/img/fail.png differ diff --git a/src/apps/AppGridManagement/components/img/success.png b/src/apps/AppGridManagement/components/img/success.png new file mode 100644 index 00000000..4966d215 Binary files /dev/null and b/src/apps/AppGridManagement/components/img/success.png differ