Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica.cloud.web-education-admin
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
提交
打开侧边栏
com.pica.cloud.education.frontend
pica.cloud.web-education-admin
提交
28e983eb
提交
28e983eb
编写于
4月 07, 2020
作者:
tao.wu
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
1、隐藏变更预约按钮和变更预约状态按钮 2、判断是不是新量表
上级
6ad56abd
变更
4
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
20 行增加
和
8 行删除
+20
-8
plan-detail.vue
src/views/followup/plan-manage/plan-detail.vue
+5
-1
followupDetail.vue
src/views/followup/record-manage/dialog/followupDetail.vue
+5
-1
record-list.vue
src/views/followup/record-manage/record-list.vue
+8
-4
reservation-list.vue
src/views/followup/reservation-manage/reservation-list.vue
+2
-2
未找到文件。
src/views/followup/plan-manage/plan-detail.vue
浏览文件 @
28e983eb
...
...
@@ -185,8 +185,12 @@
window
.
open
(
url
)
},
goToScale
(
val
)
{
this
.
$router
.
push
({
path
:
'/followup/record-manage/form-template'
,
console
.
log
(
`goToScale`
,
val
);
if
(
val
.
resourceId
.
indexOf
(
'SCALE'
)
>-
1
){
this
.
$router
.
push
({
path
:
'/followup/record-manage/form-template'
,
query
:
{
doctorId
:
val
.
doctorId
,
scaleNo
:
val
.
resourceId
,
planPatientsTimesId
:
val
.
planPatientsTimesId
,
planTimesId
:
val
.
planTimesId
,
showBtn
:
0
}});
}
}
},
watch
:
{
...
...
src/views/followup/record-manage/dialog/followupDetail.vue
浏览文件 @
28e983eb
...
...
@@ -149,8 +149,12 @@
this
.
$emit
(
'closeDetail'
,
false
)
},
goToScale
(
val
)
{
this
.
$router
.
push
({
path
:
'/followup/record-manage/form-template'
,
console
.
log
(
`goToScale`
,
val
);
if
(
val
.
scaleNo
.
indexOf
(
'SCALE'
)
>-
1
){
this
.
$router
.
push
({
path
:
'/followup/record-manage/form-template'
,
query
:
{
doctorId
:
this
.
enteringInfo
.
doctorId
,
scaleNo
:
val
.
scaleNo
,
planPatientsTimesId
:
this
.
enteringInfo
.
planPatientsTimesId
,
planTimesId
:
val
.
planTimesId
,
showBtn
:
1
}});
}
}
},
filters
:
{
...
...
src/views/followup/record-manage/record-list.vue
浏览文件 @
28e983eb
...
...
@@ -89,12 +89,12 @@
</el-table-column>
<el-table-column
label=
"操作"
fixed=
"right"
align=
"center"
min-width=
"210"
>
<
template
slot-scope=
"scope"
>
<el-button
class=
"btn-right-class"
type=
"text"
@
click=
"editRow(scope.row)"
>
履约录入
</el-button>
|
<el-button
<el-button
class=
"btn-right-class"
type=
"text"
@
click=
"editRow(scope.row)"
>
履约录入
</el-button>
<
!--
<
el-button
class=
"btn-right-class"
type=
"text"
@
click=
"changeStatusRow(scope.row)"
>
变更履约状态
</el-button>
>
变更履约状态
</el-button>
-->
<!--|
<el-button
type=
"text"
@
click=
"sendRow(scope.row)"
>
发送患教
</el-button>
-->
</
template
>
</el-table-column>
...
...
@@ -408,7 +408,11 @@ export default {
};
this
.
scaleNo
=
item
.
resourceId
;
// this.patientIds = [this.ScaleData.patientId];
this
.
uniteValidateAction
();
console
.
log
(
'goFormView'
,
item
);
if
(
item
.
resourceId
.
indexOf
(
'SCALE'
)
>-
1
){
this
.
uniteValidateAction
();
}
},
closeForm
()
{
this
.
selectFormShow
=
false
;
...
...
src/views/followup/reservation-manage/reservation-list.vue
浏览文件 @
28e983eb
...
...
@@ -112,8 +112,8 @@
label=
"操作"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<el-button
class=
"btn-right-class"
type=
"text"
@
click=
"sendReservationRow(scope.row)"
>
发送预约
</el-button>
|
<
el-button
class=
"btn-right-class"
type=
"text"
@
click=
"changeReserveClick(scope.row)"
>
变更预约
</el-button
>
<el-button
class=
"btn-right-class"
type=
"text"
@
click=
"sendReservationRow(scope.row)"
>
发送预约
</el-button>
<
!--
<el-button
class=
"btn-right-class"
type=
"text"
@
click=
"changeReserveClick(scope.row)"
>
变更预约
</el-button>
--
>
</
template
>
</el-table-column>
</el-table>
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录