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
114fc086
Commit
114fc086
authored
Mar 04, 2025
by
芮自成
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'chronic-dev' of
http://gitlab.yiboshi.com/nightkis1995/frontend-h5
into chronic-dev
parents
62042df4
ca2ae4c1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
28 additions
and
13 deletions
+28
-13
DeathRecordForm.vue
src/doctor/deathRecord/form/DeathRecordForm.vue
+2
-0
Index.vue
src/doctor/deathRecord/form/Index.vue
+6
-1
Index.vue
src/doctor/followUp/generalFU/form/Index.vue
+6
-1
Visit.vue
src/doctor/patientDetail/components/disease/Visit.vue
+14
-11
No files found.
src/doctor/deathRecord/form/DeathRecordForm.vue
View file @
114fc086
...
...
@@ -86,6 +86,7 @@
rows=
'2'
autosize
type=
'textarea'
:rules=
'rules.deathReasonOther'
/>
</van-form>
</div>
...
...
@@ -118,6 +119,7 @@ export default {
deathDate
:
[{
required
:
true
,
message
:
'请选择'
}],
reasonItem
:
[{
required
:
true
,
message
:
'请选择'
}],
diseaseName
:
[{
required
:
true
,
message
:
'请选择'
}],
deathReasonOther
:
[{
required
:
true
,
message
:
'请填写其他意外情况'
}],
}
}
},
...
...
src/doctor/deathRecord/form/Index.vue
View file @
114fc086
...
...
@@ -105,7 +105,12 @@ export default {
}
saveResidentsDeath
(
params
).
then
(
res
=>
{
this
.
store
.
onRefreshMark
()
this
.
$router
.
back
()
this
.
$router
.
replace
({
path
:
'/doctor/patient-detail'
,
query
:
{
residentInfoId
:
this
.
routerDetail
.
residentInfoId
}
})
})
},
...
...
src/doctor/followUp/generalFU/form/Index.vue
View file @
114fc086
...
...
@@ -242,7 +242,12 @@ export default {
fun
(
params
,
true
).
then
(({
code
})
=>
{
if
(
code
==
'SUCCESS'
)
{
this
.
store
.
onRefreshMark
()
this
.
$router
.
back
()
this
.
$router
.
replace
({
path
:
'/doctor/patient-detail'
,
query
:
{
residentInfoId
:
this
.
routerDetail
.
residentInfoId
}
})
}
})
},
...
...
src/doctor/patientDetail/components/disease/Visit.vue
View file @
114fc086
...
...
@@ -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