hd před 4 měsíci
rodič
revize
68c987b0b7
1 změnil soubory, kde provedl 42 přidání a 36 odebrání
  1. 42 36
      component/statistics/CopdRecordSearch/index.js

+ 42 - 36
component/statistics/CopdRecordSearch/index.js

@ -103,7 +103,7 @@ Vue.component('copd-record-search', {
      //   vm.communityCode = ''
      // }
      // vm.teamCode = ''
    },
    }
    // areaCode: function (val) {
    //   var vm = this
    //   vm.selChange(3)
@ -269,11 +269,11 @@ Vue.component('copd-record-search', {
        diseaseConversion: this.diseaseConversion,
        age: this.age
      }
      if(this.rangeCode == "hospital"){
      if (this.rangeCode == 'hospital') {
        params.hospital = this.communityCode
      }
      console.log("tableheader");
      
      console.log('tableheader')
      statisticAPI
        .manageInfo(params)
        .then(function (res) {
@ -283,10 +283,10 @@ Vue.component('copd-record-search', {
            if (vm.tabledata.length) {
              vm.tableHeader = []
              if(vm.rangeCode =='town'){
                vm.tableHeader.push({prop:'townName',label: '地区',width: '100',align:'center'})
              }else{
                vm.tableHeader.push({prop:'hospitalName',label: '社区',width: '180',align:'center'})
              if (vm.rangeCode == 'town') {
                vm.tableHeader.push({ prop: 'townName', label: '地区', width: '100', align: 'center' })
              } else {
                vm.tableHeader.push({ prop: 'hospitalName', label: '社区', width: '180', align: 'center' })
              }
              _.each(vm.tabledata[0], function (item, index) {
                if (
@ -299,7 +299,7 @@ Vue.component('copd-record-search', {
                  index != 'code' &&
                  index != 'name'
                )
                  vm.tableHeader.push({ prop: index, label: index,align:'right',headerAlign:'center' })
                  vm.tableHeader.push({ prop: index, label: index, align: 'right', headerAlign: 'center' })
              })
            }
          } else {
@ -328,12 +328,12 @@ Vue.component('copd-record-search', {
    },
    search() {
      if(this.rangeCode == 'town' && this.areaCode == null){
        this.$message.warning("请选择地区")
      if (this.rangeCode == 'town' && this.areaCode == null) {
        this.$message.warning('请选择地区')
        return
      }
      if(this.rangeCode == 'hospital' && this.communityCode == null){
        this.$message.warning("请选择社区")
      if (this.rangeCode == 'hospital' && this.communityCode == null) {
        this.$message.warning('请选择社区')
        return
      }
      if (this.quotaStrArr.length) {
@ -415,28 +415,35 @@ Vue.component('copd-record-search', {
      })
    },
    resetDate() {
      ;(this.startTime = ''),
        (this.endTime = ''),
        (this.rangeCode = 'town'),
        (this.quotaStr = ''),
        (this.range = ''),
        (this.area = ''),
        (this.hospital = ''),
        (this.sex = ''),
        (this.firstVisitType = ''),
        (this.firstVisitArea = ''),
        (this.firstVisitOrgLevel = ''),
        (this.areaCode = ''),
        (this.hasLung = ''),
        (this.hasCt = ''),
        (this.hasx = ''),
        (this.hasBloodGas = ''),
        (this.hasSmoke = ''),
        (this.hasDrink = ''),
        (this.diseaseConversion = ''),
        (this.age = '')
      if(this.isGuGan){
        this.rangeCode = 'hospital'
        this.areaCode = this.docInfo.town
        this.communityCode = this.docInfo.hospital
      }else{
        this.rangeCode = 'town'
        this.areaCode = ''
        this.communityCode = ''
      }
      this.startTime = ''
      this.endTime = ''
      this.quotaStr = ''
      this.range = ''
      this.area = ''
      this.hospital = ''
      this.sex = ''
      this.firstVisitType = ''
      this.firstVisitArea = ''
      this.firstVisitOrgLevel = ''
      this.hasLung = ''
      this.hasCt = ''
      this.hasx = ''
      this.hasBloodGas = ''
      this.hasSmoke = ''
      this.hasDrink = ''
      this.diseaseConversion = ''
      this.age = ''
    },
    handleCurrentChange (val) {
    handleCurrentChange(val) {
      this.page = val
      this.search()
    },
@ -465,9 +472,8 @@ Vue.component('copd-record-search', {
      this.communityCode = this.docInfo.hospital
      // vm.receivingHospitalList = [{code:this.docInfo.hospital,name:this.docInfo.hospitalName}]
      // this.hospital = this.docInfo.hospital
      
    }
    
    EventBus.$on('copd-record-filter-change', function (event) {
      vm.quotaStrArr = event
      console.log(vm.quotaStrArr, '999sd8s9a8d9s8ad9sa89')