|
@ -299,25 +299,25 @@
|
|
|
</td>
|
|
|
<td style="vertical-align: initial;">
|
|
|
其他:
|
|
|
<el-input type="textarea" :readonly="!editable"
|
|
|
<el-input type="textarea" :readonly="!editable" :rows="12"
|
|
|
v-model="parient.data[0].symptom_other_desc" placeholder=""
|
|
|
clearable></el-input>
|
|
|
</td>
|
|
|
<td style="vertical-align: initial;">
|
|
|
其他:
|
|
|
<el-input type="textarea" :readonly="!editable"
|
|
|
<el-input type="textarea" :readonly="!editable" :rows="12"
|
|
|
v-model="parient.data[1].symptom_other_desc" placeholder=""
|
|
|
clearable></el-input>
|
|
|
</td>
|
|
|
<td style="vertical-align: initial;">
|
|
|
其他:
|
|
|
<el-input type="textarea" :readonly="!editable"
|
|
|
<el-input type="textarea" :readonly="!editable" :rows="12"
|
|
|
v-model="parient.data[2].symptom_other_desc" placeholder=""
|
|
|
clearable></el-input>
|
|
|
</td>
|
|
|
<td style="vertical-align: initial;">
|
|
|
其他:
|
|
|
<el-input type="textarea" :readonly="!editable"
|
|
|
<el-input type="textarea" :readonly="!editable" :rows="12"
|
|
|
v-model="parient.data[3].symptom_other_desc" placeholder=""
|
|
|
clearable></el-input>
|
|
|
</td>
|
|
@ -799,13 +799,6 @@
|
|
|
<tr>
|
|
|
<td class="col-w200 c-t-center">停止治疗及原因</td>
|
|
|
<td colspan="4">
|
|
|
<el-input type="textarea" :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td rowspan="2" class="col-w200 c-t-center">全程管理情况</td>
|
|
|
<td colspan="4">
|
|
|
<div>
|
|
|
1.出现停止治疗时间年月日:
|
|
|
<el-date-picker :readonly="!editable" value-format="yyyy-MM-dd"
|
|
|
v-model="parient.stop_treate.date" type="date"
|
|
@ -819,28 +812,29 @@
|
|
|
<el-radio :disabled="!editable" v-model="radio" label="3">丢失</el-radio>
|
|
|
<el-radio :disabled="!editable" v-model="radio" label="4">转入耐多药治疗</el-radio>
|
|
|
</el-radio-group>
|
|
|
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td rowspan="2" class="col-w200 c-t-center">全程管理情况</td>
|
|
|
<td colspan="4">
|
|
|
<div class="setinput">
|
|
|
应访视患者<el-input style="width:70px;" type="text" :readonly="!editable"
|
|
|
v-model="parient.management.plan_followup_times"
|
|
|
placeholder="" clearable></el-input>次,
|
|
|
实际访视<el-input style="width:70px;" type="text" :readonly="!editable"
|
|
|
v-model="parient.management.real_followup_times"
|
|
|
placeholder="" clearable></el-input>次
|
|
|
</div>
|
|
|
<div style="border-top:1px solid #e1e1e1;padding:10px 0;">
|
|
|
<div class="setinput">
|
|
|
应访视患者<el-input style="width:70px;" type="text" :readonly="!editable"
|
|
|
v-model="parient.management.plan_followup_times"
|
|
|
placeholder="" clearable></el-input>次,
|
|
|
实际访视应访视患者<el-input style="width:70px;" type="text" :readonly="!editable"
|
|
|
v-model="parient.management.real_followup_times"
|
|
|
placeholder="" clearable></el-input>次
|
|
|
</div>
|
|
|
<div class="setinput">
|
|
|
患者在疗程中,应服药<el-input style="width:70px;" type="text" :readonly="!editable"
|
|
|
v-model="parient.management.plan_take_drug_times"
|
|
|
placeholder="" clearable></el-input>次,
|
|
|
实际服药<el-input style="width:70px;" type="text" :readonly="!editable"
|
|
|
v-model="parient.management.real_take_drug_times"
|
|
|
placeholder="" clearable></el-input>次,
|
|
|
服药率<el-input style="width:70px;" type="text" :readonly="!editable"
|
|
|
v-model="percent"
|
|
|
placeholder="" clearable></el-input>%
|
|
|
</div>
|
|
|
<div class="setinput">
|
|
|
患者在疗程中,应服药<el-input style="width:70px;" type="text" :readonly="!editable"
|
|
|
v-model="parient.management.plan_take_drug_times"
|
|
|
placeholder="" clearable></el-input>次,
|
|
|
实际服药<el-input style="width:70px;" type="text" :readonly="!editable"
|
|
|
v-model="parient.management.real_take_drug_times"
|
|
|
placeholder="" clearable></el-input>次,
|
|
|
服药率<el-input style="width:70px;" type="text" :readonly="!editable"
|
|
|
v-model="percent"
|
|
|
placeholder="" clearable></el-input>%
|
|
|
</div>
|
|
|
</td>
|
|
|
</tr>
|