取消审核
@@ -153,7 +141,25 @@
重置
+
+
+
+ 更多操作
+
+
+ 放弃明细项目检查
+ 放弃项目检查
+ 删除明细项目
+ 知情同意书
+
+
+
+
@@ -248,8 +254,13 @@
-
+
+
+
+
+
+
@@ -283,6 +294,8 @@ import SumHistory from "../../components/sumDoctorCheck/SumHistory.vue";
import OccDisease from "../../components/occDisease/OccDisease.vue"
import ImageTextReport from "../../components/occDisease/ImageTextReport.vue";
import PhoneFollowUp from "../../components/follow/PhoneFollowUp.vue";
+import PreviewCusGrant1 from "@/components/common/PreviewCusGrant.vue";
+
import MarkdownIt from "markdown-it";
const md = new MarkdownIt();
@@ -306,7 +319,8 @@ export default {
SumHistory,
OccDisease,
ImageTextReport,
- PhoneFollowUp
+ PhoneFollowUp,
+ PreviewCusGrant1
},
data() {
return {
@@ -460,12 +474,17 @@ export default {
brushTimes: 0,
patientRegisterId: ''
},
- refFollowUpParams:{
- place: 'doctor',
- followUpId: '',
- patientRegisterId: 'patient_register.id',
- criticalValueContents: '',
- brushTimes: 0
+ refFollowUpParams: {
+ place: 'doctor',
+ followUpId: '',
+ patientRegisterId: 'patient_register.id',
+ criticalValueContents: '',
+ brushTimes: 0
+ },
+ // 知情同意书参数
+ preCusGrantParams: {
+ patientRegisterId: '',
+ brushTimes: 0
}
};
},
@@ -1263,7 +1282,7 @@ export default {
// this.formData = Object.assign({},this.doctorCheck.prBase)
//console.log(this.patientRegister.patientRegisterRd,this.patientRegister.prList)
- this.dialogWin.PatientRegisterEdit2 = true;
+ this.dialogWin.PatientRegisterEdit2 = true;
setTimeout(() => {
this.dataTransOpts.refresh.patient_register.S++
}, 20);
@@ -1463,6 +1482,13 @@ export default {
this.refParams = Object.assign({}, this.refParams, { brushTimes: Number(this.refParams.brushTimes) + 1, patientRegisterId: this.patient_register.id })
},
+ // 显示知情同意书
+ previewCusGrant() {
+ this.dialogWin.previewCusGrant1 = true
+ this.preCusGrantParams.patientRegisterId = this.patient_register.id
+ this.preCusGrantParams.brushTimes++
+ },
+
//体检报告
async btnReport() {
@@ -1531,8 +1557,8 @@ export default {
// 复查/随访
btnCall() {
- if(!this.patient_register.id){
- this.$message.warning({showClose:true,message:"没有选中人员"})
+ if (!this.patient_register.id) {
+ this.$message.warning({ showClose: true, message: "没有选中人员" })
return
}
this.dialogWin.FollowUp = true
diff --git a/src/views/doctorCheck/sumDoctorCheck.vue b/src/views/doctorCheck/sumDoctorCheck.vue
index f558e53..87c10fd 100644
--- a/src/views/doctorCheck/sumDoctorCheck.vue
+++ b/src/views/doctorCheck/sumDoctorCheck.vue
@@ -462,6 +462,10 @@
- {{ (tecCols.includes(dragCol[index]?.prop) ? '\u200C' : '') + String(scope.row[dragCol[index]?.prop] ||'') }}
+ {{ (tecCols.includes(dragCol[index]?.prop) ? '\u200C' : '') +
+ String(scope.row[dragCol[index]?.prop] ||'') }}
@@ -132,6 +133,9 @@
+