|
|
@ -200,10 +200,10 @@ |
|
|
<FollowCriticalCheck /> |
|
|
<FollowCriticalCheck /> |
|
|
</el-dialog> |
|
|
</el-dialog> |
|
|
<!-- 体检人员登记 --> |
|
|
<!-- 体检人员登记 --> |
|
|
<el-dialog :title="patient_register.id ? '体检人员--编辑' : '体检人员--新增'" :visible.sync="dialogWin.PatientRegisterEdit" |
|
|
|
|
|
|
|
|
<el-dialog :title="patient_register.id ? '体检人员--编辑' : '体检人员--新增'" :visible.sync="dialogWin.PatientRegisterEdit2" |
|
|
:close-on-click-modal="false" fullscreen @close="closeDialogWinPatientRegisterEdit"> |
|
|
:close-on-click-modal="false" fullscreen @close="closeDialogWinPatientRegisterEdit"> |
|
|
<!-- :formInitData="formData" --> |
|
|
<!-- :formInitData="formData" --> |
|
|
<PatientRegisterEdit style="z-index:30001;" :isDoctor="'1'" :patientRegisterId="patient_register.id" |
|
|
|
|
|
|
|
|
<PatientRegisterEdit2 style="z-index:30001;" :isDoctor="'1'" :patientRegisterId="patient_register.id" |
|
|
:editTimes="editTimes" :refreshRegister="refreshRegister" /> |
|
|
:editTimes="editTimes" :refreshRegister="refreshRegister" /> |
|
|
</el-dialog> |
|
|
</el-dialog> |
|
|
<el-dialog title="设置体检日期" style="z-index:30002;" :visible.sync="dialogVisibleSetStartDate" |
|
|
<el-dialog title="设置体检日期" style="z-index:30002;" :visible.sync="dialogVisibleSetStartDate" |
|
|
@ -274,7 +274,7 @@ import FollowCriticalCheck from "../../components/follow/FollowCriticalCheck.vue |
|
|
|
|
|
|
|
|
import moment from 'moment'; |
|
|
import moment from 'moment'; |
|
|
import Follow from "@/components/follow/follow.vue"; |
|
|
import Follow from "@/components/follow/follow.vue"; |
|
|
import PatientRegisterEdit from "../../components/patientRegister/PatientRegisterEdit.vue"; |
|
|
|
|
|
|
|
|
import PatientRegisterEdit2 from "../../components/patientRegister/PatientRegisterEdit.vue"; |
|
|
import PatientRegisterList from "../../components/doctorCheck/PatientRegisterList.vue"; |
|
|
import PatientRegisterList from "../../components/doctorCheck/PatientRegisterList.vue"; |
|
|
|
|
|
|
|
|
import CheckDetails from "../../components/sumDoctorCheck/CheckDetails.vue"; |
|
|
import CheckDetails from "../../components/sumDoctorCheck/CheckDetails.vue"; |
|
|
@ -299,7 +299,7 @@ export default { |
|
|
PacsImgPreview, |
|
|
PacsImgPreview, |
|
|
PacsDcmPreview, |
|
|
PacsDcmPreview, |
|
|
FollowCriticalCheck, |
|
|
FollowCriticalCheck, |
|
|
PatientRegisterEdit, |
|
|
|
|
|
|
|
|
PatientRegisterEdit2, // 区分人员登记与医生诊台 找开,不然会发生黑屏问题 |
|
|
PatientRegisterList, |
|
|
PatientRegisterList, |
|
|
CheckDetails, |
|
|
CheckDetails, |
|
|
SumItems, |
|
|
SumItems, |
|
|
@ -1206,7 +1206,7 @@ export default { |
|
|
//this.formData = Object.assign({},this.formInitData,{medicalStartDate:moment(this.medicalStartDate).format('yyyy-MM-DD')}) |
|
|
//this.formData = Object.assign({},this.formInitData,{medicalStartDate:moment(this.medicalStartDate).format('yyyy-MM-DD')}) |
|
|
// this.patient_register.id = '' |
|
|
// this.patient_register.id = '' |
|
|
this.dataTransOpts.tableS.patient_register.id = '' |
|
|
this.dataTransOpts.tableS.patient_register.id = '' |
|
|
this.dialogWin.PatientRegisterEdit = true |
|
|
|
|
|
|
|
|
this.dialogWin.PatientRegisterEdit2 = true |
|
|
setTimeout(() => { |
|
|
setTimeout(() => { |
|
|
this.dataTransOpts.refresh.patient_register.S++ |
|
|
this.dataTransOpts.refresh.patient_register.S++ |
|
|
}, 20); |
|
|
}, 20); |
|
|
@ -1263,7 +1263,7 @@ export default { |
|
|
// this.formData = Object.assign({},this.doctorCheck.prBase) |
|
|
// this.formData = Object.assign({},this.doctorCheck.prBase) |
|
|
|
|
|
|
|
|
//console.log(this.patientRegister.patientRegisterRd,this.patientRegister.prList) |
|
|
//console.log(this.patientRegister.patientRegisterRd,this.patientRegister.prList) |
|
|
this.dialogWin.PatientRegisterEdit = true; |
|
|
|
|
|
|
|
|
this.dialogWin.PatientRegisterEdit2 = true; |
|
|
setTimeout(() => { |
|
|
setTimeout(() => { |
|
|
this.dataTransOpts.refresh.patient_register.S++ |
|
|
this.dataTransOpts.refresh.patient_register.S++ |
|
|
}, 20); |
|
|
}, 20); |
|
|
|