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
32115911
Commit
32115911
authored
Feb 07, 2025
by
gengchunlei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
医生端 v1.2 1、his详情在PC端查看
parent
63ef7beb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
4 deletions
+12
-4
Doctor.vue
src/doctor/Doctor.vue
+1
-1
Visit.vue
src/doctor/patientDetail/components/disease/Visit.vue
+11
-3
No files found.
src/doctor/Doctor.vue
View file @
32115911
...
@@ -66,7 +66,7 @@ export default {
...
@@ -66,7 +66,7 @@ export default {
if
(
!
token
)
{
if
(
!
token
)
{
token
=
sessionStorage
.
getItem
(
'token'
)
token
=
sessionStorage
.
getItem
(
'token'
)
if
(
process
.
env
.
NODE_ENV
!==
'production'
)
{
if
(
process
.
env
.
NODE_ENV
!==
'production'
)
{
token
=
'
2f3d10c8-d036-4a64-82e1-08d122359e94
'
token
=
'
929d931e-faa5-46e3-a9ad-19ced88b18dc
'
}
}
}
}
if
(
token
)
{
if
(
token
)
{
...
...
src/doctor/patientDetail/components/disease/Visit.vue
View file @
32115911
...
@@ -69,8 +69,9 @@
...
@@ -69,8 +69,9 @@
</
template
>
</
template
>
<
script
>
<
script
>
import
{
getVisitManageList
}
from
'@/api/doctor/disease.js'
import
{
delDiagnose
,
getVisitManageList
}
from
'@/api/doctor/disease.js'
import
{
useStore
}
from
'@/doctor/store'
import
{
useStore
}
from
'@/doctor/store'
import
{
showConfirmDialog
}
from
'vant'
export
default
{
export
default
{
inject
:
[
'residentInfo'
],
inject
:
[
'residentInfo'
],
...
@@ -143,8 +144,14 @@ export default {
...
@@ -143,8 +144,14 @@ export default {
if
(
record
.
id
==
null
)
{
if
(
record
.
id
==
null
)
{
this
.
$message
.
info
(
'暂时无法查看 详情信息'
)
this
.
$message
.
info
(
'暂时无法查看 详情信息'
)
return
return
}
}
else
if
(
record
.
source
==
7
)
{
// 通用随访
//数据来源为his时展示 `请在医生PC端查看详情`
showConfirmDialog
({
message
:
'请在医生PC端查看详情'
}).
then
(()
=>
{}).
catch
((
err
)
=>
{})
}
else
{
//随访详情
this
.
$router
.
push
({
this
.
$router
.
push
({
path
:
'/doctor/followUp/detail'
,
path
:
'/doctor/followUp/detail'
,
query
:
{
query
:
{
...
@@ -153,6 +160,7 @@ export default {
...
@@ -153,6 +160,7 @@ export default {
diseaseType
:
this
.
diseaseType
,
diseaseType
:
this
.
diseaseType
,
}
}
})
})
}
},
},
editBtn
()
{
editBtn
()
{
...
...
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