This commit is contained in:
parent
76d513822d
commit
c9e220cd96
|
@ -5,8 +5,10 @@
|
||||||
src="https://lihai001.oss-cn-chengdu.aliyuncs.com/def/87960202402291430371479.webp"></image>
|
src="https://lihai001.oss-cn-chengdu.aliyuncs.com/def/87960202402291430371479.webp"></image>
|
||||||
<view class="card" :class="{card2:type==2}">
|
<view class="card" :class="{card2:type==2}">
|
||||||
<view class="c-head">
|
<view class="c-head">
|
||||||
<view :class="type==1?'left':'right'" @click="changeType(1)">春耕采购补贴</view>
|
|
||||||
<view :class="type==2?'left':'right'" @click="changeType(2)">增收销售补贴</view>
|
<view :class="type==2?'left':'right'" @click="changeType(2)">增收销售补贴</view>
|
||||||
|
<!-- <view :class="type==1?'left':'right'" @click="changeType(1)">春耕采购补贴</view> -->
|
||||||
|
<view v-if="mer_info.type_code=='PersonalStore'" :class="type==1?'left':'right'" @click="changeType(1)">春耕采购补贴</view>
|
||||||
|
<view v-else></view>
|
||||||
</view>
|
</view>
|
||||||
<view class="c-body-title">
|
<view class="c-body-title">
|
||||||
<view>补贴金额</view>
|
<view>补贴金额</view>
|
||||||
|
@ -61,8 +63,8 @@
|
||||||
</view>
|
</view>
|
||||||
<view class="b-card">
|
<view class="b-card">
|
||||||
<view class="b-top">
|
<view class="b-top">
|
||||||
<view>采购目标金额{{info.purchase_amount}}元</view>
|
<view>采购目标金额{{info.purchase_target}}元</view>
|
||||||
<view>当前进度{{info.purchase_target}}元</view>
|
<view>当前进度{{info.purchase_amount}}元</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="b-bottom">
|
<view class="b-bottom">
|
||||||
<view class="pro">
|
<view class="pro">
|
||||||
|
@ -112,19 +114,24 @@
|
||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
type: 1,
|
type: 2,
|
||||||
mer_id: '',
|
mer_id: '',
|
||||||
info: {},
|
info: {},
|
||||||
list: [],
|
list: [],
|
||||||
where:{
|
where:{
|
||||||
page: 1,
|
page: 1,
|
||||||
limit: 20
|
limit: 20,
|
||||||
|
type: 2
|
||||||
|
},
|
||||||
|
mer_info:{
|
||||||
|
type_code: ''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onLoad() {
|
onLoad() {
|
||||||
let user = this.$store.state.app.userInfo;
|
let user = this.$store.state.app.userInfo;
|
||||||
if(typeof user == 'string') user = JSON.parse(user);
|
if(typeof user == 'string') user = JSON.parse(user);
|
||||||
|
this.mer_info.type_code = user.mer_info.type_code;
|
||||||
this.mer_id = user.service.mer_id;
|
this.mer_id = user.service.mer_id;
|
||||||
this.getSubsidy();
|
this.getSubsidy();
|
||||||
if(this.type==2)this.getSubsidyRecord();
|
if(this.type==2)this.getSubsidyRecord();
|
||||||
|
@ -183,7 +190,7 @@
|
||||||
transform: translate(-50%);
|
transform: translate(-50%);
|
||||||
width: 670rpx;
|
width: 670rpx;
|
||||||
height: 290rpx;
|
height: 290rpx;
|
||||||
background-image: url('https://lihai001.oss-cn-chengdu.aliyuncs.com/def/e5b2e202402291538018132.webp');
|
background-image: url('https://lihai001.oss-cn-chengdu.aliyuncs.com/def/b4cfc20240229163236372.webp');
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
padding-bottom: 40rpx;
|
padding-bottom: 40rpx;
|
||||||
|
@ -193,6 +200,10 @@
|
||||||
height: 90rpx;
|
height: 90rpx;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin-top: 20rpx;
|
margin-top: 20rpx;
|
||||||
|
view{
|
||||||
|
flex: 1;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
.left{
|
.left{
|
||||||
font-size: 32rpx;
|
font-size: 32rpx;
|
||||||
color: #DF4104;
|
color: #DF4104;
|
||||||
|
@ -222,7 +233,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.card2{
|
.card2{
|
||||||
background-image: url('https://lihai001.oss-cn-chengdu.aliyuncs.com/def/b4cfc20240229163236372.webp');
|
background-image: url('https://lihai001.oss-cn-chengdu.aliyuncs.com/def/e5b2e202402291538018132.webp');
|
||||||
}
|
}
|
||||||
.bottom{
|
.bottom{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
|
@ -616,6 +616,11 @@ import { Toast } from '../../libs/uniApi';
|
||||||
type: 15,
|
type: 15,
|
||||||
image: require('@/static/images/index13.png')
|
image: require('@/static/images/index13.png')
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: '补贴进度',
|
||||||
|
type: 16,
|
||||||
|
image: require('@/static/images/index23.png')
|
||||||
|
},
|
||||||
],
|
],
|
||||||
refundInfo: {},
|
refundInfo: {},
|
||||||
company: '',
|
company: '',
|
||||||
|
@ -1346,6 +1351,12 @@ import { Toast } from '../../libs/uniApi';
|
||||||
url: '/pages/users/order_list/indexOther?status=-1&product_type=98&source=12'
|
url: '/pages/users/order_list/indexOther?status=-1&product_type=98&source=12'
|
||||||
})
|
})
|
||||||
break;
|
break;
|
||||||
|
case 16:
|
||||||
|
if(this.userInfoData.mer_info.mer_settlement_agree_status == 0) Toast('暂无权限');
|
||||||
|
else uni.navigateTo({
|
||||||
|
url: '/pages/activeCode/subsidy'
|
||||||
|
})
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages/moreProject/moreProject'
|
url: '/pages/moreProject/moreProject'
|
||||||
|
|
|
@ -244,11 +244,11 @@
|
||||||
<text class="text">补货订单</text>
|
<text class="text">补货订单</text>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="examine" @click="navigator(`/pages/activeCode/activeCode`)">
|
<!-- <view class="examine" @click="navigator(`/pages/activeCode/activeCode`)">
|
||||||
<image class="icon_img" src="@/static/images/index22.png" mode="aspectFit">
|
<image class="icon_img" src="@/static/images/index22.png" mode="aspectFit">
|
||||||
</image>
|
</image>
|
||||||
<text class="text">活动邀请码</text>
|
<text class="text">活动邀请码</text>
|
||||||
</view>
|
</view> -->
|
||||||
<view class="examine" @click="navigator(`/pages/activeCode/subsidy`)">
|
<view class="examine" @click="navigator(`/pages/activeCode/subsidy`)">
|
||||||
<image class="icon_img" src="@/static/images/index23.png" mode="aspectFit">
|
<image class="icon_img" src="@/static/images/index23.png" mode="aspectFit">
|
||||||
</image>
|
</image>
|
||||||
|
@ -344,11 +344,11 @@
|
||||||
<text class="text">商户设置</text>
|
<text class="text">商户设置</text>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="examine" @click="navigator(`/pages/activeCode/activeCode`)">
|
<!-- <view class="examine" @click="navigator(`/pages/activeCode/activeCode`)">
|
||||||
<image class="icon_img" src="@/static/images/index22.png" mode="aspectFit">
|
<image class="icon_img" src="@/static/images/index22.png" mode="aspectFit">
|
||||||
</image>
|
</image>
|
||||||
<text class="text">活动邀请码</text>
|
<text class="text">活动邀请码</text>
|
||||||
</view>
|
</view> -->
|
||||||
|
|
||||||
<view class="examine" @click="navigator(`/pages/activeCode/subsidy`)">
|
<view class="examine" @click="navigator(`/pages/activeCode/subsidy`)">
|
||||||
<image class="icon_img" src="@/static/images/index23.png" mode="aspectFit">
|
<image class="icon_img" src="@/static/images/index23.png" mode="aspectFit">
|
||||||
|
@ -432,11 +432,11 @@
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
|
||||||
<view class="examine" @click="navigator(`/pages/activeCode/activeCode`)">
|
<!-- <view class="examine" @click="navigator(`/pages/activeCode/activeCode`)">
|
||||||
<image class="icon_img" src="@/static/images/index22.png" mode="aspectFit">
|
<image class="icon_img" src="@/static/images/index22.png" mode="aspectFit">
|
||||||
</image>
|
</image>
|
||||||
<text class="text">活动邀请码</text>
|
<text class="text">活动邀请码</text>
|
||||||
</view>
|
</view> -->
|
||||||
|
|
||||||
<view class="examine" @click="navigator(`/pages/activeCode/subsidy`)">
|
<view class="examine" @click="navigator(`/pages/activeCode/subsidy`)">
|
||||||
<image class="icon_img" src="@/static/images/index23.png" mode="aspectFit">
|
<image class="icon_img" src="@/static/images/index23.png" mode="aspectFit">
|
||||||
|
|
Loading…
Reference in New Issue