zhangyanfang 6 vuotta sitten
vanhempi
commit
60f2106f89
1 muutettua tiedostoa jossa 24 lisäystä ja 7 poistoa
  1. 24 7
      app/followup/v1/html/fangshi-detail-8.html

+ 24 - 7
app/followup/v1/html/fangshi-detail-8.html

@ -778,9 +778,11 @@
					<div class="ui-grid">
						<div class="ui-col-0"> 呼吸音:</div>
						<div class="ui-col-1">
							<el-radio-group :disabled="!editable" v-model="oldmanData.barrel_chest">
							<el-radio-group :disabled="!editable" v-model="oldmanData.breath_sounds">
								<el-radio :label="1">1 正常</el-radio>
								<el-radio :label="2">2 异常</el-radio>
								<el-radio :label="2" class="setinput">2 异常
									<el-input :readonly="breath_sounds_abnormal_dis||!editable" v-model="oldmanData.breath_sounds_abnormal" clearable></el-input>
								</el-radio>
							</el-radio-group>
						</div>
					</div>
@ -791,7 +793,7 @@
					<div class="ui-grid">
						<div class="ui-col-0"> 罗 &#x3000;音:</div>
						<div class="ui-col-1">
							<el-radio-group :disabled="!editable" v-model="oldmanData.barrel_chest">
							<el-radio-group :disabled="!editable" v-model="oldmanData.rale">
								<el-radio :label="1">1 无</el-radio>
								<el-radio :label="2">2 干罗音</el-radio>
								<el-radio :label="3">3 湿罗音</el-radio>
@ -2066,6 +2068,7 @@
						health_examination_abnormal2_dis: true,
						health_examination_abnormal3_dis: true,
						health_examination_abnormal4_dis: true,
						breath_sounds_abnormal_dis:true,
						dietary_habit_check: [],
						symptom_check: [],
						breast_check: [],
@ -2104,6 +2107,12 @@
					this.getStatus()
				},
				computed: {
					rale:function(){
						return this.oldmanData.rale
					},
					breath_sounds:function(){
						return this.oldmanData.breath_sounds
					},
					dust_protective_measures: function () {
						return this.oldmanData.dust_protective_measures
					},
@ -2288,6 +2297,14 @@
							this.oldmanData.other_drinking_type = ''
						}
					},
					breath_sounds:function(i){
						if(i=='2'){
							this.breath_sounds_abnormal_dis=false
						}else{
							this.breath_sounds_abnormal_dis=true
							this.breath_sounds_abnormal=''
						}
					},
					other_system_disease: function (i) {
						if (i == '2') {
							this.other_system_disease_has_dis = false
@ -2453,7 +2470,7 @@
							this.oldmanData.tenderness_has = ''
						}
					},
					barrel_chest: function (i) {
					rale: function (i) {
						if (i == '4') {
							this.rale_abnormal_dis = false
						} else {
@ -2610,7 +2627,7 @@
					//获取当前随访状态信息  Request['id']||'1'
					getStatus: function () {
						var vm = this
						fangshiAPI.getFollowupInfo({ followupId:this.followupId|| '1888107' }).then(function (res) {
						fangshiAPI.getFollowupInfo({ followupId: this.followupId || '1888107' }).then(function (res) {
							if (res.status == 200) {
								vm.sfStatus = res.data.status
							} else {
@ -2618,8 +2635,8 @@
							}
						})
					},
					getFinishfChild:function(msg){
						this.finishedBtn=msg
					getFinishfChild: function (msg) {
						this.finishedBtn = msg
						this.getStatus()
					},
					Nnmber: function (event) {