Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica-admin-consultation
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
jingqi.liu
pica-admin-consultation
提交
d18c680b
提交
d18c680b
编写于
5月 12, 2021
作者:
changdi.hao
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
增加跟进状态
上级
af668759
变更
2
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
31 行增加
和
7 行删除
+31
-7
constants.js
src/utils/constants.js
+20
-0
diagnosis-editor.vue
src/views/IM/diagnosis-admin/diagnosis-editor.vue
+11
-7
未找到文件。
src/utils/constants.js
浏览文件 @
d18c680b
...
@@ -178,4 +178,24 @@ export const OPERATE_LIST = [
...
@@ -178,4 +178,24 @@ export const OPERATE_LIST = [
label
:
'未分配'
,
label
:
'未分配'
,
value
:
2
value
:
2
},
},
]
// 跟进状态
export
const
FOLLW_LIST
=
[
{
label
:
'待跟进'
,
value
:
1
},
{
label
:
'跟进中(协调资源)'
,
value
:
2
},
{
label
:
'已完成(跟进结束'
,
value
:
3
},
{
label
:
'长期跟进'
,
value
:
4
},
]
]
\ No newline at end of file
src/views/IM/diagnosis-admin/diagnosis-editor.vue
浏览文件 @
d18c680b
...
@@ -240,24 +240,24 @@
...
@@ -240,24 +240,24 @@
</el-radio-group>
</el-radio-group>
</el-form-item>
</el-form-item>
<el-form-item
label=
"药品跟进状态"
>
<el-form-item
label=
"药品跟进状态"
>
<el-select
v-model=
"formData.
userDepartment"
placeholder=
"请跟进状态"
disabled
class=
"set-width"
>
<el-select
v-model=
"formData.
drugFollowStatus"
placeholder=
"请跟进状态"
class=
"set-width"
>
<el-option
v-for=
"item of
sex
List"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
></el-option>
<el-option
v-for=
"item of
follow
List"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
></el-option>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
<el-form-item
label=
"药品跟进"
>
<el-form-item
label=
"药品跟进"
>
<el-input
type=
"textarea"
v-model=
"formData.drugFollow"
placeholder=
"请输入可跟进的事项"
maxlength=
"1000"
:disabled=
"editorType== 2"
></el-input>
<el-input
type=
"textarea"
v-model=
"formData.drugFollow"
placeholder=
"请输入可跟进的事项"
maxlength=
"1000"
:disabled=
"editorType== 2"
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"检查跟进状态"
>
<el-form-item
label=
"检查跟进状态"
>
<el-select
v-model=
"formData.
userDepartment"
placeholder=
"请跟进状态"
disabled
class=
"set-width"
>
<el-select
v-model=
"formData.
checkFollowStatus"
placeholder=
"请跟进状态"
class=
"set-width"
>
<el-option
v-for=
"item of
sex
List"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
></el-option>
<el-option
v-for=
"item of
follow
List"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
></el-option>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
<el-form-item
label=
"检查跟进"
>
<el-form-item
label=
"检查跟进"
>
<el-input
type=
"textarea"
v-model=
"formData.checkFollow"
placeholder=
"请输入可跟进的事项"
maxlength=
"1000"
:disabled=
"editorType== 2"
></el-input>
<el-input
type=
"textarea"
v-model=
"formData.checkFollow"
placeholder=
"请输入可跟进的事项"
maxlength=
"1000"
:disabled=
"editorType== 2"
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"其他跟进状态"
>
<el-form-item
label=
"其他跟进状态"
>
<el-select
v-model=
"formData.
userDepartment"
placeholder=
"请跟进状态"
disabled
class=
"set-width"
>
<el-select
v-model=
"formData.
otherFollowStatus"
placeholder=
"请跟进状态"
class=
"set-width"
>
<el-option
v-for=
"item of
sex
List"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
></el-option>
<el-option
v-for=
"item of
follow
List"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
></el-option>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
<el-form-item
label=
"其他跟进"
>
<el-form-item
label=
"其他跟进"
>
...
@@ -278,7 +278,7 @@
...
@@ -278,7 +278,7 @@
<
script
>
<
script
>
import
uploadImg
from
'@/components/editor/upload-img'
import
uploadImg
from
'@/components/editor/upload-img'
import
uploadMusic
from
'@/components/editor/upload-music'
import
uploadMusic
from
'@/components/editor/upload-music'
import
{
TYPE_LIST
,
PAY_LIST
,
SOURCE_LIST
,
STATUS_LIST
,
CAR_LIST
,
SEX_LIST
,
RELATION_LIST
,
D_S_LIST
}
from
'@/utils/constants'
import
{
TYPE_LIST
,
PAY_LIST
,
SOURCE_LIST
,
STATUS_LIST
,
CAR_LIST
,
SEX_LIST
,
RELATION_LIST
,
D_S_LIST
,
FOLLW_LIST
}
from
'@/utils/constants'
import
{
getBirth
}
from
'@/utils/index'
import
{
getBirth
}
from
'@/utils/index'
let
getcarMatch
=
function
(
rule
,
value
,
callback
,
message
)
{
let
getcarMatch
=
function
(
rule
,
value
,
callback
,
message
)
{
if
(
!
/
[
0-9A-Za-z
]{6,24}
$/
.
test
(
value
))
{
if
(
!
/
[
0-9A-Za-z
]{6,24}
$/
.
test
(
value
))
{
...
@@ -348,7 +348,10 @@ export default {
...
@@ -348,7 +348,10 @@ export default {
illnessAudioUrls
:
[],
illnessAudioUrls
:
[],
followFlag
:
1
,
followFlag
:
1
,
drugFollow
:
''
,
drugFollow
:
''
,
drugFollowStatus
:
''
,
checkFollow
:
''
,
checkFollow
:
''
,
checkFollowStatus
:
''
,
otherFollowStatus
:
''
,
otherFollow
:
''
,
otherFollow
:
''
,
remark
:
''
remark
:
''
},
},
...
@@ -360,6 +363,7 @@ export default {
...
@@ -360,6 +363,7 @@ export default {
sexList
:
SEX_LIST
,
sexList
:
SEX_LIST
,
relationList
:
RELATION_LIST
,
relationList
:
RELATION_LIST
,
doctorSourceList
:
D_S_LIST
,
doctorSourceList
:
D_S_LIST
,
followList
:
FOLLW_LIST
,
rules
:
{
rules
:
{
appointBeginTime
:
[
appointBeginTime
:
[
{
required
:
true
,
message
:
'请输入预约时间'
,
trigger
:
'change'
}
{
required
:
true
,
message
:
'请输入预约时间'
,
trigger
:
'change'
}
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录