2 Commits

  1. 2
      src/components/doctorCheck/ButtonList.vue
  2. 30
      src/components/doctorCheck/CheckItemList.vue
  3. 2
      src/components/patientRegister/PatientRegisterEdit.vue
  4. 2
      src/components/sumDoctorCheck/ButtonList.vue

2
src/components/doctorCheck/ButtonList.vue

@ -107,7 +107,7 @@
<div v-show="doctorCheck.doctorCheckDialogVisible" <div v-show="doctorCheck.doctorCheckDialogVisible"
:style="`z-index:2;border-radius: 10px;border: 1px solid #ddd;background-color:#FFF; position: absolute;top:50px;right:0px;width:300px;height: ${window.pageHeight - 42 - 10}px;opacity:1;`">
:style="`z-index:2;border-radius: 10px;border: 1px solid #ddd;background-color:#FFF; position: absolute;top:50px;right:120px;width:300px;height: ${window.pageHeight - 42 - 10}px;opacity:1;`">
<PatientRegisterList win="doctorCheck" :winAbsolute="true" /> <PatientRegisterList win="doctorCheck" :winAbsolute="true" />

30
src/components/doctorCheck/CheckItemList.vue

@ -120,7 +120,7 @@
<div> <div>
<!-- 结果录入模版 --> <!-- 结果录入模版 -->
<el-dialog title="结果录入模版" :visible.sync="dialogWinMoreResult" width="800px" :close-on-click-modal="false"> <el-dialog title="结果录入模版" :visible.sync="dialogWinMoreResult" width="800px" :close-on-click-modal="false">
<div style="margin-top: -10px">
<div style="margin-top: -10px" @contextmenu.prevent="onContextmenuTemplate">
<el-checkbox v-model="LocalConfig.doctorCheck.isSplitChooseResult" size="small" true-label="Y" <el-checkbox v-model="LocalConfig.doctorCheck.isSplitChooseResult" size="small" true-label="Y"
false-label="N">选结果模板时自动添加分隔符</el-checkbox> false-label="N">选结果模板时自动添加分隔符</el-checkbox>
<div style=" <div style="
@ -1226,6 +1226,34 @@ export default {
}, },
//
onContextmenuTemplate(event) {
if (!this.$peisAPI) return
let menus = [
{ type: 'separator' },
{ label: '显示明细历次结果', itemId: '显示明细历次结果', enabled: true },
{ label: '预览影像报告', itemId: '预览影像报告', enabled: true }
// { label: '', itemId: '', enabled: true },
// {
// label: '',
// submenu: [
// { label: '', itemId: '', enabled: true }
// ]
// }
]
this.$peisAPI.showContextMenu(menus)
.then(res => {
console.log('res', res)
})
.catch(err => {
console.log('err', err)
})
.finally(() => {
console.log('finally')
})
},
// //
onContextMenuDIY(data) { onContextMenuDIY(data) {
//this.$message({showClose:true,message:data}) //this.$message({showClose:true,message:data})

2
src/components/patientRegister/PatientRegisterEdit.vue

@ -1665,7 +1665,7 @@ export default {
this.peoplePhoto = 'data:image/bmp;base64,' + idNos.Photo this.peoplePhoto = 'data:image/bmp;base64,' + idNos.Photo
// this.patientRegister.photo = 'data:image/bmp;base64,' + idNos.Photo // this.patientRegister.photo = 'data:image/bmp;base64,' + idNos.Photo
// isNameContinue // isNameContinue
this.changeIdNo('Y') //
this.changeIdNo('N') // Y:N
} else { } else {
this.$message.error({ showClose: true, message: `${lres.message}` }) this.$message.error({ showClose: true, message: `${lres.message}` })
} }

2
src/components/sumDoctorCheck/ButtonList.vue

@ -100,7 +100,7 @@
</div> </div>
<div v-show="sumDoctorCheck.sumDoctorCheckDialogVisible" <div v-show="sumDoctorCheck.sumDoctorCheckDialogVisible"
:style="`z-index:3;border-radius: 10px;border: 1px solid #ddd;background-color:#FFF; position: absolute;top:50px;right:0px;width:300px;height: ${window.pageHeight - 42 - 10}px;opacity:1;`">
:style="`z-index:3;border-radius: 10px;border: 1px solid #ddd;background-color:#FFF; position: absolute;top:50px;right:120px;width:300px;height: ${window.pageHeight - 42 - 10}px;opacity:1;`">
<PatientRegisterList win="sumDoctorCheck" :winAbsolute="true" /> <PatientRegisterList win="sumDoctorCheck" :winAbsolute="true" />

Loading…
Cancel
Save