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
提交
472bcbce
提交
472bcbce
编写于
6月 12, 2019
作者:
tao.wu
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
no message
上级
77dbd797
变更
2
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
16 行增加
和
11 行删除
+16
-11
new-patient.less
src/style/patient-manager/new-patient/new-patient.less
+6
-6
index.js
src/utils/followup/followupUtils/index.js
+10
-5
未找到文件。
src/style/patient-manager/new-patient/new-patient.less
浏览文件 @
472bcbce
...
@@ -26,8 +26,8 @@
...
@@ -26,8 +26,8 @@
flex: 1;
flex: 1;
display: flex;
display: flex;
flex-direction: column;
flex-direction: column;
display: block;
.choose-label-wrap{
.choose-label-wrap{
.el-dialog__body{
.el-dialog__body{
padding: 0 25px 30px;
padding: 0 25px 30px;
}
}
...
@@ -61,14 +61,14 @@
...
@@ -61,14 +61,14 @@
}
}
}
}
.list-wrap{
.list-wrap{
width: 100%;
width: 100%;
height: 300px;
height: 300px;
border: 1px solid #E4E7ED;
border: 1px solid #E4E7ED;
margin-top: 10px;
margin-top: 10px;
padding: 10px;
padding: 10px;
border-radius: 4px;
border-radius: 4px;
overflow: hidden;
overflow: hidden;
overflow-y: scroll;
overflow-y: scroll;
&::-webkit-scrollbar
&::-webkit-scrollbar
{
{
width: 5px;
width: 5px;
...
@@ -317,7 +317,7 @@
...
@@ -317,7 +317,7 @@
.pic{
.pic{
background:rgba(240,242,245,1);
background:rgba(240,242,245,1);
width: 200px; height: auto;
width: 200px; height: auto;
border: 0;
border: 0;
.qr-code-img{
.qr-code-img{
width: 200px;
width: 200px;
height: 200px;
height: 200px;
...
@@ -364,7 +364,7 @@
...
@@ -364,7 +364,7 @@
margin: 30px 0 24px;
margin: 30px 0 24px;
}
}
.flow-path{
.flow-path{
// width: 100%;
// width: 100%;
height: 395px;
height: 395px;
display: block;
display: block;
border: 0;
border: 0;
...
@@ -373,4 +373,4 @@
...
@@ -373,4 +373,4 @@
}
}
}
}
}
}
}
}
\ No newline at end of file
src/utils/followup/followupUtils/index.js
浏览文件 @
472bcbce
...
@@ -46,7 +46,7 @@ export default {
...
@@ -46,7 +46,7 @@ export default {
DC
:
dataConverter
,
DC
:
dataConverter
,
checkAuth
:
(
callback
)
=>
{
checkAuth
:
(
callback
)
=>
{
return
new
Promise
((
resolve
,
reject
)
=>
{
return
new
Promise
((
resolve
,
reject
)
=>
{
fetch
({
resolve
(
fetch
({
headers
:
{
headers
:
{
token
:
localStorage
.
getItem
(
'storageToken'
)
token
:
localStorage
.
getItem
(
'storageToken'
)
},
},
...
@@ -62,8 +62,8 @@ export default {
...
@@ -62,8 +62,8 @@ export default {
alertMessage
(
'您当前暂无机构,无法使用居民管理、随访管理和群发消息等功能,请在加入机构后重试。'
,
'去加入'
,
'暂不加入'
,
()
=>
{
alertMessage
(
'您当前暂无机构,无法使用居民管理、随访管理和群发消息等功能,请在加入机构后重试。'
,
'去加入'
,
'暂不加入'
,
()
=>
{
location
.
href
=
getSaasHost
()
+
'/pica-base/pica_join.html'
location
.
href
=
getSaasHost
()
+
'/pica-base/pica_join.html'
})
})
//
return new Promise((resolve, reject) => {
return
new
Promise
((
resolve
,
reject
)
=>
{
//
})
})
}
else
if
(
res
.
data
==
2
)
{
}
else
if
(
res
.
data
==
2
)
{
alertMessage
(
'您创建的机构正在审核中,暂无法使用居民管理、随访管理和群发消息等功能,请在审核通过后重试。'
,
'查看审核'
,
'取消'
,
()
=>
{
alertMessage
(
'您创建的机构正在审核中,暂无法使用居民管理、随访管理和群发消息等功能,请在审核通过后重试。'
,
'查看审核'
,
'取消'
,
()
=>
{
location
.
href
=
getWsHost
()
+
'/outside/status?tk='
+
localStorage
.
getItem
(
'storageToken'
)
location
.
href
=
getWsHost
()
+
'/outside/status?tk='
+
localStorage
.
getItem
(
'storageToken'
)
...
@@ -71,10 +71,15 @@ export default {
...
@@ -71,10 +71,15 @@ export default {
// return new Promise((resolve, reject) => {
// return new Promise((resolve, reject) => {
// })
// })
}
else
if
(
res
.
data
==
3
)
{
}
else
if
(
res
.
data
==
3
)
{
return
callback
return
callback
()
// return new Promise((resolve, reject) => {
// resolve(callback())
// })
}
}
}
}
})
}))
})
})
}
}
};
};
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录