Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica.cloud.web-education-admin
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
提交
打开侧边栏
com.pica.cloud.education.frontend
pica.cloud.web-education-admin
提交
48c4fd92
提交
48c4fd92
编写于
4月 09, 2019
作者:
tao.wu
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
no message
上级
f159fab6
变更
3
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
20 行增加
和
11 行删除
+20
-11
set-time-form.vue
src/views/followup/plan-manage/dialog/set-time-form.vue
+10
-9
set-time-node.vue
src/views/followup/plan-manage/dialog/set-time-node.vue
+10
-1
plan-modify.vue
src/views/followup/plan-manage/plan-modify.vue
+0
-1
未找到文件。
src/views/followup/plan-manage/dialog/set-time-form.vue
浏览文件 @
48c4fd92
...
...
@@ -40,7 +40,7 @@
</el-form-item>
<el-form-item
label=
"提醒医生预约居民"
>
<el-select
v-if=
"!isStandedTemplate
&& !planId
"
v-if=
"!isStandedTemplate"
v-model=
"timeForm.remindDay"
multiple
:multiple-limit=
3
...
...
@@ -56,7 +56,7 @@
<!--固定模板需要填充-->
<el-select
v-if=
"isStandedTemplate
|| planId
"
v-if=
"isStandedTemplate"
v-model=
"timeForm.remindDay"
multiple
:multiple-limit=
3
...
...
@@ -74,7 +74,7 @@
<div
style=
"display: flex"
>
<el-select
v-if=
"!isStandedTemplate
&& !planId
"
v-if=
"!isStandedTemplate"
v-model=
"timeForm.pushDay"
placeholder=
"选择推送时间"
clearable
...
...
@@ -89,7 +89,7 @@
<!--固定模板需要填充-->
<el-select
v-if=
"isStandedTemplate
|| planId
"
v-if=
"isStandedTemplate"
v-model=
"timeForm.pushDay"
placeholder=
"选择推送时间"
clearable
...
...
@@ -114,7 +114,7 @@
</div>
<el-form-item
label=
"随访登记表"
>
<el-select
v-if=
"!isStandedTemplate
&& !planId
"
v-if=
"!isStandedTemplate"
v-model=
"timeForm.followResourceId"
multiple
:multiple-limit=
3
...
...
@@ -130,7 +130,7 @@
<!--固定模板需要填充-->
<el-select
v-if=
"isStandedTemplate
|| planId
"
v-if=
"isStandedTemplate"
v-model=
"timeForm.followResourceId"
multiple
:multiple-limit=
3
...
...
@@ -141,7 +141,7 @@
v-for=
"(item,index) in formOptionsCopy"
:key=
"index"
:label=
"item.sendContent"
:value=
"item.
startDays
"
>
:value=
"item.
resourceId
"
>
</el-option>
</el-select>
</el-form-item>
...
...
@@ -224,14 +224,15 @@
hasSelected
:
this
.
timeForm
.
comentMsg
})
}
if
(
this
.
timeForm
.
followupList
&&
this
.
timeForm
.
followupList
.
length
>
0
){
//followResourceId
this
.
formOptionsCopy
=
this
.
timeForm
.
followupList
this
.
timeForm
.
followResourceId
=
[]
this
.
timeForm
.
followupList
.
forEach
((
item
)
=>
{
this
.
timeForm
.
followResourceId
.
push
(
item
.
startDays
)
this
.
timeForm
.
followResourceId
.
push
(
item
.
resourceId
)
})
}
console
.
log
(
this
.
formOptionsCopy
)
getPatientNumber
({
patientIdList
:
this
.
patientIdList
}).
then
(
res
=>
{
...
...
src/views/followup/plan-manage/dialog/set-time-node.vue
浏览文件 @
48c4fd92
...
...
@@ -144,6 +144,7 @@
// console.log(this.isStandedTemplate)
if
(
this
.
isStandedTemplate
||
this
.
planId
){
this
.
deleteAddNode
()
}
}
}
...
...
@@ -221,8 +222,10 @@
this
.
$emit
(
'addListenSave'
,
false
)
}
}
else
{
console
.
log
(
this
.
isStandedTemplate
)
console
.
log
(
this
.
planId
)
// 不是固定模板
if
(
!
this
.
isStandedTemplate
){
if
(
!
this
.
isStandedTemplate
&&
!
this
.
planId
){
if
(
this
.
timeForm
.
remindDay
.
length
>
0
){
this
.
timeForm
.
remindDay
.
forEach
((
item
)
=>
{
this
.
timeForm
.
remindList
.
push
({
...
...
@@ -360,6 +363,12 @@
changeTab
(
val
){
console
.
log
(
'当前的 activeTab '
,
val
)
this
.
activeTab
=
val
;
console
.
log
(
this
.
setTimeNodeList
)
console
.
log
(
this
.
setTimeNodeList1
)
// this.setTimeNodeList1 = this.setTimeNodeList
// this.timeForm = this.setTimeNodeList[val];
// this.timeForm.formRef = this.getNowTime();
if
(
val
==
'setNewRef'
)
{
this
.
initNewForm
();
...
...
src/views/followup/plan-manage/plan-modify.vue
浏览文件 @
48c4fd92
...
...
@@ -269,7 +269,6 @@
// this.setTimeNodeList = val.fPlanTimeDtoList
this
.
setTimeNodeListOnCom
(
val
.
fPlanTimeReqList
)
// console.log(this.setTimeNodeList)
// this.patientIdList = val.patientIdList
this
.
planId
=
String
(
val
.
id
)
if
(
val
.
resourceId
){
this
.
isStandedTemplate
=
true
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录