Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
frontend-h5
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
songrui
frontend-h5
Commits
46822b06
Commit
46822b06
authored
Mar 04, 2025
by
gengchunlei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
医生端 v1.2 1、随访数据为公卫或者his时 提示到pc端查看详情
parent
5a1f1424
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
12 deletions
+15
-12
Doctor.vue
src/doctor/Doctor.vue
+1
-1
Visit.vue
src/doctor/patientDetail/components/disease/Visit.vue
+14
-11
No files found.
src/doctor/Doctor.vue
View file @
46822b06
...
...
@@ -66,7 +66,7 @@ export default {
if
(
!
token
)
{
token
=
sessionStorage
.
getItem
(
'token'
)
if
(
process
.
env
.
NODE_ENV
!==
'production'
)
{
token
=
'
4df45197-d2f8-42ba-9ab5-8b8100c53bcf
'
token
=
'
b9a25475-8323-4bec-8e52-902237c82711
'
}
}
if
(
token
)
{
...
...
src/doctor/patientDetail/components/disease/Visit.vue
View file @
46822b06
...
...
@@ -148,23 +148,14 @@ export default {
if
(
record
.
id
==
null
)
{
this
.
$message
.
info
(
'暂时无法查看 详情信息'
)
return
}
else
if
(
record
.
source
==
7
)
{
//数据来源为his时展示 `请在医生PC端查看详情`
}
else
if
(
record
.
source
==
7
||
record
.
source
==
4
)
{
//数据来源为his
或者公卫
时展示 `请在医生PC端查看详情`
showConfirmDialog
({
message
:
'请在医生PC端查看详情'
}).
then
(()
=>
{
}).
catch
((
err
)
=>
{
})
}
else
if
(
record
.
source
==
4
)
{
// 判断是否显示公卫随访
this
.
$router
.
push
({
path
:
`/systemIframe/doctorGWDetail`
,
query
:
{
src
:
`https://www.baidu.com/`
,
pageTitle
:
`公卫详情`
}
})
}
else
{
//随访详情
this
.
$router
.
push
({
...
...
@@ -176,6 +167,18 @@ export default {
}
})
}
/* else if (record.source == 4) {
// 判断是否显示公卫随访
this.$router.push({
path: `/systemIframe/doctorGWDetail`,
query: {
src: `https://www.baidu.com/`,
pageTitle: `公卫详情`
}
})
}*/
},
editBtn
(
item
)
{
if
(
item
.
serveType
===
3
||
item
.
serveType
===
4
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment