Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica.cloud.web-education-admin
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
提交
议题看板
打开侧边栏
jingqi.liu
pica.cloud.web-education-admin
提交
98edc20b
提交
98edc20b
编写于
4月 29, 2019
作者:
tao.wu
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
no message
上级
5f73ebd8
变更
9
显示空白字符变更
内嵌
并排
正在显示
9 个修改的文件
包含
208 行增加
和
27 行删除
+208
-27
hypeDataSourceBaseInfo.js
...cord-manage/models/hypertension/hypeDataSourceBaseInfo.js
+47
-0
hypeDataSourceHelpChecking.js
...-manage/models/hypertension/hypeDataSourceHelpChecking.js
+24
-6
hypeDataSourceNextFollowDay.js
...manage/models/hypertension/hypeDataSourceNextFollowDay.js
+18
-0
hypeDataSourceReferral.js
...cord-manage/models/hypertension/hypeDataSourceReferral.js
+38
-0
hypeDataSourceSign.js
...p/record-manage/models/hypertension/hypeDataSourceSign.js
+6
-7
hypeDataSourceSignature.js
...ord-manage/models/hypertension/hypeDataSourceSignature.js
+18
-0
hypeDataSourceSymptom.js
...ecord-manage/models/hypertension/hypeDataSourceSymptom.js
+33
-4
hypertension.vue
...ews/followup/record-manage/patient-scale/hypertension.vue
+21
-8
stroke.vue
src/views/followup/record-manage/patient-scale/stroke.vue
+3
-2
未找到文件。
src/views/followup/record-manage/models/hypertension/hypeDataSourceBaseInfo.js
浏览文件 @
98edc20b
...
@@ -16,6 +16,53 @@ export default ($this) => {
...
@@ -16,6 +16,53 @@ export default ($this) => {
labmsg
:
'次'
,
labmsg
:
'次'
,
rules
:
[{
required
:
true
,
message
:
'请输入姓名'
,
trigger
:
[
'submit'
,
'change'
]}],
rules
:
[{
required
:
true
,
message
:
'请输入姓名'
,
trigger
:
[
'submit'
,
'change'
]}],
},
},
{
formType
:
'date-picker'
,
className
:
'float-none'
,
prop
:
'followUpDate'
,
model
:
'followUpDate'
,
placeholder
:
'请选择'
,
label
:
'随访日期:'
,
format
:
'yyyy-MM-dd'
,
valueFormat
:
'yyyy-MM-dd'
,
dateType
:
'date'
,
type
:
'date'
,
rules
:
[{
required
:
true
,
message
:
'请选择随访日期'
,
trigger
:
[
'submit'
,
'change'
]}],
spanNum
:
12
,
},
{
formType
:
'radio'
,
className
:
'obj-form-title'
,
prop
:
'followUpWay'
,
model
:
'followUpWay'
,
spanNum
:
24
,
label
:
'随访方式:'
,
options
:
[
{
label
:
'门诊'
,
value
:
'门诊'
},
{
label
:
'家庭'
,
value
:
'家庭'
},
{
label
:
'电话'
,
value
:
'电话'
},
],
rules
:
[{
required
:
true
,
message
:
'请选择随访方式'
,
trigger
:
[
'submit'
,
'change'
]
}],
changeFun
:
(
e
)
=>
{
}
},
{
formType
:
'input'
,
className
:
'float-none'
,
prop
:
'followUpNumber'
,
model
:
'followUpNumber'
,
label
:
'编号:'
,
disabled
:
false
,
placeholder
:
'请输入编号'
,
spanNum
:
12
,
maxlength
:
30
,
type
:
'text'
,
labmsg
:
'次'
,
rules
:
[{
required
:
false
,
message
:
'请输入编号'
,
trigger
:
[
'submit'
,
'change'
]}],
},
]
]
}
}
src/views/followup/record-manage/models/hypertension/hypeDataSourceHelpChecking.js
浏览文件 @
98edc20b
...
@@ -4,7 +4,7 @@ export default ($this) => {
...
@@ -4,7 +4,7 @@ export default ($this) => {
return
[
return
[
{
{
formType
:
'input'
,
formType
:
'input'
,
className
:
'float-none
obj-form-title
'
,
className
:
'float-none'
,
prop
:
'helpCheck'
,
prop
:
'helpCheck'
,
model
:
'helpCheck'
,
model
:
'helpCheck'
,
disabled
:
false
,
disabled
:
false
,
...
@@ -18,7 +18,7 @@ export default ($this) => {
...
@@ -18,7 +18,7 @@ export default ($this) => {
},
},
{
{
formType
:
'radio'
,
formType
:
'radio'
,
className
:
'
obj-form-titl
e'
,
className
:
'
float-non
e'
,
prop
:
'medicationObedience'
,
prop
:
'medicationObedience'
,
model
:
'medicationObedience'
,
model
:
'medicationObedience'
,
spanNum
:
24
,
spanNum
:
24
,
...
@@ -35,7 +35,7 @@ export default ($this) => {
...
@@ -35,7 +35,7 @@ export default ($this) => {
{
{
formType
:
'radio'
,
formType
:
'radio'
,
className
:
'
obj-form-titl
e'
,
className
:
'
float-non
e'
,
prop
:
'medicalSideSffects'
,
prop
:
'medicalSideSffects'
,
model
:
'medicalSideSffects'
,
model
:
'medicalSideSffects'
,
spanNum
:
24
,
spanNum
:
24
,
...
@@ -50,10 +50,10 @@ export default ($this) => {
...
@@ -50,10 +50,10 @@ export default ($this) => {
},
},
{
{
formType
:
'input'
,
formType
:
'input'
,
className
:
'float-none
obj-form-title2
'
,
className
:
'float-none'
,
linkageRule
:
[{
name
:
'medicalSideSffects'
,
value
:
[
'有'
]}],
linkageRule
:
[{
name
:
'medicalSideSffects'
,
value
:
[
'有'
]}],
prop
:
'
rem
ark'
,
prop
:
'
adrsM
ark'
,
model
:
'
rem
ark'
,
model
:
'
adrsM
ark'
,
disabled
:
false
,
disabled
:
false
,
placeholder
:
'请输入药物不良反应'
,
placeholder
:
'请输入药物不良反应'
,
spanNum
:
12
,
spanNum
:
12
,
...
@@ -62,6 +62,24 @@ export default ($this) => {
...
@@ -62,6 +62,24 @@ export default ($this) => {
labmsg
:
''
,
labmsg
:
''
,
rules
:
[{
required
:
true
,
message
:
'请输入药物不良反应'
,
trigger
:
[
'submit'
,
'change'
]
}]
rules
:
[{
required
:
true
,
message
:
'请输入药物不良反应'
,
trigger
:
[
'submit'
,
'change'
]
}]
},
},
{
formType
:
'radio'
,
className
:
'float-none radio-block'
,
prop
:
'followUpClassification'
,
model
:
'followUpClassification'
,
spanNum
:
24
,
label
:
'此次随访分类:'
,
options
:
[
{
label
:
'控制满意(血压控制满意,无其他异常)'
,
value
:
'控制满意'
},
{
label
:
'控制不满意(血压控制不满意,无其他异常)'
,
value
:
'控制不满意'
},
{
label
:
'不良反应(存在药物不良反应)'
,
value
:
'不良反应'
},
{
label
:
'并发症(出现新的并发症或并发症出现异常)'
,
value
:
'并发症'
},
],
rules
:
[{
required
:
true
,
message
:
'请选择此次随访分类'
,
trigger
:
[
'submit'
,
'change'
]
}],
changeFun
:
(
e
)
=>
{
}
},
]
]
}
}
src/views/followup/record-manage/models/hypertension/hypeDataSourceNextFollowDay.js
0 → 100644
浏览文件 @
98edc20b
export
default
(
$this
)
=>
{
return
[
{
formType
:
'date-picker'
,
className
:
'float-none'
,
prop
:
'nextFollowDay'
,
model
:
'nextFollowDay'
,
placeholder
:
'请选择'
,
label
:
'下次随访日期:'
,
format
:
'yyyy-MM-dd'
,
valueFormat
:
'yyyy-MM-dd'
,
dateType
:
'date'
,
type
:
'date'
,
rules
:
[{
required
:
true
,
message
:
'请选择下次随访日期'
,
trigger
:
[
'submit'
,
'change'
]}],
spanNum
:
12
,
},
]
}
src/views/followup/record-manage/models/hypertension/hypeDataSourceReferral.js
0 → 100644
浏览文件 @
98edc20b
import
{
checkRange
,
checkIsInteger
,
checkNumberIsToFixed
}
from
'@/utils/followup/followupUtils/checkField'
;
export
default
(
$this
)
=>
{
return
[
{
formType
:
'input'
,
className
:
'float-none'
,
prop
:
'aaa'
,
model
:
'aaa'
,
label
:
'原因:'
,
disabled
:
false
,
placeholder
:
'请输入原因'
,
spanNum
:
12
,
maxlength
:
30
,
type
:
'text'
,
rules
:
[{
required
:
false
,
message
:
'请输入原因'
,
trigger
:
[
'submit'
,
'change'
]}],
changeFun
:
(
val
)
=>
{
// console.log($this.formData)
// console.log(val)
},
},
{
formType
:
'input'
,
className
:
'float-none'
,
prop
:
'bbb'
,
model
:
'bbb'
,
label
:
'机构及科别:'
,
disabled
:
false
,
placeholder
:
'请输入机构及科别'
,
spanNum
:
12
,
maxlength
:
30
,
type
:
'text'
,
rules
:
[{
required
:
false
,
message
:
'请输入机构及科别'
,
trigger
:
[
'submit'
,
'change'
]}],
changeFun
:
(
val
)
=>
{
},
},
]
}
src/views/followup/record-manage/models/hypertension/hypeDataSourceSign.js
浏览文件 @
98edc20b
...
@@ -45,15 +45,14 @@ export default ($this) => {
...
@@ -45,15 +45,14 @@ export default ($this) => {
rules
:
[{
required
:
true
,
message
:
'请输入身高'
,
trigger
:
[
'submit'
,
'change'
]},{
validator
:
checkRange
,
trigger
:
[
'submit'
,
'change'
]
},
{
validator
:
checkNumberIsToFixed
,
trigger
:
[
'submit'
,
'change'
]}],
rules
:
[{
required
:
true
,
message
:
'请输入身高'
,
trigger
:
[
'submit'
,
'change'
]},{
validator
:
checkRange
,
trigger
:
[
'submit'
,
'change'
]
},
{
validator
:
checkNumberIsToFixed
,
trigger
:
[
'submit'
,
'change'
]}],
changeFun
:
(
val
)
=>
{
changeFun
:
(
val
)
=>
{
$this
.
addComponents
.
forEach
((
item
,
index
)
=>
{
$this
.
addComponents
.
forEach
((
item
,
index
)
=>
{
if
(
item
.
formName
==
'hypertension_002
'
){
if
(
item
.
name
==
'hypeDataSourceSign
'
){
$this
.
addComponents
[
index
].
formObject
.
bodyHeight
=
val
;
$this
.
addComponents
[
index
].
formObject
.
bodyHeight
=
val
;
}
}
})
})
},
},
blurFunc
:
(
val
)
=>
{
blurFunc
:
(
val
)
=>
{
$this
.
addComponents
.
forEach
((
item
,
index
)
=>
{
$this
.
addComponents
.
forEach
((
item
,
index
)
=>
{
if
(
item
.
formName
==
'hypertension_002
'
){
if
(
item
.
name
==
'hypeDataSourceSign
'
){
let
bodyWeight
=
$this
.
addComponents
[
index
].
formObject
.
bodyWeight
let
bodyWeight
=
$this
.
addComponents
[
index
].
formObject
.
bodyWeight
let
bodyHeight
=
$this
.
addComponents
[
index
].
formObject
.
bodyHeight
let
bodyHeight
=
$this
.
addComponents
[
index
].
formObject
.
bodyHeight
if
(
bodyWeight
&&
bodyHeight
){
if
(
bodyWeight
&&
bodyHeight
){
...
@@ -82,14 +81,14 @@ export default ($this) => {
...
@@ -82,14 +81,14 @@ export default ($this) => {
rules
:
[{
required
:
true
,
message
:
'请输入体重'
,
trigger
:
[
'submit'
,
'change'
]},{
validator
:
checkRange
,
trigger
:
[
'submit'
,
'change'
]
},
{
validator
:
checkNumberIsToFixed
,
trigger
:
[
'submit'
,
'change'
]}],
rules
:
[{
required
:
true
,
message
:
'请输入体重'
,
trigger
:
[
'submit'
,
'change'
]},{
validator
:
checkRange
,
trigger
:
[
'submit'
,
'change'
]
},
{
validator
:
checkNumberIsToFixed
,
trigger
:
[
'submit'
,
'change'
]}],
changeFun
:
(
val
)
=>
{
changeFun
:
(
val
)
=>
{
$this
.
addComponents
.
forEach
((
item
,
index
)
=>
{
$this
.
addComponents
.
forEach
((
item
,
index
)
=>
{
if
(
item
.
formName
==
'hypertension_002
'
){
if
(
item
.
name
==
'hypeDataSourceSign
'
){
$this
.
addComponents
[
index
].
formObject
.
bodyWeight
=
val
;
$this
.
addComponents
[
index
].
formObject
.
bodyWeight
=
val
;
}
}
})
})
},
},
blurFunc
:
(
val
)
=>
{
blurFunc
:
(
val
)
=>
{
$this
.
addComponents
.
forEach
((
item
,
index
)
=>
{
$this
.
addComponents
.
forEach
((
item
,
index
)
=>
{
if
(
item
.
formName
==
'hypertension_002
'
){
if
(
item
.
name
==
'hypeDataSourceSign
'
){
let
bodyWeight
=
$this
.
addComponents
[
index
].
formObject
.
bodyWeight
let
bodyWeight
=
$this
.
addComponents
[
index
].
formObject
.
bodyWeight
let
bodyHeight
=
$this
.
addComponents
[
index
].
formObject
.
bodyHeight
let
bodyHeight
=
$this
.
addComponents
[
index
].
formObject
.
bodyHeight
if
(
bodyWeight
&&
bodyHeight
){
if
(
bodyWeight
&&
bodyHeight
){
...
@@ -131,11 +130,11 @@ export default ($this) => {
...
@@ -131,11 +130,11 @@ export default ($this) => {
},
},
{
{
formType
:
'input'
,
formType
:
'input'
,
className
:
'obj-form-title'
,
className
:
'float-none'
,
linkageRule
:
[{
name
:
'symptom'
,
value
:
[
'其他'
]}],
prop
:
'remark'
,
prop
:
'remark'
,
model
:
'remark'
,
model
:
'remark'
,
disabled
:
false
,
disabled
:
false
,
label
:
'其他'
,
placeholder
:
'请输入其他体征'
,
placeholder
:
'请输入其他体征'
,
spanNum
:
12
,
spanNum
:
12
,
maxlength
:
30
,
maxlength
:
30
,
...
...
src/views/followup/record-manage/models/hypertension/hypeDataSourceSignature.js
0 → 100644
浏览文件 @
98edc20b
export
default
(
$this
)
=>
{
return
[
{
formType
:
'input'
,
className
:
'float-none'
,
prop
:
'doctorSignature'
,
model
:
'doctorSignature'
,
label
:
'随访医生签名:'
,
disabled
:
false
,
placeholder
:
'请输入随访人员姓名'
,
spanNum
:
12
,
maxlength
:
30
,
type
:
'text'
,
labmsg
:
'次'
,
rules
:
[{
required
:
true
,
message
:
'请输入随访医生签名'
,
trigger
:
[
'submit'
,
'change'
]}],
},
]
}
src/views/followup/record-manage/models/hypertension/hypeDataSourceSymptom.js
浏览文件 @
98edc20b
...
@@ -2,18 +2,47 @@ import { checkMobile } from '@/utils/followup/followupUtils/checkField';
...
@@ -2,18 +2,47 @@ import { checkMobile } from '@/utils/followup/followupUtils/checkField';
export
default
(
$this
)
=>
{
export
default
(
$this
)
=>
{
return
[
return
[
{
formType
:
'radio'
,
className
:
'obj-form-title'
,
prop
:
'hasSymptom'
,
model
:
'hasSymptom'
,
label
:
'是否有症状:'
,
disabled
:
false
,
spanNum
:
24
,
options
:
[
{
label
:
'无'
,
value
:
'无'
,
disabled
:
false
},
{
label
:
'有'
,
value
:
'有'
,
disabled
:
false
},
],
rules
:
[{
required
:
true
,
message
:
'请选择是否有症状'
,
trigger
:
[
'submit'
,
'change'
]
}],
changeFun
:
(
e
)
=>
{
if
(
e
==
'有'
)
{
$this
.
addComponents
.
forEach
((
item
,
index
)
=>
{
if
(
item
.
name
==
'hypeDataSourceSymptom'
){
$this
.
addComponents
[
index
].
formObject
=
{
...
$this
.
addComponents
[
index
].
formObject
,
symptom
:
[]
}
}
})
}
}
},
{
{
formType
:
'checkbox'
,
formType
:
'checkbox'
,
className
:
'float-none obj-form-title'
,
className
:
'float-none obj-form-title2'
,
linkageRule
:
[{
name
:
'hasSymptom'
,
value
:
[
'有'
]}],
prop
:
'symptom'
,
prop
:
'symptom'
,
model
:
'symptom'
,
model
:
'symptom'
,
label
:
'
选择的症状
:'
,
label
:
'
症状类型
:'
,
disabled
:
false
,
disabled
:
false
,
changeFun
:
(
val
)
=>
{
changeFun
:
(
val
)
=>
{
},
},
spanNum
:
24
,
spanNum
:
24
,
options
:
[
options
:
[
{
label
:
'无症状'
,
value
:
'无症状'
,
disabled
:
false
},
//
{label: '无症状', value: '无症状', disabled: false},
{
label
:
'头痛头晕'
,
value
:
'头痛头晕'
,
disabled
:
false
},
{
label
:
'头痛头晕'
,
value
:
'头痛头晕'
,
disabled
:
false
},
{
label
:
'恶心呕吐'
,
value
:
'恶心呕吐'
,
disabled
:
false
},
{
label
:
'恶心呕吐'
,
value
:
'恶心呕吐'
,
disabled
:
false
},
{
label
:
'眼花耳鸣'
,
value
:
'眼花耳鸣'
,
disabled
:
false
},
{
label
:
'眼花耳鸣'
,
value
:
'眼花耳鸣'
,
disabled
:
false
},
...
@@ -28,7 +57,7 @@ export default ($this) => {
...
@@ -28,7 +57,7 @@ export default ($this) => {
},
},
{
{
formType
:
'input'
,
formType
:
'input'
,
className
:
'float-none obj-form-title
2
'
,
className
:
'float-none obj-form-title
3
'
,
linkageRule
:
[{
name
:
'symptom'
,
value
:
[
'其他'
]}],
linkageRule
:
[{
name
:
'symptom'
,
value
:
[
'其他'
]}],
prop
:
'remark'
,
prop
:
'remark'
,
model
:
'remark'
,
model
:
'remark'
,
...
...
src/views/followup/record-manage/patient-scale/hypertension.vue
浏览文件 @
98edc20b
...
@@ -33,11 +33,15 @@
...
@@ -33,11 +33,15 @@
// 量表模块数据模型
// 量表模块数据模型
// 高血压
// 高血压
import
hypeDataSourceBaseInfo
from
'../models/hypertension/hypeDataSourceBaseInfo'
import
hypeDataSourceSymptom
from
'../models/hypertension/hypeDataSourceSymptom'
import
hypeDataSourceSymptom
from
'../models/hypertension/hypeDataSourceSymptom'
import
hypeDataSourceSign
from
'../models/hypertension/hypeDataSourceSign'
import
hypeDataSourceSign
from
'../models/hypertension/hypeDataSourceSign'
import
hypeDataSourceLifeMode
from
'../models/hypertension/hypeDataSourceLifeMode'
import
hypeDataSourceLifeMode
from
'../models/hypertension/hypeDataSourceLifeMode'
import
hypeDataSourceHelpChecking
from
'../models/hypertension/hypeDataSourceHelpChecking'
import
hypeDataSourceHelpChecking
from
'../models/hypertension/hypeDataSourceHelpChecking'
import
hypeDataSourceMedicationUse
from
'../models/hypertension/hypeDataSourceMedicationUse'
import
hypeDataSourceMedicationUse
from
'../models/hypertension/hypeDataSourceMedicationUse'
import
hypeDataSourceReferral
from
'../models/hypertension/hypeDataSourceReferral'
import
hypeDataSourceNextFollowDay
from
'../models/hypertension/hypeDataSourceNextFollowDay'
import
hypeDataSourceSignature
from
'../models/hypertension/hypeDataSourceSignature'
export
default
{
export
default
{
data
(){
data
(){
...
@@ -116,14 +120,16 @@
...
@@ -116,14 +120,16 @@
})
})
});
});
}
}
this
.
$emit
(
'checkEnd'
,
false
);
}
else
{
}
else
{
this
.
dataSubmit
();
this
.
dataSubmit
();
}
}
this
.
$emit
(
'checkEnd'
,
false
);
})
})
}
else
{
this
.
$emit
(
'checkEnd'
,
false
);
}
}
},
},
showModule
(
val
){
showModule
(
val
){
...
@@ -164,12 +170,17 @@
...
@@ -164,12 +170,17 @@
// 获取量表类型
// 获取量表类型
initScaleType
(){
initScaleType
(){
this
.
addComponentsSourceList
=
[
this
.
addComponentsSourceList
=
[
{
name
:
'BaseInfo0'
,
formObject
:
{
symptom
:
[]},
showModule
:
true
,
formName
:
'hypertension_001'
,
className
:
'obj-form-title'
,
dataSource
:
hypeDataSourceSymptom
(
this
),
hideTitle
:
false
,
title
:
'症状'
},
{
name
:
'hypeDataSourceBaseInfo'
,
formObject
:
{},
showModule
:
true
,
formName
:
'hypertension_001'
,
className
:
'obj-form-title'
,
dataSource
:
hypeDataSourceBaseInfo
(
this
),
hideTitle
:
true
,
title
:
'基本信息'
},
{
name
:
'BaseInfo0'
,
formObject
:
{},
showModule
:
true
,
formName
:
'hypertension_002'
,
className
:
'obj-form-title'
,
dataSource
:
hypeDataSourceSign
(
this
),
hideTitle
:
false
,
title
:
'体征'
},
{
name
:
'hypeDataSourceSymptom'
,
formObject
:
{},
showModule
:
true
,
formName
:
'hypertension_002'
,
className
:
'obj-form-title'
,
dataSource
:
hypeDataSourceSymptom
(
this
),
hideTitle
:
false
,
title
:
'症状'
},
{
name
:
'BaseInfo0'
,
formObject
:
{},
showModule
:
true
,
formName
:
'hypertension_003'
,
className
:
'obj-form-title'
,
dataSource
:
hypeDataSourceLifeMode
(
this
),
hideTitle
:
false
,
title
:
'生活方式指导'
},
{
name
:
'hypeDataSourceSign'
,
formObject
:
{
bmi
:
0
,},
showModule
:
true
,
formName
:
'hypertension_003'
,
className
:
'obj-form-title'
,
dataSource
:
hypeDataSourceSign
(
this
),
hideTitle
:
false
,
title
:
'体征'
},
{
name
:
'BaseInfo0'
,
formObject
:
{},
showModule
:
true
,
formName
:
'hypertension_004'
,
className
:
'obj-form-title'
,
dataSource
:
hypeDataSourceHelpChecking
(
this
),
hideTitle
:
false
,
title
:
'辅助检查'
},
{
name
:
'hypeDataSourceLifeMode'
,
formObject
:
{},
showModule
:
true
,
formName
:
'hypertension_004'
,
className
:
'obj-form-title'
,
dataSource
:
hypeDataSourceLifeMode
(
this
),
hideTitle
:
false
,
title
:
'生活方式指导'
},
{
name
:
'BaseInfo0'
,
formObject
:
{},
showModule
:
true
,
formName
:
'hypertension_005'
,
className
:
'obj-form-title'
,
dataSource
:
hypeDataSourceMedicationUse
(
this
),
hideTitle
:
false
,
title
:
'用药情况'
},
{
name
:
'hypeDataSourceHelpChecking'
,
formObject
:
{},
showModule
:
true
,
formName
:
'hypertension_005'
,
className
:
'obj-form-title'
,
dataSource
:
hypeDataSourceHelpChecking
(
this
),
hideTitle
:
false
,
title
:
'辅助检查'
},
{
name
:
'hypeDataSourceMedicationUse'
,
formObject
:
{},
showModule
:
true
,
formName
:
'hypertension_006'
,
className
:
'obj-form-title'
,
dataSource
:
hypeDataSourceMedicationUse
(
this
),
hideTitle
:
false
,
title
:
'用药情况'
},
{
name
:
'hypeDataSourceReferral'
,
formObject
:
{
aaa
:
''
,
bbb
:
''
},
showModule
:
true
,
formName
:
'hypertension_007'
,
className
:
'obj-form-title'
,
dataSource
:
hypeDataSourceReferral
(
this
),
hideTitle
:
false
,
title
:
'转诊'
},
{
name
:
'hypeDataSourceNextFollowDay'
,
formObject
:
{
nextFollowDay
:
''
},
showModule
:
true
,
formName
:
'hypertension_008'
,
className
:
'obj-form-title'
,
dataSource
:
hypeDataSourceNextFollowDay
(
this
),
hideTitle
:
true
,
title
:
'下次随访日期'
},
{
name
:
'hypeDataSourceSignature'
,
formObject
:
{
doctorSignature
:
''
},
showModule
:
true
,
formName
:
'hypertension_009'
,
className
:
'obj-form-title'
,
dataSource
:
hypeDataSourceSignature
(
this
),
hideTitle
:
true
,
title
:
'随访医生签名'
},
]
]
this
.
addComponents
=
this
.
addComponentsSourceList
},
},
// 获取白名单域名
// 获取白名单域名
getWhiteDomain
(){
getWhiteDomain
(){
...
@@ -177,7 +188,9 @@
...
@@ -177,7 +188,9 @@
if
(
res
.
code
==
'000000'
){
if
(
res
.
code
==
'000000'
){
this
.
domain
=
res
.
data
;
this
.
domain
=
res
.
data
;
// 获取量表模块
// 获取量表模块
this
.
getFormModules
();
// this.getFormModules();
// 目前模块先写死,记得后面和后台沟通改!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
if
(
this
.
showBtn
!=
'0'
){
if
(
this
.
showBtn
!=
'0'
){
// 获取量表详情
// 获取量表详情
this
.
getFormDetail
();
this
.
getFormDetail
();
...
@@ -303,7 +316,7 @@
...
@@ -303,7 +316,7 @@
line-height
:
60px
;
line-height
:
60px
;
height
:
60px
;
height
:
60px
;
font-weight
:
bold
;
font-weight
:
bold
;
font-size
:
18
px
;
font-size
:
22
px
;
border-bottom
:
1px
dashed
#ccc
;
border-bottom
:
1px
dashed
#ccc
;
}
}
}
}
...
...
src/views/followup/record-manage/patient-scale/stroke.vue
浏览文件 @
98edc20b
...
@@ -128,11 +128,12 @@
...
@@ -128,11 +128,12 @@
})
})
});
});
}
}
this
.
$emit
(
'checkEnd'
,
false
);
}
else
{
}
else
{
this
.
dataSubmit
();
this
.
dataSubmit
();
}
}
this
.
$emit
(
'checkEnd'
,
false
);
})
})
...
@@ -322,7 +323,7 @@
...
@@ -322,7 +323,7 @@
line-height
:
60px
;
line-height
:
60px
;
height
:
60px
;
height
:
60px
;
font-weight
:
bold
;
font-weight
:
bold
;
font-size
:
18
px
;
font-size
:
22
px
;
border-bottom
:
1px
dashed
#ccc
;
border-bottom
:
1px
dashed
#ccc
;
}
}
}
}
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录