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
提交
2b56e3aa
提交
2b56e3aa
编写于
2月 22, 2023
作者:
张敬贤
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
add
上级
8e975692
变更
5
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
11 行增加
和
42 行删除
+11
-42
index.vue
src/views/appoint/index.vue
+1
-2
index.vue
src/views/appointDetails/index.vue
+2
-10
index.vue
src/views/home/index.vue
+4
-0
index.vue
src/views/insurance-question-back/index.vue
+1
-29
insuranceQuestionResult.vue
...ews/insurance-question-result/insuranceQuestionResult.vue
+3
-1
未找到文件。
src/views/appoint/index.vue
浏览文件 @
2b56e3aa
...
@@ -78,13 +78,11 @@
...
@@ -78,13 +78,11 @@
class=
"appoint-form-title"
class=
"appoint-form-title"
/>
/>
<van-field
<van-field
v-model=
"username"
class=
"appoint-form-items"
class=
"appoint-form-items"
label=
"省市区"
label=
"省市区"
disabled
disabled
right-icon=
"arrow"
right-icon=
"arrow"
placeholder=
"请选择省市区"
placeholder=
"请选择省市区"
:rules=
"[{ required: true, message: '请选择省市区' }]"
@
click=
"showAreaFn"
@
click=
"showAreaFn"
>
>
<
template
#
input
>
<
template
#
input
>
...
@@ -133,6 +131,7 @@
...
@@ -133,6 +131,7 @@
label=
"预约时间"
label=
"预约时间"
required
required
right-icon=
"arrow"
right-icon=
"arrow"
@
click=
"showPopup('showSelectTime')"
@
click=
"showPopup('showSelectTime')"
>
>
<
template
#
input
>
<
template
#
input
>
...
...
src/views/appointDetails/index.vue
浏览文件 @
2b56e3aa
...
@@ -182,15 +182,8 @@ export default {
...
@@ -182,15 +182,8 @@ export default {
},
},
};
};
},
},
computed
:
{
...
mapGetters
([
'hasAccount'
]),
},
mounted
()
{
mounted
()
{
// setTimeout(() => {
this
.
$loading
.
show
();
// this.locationAreaCode = [330, 330400000000, 330424000000];
// }, 3000);
const
{
yunOrderNo
,
projectEquityNo
}
=
this
.
$route
.
query
;
const
{
yunOrderNo
,
projectEquityNo
}
=
this
.
$route
.
query
;
this
.
yunOrderNo
=
yunOrderNo
;
this
.
yunOrderNo
=
yunOrderNo
;
this
.
projectEquityNo
=
projectEquityNo
;
this
.
projectEquityNo
=
projectEquityNo
;
...
@@ -204,11 +197,10 @@ export default {
...
@@ -204,11 +197,10 @@ export default {
getDetailByYunOrderNo
(
yunOrderNo
).
then
(
res
=>
{
getDetailByYunOrderNo
(
yunOrderNo
).
then
(
res
=>
{
console
.
log
(
res
);
console
.
log
(
res
);
this
.
detailInfo
=
res
.
data
;
this
.
detailInfo
=
res
.
data
;
this
.
$loading
.
hide
();
});
});
},
},
checkDetail
()
{
},
reAppoint
()
{
reAppoint
()
{
this
.
$router
.
push
({
this
.
$router
.
push
({
path
:
'/appoint'
,
path
:
'/appoint'
,
...
...
src/views/home/index.vue
浏览文件 @
2b56e3aa
...
@@ -46,6 +46,7 @@ export default {
...
@@ -46,6 +46,7 @@ export default {
this
.
query
=
this
.
$route
.
query
;
this
.
query
=
this
.
$route
.
query
;
this
.
projectEquityNo
=
projectEquityNo
;
this
.
projectEquityNo
=
projectEquityNo
;
this
.
externalOrderNo
=
externalOrderNo
;
this
.
externalOrderNo
=
externalOrderNo
;
this
.
$loading
.
show
();
// get geolocation
// get geolocation
// var that = this;
// var that = this;
// var geolocation = new qq.maps.Geolocation();
// var geolocation = new qq.maps.Geolocation();
...
@@ -110,6 +111,7 @@ export default {
...
@@ -110,6 +111,7 @@ export default {
this
.
dectionForm
.
detectName
=
dectionData
.
detectionName
;
this
.
dectionForm
.
detectName
=
dectionData
.
detectionName
;
this
.
dectionForm
.
goodsId
=
dectionData
.
goodsId
;
this
.
dectionForm
.
goodsId
=
dectionData
.
goodsId
;
this
.
$store
.
dispatch
(
'home/setInsuranceInfo'
,
dectionData
);
this
.
$store
.
dispatch
(
'home/setInsuranceInfo'
,
dectionData
);
this
.
$loading
.
hide
();
}
}
});
});
},
},
...
@@ -127,6 +129,7 @@ export default {
...
@@ -127,6 +129,7 @@ export default {
// https://dev-sc.yunqueyi.com/tis/insurance/create/order
// https://dev-sc.yunqueyi.com/tis/insurance/create/order
this
.
createOrder
(
data
);
this
.
createOrder
(
data
);
}
}
this
.
$loading
.
hide
();
}
}
});
});
},
},
...
@@ -164,6 +167,7 @@ export default {
...
@@ -164,6 +167,7 @@ export default {
createOrder
(
data
).
then
(
res
=>
{
createOrder
(
data
).
then
(
res
=>
{
if
(
res
.
code
==
'000000'
)
{
if
(
res
.
code
==
'000000'
)
{
this
.
checkStatus
(
res
);
this
.
checkStatus
(
res
);
this
.
$loading
.
hide
();
}
}
});
});
},
},
...
...
src/views/insurance-question-back/index.vue
浏览文件 @
2b56e3aa
...
@@ -64,37 +64,9 @@ export default {
...
@@ -64,37 +64,9 @@ export default {
};
};
},
},
created
()
{
created
()
{
console
.
log
(
'123123'
);
},
},
methods
:
{
methods
:
{
// evaluationResults(id) {
// evaluationResults(id).then(res => {
// console.log('evaluationResults', res);
// if (res.code === '000000') {
// console.log('evaluationResults', res);
// this.evaluationInfo = res.data;
// }
// });
// const questionInfo_MX = JSON.parse(localStorage.getItem('questionInfo_MX'));
// getDetailByUnionId(questionInfo_MX.patientId).then( res => {
// if (res.code === '000000') {
// const { status, detectionServiceRecord} = res.data;
// const data = JSON.parse(localStorage.getItem('extraData_MX'));
// const d = {userId: questionInfo_MX.patientId, detectionDetailID:detectionServiceRecord.id, ...data};
// this.openWebAppConfig.extraData = JSON.stringify(d);
// if(status == 0) {
// console.log('111');
// }
// if(status == 1 || status == 5) {
// this.openWebAppConfig.path = 'pagesUserCenter/insurance/insurance-detection-detail';
// }
// if(status == 2 || status == 3 || status == 4) {
// this.openWebAppConfig.path = 'pages/health/detection-detail/index';
// }
// }
// console.log('--this.openWebAppConfig', this.openWebAppConfig);
// });
// },
},
},
};
};
</
script
>
</
script
>
...
...
src/views/insurance-question-result/insuranceQuestionResult.vue
浏览文件 @
2b56e3aa
...
@@ -93,7 +93,7 @@ export default {
...
@@ -93,7 +93,7 @@ export default {
mounted
()
{
mounted
()
{
const
{
query
}
=
this
.
$route
;
const
{
query
}
=
this
.
$route
;
this
.
$loading
.
show
();
this
.
query
=
query
;
this
.
query
=
query
;
this
.
needDetect
=
!
(
query
.
needDetect
==
'1'
);
this
.
needDetect
=
!
(
query
.
needDetect
==
'1'
);
console
.
log
(
'query'
,
this
.
needDetect
);
console
.
log
(
'query'
,
this
.
needDetect
);
...
@@ -120,6 +120,7 @@ export default {
...
@@ -120,6 +120,7 @@ export default {
console
.
log
(
'dectionData.detectionName'
,
dectionData
.
detectionName
);
console
.
log
(
'dectionData.detectionName'
,
dectionData
.
detectionName
);
this
.
detectionName
=
dectionData
.
detectionName
;
this
.
detectionName
=
dectionData
.
detectionName
;
this
.
$store
.
dispatch
(
'home/setInsuranceInfo'
,
dectionData
);
this
.
$store
.
dispatch
(
'home/setInsuranceInfo'
,
dectionData
);
this
.
$loading
.
hide
();
}
}
});
});
},
},
...
@@ -139,6 +140,7 @@ export default {
...
@@ -139,6 +140,7 @@ export default {
console
.
log
(
res
);
console
.
log
(
res
);
this
.
buttonStatus
=
res
.
data
.
buttonStatus
;
this
.
buttonStatus
=
res
.
data
.
buttonStatus
;
this
.
buttonText
=
res
.
data
.
statusDesc
;
this
.
buttonText
=
res
.
data
.
statusDesc
;
this
.
$loading
.
hide
();
});
});
}
}
},
},
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录