Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica-insurance
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
com.pica.cloud.frontend
pica-insurance
提交
53d3c916
提交
53d3c916
编写于
2月 21, 2023
作者:
张敬贤
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
修改入口参数
上级
a1f3de0c
变更
1
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
32 行增加
和
10 行删除
+32
-10
index.vue
src/views/home/index.vue
+32
-10
未找到文件。
src/views/home/index.vue
浏览文件 @
53d3c916
...
...
@@ -20,32 +20,43 @@ export default {
// // 0902 已出报告
// // 变化如下:
// // 原来的 已出报告状态从0304变更为0901, 原来的已结束状态0401变更为0902
// STATUS_CODE_0101("0101", "未填写问卷"),
// STATUS_CODE_0102("0102", "已填写问卷"),
// STATUS_CODE_0201("0201", "待预约"),
// STATUS_CODE_0202("0202", "已预约"),
// STATUS_CODE_0203("0203", "已取消待重新预约"),
// STATUS_CODE_0301("0301", "待采样"),
// STATUS_CODE_0302("0302", "已采样"),
// STATUS_CODE_0303("0303", "待重新采样"),
// STATUS_CODE_0901("0901", "已出报告"),
// STATUS_CODE_0902("0902", "已结束")
routerMap
:{
//
'0001': '/appoint',
//
'0101': null,
'0001'
:
'/appoint'
,
'0101'
:
null
,
'0102'
:
'/insuranceQuestionBack'
,
// '0401': '/insuranceQuestionResult',
'0201'
:
'/appoint'
,
'0202'
:
'/appoint-details'
,
//
'0203': '/appoint-details',
'0203'
:
'/appoint-details'
,
'0302'
:
'/insuranceDetectionDetail'
,
'0303'
:
'/insuranceBindCode'
,
'0901'
:
'/insuranceQuestionResult'
,
// '0902': '/insuranceBindCode
',
'0902'
:
'/insuranceQuestionResult
'
,
},
dectionData
:
{},
projectEquityNo
:
''
,
o
rderNo
:
''
,
externalO
rderNo
:
''
,
query
:{}
};
},
mounted
()
{
const
{
projectEquityNo
,
o
rderNo
}
=
this
.
$route
.
query
;
const
{
projectEquityNo
,
externalO
rderNo
}
=
this
.
$route
.
query
;
this
.
query
=
this
.
$route
.
query
;
this
.
projectEquityNo
=
projectEquityNo
;
this
.
orderNo
=
o
rderNo
;
this
.
externalOrderNo
=
externalO
rderNo
;
this
.
getJumpPageStatus
();
},
methods
:
{
...
...
@@ -65,8 +76,9 @@ export default {
// 获取跳转状态
getJumpPageStatus
()
{
const
data
=
{
orderNo
:
this
.
orderNo
,
projectEquityNo
:
this
.
projectEquityNo
externalOrderNo
:
this
.
externalOrderNo
,
projectEquityNo
:
this
.
projectEquityNo
};
getJumpPageStatus
(
data
).
then
(
res
=>
{
if
(
res
.
code
==
'000000'
)
{
...
...
@@ -102,9 +114,19 @@ export default {
this
.
turnToPage
(
this
.
routerMap
[
this
.
status
],
this
.
query
);
break
;
case
'0201'
:
this
.
turnToPage
(
this
.
routerMap
[
this
.
status
],
this
.
query
);
break
;
case
'0202'
:
this
.
turnToPage
(
this
.
routerMap
[
this
.
status
],
this
.
query
);
break
;
case
'0303'
:
this
.
turnToPage
(
this
.
routerMap
[
this
.
status
],
this
.
query
);
break
;
case
'0901'
:
this
.
turnToPage
(
this
.
routerMap
[
this
.
status
],
this
.
query
);
break
;
case
'0
301
'
:
case
'0
902
'
:
this
.
turnToPage
(
this
.
routerMap
[
this
.
status
],
this
.
query
);
break
;
case
'0302'
:
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录