提交 fd3f11a5 编写于 作者: 张敬贤's avatar 张敬贤

Merge branch 'develop' of...

Merge branch 'develop' of http://192.168.110.53/com.pica.cloud.frontend/pica-insurance into feature/zjx
...@@ -343,7 +343,7 @@ export default { ...@@ -343,7 +343,7 @@ export default {
// const {beneficiaryPatientId } = this.orderInfo; // const {beneficiaryPatientId } = this.orderInfo;
const obj = { const obj = {
protocolType: this.pprotocolType, protocolType: this.pprotocolType,
patientId: 212773027 patientId: this.recordInfo.patientId
}; };
signDetection(obj).then(res => { signDetection(obj).then(res => {
if (res.code !== '000000') { if (res.code !== '000000') {
......
...@@ -151,8 +151,8 @@ ...@@ -151,8 +151,8 @@
</div> </div>
</div> </div>
</div> </div>
<!-- v-if="[1, 3].includes(dataDetail.status)"-->
<div <div
v-if="[3].includes(dataDetail.status)"
class="submit-container multi-sub-wrap" class="submit-container multi-sub-wrap"
> >
<div <div
...@@ -162,9 +162,8 @@ ...@@ -162,9 +162,8 @@
> >
查看报告 查看报告
</div> </div>
<!-- v-if="[3].includes(dataDetail.status)"-->
<div <div
v-if="picaWechat == 'wechat'" v-if="picaWechat == 'wechat' && [3].includes(dataDetail.status)"
class="submit-button" class="submit-button"
> >
<wx-open-launch-weapp <wx-open-launch-weapp
...@@ -175,7 +174,7 @@ ...@@ -175,7 +174,7 @@
:extra-data="openWebAppConfig.extraData" :extra-data="openWebAppConfig.extraData"
> >
<script type="text/wxtag-template"> <script type="text/wxtag-template">
<style>.btn {position:absolute; top: 0; color: #ffffff;text-align: center;line-height: 40px; left: 0; width:100%; height: 100%;}</style> <div class="btn">{{ dataDetail.status | showBtnTextFilter }}</div> <style>.btn {position:absolute; top: 0; color: #ffffff;text-align: center;line-height: 40px; left: 0; width:100%; height: 100%;}</style> <div class="btn">{{ mapStatus(dataDetail.inquiryStatus)}}</div>
</script> </script>
</wx-open-launch-weapp> </wx-open-launch-weapp>
</div> </div>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册