|
@@ -1669,15 +1669,17 @@
|
|
|
<div style="display: flex;align-items: center;margin-top: 6px">
|
|
|
同城互认:
|
|
|
1.无
|
|
|
- <el-checkbox v-model="patient.tchrw"></el-checkbox>
|
|
|
+ <el-checkbox true-value="1" false-value="0" v-model="patient.tchrw"></el-checkbox>
|
|
|
<span style="margin-left: 12px">2.影像检查</span>
|
|
|
- <el-checkbox v-model="patient.tchryxjc"></el-checkbox>
|
|
|
+
|
|
|
+ <el-checkbox true-value="1" false-value="0" v-model="patient.tchryxjc"></el-checkbox>
|
|
|
<span style="margin-left: 12px">3.检验检查</span>
|
|
|
- <el-checkbox v-model="patient.tchrjyjc"></el-checkbox>
|
|
|
+ <el-checkbox true-value="1" false-value="0" v-model="patient.tchrjyjc"></el-checkbox>
|
|
|
<span style="margin-left: 12px">4.病理检查</span>
|
|
|
- <el-checkbox v-model="patient.tchrbljc"></el-checkbox>
|
|
|
+ <el-checkbox true-value="1" false-value="0" v-model="patient.tchrbljc"></el-checkbox>
|
|
|
+
|
|
|
<span style="margin-left: 12px">9.其他</span>
|
|
|
- <el-checkbox v-model="patient.tchrqt"></el-checkbox>
|
|
|
+ <el-checkbox true-value="1" false-value="0" v-model="patient.tchrqt"></el-checkbox>
|
|
|
</div>
|
|
|
<div style="display: flex;align-items: center;margin-top: 6px">
|
|
|
临床路径管理
|
|
@@ -2429,6 +2431,7 @@ const fetchSheetInfo = row => {
|
|
|
}
|
|
|
console.log("patient",patient.value.ageDays,patientTransformData.value.ageDays)
|
|
|
patient.value.noCertReason == null?patient.value.noCertReason = "-":false;
|
|
|
+ patient.value.noCertReason == null?patient.value.noCertReason = "-":false;
|
|
|
patient.value.autopsy == null?patient.value.autopsy = "-":false;
|
|
|
patient.value.transDept == null?patientTransformData.value.transDept = "-":false;
|
|
|
patient.value.hurtReasonName == null?patientTransformData.value.hurtReasonName = "-":false;
|