소스 검색

筛查结果修改-bug

hd 2 달 전
부모
커밋
b23de0822f
1개의 변경된 파일21개의 추가작업 그리고 2개의 파일을 삭제
  1. 21 2
      app/jbsc/html/questionnaire.html

+ 21 - 2
app/jbsc/html/questionnaire.html

@ -1051,7 +1051,8 @@
            jbscAPI.saveAnswer(data).then(function (res) {
              top.layer.close(loadding)
              if (res.status == 200) {
                if (vm.screeningType == 'aa9bd609fd8b492296f6a34849b76520' || vm.questions[1].isThird == 3) {
                if (vm.screeningType == '6bcd306aaafb4e4381071346d86fadbb1') {
                  // 如果是填写 ascvd表单,则跳转至选择评估结果
                  top.layer.open({
                    type: 2,
                    //				  offset: ['100px'], //右下角弹出
@ -1064,7 +1065,25 @@
                    shift: 5,
                    shadeClose: false, //点击遮罩关闭层
                    // content: '../../jbsc/html/view_screening_results.html?resultCode=' + res.data,
                    content: './changeResult.html?resultCode=' + res.data,
                    content: '../../jbsc/html/changeResult.html?resultCode=' + res.data,
                    end: function () {
                      var index = top.layer.getFrameIndex(window.name) //先得到当前iframe层的索引
                      parent.eventBuss.$emit('guan_results', index)
                    }
                  })
                } else if (vm.screeningType == 'aa9bd609fd8b492296f6a34849b76520' || vm.questions[1].isThird == 3) {
                  top.layer.open({
                    type: 2,
                    //				  offset: ['100px'], //右下角弹出
                    area: ['568px', '100%'],
                    shade: 0.5,
                    title: '查看筛选结果',
                    fixed: true, //不固定
                    maxmin: true,
                    closeBtn: 1,
                    shift: 5,
                    shadeClose: false, //点击遮罩关闭层
                    content: '../../jbsc/html/view_screening_results.html?resultCode=' + res.data,
                    end: function () {
                      var index = top.layer.getFrameIndex(window.name) //先得到当前iframe层的索引
                      parent.eventBuss.$emit('guan_results', index)