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
提交
81894f20
提交
81894f20
编写于
3月 22, 2023
作者:
张磊
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
auto commit
上级
be98b137
变更
15
隐藏空白字符变更
内嵌
并排
正在显示
15 个修改的文件
包含
76 行增加
和
130 行删除
+76
-130
index.vue
src/components/selectTime/index.vue
+0
-1
index.js
src/router/index.js
+3
-12
index.vue
src/views/appoint/index.vue
+6
-0
index.vue
src/views/appointDetails/index.vue
+7
-1
index.vue
src/views/geoNavigation/index.vue
+0
-21
index.vue
src/views/home/index.vue
+11
-0
insurance-bind-code.vue
src/views/insurance-bind-code/insurance-bind-code.vue
+5
-1
insurance-bindCode-success.vue
...insurance-bindCode-success/insurance-bindCode-success.vue
+5
-0
insurance-detection-detail.vue
...insurance-detection-detail/insurance-detection-detail.vue
+5
-0
index.vue
src/views/insurance-question-back/index.vue
+0
-90
insuranceQuestionResult.vue
...ews/insurance-question-result/insuranceQuestionResult.vue
+10
-3
index.vue
src/views/insurance-quickDetection-detail/index.vue
+5
-0
index.vue
src/views/insurance-register/index.vue
+9
-1
register-success.vue
src/views/insurance-register/register-success.vue
+6
-0
index.vue
src/views/pdf-preview/index.vue
+4
-0
未找到文件。
src/components/selectTime/index.vue
浏览文件 @
81894f20
...
@@ -117,7 +117,6 @@ export default {
...
@@ -117,7 +117,6 @@ export default {
});
});
},
},
selectItem
()
{
selectItem
()
{
if
(
this
.
selectTimes
===
''
)
{
if
(
this
.
selectTimes
===
''
)
{
return
;
return
;
}
}
...
...
src/router/index.js
浏览文件 @
81894f20
import
{
router
}
from
'@pica-cli/vue-cli-plugin-pica-cli-plugin/auto'
;
import
{
router
,
}
from
'@pica-cli/vue-cli-plugin-pica-cli-plugin/auto'
;
import
insuranceBindCode
from
'@/views/insurance-bind-code/insurance-bind-code'
;
import
insuranceBindCode
from
'@/views/insurance-bind-code/insurance-bind-code'
;
import
insuranceDetectionDetail
from
'@/views/insurance-detection-detail/insurance-detection-detail'
;
import
insuranceDetectionDetail
from
'@/views/insurance-detection-detail/insurance-detection-detail'
;
import
insuranceBindCodeSuccess
from
'@/views/insurance-bindCode-success/insurance-bindCode-success'
;
import
insuranceBindCodeSuccess
from
'@/views/insurance-bindCode-success/insurance-bindCode-success'
;
import
handleAllRouter
from
'../public_uat'
;
import
handleAllRouter
from
'../public_uat'
;
import
{
headerConfigByMeta
}
from
'mn-template/util/routerUtil'
;
const
routerConfig
=
[
const
routerConfig
=
[
{
{
path
:
'/insuranceBindCode'
,
path
:
'/insuranceBindCode'
,
...
@@ -29,21 +30,11 @@ const routerConfig = [
...
@@ -29,21 +30,11 @@ const routerConfig = [
name
:
'insuranceQuestionResult'
,
name
:
'insuranceQuestionResult'
,
component
:
()
=>
import
(
'@/views/insurance-question-result/insuranceQuestionResult.vue'
),
component
:
()
=>
import
(
'@/views/insurance-question-result/insuranceQuestionResult.vue'
),
},
},
{
path
:
'/insuranceQuestionBack'
,
name
:
'insuranceQuestionBack'
,
component
:
()
=>
import
(
'@/views/insurance-question-back/index'
),
},
{
{
path
:
'/appoint'
,
path
:
'/appoint'
,
name
:
'appoint'
,
name
:
'appoint'
,
component
:
()
=>
import
(
'@/views/appoint/index.vue'
),
component
:
()
=>
import
(
'@/views/appoint/index.vue'
),
},
},
{
path
:
'/geoNavigation'
,
name
:
'geoNavigation'
,
component
:
()
=>
import
(
'@/views/geoNavigation/index.vue'
),
},
{
{
path
:
'/home'
,
path
:
'/home'
,
name
:
'home'
,
name
:
'home'
,
...
@@ -81,7 +72,7 @@ const routerConfig = [
...
@@ -81,7 +72,7 @@ const routerConfig = [
// '0302': null,
// '0302': null,
// };
// };
router
.
beforeEach
(
async
(
to
,
from
,
next
)
=>
{
router
.
beforeEach
(
async
(
to
,
from
,
next
)
=>
{
console
.
log
(
to
,
from
,
next
);
headerConfigByMeta
(
to
);
next
();
next
();
});
});
...
...
src/views/appoint/index.vue
浏览文件 @
81894f20
...
@@ -304,6 +304,7 @@ export default {
...
@@ -304,6 +304,7 @@ export default {
},
},
},
},
mounted
()
{
mounted
()
{
this
.
$loading
.
show
();
this
.
$loading
.
show
();
const
{
yunOrderNo
,
projectEquityNo
}
=
this
.
$route
.
query
;
const
{
yunOrderNo
,
projectEquityNo
}
=
this
.
$route
.
query
;
this
.
yunOrderNo
=
yunOrderNo
;
this
.
yunOrderNo
=
yunOrderNo
;
...
@@ -314,6 +315,11 @@ export default {
...
@@ -314,6 +315,11 @@ export default {
projectEquityNo
:
''
,
projectEquityNo
:
''
,
externalOrderNo
:
''
,
externalOrderNo
:
''
,
};
};
this
.
$sendBuriedData
({
action
:
'ACTION_WEB_AFTER'
,
component_tag
:
'0000000#7802852#0#0'
,
web_data
:{
yunOrderNo
:
yunOrderNo
},
});
this
.
getDetectionName
(
yunOrderNo
);
this
.
getDetectionName
(
yunOrderNo
);
this
.
getOrderInfo
(
yunOrderNo
);
this
.
getOrderInfo
(
yunOrderNo
);
this
.
getJumpPageStatus
(
data
);
this
.
getJumpPageStatus
(
data
);
...
...
src/views/appointDetails/index.vue
浏览文件 @
81894f20
...
@@ -256,6 +256,11 @@ export default {
...
@@ -256,6 +256,11 @@ export default {
this
.
getDetailByYunOrderNo
(
yunOrderNo
);
this
.
getDetailByYunOrderNo
(
yunOrderNo
);
this
.
getDetectionName
(
yunOrderNo
);
this
.
getDetectionName
(
yunOrderNo
);
this
.
$loading
.
hide
();
this
.
$loading
.
hide
();
this
.
$sendBuriedData
({
action
:
'ACTION_WEB_AFTER'
,
component_tag
:
'0000000#7802855#0#0'
,
web_data
:{
yunOrderNo
:
yunOrderNo
},
});
},
},
methods
:
{
methods
:
{
formatDate
(
orderTime
)
{
formatDate
(
orderTime
)
{
...
@@ -267,8 +272,9 @@ export default {
...
@@ -267,8 +272,9 @@ export default {
getDetailByYunOrderNo
(
yunOrderNo
)
{
getDetailByYunOrderNo
(
yunOrderNo
)
{
getDetailByYunOrderNo
(
yunOrderNo
).
then
(
res
=>
{
getDetailByYunOrderNo
(
yunOrderNo
).
then
(
res
=>
{
console
.
log
(
res
);
console
.
log
(
res
);
const
{
expireFlag
}
=
res
.
data
;
this
.
detailInfo
=
res
.
data
;
this
.
detailInfo
=
res
.
data
;
this
.
expireFlag
=
res
.
data
.
expireFlag
;
this
.
expireFlag
=
expireFlag
||
''
;
this
.
isUnderLine
=
res
.
data
.
detectionCategory
==
2
;
this
.
isUnderLine
=
res
.
data
.
detectionCategory
==
2
;
this
.
$loading
.
hide
();
this
.
$loading
.
hide
();
});
});
...
...
src/views/geoNavigation/index.vue
已删除
100644 → 0
浏览文件 @
be98b137
<
template
>
<van-uploader
v-model=
"fileList"
capture=
"user"
accept=
"image/*"
/>
</
template
>
<
script
>
export
default
{
data
()
{
return
{
fileList
:[]
};
}
};
</
script
>
<
style
>
</
style
>
src/views/home/index.vue
浏览文件 @
81894f20
...
@@ -57,6 +57,11 @@ export default {
...
@@ -57,6 +57,11 @@ export default {
projectEquityNo
,
projectEquityNo
,
externalOrderNo
:
n
externalOrderNo
:
n
};
};
this
.
$sendBuriedData
({
action
:
'ACTION_WEB_AFTER'
,
// 7802854
component_tag
:
'0000000#7802854#0#0'
,
web_data
:
data
,
});
this
.
initMap
(
data
);
this
.
initMap
(
data
);
}
}
...
@@ -69,8 +74,14 @@ export default {
...
@@ -69,8 +74,14 @@ export default {
projectEquityNo
:
''
,
projectEquityNo
:
''
,
externalOrderNo
:
''
,
externalOrderNo
:
''
,
};
};
this
.
$sendBuriedData
({
action
:
'ACTION_WEB_AFTER'
,
// 7802854
component_tag
:
'0000000#7802854#0#0'
,
web_data
:
data
,
});
this
.
initMap
(
data
);
this
.
initMap
(
data
);
}
}
},
},
methods
:
{
methods
:
{
// 高德地图导航只有在线上环境才能使用
// 高德地图导航只有在线上环境才能使用
...
...
src/views/insurance-bind-code/insurance-bind-code.vue
浏览文件 @
81894f20
...
@@ -262,6 +262,11 @@ export default {
...
@@ -262,6 +262,11 @@ export default {
}
else
{
}
else
{
this
.
isCheck
=
true
;
this
.
isCheck
=
true
;
}
}
this
.
$sendBuriedData
({
action
:
'ACTION_WEB_AFTER'
,
component_tag
:
'0000000#7802846#0#0'
,
web_data
:{
yunOrderNo
:
yunOrderNo
},
});
},
},
methods
:
{
methods
:
{
clearCode
()
{
clearCode
()
{
...
@@ -451,7 +456,6 @@ export default {
...
@@ -451,7 +456,6 @@ export default {
}
}
});
});
},
},
callPhone
()
{}
}
}
};
};
...
...
src/views/insurance-bindCode-success/insurance-bindCode-success.vue
浏览文件 @
81894f20
...
@@ -123,6 +123,11 @@ export default {
...
@@ -123,6 +123,11 @@ export default {
this
.
detectionRecordInfo
();
this
.
detectionRecordInfo
();
},
},
mounted
()
{
mounted
()
{
this
.
$sendBuriedData
({
action
:
'ACTION_WEB_AFTER'
,
component_tag
:
'0000000#7802847#0#0'
,
web_data
:{
yunOrderNo
:
this
.
yunOrderNo
},
});
},
},
methods
:
{
methods
:
{
...
...
src/views/insurance-detection-detail/insurance-detection-detail.vue
浏览文件 @
81894f20
...
@@ -251,6 +251,11 @@ export default {
...
@@ -251,6 +251,11 @@ export default {
this
.
init
();
this
.
init
();
},
},
mounted
()
{
mounted
()
{
this
.
$sendBuriedData
({
action
:
'ACTION_WEB_AFTER'
,
component_tag
:
'0000000#7802848#0#0'
,
web_data
:{
yunOrderNo
:
this
.
yunOrderNo
},
});
},
},
methods
:
{
methods
:
{
init
()
{
init
()
{
...
...
src/views/insurance-question-back/index.vue
已删除
100644 → 0
浏览文件 @
be98b137
<
template
>
<div>
<page-model
v-if=
"picaWechat != 'wechat'"
ref=
"PageModel"
:header-info=
"headerInfo"
/>
<div
class=
"insuranceQuestionBack"
>
<div
class=
"icon-item"
>
<img
src=
"https://files.yunqueyi.com/image/png/common/20221213135338128.png"
>
</div>
<div
class=
"font-big"
>
提交成功
</div>
<div
class=
"font-normal"
>
您的结果将于次日以短信形式推送,烦请留意!
</div>
</div>
</div>
</
template
>
<
script
>
export
default
{
data
()
{
return
{
picaWechat
:
window
.
_picaWechat
,
headerInfo
:
{
title
:
'检测服务'
,
isBlack
:
true
,
backMethod
:
'web'
,
style
:
'backgroundColor:#ffffff;zIndex:100;'
,
background
:
''
,
},
};
},
created
()
{
},
methods
:
{
},
};
</
script
>
<
style
lang=
"scss"
scoped
>
.insuranceQuestionBack
{
width
:
100%
;
background
:
#ffffff
;
box-sizing
:
border-box
;
padding
:
0
16px
;
color
:
#676869
;
text-align
:
center
;
overflow
:
hidden
;
.icon-item
{
width
:
57px
;
height
:
65px
;
margin
:
0
auto
;
margin-top
:
83px
;
image
{
width
:
100%
;
height
:
100%
;
}
}
.font-big
{
margin-top
:
22px
;
font-size
:
20px
;
font-weight
:
700
;
color
:
#02120f
;
}
.font-normal
{
margin-top
:
12px
;
font-size
:
15px
;
font-weight
:
400
;
color
:
#666666
;
}
.custom-style
{
width
:
350px
;
height
:
40px
;
background
:
#00bda5
;
font-size
:
16px
;
color
:
#ffffff
;
font-weight
:
600
;
line-height
:
40px
;
border-radius
:
40px
;
border
:
none
;
margin-top
:
148px
;
}
}
</
style
>
src/views/insurance-question-result/insuranceQuestionResult.vue
浏览文件 @
81894f20
...
@@ -80,6 +80,7 @@
...
@@ -80,6 +80,7 @@
</
template
>
</
template
>
</div>
</div>
<div
<div
v-if=
"detectionName && detectionName.length > 0"
class=
"tips-fixed"
class=
"tips-fixed"
>
>
注:请填写人根据问卷评估结果自主选择后续检测
注:请填写人根据问卷评估结果自主选择后续检测
...
@@ -128,6 +129,11 @@ export default {
...
@@ -128,6 +129,11 @@ export default {
this
.
yunOrderNo
=
query
.
yunOrderNo
;
this
.
yunOrderNo
=
query
.
yunOrderNo
;
this
.
getButtonStatus
(
query
.
yunOrderNo
);
this
.
getButtonStatus
(
query
.
yunOrderNo
);
this
.
getDetectionName
(
query
.
yunOrderNo
);
this
.
getDetectionName
(
query
.
yunOrderNo
);
this
.
$sendBuriedData
({
action
:
'ACTION_WEB_AFTER'
,
component_tag
:
'0000000#7802850#0#0'
,
web_data
:{
yunOrderNo
:
this
.
yunOrderNo
},
});
this
.
$loading
.
hide
();
this
.
$loading
.
hide
();
},
},
methods
:
{
methods
:
{
...
@@ -171,15 +177,16 @@ export default {
...
@@ -171,15 +177,16 @@ export default {
getButtonStatus
(
yunOrderNo
)
{
getButtonStatus
(
yunOrderNo
)
{
getButtonStatus
(
yunOrderNo
).
then
(
res
=>
{
getButtonStatus
(
yunOrderNo
).
then
(
res
=>
{
console
.
log
(
res
);
console
.
log
(
res
);
this
.
buttonStatus
=
res
.
data
.
buttonStatus
;
const
{
buttonStatus
}
=
res
.
data
;
this
.
buttonStatus
=
buttonStatus
||
false
;
this
.
buttonText
=
res
.
data
.
statusDesc
;
this
.
buttonText
=
res
.
data
.
statusDesc
;
this
.
$loading
.
hide
();
this
.
$loading
.
hide
();
!
this
.
buttonStatus
&&
this
.
$dialog
.
alert
({
(
this
.
detectionName
&&
!
this
.
buttonStatus
)
&&
this
.
$dialog
.
alert
({
message
:
this
.
buttonText
,
message
:
this
.
buttonText
,
confirmButtonColor
:
'#00bda5'
confirmButtonColor
:
'#00bda5'
});
});
});
});
}
}
,
},
},
};
};
</
script
>
</
script
>
...
...
src/views/insurance-quickDetection-detail/index.vue
浏览文件 @
81894f20
...
@@ -206,6 +206,11 @@ export default {
...
@@ -206,6 +206,11 @@ export default {
this
.
init
();
this
.
init
();
},
},
mounted
()
{
mounted
()
{
this
.
$sendBuriedData
({
action
:
'ACTION_WEB_AFTER'
,
component_tag
:
'0000000#7802849#0#0'
,
web_data
:{
yunOrderNo
:
this
.
yunOrderNo
},
});
},
},
methods
:
{
methods
:
{
init
()
{
init
()
{
...
...
src/views/insurance-register/index.vue
浏览文件 @
81894f20
...
@@ -126,8 +126,13 @@ export default {
...
@@ -126,8 +126,13 @@ export default {
},
},
mounted
()
{
mounted
()
{
document
.
title
=
'肠癌早筛权益优先领取登记'
;
document
.
title
=
'肠癌早筛权益优先领取登记'
;
// this.$loading.show();
this
.
getID
();
this
.
getID
();
const
{
projectEquityNo
}
=
this
.
$route
.
query
;
this
.
$sendBuriedData
({
action
:
'ACTION_WEB_AFTER'
,
component_tag
:
'0000000#7802857#0#0'
,
web_data
:{
projectEquityNo
:
projectEquityNo
},
});
},
},
methods
:
{
methods
:
{
getID
()
{
getID
()
{
...
@@ -160,6 +165,9 @@ export default {
...
@@ -160,6 +165,9 @@ export default {
if
(
res
.
code
===
'000000'
)
{
if
(
res
.
code
===
'000000'
)
{
this
.
$router
.
push
({
this
.
$router
.
push
({
path
:
'/insurance-register-success'
,
path
:
'/insurance-register-success'
,
query
:
{
projectEquityNo
:
projectEquityNo
,
},
});
});
}
else
{
}
else
{
this
.
$toast
(
res
.
message
);
this
.
$toast
(
res
.
message
);
...
...
src/views/insurance-register/register-success.vue
浏览文件 @
81894f20
...
@@ -25,6 +25,12 @@ export default {
...
@@ -25,6 +25,12 @@ export default {
};
};
},
},
created
()
{
created
()
{
const
{
projectEquityNo
}
=
this
.
$route
.
query
;
this
.
$sendBuriedData
({
action
:
'ACTION_WEB_AFTER'
,
component_tag
:
'0000000#7802858#0#0'
,
web_data
:{
projectEquityNo
:
projectEquityNo
},
});
},
},
methods
:
{
methods
:
{
tomx
()
{
tomx
()
{
...
...
src/views/pdf-preview/index.vue
浏览文件 @
81894f20
...
@@ -68,6 +68,10 @@
...
@@ -68,6 +68,10 @@
},
},
mounted
()
{
mounted
()
{
this
.
_loadFile
(
this
.
pdfUrl
);
this
.
_loadFile
(
this
.
pdfUrl
);
this
.
$sendBuriedData
({
action
:
'ACTION_WEB_AFTER'
,
component_tag
:
'0000000#7802856#0#0'
,
});
},
},
beforeDestroy
()
{
beforeDestroy
()
{
console
.
log
(
'destory'
);
console
.
log
(
'destory'
);
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录