This commit is contained in:
cclu 2023-08-28 17:37:43 +08:00
parent 3a133a504e
commit ad7e905587
5 changed files with 85 additions and 82 deletions

View File

@ -68,25 +68,25 @@
menuList: [ menuList: [
{ {
name: '待审批', name: '待审批',
src: '../../../../../static/images/expense/type/shenp.png', src: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/shenp.png',
active: '../../../../../static/images/expense/type/shenpz.png', active: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/shenpz.png',
id: 2000 id: 2000
},{ },{
name: '已处理', name: '已处理',
src: '../../../../../static/images/expense/type/yichl.png', src: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/yichl.png',
active: '../../../../../static/images/expense/type/yichlz.png', active: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/yichlz.png',
id: '3000,9000' id: '3000,9000'
}, },
// { // {
// name: '', // name: '',
// src: '@/static/images/expense/type/yifq.png', // src: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/yifq.png',
// active: '@/static/images/expense/type/yifqz.png', // active: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/yifqz.png',
// id: 2 // id: 2
// }, // },
{ {
name: '更多筛选', name: '更多筛选',
src: '../../../../../static/images/expense/type/shaix.png', src: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/shaix.png',
active: '../../../../../static/images/expense/type/shaixz.png', active: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/shaixz.png',
id: 4 id: 4
}, },
], ],

View File

@ -95,23 +95,23 @@
menuList: [ menuList: [
{ {
name: '待审批', name: '待审批',
src: '../../../../../static/images/expense/type/shenp.png', src: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/shenp.png',
active: '../../../../../static/images/expense/type/shenpz.png', active: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/shenpz.png',
id: 0 id: 0
},{ },{
name: '已处理', name: '已处理',
src: '../../../../../static/images/expense/type/yichl.png', src: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/yichl.png',
active: '../../../../../static/images/expense/type/yichlz.png', active: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/yichlz.png',
id: 1 id: 1
},{ },{
name: '已发起', name: '已发起',
src: '../../../../../static/images/expense/type/yifq.png', src: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/yifq.png',
active: '../../../../../static/images/expense/type/yifqz.png', active: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/yifqz.png',
id: 2 id: 2
},{ },{
name: '更多筛选', name: '更多筛选',
src: '../../../../../static/images/expense/type/shaix.png', src: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/shaix.png',
active: '../../../../../static/images/expense/type/shaixz.png', active: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/shaixz.png',
id: 4 id: 4
}, },
], ],

View File

@ -54,6 +54,9 @@
<view> <view>
<view class="text"> <view class="text">
本项目驿达累计分润已达<span class="strong"><span clsas="strong" style="font-size: 14px"></span>{{ dataDetail.ROYALTY_PRICE|| '-' }}</span>,<br/> 本项目驿达累计分润已达<span class="strong"><span clsas="strong" style="font-size: 14px"></span>{{ dataDetail.ROYALTY_PRICE|| '-' }}</span>,<br/>
<span v-if="dataDetail.EXPENSE_AMOUNT">其中已扣减水电物业费
<span class="strong"><span clsas="strong" style="font-size: 14px"></span>{{$util.fmoney(dataDetail.EXPENSE_AMOUNT)}}</span>
</span>,<br/>
<span v-if="dataDetail.EXPIREDAYS!==0">预计<span class="strong">{{ dataDetail.EXPIREDAYS|| '-' }}</span>后完成</span> <span v-if="dataDetail.EXPIREDAYS!==0">预计<span class="strong">{{ dataDetail.EXPIREDAYS|| '-' }}</span>后完成</span>
<span v-if="dataDetail.EXPIREDAYS===0" class="strong">已完成</span>保底 <span v-if="dataDetail.EXPIREDAYS===0" class="strong">已完成</span>保底
</view> </view>

View File

@ -64,23 +64,23 @@ export default {
menuList: [ menuList: [
{ // { //
name: '全部', name: '全部',
src: '/static/images/expense/type/yifq.png', src: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/yifq.png',
active: '/static/images/expense/type/yifqz.png', active: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/yifqz.png',
id: 0 id: 0
}, { }, {
name: '待切换', name: '待切换',
src: '/static/images/expense/type/shenp.png', src: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/shenp.png',
active: '/static/images/expense/type/shenpz.png', active: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/shenpz.png',
id: 1 id: 1
}, { }, {
name: '已切换', name: '已切换',
src: '/static/images/expense/type/yichl.png', src: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/yichl.png',
active: '/static/images/expense/type/yichlz.png', active: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/yichlz.png',
id: 2 id: 2
}, { }, {
name: '更多筛选', name: '更多筛选',
src: '/static/images/expense/type/shaix.png', src: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/shaix.png',
active: '/static/images/expense/type/shaixz.png', active: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/shaixz.png',
id: 99 id: 99
} ], } ],
activeType: 0, // activeType: 0, //

View File

@ -120,23 +120,23 @@
menuList: [ menuList: [
{ {
name: '待审批', name: '待审批',
src: '../../../../../static/images/expense/type/shenp.png', src: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/shenp.png',
active: '../../../../../static/images/expense/type/shenpz.png', active: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/shenpz.png',
id: 0 id: 0
},{ },{
name: '已处理', name: '已处理',
src: '../../../../../static/images/expense/type/yichl.png', src: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/yichl.png',
active: '../../../../../static/images/expense/type/yichlz.png', active: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/yichlz.png',
id: 1 id: 1
},{ },{
name: '已发起', name: '已发起',
src: '../../../../../static/images/expense/type/yifq.png', src: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/yifq.png',
active: '../../../../../static/images/expense/type/yifqz.png', active: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/yifqz.png',
id: 2 id: 2
},{ },{
name: '更多筛选', name: '更多筛选',
src: '../../../../../static/images/expense/type/shaix.png', src: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/shaix.png',
active: '../../../../../static/images/expense/type/shaixz.png', active: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/shaixz.png',
id: 4 id: 4
}, },
], ],