hd 1 vecka sedan
förälder
incheckning
a3c22933ac

+ 1 - 1
app/rehabilitation/js/service_item_content.js

@ -150,7 +150,7 @@ methods:{
					closeBtn:1,
					shift: 5,
					shadeClose: false, //点击遮罩关闭层
					content: '../../jbsc/html/questionnaire.html?fliter_code=6bcd306aaafb4e4381071346d86fadbb1'+'&fliter_title=ASCVD风险评估'+'&resident_code='+service.patient+'&resident_name='+vm.patientName+"&surveyStatus=2"+'&age='+age
					content: `../../jbsc/html/questionnaire.html?fliter_code=6bcd306aaafb4e4381071346d86fadbb1&fliter_title=ASCVD风险评估&resident_code=${service.patient}&resident_name=${vm.patientName}&surveyStatus=2&age=${age}&noswitch=1`
				});
			  })
			  return false

+ 1 - 12
component/rehabilitation/server-items-detail.js

@ -981,7 +981,6 @@ Vue.component('server-items-detail', {
      })
    },
    onViewDetail: function (item, type) {
      console.log('DSADASDADAS', this.service)
      var vm = this
      if (this.scList == 0) {
        this.$confirm('提示该居民近一年没有进行冠心病风险评估,请先进行评估,再进行随访登记', '提示', {
@ -989,7 +988,6 @@ Vue.component('server-items-detail', {
          cancelButtonText: '取消',
          type: 'warning'
        }).then(function () {
          console.log('1277777')
          top.layer.open({
            type: 2,
            area: ['820px', '648px'],
@ -1001,17 +999,8 @@ Vue.component('server-items-detail', {
            shift: 5,
            shadeClose: false, //点击遮罩关闭层
            content:
              '../../jbsc/html/questionnaire.html?fliter_code=6bcd306aaafb4e4381071346d86fadbb1' +
              '&fliter_title=ASCVD风险评估' +
              '&resident_code=' +
              vm.patientInfo.code +
              '&resident_name=' +
              vm.patientInfo.name +
              '&surveyStatus=2' +
              '&age=' +
              vm.patientInfo.age
              `../../jbsc/html/questionnaire.html?fliter_code=6bcd306aaafb4e4381071346d86fadbb1&fliter_title=ASCVD风险评估&resident_code=${vm.patientInfo.code}&resident_name=${vm.patientInfo.name}&surveyStatus=2&age=${vm.patientInfo.age}&noswitch=1`
          })
          console.log('999900000')
        })
      } else {
        var planids, recordId

+ 46 - 38
component/statistics/PatientSituation/index.js

@ -22,53 +22,53 @@ Vue.component('patient-situation', {
      chooseTime: null,
      turnStatus: null,
      turnStatusOptions: [],
      name: "",
      name: '',
      tableData: [],
      tableHeader: [
        {label: '住院号',prop: 'a'},
        {label: '病人姓名',prop: 'b'},
        {label: '性别',prop: 'c'},
        {label: '手机号',prop: 'd'},
        {label: '身份证号',prop: 'e'},
        {label: '费别',prop: 'a'},
        {label: '建床科室',prop: 'a'},
        {label: '护理等级',prop: 'a'},
        {label: '病情',prop: 'a'},
        {label: '建床诊断',prop: 'a'},
        {label: '建床日期',prop: 'a'},
        {label: '建床天数',prop: 'a'},
        {label: '撤床日期',prop: 'a'},
        {label: '撤床诊断',prop: 'a'},
        {label: '转归情况',prop: 'a'},
        { label: '住院号', prop: 'a' },
        { label: '病人姓名', prop: 'b' },
        { label: '性别', prop: 'c' },
        { label: '手机号', prop: 'd' },
        { label: '身份证号', prop: 'e' },
        { label: '费别', prop: 'a' },
        { label: '建床科室', prop: 'a' },
        { label: '护理等级', prop: 'a' },
        { label: '病情', prop: 'a' },
        { label: '建床诊断', prop: 'a' },
        { label: '建床日期', prop: 'a' },
        { label: '建床天数', prop: 'a' },
        { label: '撤床日期', prop: 'a' },
        { label: '撤床诊断', prop: 'a' },
        { label: '转归情况', prop: 'a' }
      ],
      dialogShow: false,
      settlementInfo: {
        name:'黄小蕾',
        name: '黄小蕾',
        yibao: 'dk',
        pay: '1049'
      },
      dialogTable: [],
      dialogHeader: [
        {label: '结算时间',prop: 'a',width: '120'},
        {label: '结算状态',prop: 'a',width:'80'},
        {label: '金额',prop: 'a',width: '80'},
        {label: '自付',prop: 'a',width: '80'},
        {label: '优惠金额',prop: 'a',width: '80'},
        {label: '减免金额',prop: 'a',width: '80'},
        {label: '单位支付',prop: 'a',width: '80'},
        {label: '医保支付',prop: 'a',width: '80'},
        {label: '结算总预交金',prop: 'a',width: '120'},
        {label: '结算时收退款',prop: 'a',width: '120'},
        {label: '结算后余额',prop: 'a',width: '120'},
        {label: '结算号',prop: 'a',width: '80'},
        {label: '就诊科室',prop: 'a',width: '80'},
        {label: '收费科室',prop: 'a',width: '80'},
        { label: '结算时间', prop: 'a', width: '120' },
        { label: '结算状态', prop: 'a', width: '80' },
        { label: '金额', prop: 'a', width: '80' },
        { label: '自付', prop: 'a', width: '80' },
        { label: '优惠金额', prop: 'a', width: '80' },
        { label: '减免金额', prop: 'a', width: '80' },
        { label: '单位支付', prop: 'a', width: '80' },
        { label: '医保支付', prop: 'a', width: '80' },
        { label: '结算总预交金', prop: 'a', width: '120' },
        { label: '结算时收退款', prop: 'a', width: '120' },
        { label: '结算后余额', prop: 'a', width: '120' },
        { label: '结算号', prop: 'a', width: '80' },
        { label: '就诊科室', prop: 'a', width: '80' },
        { label: '收费科室', prop: 'a', width: '80' }
      ]
    }
  },
  methods: {
    initTime() {
      var  vm = this
      var vm = this
      var now = new Date()
      vm.nowyear = vm.chooseYear = now.getFullYear()
@ -77,23 +77,31 @@ Vue.component('patient-situation', {
        vm.years.push(i)
      }
    },
    queryDate(){},
    exportTable(){},
    eliminateClick(){
    queryDate() {},
    exportTable() {},
    eliminateClick() {
      this.turnStatus = null
      this.name = ""
      this.name = ''
      this.yearType = '1'
      this.chooseYear = new Date().getFullYear()
      this.chooseTime = null
    },
    closeDialog(){
    closeDialog() {
      this.dialogShow = false
    },
    previewRecord(row){
    previewRecord(row) {
      this.dialogShow = true
    },
    getDictData() {
      var vm = this
      statisticAPI.getDictByDictName({ name: 'jkcopd_disease_conversion' }).then(function (res) {
        vm.turnStatusOptions = [{ label: '全部', value: '' }]
        vm.turnStatusOptions = vm.turnStatusOptions.concat(res.list)
      })
    }
  },
  mounted() {
    this.initTime()
    this.getDictData()
  }
})