Przeglądaj źródła

候诊查询页面,电子健康卡号太长问题

chenyue 5 lat temu
rodzic
commit
454714f8b3
1 zmienionych plików z 8 dodań i 1 usunięć
  1. 8 1
      html/informationSearch/js/waitingDoctorList.js

+ 8 - 1
html/informationSearch/js/waitingDoctorList.js

@ -11,6 +11,8 @@ var loading = dialog({
			data: {},
			dataList: [],
			length: 0,
			cardId:"",
			cardNo:"",
			code: "",
			cardlenght: 0,
			TypeList: [{}, {
@ -61,6 +63,11 @@ var loading = dialog({
									vm.data = res.data[0]
								}
							}
							vm.cardId=vm.data.id
			        		vm.cardNo=vm.data.cardNo                
                            if(vm.data.type=="2"){
                                vm.data.cardNo=vm.data.cardNo.substr(0,1)+"*************"+vm.data.cardNo.substr(vm.data.cardNo.length-4,4)
                            }
							vm.getList()
						} else {
							dialog({
@ -88,7 +95,7 @@ var loading = dialog({
			getList: function() {
				var vm = this
				sendPost("patient/diag/it", {
					cardNo: vm.data.cardNo
					cardNo: vm.cardNo
				}, "json", "get", function() {
					loading.close();
					dialog({