diff --git a/pages/list/list.vue b/pages/list/list.vue index f7c31e9..8672e17 100644 --- a/pages/list/list.vue +++ b/pages/list/list.vue @@ -531,7 +531,7 @@ uni.setStorageSync("registerPhone", this.phone); await getUserProfile(); //获取用户信息 const userInfo = JSON.parse(uni.getStorageSync('userInfo')); - // this.isManager = userInfo.salt === '物业人员' + this.isManager = userInfo.salt === '物业人员' if(this.isManager) { //是物业人员 this.account = '' //物业人员不允许传申请者工号 } else { diff --git a/pages/list/list.vue b/pages/list/list.vue index f7c31e9..8672e17 100644 --- a/pages/list/list.vue +++ b/pages/list/list.vue @@ -531,7 +531,7 @@ uni.setStorageSync("registerPhone", this.phone); await getUserProfile(); //获取用户信息 const userInfo = JSON.parse(uni.getStorageSync('userInfo')); - // this.isManager = userInfo.salt === '物业人员' + this.isManager = userInfo.salt === '物业人员' if(this.isManager) { //是物业人员 this.account = '' //物业人员不允许传申请者工号 } else { diff --git a/pages/mine/mine.vue b/pages/mine/mine.vue index 6bf5e6d..f7bb918 100644 --- a/pages/mine/mine.vue +++ b/pages/mine/mine.vue @@ -41,7 +41,7 @@ list: [ { id: 'number', - name: '员工号', + name: '员工证件编号', value: '' }, { @@ -61,7 +61,7 @@ }, ], popShow: false, //控制授权手机号弹出框 - ServiceTel: '987183691' + ServiceTel: '020-61228107' } }, mounted() { @@ -138,7 +138,7 @@ //证件类型:1工作证 、 2出入证 this.$set(this.list, 0, { id: 'number', - name: '员工号', + name: '员工证件编号', value: userInfo.account }); this.$set(this.list, 1, { @@ -149,7 +149,7 @@ this.$set(this.list, 2, { id: 'documentTypeName', name: '证件类型', - value: userInfo.documentType + value: userInfo.documentTypeName }); this.$set(this.list, 3, { id: 'phone', diff --git a/pages/list/list.vue b/pages/list/list.vue index f7c31e9..8672e17 100644 --- a/pages/list/list.vue +++ b/pages/list/list.vue @@ -531,7 +531,7 @@ uni.setStorageSync("registerPhone", this.phone); await getUserProfile(); //获取用户信息 const userInfo = JSON.parse(uni.getStorageSync('userInfo')); - // this.isManager = userInfo.salt === '物业人员' + this.isManager = userInfo.salt === '物业人员' if(this.isManager) { //是物业人员 this.account = '' //物业人员不允许传申请者工号 } else { diff --git a/pages/mine/mine.vue b/pages/mine/mine.vue index 6bf5e6d..f7bb918 100644 --- a/pages/mine/mine.vue +++ b/pages/mine/mine.vue @@ -41,7 +41,7 @@ list: [ { id: 'number', - name: '员工号', + name: '员工证件编号', value: '' }, { @@ -61,7 +61,7 @@ }, ], popShow: false, //控制授权手机号弹出框 - ServiceTel: '987183691' + ServiceTel: '020-61228107' } }, mounted() { @@ -138,7 +138,7 @@ //证件类型:1工作证 、 2出入证 this.$set(this.list, 0, { id: 'number', - name: '员工号', + name: '员工证件编号', value: userInfo.account }); this.$set(this.list, 1, { @@ -149,7 +149,7 @@ this.$set(this.list, 2, { id: 'documentTypeName', name: '证件类型', - value: userInfo.documentType + value: userInfo.documentTypeName }); this.$set(this.list, 3, { id: 'phone', diff --git a/pagesA/checkListInfo/checkListInfo.vue b/pagesA/checkListInfo/checkListInfo.vue index f68e1ec..7091762 100644 --- a/pagesA/checkListInfo/checkListInfo.vue +++ b/pagesA/checkListInfo/checkListInfo.vue @@ -108,7 +108,7 @@ staffPhone: '', // 申请者手机号 status: '', //申请状态 }, - ServiceTel: '987183691' //客服电话 + ServiceTel: '020-61228107' //客服电话 } }, onLoad(options) { diff --git a/pages/list/list.vue b/pages/list/list.vue index f7c31e9..8672e17 100644 --- a/pages/list/list.vue +++ b/pages/list/list.vue @@ -531,7 +531,7 @@ uni.setStorageSync("registerPhone", this.phone); await getUserProfile(); //获取用户信息 const userInfo = JSON.parse(uni.getStorageSync('userInfo')); - // this.isManager = userInfo.salt === '物业人员' + this.isManager = userInfo.salt === '物业人员' if(this.isManager) { //是物业人员 this.account = '' //物业人员不允许传申请者工号 } else { diff --git a/pages/mine/mine.vue b/pages/mine/mine.vue index 6bf5e6d..f7bb918 100644 --- a/pages/mine/mine.vue +++ b/pages/mine/mine.vue @@ -41,7 +41,7 @@ list: [ { id: 'number', - name: '员工号', + name: '员工证件编号', value: '' }, { @@ -61,7 +61,7 @@ }, ], popShow: false, //控制授权手机号弹出框 - ServiceTel: '987183691' + ServiceTel: '020-61228107' } }, mounted() { @@ -138,7 +138,7 @@ //证件类型:1工作证 、 2出入证 this.$set(this.list, 0, { id: 'number', - name: '员工号', + name: '员工证件编号', value: userInfo.account }); this.$set(this.list, 1, { @@ -149,7 +149,7 @@ this.$set(this.list, 2, { id: 'documentTypeName', name: '证件类型', - value: userInfo.documentType + value: userInfo.documentTypeName }); this.$set(this.list, 3, { id: 'phone', diff --git a/pagesA/checkListInfo/checkListInfo.vue b/pagesA/checkListInfo/checkListInfo.vue index f68e1ec..7091762 100644 --- a/pagesA/checkListInfo/checkListInfo.vue +++ b/pagesA/checkListInfo/checkListInfo.vue @@ -108,7 +108,7 @@ staffPhone: '', // 申请者手机号 status: '', //申请状态 }, - ServiceTel: '987183691' //客服电话 + ServiceTel: '020-61228107' //客服电话 } }, onLoad(options) { diff --git a/pagesA/submitInfo/submitInfo.vue b/pagesA/submitInfo/submitInfo.vue index d3a7a41..4860d3f 100644 --- a/pagesA/submitInfo/submitInfo.vue +++ b/pagesA/submitInfo/submitInfo.vue @@ -95,6 +95,7 @@