Compare commits
No commits in common. "e0ed5a76805c24e5ba6ade70d526891de910d93d" and "26558472b485b9f83113c76f06379be63dfbe50b" have entirely different histories.
e0ed5a7680
...
26558472b4
4
.env
4
.env
@ -11,10 +11,10 @@ VITE_OPEN=true
|
||||
VITE_APP_TENANT_ENABLE=true
|
||||
|
||||
# 验证码的开关
|
||||
VITE_APP_CAPTCHA_ENABLE=false
|
||||
VITE_APP_CAPTCHA_ENABLE=true
|
||||
|
||||
# 文档地址的开关
|
||||
VITE_APP_DOCALERT_ENABLE=false
|
||||
VITE_APP_DOCALERT_ENABLE=true
|
||||
|
||||
# 百度统计
|
||||
VITE_APP_BAIDU_CODE = a1ff8825baa73c3a78eb96aa40325abc
|
||||
|
8
.env.dev
8
.env.dev
@ -1,15 +1,15 @@
|
||||
# 开发环境:本地只启动前端项目,依赖开发环境(后端、APP)
|
||||
NODE_ENV=production
|
||||
|
||||
VITE_DEV=false
|
||||
VITE_DEV=true
|
||||
|
||||
# 请求路径
|
||||
VITE_BASE_URL='http://localhost:48080'
|
||||
VITE_BASE_URL='http://api-dashboard.yudao.iocoder.cn'
|
||||
|
||||
# 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持S3服务
|
||||
VITE_UPLOAD_TYPE=server
|
||||
# 上传路径
|
||||
VITE_UPLOAD_URL='http://114.55.171.231:48080/admin-api/infra/file/upload'
|
||||
VITE_UPLOAD_URL='http://api-dashboard.yudao.iocoder.cn/admin-api/infra/file/upload'
|
||||
|
||||
# 接口地址
|
||||
VITE_API_URL=/admin-api
|
||||
@ -33,4 +33,4 @@ VITE_OUT_DIR=dist
|
||||
VITE_MALL_H5_DOMAIN='http://mall.yudao.iocoder.cn'
|
||||
|
||||
# 验证码的开关
|
||||
VITE_APP_CAPTCHA_ENABLE=false
|
||||
VITE_APP_CAPTCHA_ENABLE=true
|
||||
|
17
.env.prod
17
.env.prod
@ -1,36 +1,33 @@
|
||||
# 开发环境:本地只启动前端项目,依赖开发环境(后端、APP)
|
||||
# 生产环境:只在打包时使用
|
||||
NODE_ENV=production
|
||||
|
||||
VITE_DEV=false
|
||||
|
||||
# 请求路径
|
||||
VITE_BASE_URL='http://114.55.171.231:48080'
|
||||
VITE_BASE_URL='http://localhost:48080'
|
||||
|
||||
# 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持S3服务
|
||||
VITE_UPLOAD_TYPE=server
|
||||
# 上传路径
|
||||
VITE_UPLOAD_URL='http://114.55.171.231:48080/admin-api/infra/file/upload'
|
||||
VITE_UPLOAD_URL='http://localhost:48080/admin-api/infra/file/upload'
|
||||
|
||||
# 接口地址
|
||||
VITE_API_URL=/admin-api
|
||||
|
||||
# 是否删除debugger
|
||||
VITE_DROP_DEBUGGER=false
|
||||
VITE_DROP_DEBUGGER=true
|
||||
|
||||
# 是否删除console.log
|
||||
VITE_DROP_CONSOLE=false
|
||||
VITE_DROP_CONSOLE=true
|
||||
|
||||
# 是否sourcemap
|
||||
VITE_SOURCEMAP=true
|
||||
VITE_SOURCEMAP=false
|
||||
|
||||
# 打包路径
|
||||
VITE_BASE_PATH=/
|
||||
|
||||
# 输出路径
|
||||
VITE_OUT_DIR=dist
|
||||
VITE_OUT_DIR=dist-prod
|
||||
|
||||
# 商城H5会员端域名
|
||||
VITE_MALL_H5_DOMAIN='http://mall.yudao.iocoder.cn'
|
||||
|
||||
# 验证码的开关
|
||||
VITE_APP_CAPTCHA_ENABLE=false
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 68 KiB |
@ -102,8 +102,6 @@
|
||||
|
||||
.series_img {
|
||||
border: 0px solid green;
|
||||
width: 70px;
|
||||
height: 70px;
|
||||
}
|
||||
|
||||
.series_img_active {
|
||||
@ -306,31 +304,31 @@
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="top-menu" class="btn-group">
|
||||
<button type="button" id="Magnify" class="btn btn-default" onclick="switchAction('Magnify',1,this)">放大镜</button>
|
||||
<button type="button" id="Pan" class="btn btn-default" onclick="switchAction('Pan',1,this)">平移</button>
|
||||
<button type="button" id="Zoom" class="btn btn-default" onclick="switchAction('Zoom',1,this)">缩放</button>
|
||||
<button type="button" id="ZoomMouseWheel" class="btn btn-default" onclick="switchAction('ZoomMouseWheel',1,this)">滚轮缩放</button>
|
||||
<button type="button" id="Wwwc" class="btn btn-default" onclick="switchAction('Wwwc',1,this)">对比度</button>
|
||||
<button type="button" id="WwwcRegion" class="btn btn-default" onclick="switchAction('WwwcRegion',1,this)">选区对比度</button>
|
||||
<button type="button" id="ScaleOverlay" class="btn btn-default" onclick="switchAction('ScaleOverlay',1,this)">比例尺</button>
|
||||
<button type="button" id="Rotate" class="btn btn-default" onclick="switchAction('Rotate',1,this)">旋转</button>
|
||||
<button type="button" id="OrientationMarkers" class="btn btn-default" onclick="switchAction('OrientationMarkers',1,this)">方向标记</button>
|
||||
<button type="button" id="Angle" class="btn btn-default" onclick="switchAction('Angle',1,this)">角度</button>
|
||||
<button type="button" id="ArrowAnnotate" class="btn btn-default" onclick="switchAction('ArrowAnnotate',1,this)">箭头注释</button>
|
||||
<button type="button" id="Bidirectional" class="btn btn-default" onclick="switchAction('Bidirectional',1,this)">长宽尺</button>
|
||||
<button type="button" id="CobbAngle" class="btn btn-default" onclick="switchAction('CobbAngle',1,this)">科布角</button>
|
||||
<button type="button" id="EllipticalRoi" class="btn btn-default" onclick="switchAction('EllipticalRoi',1,this)">椭圆选区</button>
|
||||
<button type="button" id="FreehandRoi" class="btn btn-default" onclick="switchAction('FreehandRoi',1,this)">自由选区</button>
|
||||
<button type="button" id="Length" class="btn btn-default" onclick="switchAction('Length',1,this)">长度尺</button>
|
||||
<button type="button" id="Probe" class="btn btn-default" onclick="switchAction('Probe',1,this)">探针</button>
|
||||
<button type="button" id="RectangleRoi" class="btn btn-default" onclick="switchAction('RectangleRoi',1,this)">矩形选区</button>
|
||||
<button type="button" id="TextMarker" class="btn btn-default" onclick="switchAction('TextMarker',1,this)">文本标记</button>
|
||||
<button type="button" id="StackScroll" class="btn btn-default" onclick="switchAction('StackScroll',1,this)">左键翻页</button>
|
||||
<button type="button" id="StackScrollMouseWheel" class="btn btn-default" onclick="switchAction('StackScrollMouseWheel',1,this)">滚轮翻页</button>
|
||||
<button type="button" id="Magnify" class="btn btn-default" onclick="switchAction('Magnify',1,this)">Magnify</button>
|
||||
<button type="button" id="Pan" class="btn btn-default" onclick="switchAction('Pan',1,this)">Pan</button>
|
||||
<button type="button" id="Zoom" class="btn btn-default" onclick="switchAction('Zoom',1,this)">Zoom</button>
|
||||
<button type="button" id="ZoomMouseWheel" class="btn btn-default" onclick="switchAction('ZoomMouseWheel',1,this)">ZoomMouseWheel</button>
|
||||
<button type="button" id="Wwwc" class="btn btn-default" onclick="switchAction('Wwwc',1,this)">Wwwc</button>
|
||||
<button type="button" id="WwwcRegion" class="btn btn-default" onclick="switchAction('WwwcRegion',1,this)">WwwcRegion</button>
|
||||
<button type="button" id="ScaleOverlay" class="btn btn-default" onclick="switchAction('ScaleOverlay',1,this)">ScaleOverlay</button>
|
||||
<button type="button" id="Rotate" class="btn btn-default" onclick="switchAction('Rotate',1,this)">Rotate</button>
|
||||
<button type="button" id="OrientationMarkers" class="btn btn-default" onclick="switchAction('OrientationMarkers',1,this)">OrientationMarkers</button>
|
||||
<button type="button" id="Angle" class="btn btn-default" onclick="switchAction('Angle',1,this)">Angle</button>
|
||||
<button type="button" id="ArrowAnnotate" class="btn btn-default" onclick="switchAction('ArrowAnnotate',1,this)">ArrowAnnotate</button>
|
||||
<button type="button" id="Bidirectional" class="btn btn-default" onclick="switchAction('Bidirectional',1,this)">Bidirectional</button>
|
||||
<button type="button" id="CobbAngle" class="btn btn-default" onclick="switchAction('CobbAngle',1,this)">CobbAngle</button>
|
||||
<button type="button" id="EllipticalRoi" class="btn btn-default" onclick="switchAction('EllipticalRoi',1,this)">EllipticalRoi</button>
|
||||
<button type="button" id="FreehandRoi" class="btn btn-default" onclick="switchAction('FreehandRoi',1,this)">FreehandRoi</button>
|
||||
<button type="button" id="Length" class="btn btn-default" onclick="switchAction('Length',1,this)">Length</button>
|
||||
<button type="button" id="Probe" class="btn btn-default" onclick="switchAction('Probe',1,this)">Probe</button>
|
||||
<button type="button" id="RectangleRoi" class="btn btn-default" onclick="switchAction('RectangleRoi',1,this)">RectangleRoi</button>
|
||||
<button type="button" id="TextMarker" class="btn btn-default" onclick="switchAction('TextMarker',1,this)">TextMarker</button>
|
||||
<button type="button" id="StackScroll" class="btn btn-default" onclick="switchAction('StackScroll',1,this)">StackScroll</button>
|
||||
<button type="button" id="StackScrollMouseWheel" class="btn btn-default" onclick="switchAction('StackScrollMouseWheel',1,this)">StackScrollMouseWheel</button>
|
||||
<button type="button" id="invert" class="btn btn-default" onclick="invert(1,this)">反转色</button>
|
||||
<button type="button" id="changeColorx" class="btn btn-default" onclick="changColor(1,this)">彩色对比</button>
|
||||
<button type="button" id="changeColorx" class="btn btn-default" onclick="changColor(1,this)">改变颜色</button>
|
||||
<button type="button" class="btn btn-default" onclick="resetTool()">重置</button>
|
||||
<input type="text" id='row-count' placeholder="行数" value='1' /> x <input type="text" id='column-count' placeholder="列数" value='1' /> <input type='button' onclick="doCreate()" value="多视窗" />
|
||||
<input type="text" id='row-count' placeholder="行数" value='1' /> x <input type="text" id='column-count' placeholder="列数" value='1' /> <input type='button' onclick="doCreate()" value="生成" />
|
||||
</div>
|
||||
|
||||
<div id="body-part">
|
||||
|
@ -438,7 +438,6 @@ function initImgList(data) {
|
||||
className += "_active";
|
||||
}
|
||||
$("#dicom-list").append('<img id="img_' + i + '" onclick="changeIndex(' + i + ')" class="' + className + '" src="' + data.seriesList[i].thumbUrl + '"/>');
|
||||
$("#dicom-list").append('<h6 style="color: white; id="h_' + i + '" onclick="changeIndex(' + i + ')" >"'+data.seriesList[i].SeriesDesc+'"</h6>');
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -31,7 +31,6 @@ export interface PatientexamlistVO {
|
||||
deviceName: string // 影像设备名称
|
||||
notes:string//备注
|
||||
billDoctorDepartment:string// 开单科室 送检科室
|
||||
StudyInsta:string
|
||||
}
|
||||
|
||||
// PACS检查列表 API
|
||||
|
@ -30,7 +30,7 @@ export const ultrasoniccomApi = {
|
||||
},
|
||||
|
||||
//获取dicom数据
|
||||
getdcmlist: async (studyInsta:string,orgid:string,regId:string) => {
|
||||
return await request.get({ url: `/ultrasoniccom/ultrasonic/getdcm?orgID=${orgid}&&studyInsta=${studyInsta}&®Id=${regId}`})
|
||||
getdcmlist: async () => {
|
||||
return await request.get({ url: `/ultrasoniccom/ultrasonic/getdcm`})
|
||||
},
|
||||
}
|
||||
|
@ -40,26 +40,16 @@ export const usePermissionStore = defineStore('permission', {
|
||||
}
|
||||
const routerMap: AppRouteRecordRaw[] = generateRoute(res)
|
||||
// 动态路由,404一定要放到最后面
|
||||
// 李晓东
|
||||
this.addRouters = routerMap.concat([
|
||||
// {
|
||||
// path: '/:path(.*\.html)*',
|
||||
// redirect: '/403',
|
||||
// name: 'allowHtml',
|
||||
// meta: {
|
||||
// hidden: true,
|
||||
// breadcrumb: false
|
||||
// }
|
||||
// },
|
||||
// {
|
||||
// path: '/:path(.*)*',
|
||||
// redirect: '/404',
|
||||
// name: '404Page',
|
||||
// meta: {
|
||||
// hidden: true,
|
||||
// breadcrumb: false
|
||||
// }
|
||||
// }
|
||||
{
|
||||
path: '/:path(.*)*',
|
||||
redirect: '/404',
|
||||
name: '404Page',
|
||||
meta: {
|
||||
hidden: true,
|
||||
breadcrumb: false
|
||||
}
|
||||
}
|
||||
])
|
||||
// 渲染菜单的所有路由
|
||||
this.routers = cloneDeep(remainingRouter).concat(routerMap)
|
||||
|
@ -21,8 +21,8 @@
|
||||
<el-option
|
||||
v-for="item in fordevicemData"
|
||||
:key="item.deviceId"
|
||||
:label="item.deviceName + '|' + item.deviceType + '|' + item.deviceId+'|'+item.scheduledAET"
|
||||
:value="item.deviceName + '|' + item.deviceId + '|' + item.deviceType+'|'+item.scheduledAET"
|
||||
:label="item.deviceName + '|' + item.deviceType + '|' + item.deviceId+'|'+item.ScheduledAET"
|
||||
:value="item.deviceName + '|' + item.deviceId + '|' + item.deviceType+'|'+item.ScheduledAET"
|
||||
/>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
|
@ -479,23 +479,16 @@ const handleselectchange = async () => {
|
||||
let ID: number
|
||||
//orgid
|
||||
const orgId = ref('')
|
||||
|
||||
//regid
|
||||
const regId = ref('')
|
||||
|
||||
const examid = ref('')
|
||||
//内嵌网页加载增加时间戳 防止缓存
|
||||
const newSrc = ref('')
|
||||
|
||||
/** 打开弹窗 */
|
||||
const open = async (
|
||||
id: number,
|
||||
orgid: string,
|
||||
regid: string,
|
||||
examId: string
|
||||
) => {
|
||||
const open = async (id: number, orgid: string, regid: string) => {
|
||||
resetForm()
|
||||
const Src = `/static/dicom/dicomViewPc1.html?t=${new Date().getTime()}`
|
||||
// const Src="D:\pacs\vue\FlowVue-1\dist-prod\dicom\dicomViewPc1.html"+"?"+new Date().getTime()
|
||||
const Src = `/dicom/dicomViewPc1.html?t=${new Date().getTime()}`
|
||||
newSrc.value = Src
|
||||
|
||||
console.log('orgid' + orgid)
|
||||
@ -503,7 +496,6 @@ const open = async (
|
||||
console.log('id' + id)
|
||||
orgId.value = orgid
|
||||
regId.value = regid
|
||||
examid.value = examId
|
||||
ID = id
|
||||
dialogVisible.value = true
|
||||
dialogTitle.value = '书写报告(影像)'
|
||||
@ -535,17 +527,15 @@ const open = async (
|
||||
// 加载网页请求的数据
|
||||
const iframeData = async () => {
|
||||
try {
|
||||
const response = await ultrasoniccomApi.getdcmlist(examid.value, orgId.value, regId.value)
|
||||
|
||||
const response = await ultrasoniccomApi.getdcmlist()
|
||||
if (response) {
|
||||
//给打开的内嵌html 传递参数
|
||||
var localData = {
|
||||
regid: '', // 这里的 'someNumber' 应该替换为实际的数值
|
||||
orgId: '', // 这里的 'someOrgId' 应该替换为实际的组织ID
|
||||
do: response
|
||||
orgId: '' ,// 这里的 'someOrgId' 应该替换为实际的组织ID
|
||||
do:response
|
||||
}
|
||||
|
||||
// 在存入新数据之前,先删除原有的'data'项
|
||||
localStorage.removeItem('data')
|
||||
// 将对象转换为JSON字符串
|
||||
var localStorageData = JSON.stringify(localData)
|
||||
localStorage.setItem('data', localStorageData)
|
||||
|
@ -448,19 +448,17 @@ const exportLoading = ref(false) // 导出的加载中
|
||||
|
||||
/** 影像组件 */
|
||||
const dicomViewRef = ref()
|
||||
|
||||
const opendicomViewFrom= (id: number, orgid: string, regid: string,examId:string) => {
|
||||
dicomViewRef.value.open(id, orgid, regid,examId)
|
||||
|
||||
const opendicomViewFrom = (id: number, orgid: string, regid: string) => {
|
||||
dicomViewRef.value.open(id, orgid, regid)
|
||||
}
|
||||
/** 表格行点击 */
|
||||
const clickNumber = ref(0)
|
||||
function handleEdit(row) {
|
||||
console.log(111111121212)
|
||||
|
||||
if(!row.deviceType.includes("US"))//US是超声类
|
||||
{
|
||||
opendicomViewFrom(row.id,row.orgId,row.regId,row.examId)
|
||||
|
||||
if (row.deviceType != 'US') {
|
||||
//US是超声类
|
||||
opendicomViewFrom(row.id, row.orgId, row.regId)
|
||||
}
|
||||
|
||||
/* clickNumber.value++;
|
||||
if (clickNumber.value == 2) {
|
||||
@ -468,7 +466,6 @@ function handleEdit(row) {
|
||||
}
|
||||
clickNumber.value = 0; */
|
||||
}
|
||||
}
|
||||
|
||||
/** aaaaa **/
|
||||
const examDate_picker = ref(null)
|
||||
|
@ -457,10 +457,11 @@ const openultrForm = (id: number, orgid: string, regid: string) => {
|
||||
const clickNumber = ref(0)
|
||||
function handleEdit(row) {
|
||||
console.log(111111121212)
|
||||
if(row.deviceType.includes("US"))//US是超声类
|
||||
{
|
||||
openultrForm(row.id,row.orgId,row.regId)
|
||||
|
||||
openultrForm(row.id, row.orgId, row.regId)
|
||||
if (row.deviceType == 'US') {
|
||||
//US是超声类
|
||||
openultrForm(row.id, row.orgId, row.regId)
|
||||
}
|
||||
|
||||
/* clickNumber.value++;
|
||||
if (clickNumber.value == 2) {
|
||||
@ -468,7 +469,6 @@ function handleEdit(row) {
|
||||
}
|
||||
clickNumber.value = 0; */
|
||||
}
|
||||
}
|
||||
|
||||
/** aaaaa **/
|
||||
const examDate_picker = ref(null)
|
||||
|
@ -27,11 +27,11 @@
|
||||
<el-option label="体检" value="体检模版" />
|
||||
</el-select>
|
||||
|
||||
<el-tabs type="border-card" style="height: 91.4vh">
|
||||
<el-tabs type="border-card" style="height: 91.4vh; ">
|
||||
<el-tab-pane label="通用模版">
|
||||
<!-- 树 -->
|
||||
<el-tree
|
||||
style="min-width: 195px"
|
||||
style="min-width: 195px;"
|
||||
v-loading="formLoading"
|
||||
class="treeStyle"
|
||||
:check-on-click-node="true"
|
||||
@ -76,19 +76,19 @@
|
||||
class="demo-tabs"
|
||||
type="border-card"
|
||||
style="height: 94.4vh"
|
||||
@tab-click="handleClick"
|
||||
@tab-change="handleTabChange"
|
||||
>
|
||||
<el-tab-pane label="用户信息" name="first">
|
||||
<div class="my-app-container">
|
||||
<el-tab-pane label="用户信息" name="first" >
|
||||
<div class="my-app-container" >
|
||||
<el-form
|
||||
:model="applyFormVO"
|
||||
label-width="auto"
|
||||
style="max-width: 900px"
|
||||
style="max-width: 900px;"
|
||||
:inline="true"
|
||||
>
|
||||
<el-row>
|
||||
<el-col :span="7">
|
||||
<el-form-item label="检查号" style="font-weight: bold">
|
||||
<el-form-item label="检查号" style="font-weight: bold;">
|
||||
<el-input
|
||||
v-model="applyFormVO.examId"
|
||||
style="width: 190px"
|
||||
@ -97,12 +97,12 @@
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="姓名" style="font-weight: bold">
|
||||
<el-form-item label="姓名" style="font-weight: bold;">
|
||||
<el-input v-model="applyFormVO.pname" style="width: 190px" :disabled="true" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="9">
|
||||
<el-form-item label="性别" style="font-weight: bold">
|
||||
<el-form-item label="性别" style="font-weight: bold;">
|
||||
<el-input
|
||||
v-model="applyFormVO.gender"
|
||||
style="width: 190px"
|
||||
@ -255,7 +255,7 @@
|
||||
<label style="text-align: center; font-size: 17px; font-weight: bold">检查所见</label>
|
||||
<el-input
|
||||
v-model="sj"
|
||||
style="width: 100%; font-size: 19px"
|
||||
style="width: 100%;font-size:19px;"
|
||||
:rows="5"
|
||||
type="textarea"
|
||||
placeholder="检查所见"
|
||||
@ -264,14 +264,14 @@
|
||||
<label style="font-size: 17px; font-weight: bold">诊断结论</label>
|
||||
<el-input
|
||||
v-model="zdjl"
|
||||
style="width: 100%; font-size: 19px"
|
||||
style="width: 100%;font-size:19px;"
|
||||
:rows="5"
|
||||
type="textarea"
|
||||
placeholder="诊断结论"
|
||||
/>
|
||||
<el-divider />
|
||||
<label style="font-size: 17px; font-weight: bold">报告备注</label>
|
||||
<el-input v-model="notes" style="width: 100%; font-size: 19px" placeholder="" />
|
||||
<el-input v-model="notes" style="width: 100%;font-size:19px;" placeholder="" />
|
||||
<el-radio-group
|
||||
v-model="radio1"
|
||||
size="small"
|
||||
@ -306,7 +306,7 @@
|
||||
<el-button
|
||||
type="success"
|
||||
plain
|
||||
style="width: 80px; float: right; margin-right: 15px; margin-top: 30px"
|
||||
style="width: 80px; float: right; margin-right: 15px;margin-top: 30px"
|
||||
@click="save"
|
||||
:disabled="savedisabled"
|
||||
>保存</el-button
|
||||
@ -320,9 +320,9 @@
|
||||
>审核</el-button
|
||||
>
|
||||
</el-tab-pane>
|
||||
<el-tab-pane label="报告" name="report">
|
||||
<el-tab-pane label="报告" name="report" >
|
||||
<!--报告区域-->
|
||||
<div style="height: calc(100% - 15px)">
|
||||
<div id="my-printMe" style="height: calc(100% - 15px)">
|
||||
<div class="my-ultrasound-report1" id="PDF">
|
||||
<h2>超声检查报告单</h2>
|
||||
<hr />
|
||||
@ -340,7 +340,7 @@
|
||||
<!-- 图片展示区域 -->
|
||||
<h3>超声图像:</h3>
|
||||
<div class="my-image-gallery1">
|
||||
<div v-for="image in reportimages" :key="image.id">
|
||||
<div v-for="image in reportimages" :key="image.id">
|
||||
<img :src="image.imgUrl" alt="" style="width: 180px; height: 180px" />
|
||||
</div>
|
||||
</div>
|
||||
@ -445,8 +445,6 @@ import { getNowDateTimeS } from '@/utils/formatTime'
|
||||
import print from 'vue3-print-nb'
|
||||
import htmlToPdf from '@/utils/htmlPdf'
|
||||
import { Check, Delete, Edit, Message, Search, Star } from '@element-plus/icons-vue'
|
||||
import type { TabsPaneContext } from 'element-plus'
|
||||
|
||||
/** 超声组件 */
|
||||
defineOptions({ name: 'Ultrasonic' })
|
||||
|
||||
@ -467,22 +465,26 @@ const isImageLoaded3 = ref(false) //是否展示图片清除按钮
|
||||
// 中间的选择图加载和失败事件
|
||||
const handleLoad = (id: string) => {
|
||||
if (applyFormVO.value.reportstatus == '已分析' || applyFormVO.value.reportstatus == '已审核') {
|
||||
|
||||
isImageLoaded.value = false
|
||||
isImageLoaded2.value = false
|
||||
isImageLoaded3.value = false
|
||||
} else {
|
||||
switch (id) {
|
||||
case '1':
|
||||
isImageLoaded.value = true
|
||||
break
|
||||
case '2':
|
||||
isImageLoaded2.value = true
|
||||
break
|
||||
case '3':
|
||||
isImageLoaded3.value = true
|
||||
break
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
switch (id) {
|
||||
case '1':
|
||||
isImageLoaded.value = true
|
||||
break
|
||||
case '2':
|
||||
isImageLoaded2.value = true
|
||||
break
|
||||
case '3':
|
||||
isImageLoaded3.value = true
|
||||
break
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
const handleError = (id: string) => {
|
||||
switch (id) {
|
||||
@ -587,8 +589,6 @@ const examine = async () => {
|
||||
|
||||
//查询患者信息 根据ID
|
||||
getPatientexamlist(ID)
|
||||
// 如果是审核或者已分析加载选中的图片
|
||||
loadimagelist()
|
||||
emit('success')
|
||||
}
|
||||
} else if (applyFormVO.value.reportstatus === '已审核') {
|
||||
@ -627,14 +627,15 @@ const images = ref<any[]>([])
|
||||
//报告的查询
|
||||
const reportimages = ref<any[]>([])
|
||||
//查询图片
|
||||
const getimages = async (type: string) => {
|
||||
const getimages = async (type:string) => {
|
||||
const imageslist = await ultrasoniccomApi.getimageslist(orgId.value, regId.value, type)
|
||||
console.log(imageslist)
|
||||
images.value = imageslist
|
||||
}
|
||||
// 在打开窗体的时候如果他是已经审核的状态或者已经分析的状态 加载选择的三个图片
|
||||
const loadimage = async () => {
|
||||
const loadimage =async () => {
|
||||
if (applyFormVO.value.reportstatus == '已分析' || applyFormVO.value.reportstatus == '已审核') {
|
||||
|
||||
const imageslist = await ultrasoniccomApi.getimageslist(orgId.value, regId.value, '1')
|
||||
if (imageslist.length > 0) {
|
||||
imageslist.forEach((image, index) => {
|
||||
@ -734,54 +735,38 @@ const upimagedeleteor = async () => {
|
||||
deleteimageid.value = ''
|
||||
updateexamineimage.value = []
|
||||
}
|
||||
|
||||
//用户信息的table页
|
||||
const activeName = ref('first')
|
||||
|
||||
//菜单切换
|
||||
const handleClick = (tab: TabsPaneContext, event: Event) => {
|
||||
/* if (tab.paneName == 'report') {
|
||||
const handleTabChange = async () => {
|
||||
|
||||
if (activeName.value == 'report') {
|
||||
if (applyFormVO.value.reportstatus == '已分析' || applyFormVO.value.reportstatus == '已审核') {
|
||||
if (reportimages.value.length == 0) {
|
||||
showDiv()
|
||||
if (reportimages.value.length ==0 ) {
|
||||
const imageslist = await ultrasoniccomApi.getimageslist(orgId.value, regId.value, '1')
|
||||
console.log(imageslist)
|
||||
reportimages.value = imageslist
|
||||
}
|
||||
} else {
|
||||
hideDiv()
|
||||
}
|
||||
} */
|
||||
}
|
||||
// 加载选中的图片
|
||||
const loadimagelist = async () => {
|
||||
if (applyFormVO.value.reportstatus == '已分析' || applyFormVO.value.reportstatus == '已审核') {
|
||||
if (reportimages.value.length == 0) {
|
||||
const imageslist = await ultrasoniccomApi.getimageslist(orgId.value, regId.value, '1')
|
||||
console.log(imageslist)
|
||||
reportimages.value = imageslist
|
||||
|
||||
}
|
||||
} else {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
// const handleTabChange = async () => {
|
||||
|
||||
// }
|
||||
|
||||
//隐藏报告
|
||||
/* function hideDiv() {
|
||||
function hideDiv() {
|
||||
var div = document.getElementById('my-printMe')
|
||||
if (div) {
|
||||
div.style.display = 'none'
|
||||
}
|
||||
}
|
||||
|
||||
//显示报告
|
||||
function showDiv() {
|
||||
var div = document.getElementById('my-printMe')
|
||||
if (div) {
|
||||
div.style.display = 'block'
|
||||
}
|
||||
} */
|
||||
|
||||
}
|
||||
// 计算年龄
|
||||
const age = ref()
|
||||
const calculateAge = (birthdate) => {
|
||||
@ -825,6 +810,8 @@ const fordevicemData = ref<any[]>([])
|
||||
|
||||
const formRules = reactive({})
|
||||
const formRef = ref() // 表单 Ref
|
||||
//用户信息的table页
|
||||
const activeName = ref('first')
|
||||
|
||||
//阴性阳性
|
||||
const radio1 = ref('')
|
||||
@ -901,11 +888,7 @@ const open = async (id: number, orgid: string, regid: string) => {
|
||||
formLoading.value = true
|
||||
try {
|
||||
//通用
|
||||
const dd = await ultrasoniccomApi.getreporttemplatelist(
|
||||
orgid,
|
||||
String(fordevicemValue.value),
|
||||
''
|
||||
)
|
||||
const dd = await ultrasoniccomApi.getreporttemplatelist(orgid, String(fordevicemValue.value), '')
|
||||
treeData.value = dd
|
||||
console.log('返回值1' + dd)
|
||||
console.log('返回值2' + treeData.value)
|
||||
@ -921,6 +904,7 @@ const open = async (id: number, orgid: string, regid: string) => {
|
||||
|
||||
//获取登录人信息
|
||||
getlogininfo()
|
||||
|
||||
} finally {
|
||||
formLoading.value = false
|
||||
}
|
||||
@ -939,12 +923,10 @@ const getPatientexamlist = async (id: number) => {
|
||||
if (applyFormVO.value.reportstatus == '已分检' || applyFormVO.value.reportstatus == '待分析') {
|
||||
savedisabled.value = false
|
||||
} else {
|
||||
//获取选中图
|
||||
loadimage()
|
||||
//获取选中图
|
||||
loadimage()
|
||||
savedisabled.value = true
|
||||
}
|
||||
// 如果是审核或者已分析加载选中的图片
|
||||
loadimagelist()
|
||||
}
|
||||
|
||||
defineExpose({ open }) // 提供 open 方法,用于打开弹窗
|
||||
@ -1038,7 +1020,7 @@ const chooseImage = (event, id: number) => {
|
||||
width: 60%;
|
||||
margin-left: 2px;
|
||||
background: rgb(238, 240, 238);
|
||||
height: 94.4vh;
|
||||
height: 94.4vh;
|
||||
}
|
||||
|
||||
.my-right {
|
||||
@ -1050,10 +1032,12 @@ const chooseImage = (event, id: number) => {
|
||||
height: 91.3vh;
|
||||
}
|
||||
|
||||
|
||||
.my-app-container {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
}
|
||||
/* 分割线内部的间距 */
|
||||
.el-divider--horizontal {
|
||||
@ -1193,7 +1177,10 @@ const chooseImage = (event, id: number) => {
|
||||
{
|
||||
height: 970px;
|
||||
} */
|
||||
.el-divider--horizontal {
|
||||
.el-divider--horizontal
|
||||
{
|
||||
margin: 6px;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user