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
提交
063857bf
提交
063857bf
编写于
7月 08, 2021
作者:
vino
浏览文件
操作
浏览文件
下载
差异文件
Merge remote-tracking branch 'origin/dev-20210702' into dev-20210702
上级
e398e7a9
5b088c72
变更
3
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
7 行增加
和
10 行删除
+7
-10
constants.js
src/utils/constants.js
+2
-2
diagnosis-editor.vue
src/views/IM/diagnosis-admin/diagnosis-editor.vue
+3
-7
diagnosis-list-new.vue
src/views/IM/diagnosis-admin/diagnosis-list-new.vue
+2
-1
未找到文件。
src/utils/constants.js
浏览文件 @
063857bf
...
@@ -263,7 +263,7 @@ export const ALL_TAB_LIST = [
...
@@ -263,7 +263,7 @@ export const ALL_TAB_LIST = [
},
},
{
{
label
:
'待问诊'
,
label
:
'待问诊'
,
active
:
'
1
6'
active
:
'
2
6'
},
},
{
{
label
:
'问诊中'
,
label
:
'问诊中'
,
...
@@ -303,7 +303,7 @@ export const RUN_TAB_LIST = [
...
@@ -303,7 +303,7 @@ export const RUN_TAB_LIST = [
},
},
{
{
label
:
'待问诊'
,
label
:
'待问诊'
,
active
:
'
1
6'
active
:
'
2
6'
},
},
{
{
label
:
'问诊中'
,
label
:
'问诊中'
,
...
...
src/views/IM/diagnosis-admin/diagnosis-editor.vue
浏览文件 @
063857bf
...
@@ -291,7 +291,7 @@
...
@@ -291,7 +291,7 @@
<!-- -->
<!-- -->
<br/>
<br/>
<h1
v-if=
"showSettlement"
>
结算信息
</h1>
<h1>
结算信息
</h1>
<el-form-item
label=
"接诊服务费"
prop=
"receptionServiceFeeStr"
>
<el-form-item
label=
"接诊服务费"
prop=
"receptionServiceFeeStr"
>
{{
formData
.
receptionServiceFeeStr
?
`¥ ${formData.receptionServiceFeeStr
}
`
:
''
}}
{{
formData
.
receptionServiceFeeStr
?
`¥ ${formData.receptionServiceFeeStr
}
`
:
''
}}
<
/el-form-item
>
<
/el-form-item
>
...
@@ -357,13 +357,13 @@
...
@@ -357,13 +357,13 @@
<
el
-
radio
:
label
=
"2"
>
否
<
/el-radio
>
<
el
-
radio
:
label
=
"2"
>
否
<
/el-radio
>
<
/el-radio-group
>
<
/el-radio-group
>
<
/el-form-item
>
<
/el-form-item
>
<
el
-
form
-
item
label
=
"是否有价值"
prop
=
"valueFlag"
>
<
el
-
form
-
item
label
=
"是否有价值"
prop
=
"valueFlag"
v
-
show
=
"formData.patInFlag == 1"
>
<
el
-
radio
-
group
v
-
model
=
"formData.valueFlag"
:
disabled
=
"editorType== 2"
>
<
el
-
radio
-
group
v
-
model
=
"formData.valueFlag"
:
disabled
=
"editorType== 2"
>
<
el
-
radio
:
label
=
"1"
>
是
<
/el-radio
>
<
el
-
radio
:
label
=
"1"
>
是
<
/el-radio
>
<
el
-
radio
:
label
=
"2"
>
否
<
/el-radio
>
<
el
-
radio
:
label
=
"2"
>
否
<
/el-radio
>
<
/el-radio-group
>
<
/el-radio-group
>
<
/el-form-item
>
<
/el-form-item
>
<
el
-
form
-
item
label
=
""
prop
=
"worthlessReason"
v
-
show
=
"formData.valueFlag ==
2
"
>
<
el
-
form
-
item
label
=
""
prop
=
"worthlessReason"
v
-
show
=
"formData.valueFlag ==
1 && formData.patInFlag == 1
"
>
<
el
-
input
type
=
"textarea"
v
-
model
=
"formData.worthlessReason"
placeholder
=
"请输入低价值说明"
maxlength
=
"1000"
:
disabled
=
"editorType== 2"
show
-
word
-
limit
><
/el-input
>
<
el
-
input
type
=
"textarea"
v
-
model
=
"formData.worthlessReason"
placeholder
=
"请输入低价值说明"
maxlength
=
"1000"
:
disabled
=
"editorType== 2"
show
-
word
-
limit
><
/el-input
>
<
/el-form-item
>
<
/el-form-item
>
<
el
-
form
-
item
label
=
"其他备注"
prop
=
"otherRemark"
>
<
el
-
form
-
item
label
=
"其他备注"
prop
=
"otherRemark"
>
...
@@ -677,10 +677,6 @@ export default {
...
@@ -677,10 +677,6 @@ export default {
mounted
()
{
mounted
()
{
}
,
}
,
computed
:
{
computed
:
{
showSettlement
()
{
let
{
formData
}
=
this
;
return
formData
.
receptionServiceFeeStr
||
formData
.
receptionPayType
||
formData
.
receptionSettleTime
||
formData
.
assistantServiceFeeStr
||
formData
.
assistantPayType
||
formData
.
assistantSettleTime
}
,
getReceptionPayType
()
{
getReceptionPayType
()
{
return
PAY_TYPE
[
this
.
formData
.
receptionPayType
]
return
PAY_TYPE
[
this
.
formData
.
receptionPayType
]
}
,
}
,
...
...
src/views/IM/diagnosis-admin/diagnosis-list-new.vue
浏览文件 @
063857bf
...
@@ -542,7 +542,8 @@ export default {
...
@@ -542,7 +542,8 @@ export default {
// });
// });
let
target
=
this
.
$refs
.
target
let
target
=
this
.
$refs
.
target
const
{
origin
,
pathname
}
=
window
.
location
const
{
origin
,
pathname
}
=
window
.
location
let
u
=
`
${
origin
}${
pathname
}
#/diagnosis-editor?id=
${
row
.
diagnoseLogId
}
&editorType=
${
flag
}
`
let
editorType
=
flag
?
1
:
2
let
u
=
`
${
origin
}${
pathname
}
#/diagnosis-editor?id=
${
row
.
diagnoseLogId
}
&editorType=
${
editorType
}
`
target
.
setAttribute
(
'href'
,
u
)
target
.
setAttribute
(
'href'
,
u
)
target
.
click
()
target
.
click
()
},
},
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录