Browse Source

Merge branch 'master' of http://192.168.1.220:10080/raolu/PC-application

yingzhou 6 years ago
parent
commit
58908c2b8b
1 changed files with 1 additions and 3 deletions
  1. 1 3
      app/rehabilitation/js/health_control.js

+ 1 - 3
app/rehabilitation/js/health_control.js

@ -203,8 +203,6 @@ layui.use('element', function () {
                            vm.wujilu = true
                        }
                        vm.docInfo = JSON.parse(window.localStorage.getItem('wlyyAgent'))
                        vm.docCode=vm.docInfo.code
                        console.log(vm.docCode)
                        vm.doctorType = vm.docInfo.doctorType
                        if (vm.doctorType != 1) {
                            $(".neironglef>button:nth-child(1)").attr('disabled', "true")
@ -217,7 +215,7 @@ layui.use('element', function () {
                            vm.isLeader = res.data.isLeader//0非团队长 1团队长
                            vm.level=res.data.level//1专科医生,2全科医生,3健康管理师
                            vm.planCreateUser //创建者跟登录者相等可中止操作
                            console.log(vm.doctorType)
                            vm.docCode=res.data.code
                            for (var i = 0; i < vm.tablelist.length; i++) {
                                if(vm.docCode!=vm.planCreateUser){
                                    $("#stopBtn_" + vm.tablelist[i].id).attr('disabled', "true")