yezehua 1 ano atrás
pai
commit
a617c49fe9
1 arquivos alterados com 9 adições e 0 exclusões
  1. 9 0
      app/statistics/js/comprehensive-query.js

+ 9 - 0
app/statistics/js/comprehensive-query.js

@ -413,6 +413,8 @@ new Vue({
		collCheck:function(data,name) {
			// console.log(arguments)
			var vm = this
			vm.diseaseReport = []
			vm.datatotal = 0
			vm.collect.forEach(function(item){
				item.children.forEach(function(o) {
					if(o.code != data.code) {
@ -442,6 +444,7 @@ new Vue({
		// 点击明细查询树形图
		handleNodeClick:function(name,data) {
			var vm = this
			vm.handleNodeId = 0
			vm.derive = name.label
			if(data.id>=33) {      //明细查询以下
				vm.handleNodeShow = 2  //  明细查询tabs为2
@ -461,6 +464,8 @@ new Vue({
			vm.checkedCities = [] //签约人群清空
			vm.specialCheckedCities = [] //下转病种清空
			vm.serveSpecialCities = [] //服务类型清空
			vm.diseaseReport = []
			vm.datatotal = 0
			vm.form = {
				endorseTheTicket:'',
				renew:'',
@ -489,6 +494,7 @@ new Vue({
			vm.currentPage = 1
			
			vm.analysFunction(vm.handleNodeId)    //明细查询列表查询 
		},
		analysFunction:function(id) {
			var vm = this
@ -960,6 +966,9 @@ new Vue({
					vm.getDeviceReport = res.data.list
					vm.getDeviceColumn = res.data.column	
					vm.getDeviceHeader = res.data.header
				} else {
					vm.loadingTwo = false
					vm.$message.error(res.msg)
				}
			})
		},