|
|
|
@ -67,9 +67,13 @@ |
|
|
|
|
|
|
|
<view class="section report" id="report"> |
|
|
|
<view class="section-header">行后报告</view> |
|
|
|
<view class="section-content report"> |
|
|
|
<!-- todo --> |
|
|
|
<button class="btn" @click="jumpToExport">点击查看详情</button> |
|
|
|
<view class="section-content report report-card"> |
|
|
|
<image class="report-cover" :src="configList.report_page_01" mode="widthFix" /> |
|
|
|
<view class="report-btn flex" @click="jumpToExport"> |
|
|
|
<image class="icon" src="@/pages_order/static/activity/icon-double-arrow-left.png" mode="widthFix"></image> |
|
|
|
<view>点击查看详情</view> |
|
|
|
<image class="icon" src="@/pages_order/static/activity/icon-double-arrow-right.png" mode="widthFix"></image> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
@ -84,7 +88,7 @@ |
|
|
|
<posterPopup ref="posterPopup"></posterPopup> |
|
|
|
|
|
|
|
<view class="flex bottom"> |
|
|
|
<button class="flex btn btn-palin" @click="openPosterPopup">生成海报</button> |
|
|
|
<!-- <button class="flex btn btn-palin" @click="openPosterPopup">生成海报</button> --> |
|
|
|
<button class="flex btn btn-primary" @click="onApplyEmail">申请邮件</button> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
@ -170,7 +174,10 @@ |
|
|
|
this.$refs.posterPopup.open(path) |
|
|
|
}, |
|
|
|
onApplyEmail() { |
|
|
|
this.$utils.navigateTo(`/pages_order/growing/activity/applyEmail?id=${this.id}`) |
|
|
|
uni.navigateTo({ |
|
|
|
url: `/pages_order/growing/activity/export?id=${this.id}&mode=export` |
|
|
|
}) |
|
|
|
// this.$utils.navigateTo(`/pages_order/growing/activity/applyEmail?id=${this.id}`) |
|
|
|
}, |
|
|
|
jumpToExport() { |
|
|
|
uni.navigateTo({ |
|
|
|
@ -292,6 +299,32 @@ |
|
|
|
|
|
|
|
.report { |
|
|
|
margin-top: 24rpx; |
|
|
|
|
|
|
|
&-card { |
|
|
|
width: 100%; |
|
|
|
border-radius: 64rpx; |
|
|
|
overflow: hidden; |
|
|
|
font-size: 0; |
|
|
|
} |
|
|
|
|
|
|
|
&-cover { |
|
|
|
width: 100%; |
|
|
|
height: auto; |
|
|
|
} |
|
|
|
|
|
|
|
&-btn { |
|
|
|
width: 100%; |
|
|
|
padding: 32rpx 0; |
|
|
|
column-gap: 16rpx; |
|
|
|
color: #252545; |
|
|
|
font-size: 28rpx; |
|
|
|
background: #E5E4EB; |
|
|
|
|
|
|
|
.icon { |
|
|
|
width: 40rpx; |
|
|
|
height: auto; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.bottom { |
|
|
|
@ -299,8 +332,8 @@ |
|
|
|
left: 0; |
|
|
|
bottom: 0; |
|
|
|
z-index: 999; |
|
|
|
justify-content: space-between; |
|
|
|
column-gap: 32rpx; |
|
|
|
// justify-content: space-between; |
|
|
|
// column-gap: 32rpx; |
|
|
|
width: 100vw; |
|
|
|
padding: 32rpx 40rpx; |
|
|
|
padding-bottom: calc(env(safe-area-inset-bottom) + 32rpx); |
|
|
|
|