Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica-admin-consultation
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
com.pica.cloud.education.frontend
pica-admin-consultation
提交
7c1825df
提交
7c1825df
编写于
4月 26, 2024
作者:
daming
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
feat:转诊详情
上级
7490ce40
变更
4
显示空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
12648 行增加
和
13099 行删除
+12648
-13099
.env.development.local
.env.development.local
+1
-1
diagnosis-editor.vue
src/views/IM/diagnosis-admin/diagnosis-editor.vue
+70
-20
vue.config.js
vue.config.js
+2
-2
yarn.lock
yarn.lock
+12575
-13076
未找到文件。
.env.development.local
浏览文件 @
7c1825df
...
...
@@ -17,4 +17,4 @@ VUE_APP_IS_LOCAL=true
VUE_APP_APPID=wxf4e66242d31c81c2
#本地token
VUE_APP_TOKEN=
E214A2D6B40345F98DE538DA793CF91
8
VUE_APP_TOKEN=
609ED00303E54EEF9AEE2F8BB9A34CD
8
src/views/IM/diagnosis-admin/diagnosis-editor.vue
浏览文件 @
7c1825df
...
...
@@ -602,8 +602,33 @@
/>
</el-form-item>
<!-- -->
<br>
<template
v-if=
"referralDetail.newDoctorName && referralDate.referralDate"
>
<h1>
转诊信息
</h1>
<div
class=
"referral-container"
>
<p>
接诊医生:
<span>
{{
referralDetail
.
originalDoctorName
}}
</span>
</p>
<p>
转诊医生:
<span>
{{
referralDetail
.
newDoctorName
}}
</span>
</p>
<p>
转诊科室:
<span>
{{
referralDetail
.
newDoctorDepartment
}}
</span>
</p>
<div
class=
""
>
转诊建议:
<span>
{{
referralDetail
.
referralAdvice
}}
</span>
</div>
<p>
转诊时间:
<span>
{{
referralDetail
.
referralDate
}}
</span>
</p>
</div>
<br>
</
template
>
<h1>
结算信息
</h1>
<el-form-item
label=
"接诊服务费"
...
...
@@ -1073,7 +1098,7 @@
v-model=
"formData.drugFollowResultContent"
placeholder=
""
class=
"set-width flex-1"
style
=
"margin-left:30px"
style=
"margin-left:
30px"
:disabled=
"editorType == 2"
maxlength=
"1000"
show-word-limit
...
...
@@ -1122,7 +1147,7 @@
</el-select>
<span
class=
"flex flex-1"
style
=
"margin-left:30px"
style=
"margin-left:
30px"
>
检查结果
<el-input
...
...
@@ -1131,7 +1156,7 @@
show-word-limit
maxlength=
"1000"
class=
"set-width flex-1"
style
=
"margin-left:12px"
style=
"margin-left:
12px"
:disabled=
"editorType == 2"
/>
</span>
...
...
@@ -1263,7 +1288,7 @@ import {
MEDICINE_FOLLOW_STATUS_LIST
,
HEALING_EFFECT_FOLLOW_STATUS
,
HEALING_EFFECT_FOLLOW_RESULT
,
CHECK_FOLLOW_RESULT
CHECK_FOLLOW_RESULT
,
}
from
'@/utils/constants'
;
import
{
getBirth
}
from
'@/utils/index'
;
...
...
@@ -1275,10 +1300,17 @@ export default {
components
:
{
uploadImg
,
uploadMusic
,
uploadVideo
uploadVideo
,
},
data
()
{
return
{
referralDetail
:
{
originalDoctorName
:
''
,
newDoctorName
:
''
,
newDoctorDepartment
:
''
,
referralAdvice
:
''
,
referralDate
:
''
,
},
asd
:
123
,
diagnoseLogId
:
''
,
birthDisable
:
false
,
...
...
@@ -1344,7 +1376,7 @@ export default {
diagnoseStage
:
''
,
determineFlag
:
''
,
diagnoseDisease
:
''
,
diseaseName
:
''
,
diseaseName
:
''
,
illnessDetail
:
''
,
illnessImageUrls
:
[],
diagnoseAdvice
:
''
,
...
...
@@ -1354,14 +1386,14 @@ export default {
checkFollowStatus
:
''
,
otherFollowStatus
:
''
,
otherFollow
:
''
,
followStatus
:
''
,
// 跟进状态
followDate
:
''
,
// 计划跟进时间
drugFollow
:
''
,
// 药品跟进点
drugFollowResult
:
''
,
// 药品跟进结果
drugFollowResultContent
:
''
,
// 药品跟进结果描述
treatmentFollow
:
''
,
// 治疗效果跟进点
treatmentFollowStatus
:
''
,
// 治疗效果跟进状态
treatmentFollowResult
:
''
,
// 治疗效果跟进结果
followStatus
:
''
,
// 跟进状态
followDate
:
''
,
// 计划跟进时间
drugFollow
:
''
,
// 药品跟进点
drugFollowResult
:
''
,
// 药品跟进结果
drugFollowResultContent
:
''
,
// 药品跟进结果描述
treatmentFollow
:
''
,
// 治疗效果跟进点
treatmentFollowStatus
:
''
,
// 治疗效果跟进状态
treatmentFollowResult
:
''
,
// 治疗效果跟进结果
checkFollow
:
''
,
// 检查跟进点
checkFollowResult
:
''
,
// 检查跟进结果
checkResult
:
''
,
// 检测结果
...
...
@@ -1386,11 +1418,11 @@ export default {
vodList
:
{
name
:
''
,
url
:
''
,
text
:
''
text
:
''
,
},
additionPrice
:
null
,
// 诊疗费
orderTotalPrice
:
null
,
diagnoseChannel
:
null
diagnoseChannel
:
null
,
},
tyleList
:
TYPE_LIST
,
payList
:
PAY_LIST
,
...
...
@@ -1561,10 +1593,21 @@ export default {
.
then
((
res
)
=>
{
this
.
loading
=
false
;
if
(
res
.
code
==
'000000'
)
{
this
.
referralDetail
.
originalDoctorName
=
res
.
data
.
originalDoctorName
;
this
.
referralDetail
.
newDoctorName
=
res
.
data
.
newDoctorName
;
this
.
referralDetail
.
newDoctorDepartment
=
res
.
data
.
newDoctorDepartment
;
this
.
referralDetail
.
referralAdvice
=
res
.
data
.
referralAdvice
;
this
.
referralDetail
.
referralDate
=
res
.
data
.
referralDate
;
this
.
formData
=
res
.
data
;
this
.
formData
.
price
=
this
.
priceFilter
(
this
.
formData
.
price
);
this
.
formData
.
additionPrice
=
this
.
priceFilter
(
this
.
formData
.
additionPrice
);
this
.
formData
.
orderTotalPrice
=
this
.
formData
.
price
+
this
.
formData
.
additionPrice
;
this
.
formData
.
additionPrice
=
this
.
priceFilter
(
this
.
formData
.
additionPrice
);
this
.
formData
.
orderTotalPrice
=
this
.
formData
.
price
+
this
.
formData
.
additionPrice
;
this
.
formData
.
serviceFee
=
this
.
priceFilter
(
this
.
formData
.
serviceFee
);
...
...
@@ -1790,6 +1833,13 @@ export default {
};
</
script
>
<
style
lang=
"scss"
scoped
>
.referral-container
{
color
:
#8d9196
;
line-height
:
30px
;
font-size
:
20px
;
width
:
45%
;
margin-left
:
28px
;
}
.diagnosis-list-content
{
.component-content
{
padding
:
10px
;
...
...
vue.config.js
浏览文件 @
7c1825df
...
...
@@ -67,10 +67,10 @@ module.exports = {
config
.
plugins
.
delete
(
'preload'
);
},
devServer
:
{
port
:
808
0
,
port
:
808
2
,
proxy
:
{
'/proxy'
:
{
target
:
'https://
uat-sc
.yunqueyi.com/'
,
target
:
'https://
dev-sso
.yunqueyi.com/'
,
ws
:
false
,
changeOrigin
:
true
,
secure
:
true
,
...
...
yarn.lock
浏览文件 @
7c1825df
因为 它太大了无法显示 源差异 。您可以改为
查看blob
。
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录