diff --git a/src/components/common/LocalConfig.vue b/src/components/common/LocalConfig.vue index d85d2ff..38c3d66 100644 --- a/src/components/common/LocalConfig.vue +++ b/src/components/common/LocalConfig.vue @@ -104,8 +104,7 @@ - + @@ -146,6 +145,17 @@ + + + + + + + + + + +
@@ -186,12 +196,15 @@ export default { doctorCheck: { // 医生诊台 isCheckPicture: false, // 是否显示检查图片 isSelectAll: 'N', // 录入结果时,是否全选 - isAutoNext:'N', + isAutoNext: 'N', pacsType: 'image', isQueue: 'N', //启用分诊排队 queueRoom: '', //默认分诊房间 queueItemTypeIds: [], // 检查类别 isBroadcast: 'N', // 是否广播 + }, + lisLab:{ + specimens:[], // 默认标本类型ID } }, LocalConfigInit: {}, @@ -250,6 +263,13 @@ export default { } }); + // 标本类型 + getapi("/api/app/menuinfo/getmymenuinfolist").then((res) => { + if (res.code != -1) { + this.dict.specimens = res.data; + } + }); + }, }, watch: { diff --git a/src/components/doctorCheck/CheckItemList.vue b/src/components/doctorCheck/CheckItemList.vue index 2cb15a9..18a5b64 100644 --- a/src/components/doctorCheck/CheckItemList.vue +++ b/src/components/doctorCheck/CheckItemList.vue @@ -294,7 +294,7 @@ export default { tableHeight() { let temp = this.window.pageHeight < 600 ? 600 : this.window.pageHeight; return Math.floor( - ((temp - 310 - (this.isCheckPicture ? 110 : 0)) * 3) / 5 + ((temp - 315 - (this.isCheckPicture ? 110 : 0)) * 3) / 5 ); }, }, diff --git a/src/components/doctorCheck/PacsDcmList.vue b/src/components/doctorCheck/PacsDcmList.vue index d0a9947..c04b751 100644 --- a/src/components/doctorCheck/PacsDcmList.vue +++ b/src/components/doctorCheck/PacsDcmList.vue @@ -101,7 +101,7 @@ + placeholder="请输入检查结果" :autosize="{ minRows: 6, maxRows: 6 }" />
@@ -120,7 +120,7 @@
检查结论: - +