Commit b28b72c1 authored by Mac's avatar Mac

样式的修改

parent 0b793183
...@@ -201,13 +201,10 @@ ...@@ -201,13 +201,10 @@
res => { res => {
if(res.resultCode==1){ if(res.resultCode==1){
this.data = res.data this.data = res.data
if(this.data.UserId && this.data.UserId>0){
if(this.UserInfo.UserId != this.data.UserId){//判断是否是本人领取
this.UserInfo = false
}
}
} }
},
err=>{
this.boxshow = false
} }
); );
}, },
......
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
.receiptList .item_c_l{ .receiptList .item_c_l{
font-size: 14px; font-size: 14px;
color: #111111; color: #111111;
width: 120rpx; width: 130rpx;
} }
.receiptList .item_c_r{ .receiptList .item_c_r{
font-size: 14px; font-size: 14px;
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
<view class="details" > <view class="details" >
<view class="item" v-for="(x, i) in g" :key="i" @click="godetails(x)"> <view class="item" v-for="(x, i) in g" :key="i" @click="godetails(x)">
<view class="item_t"> <view class="item_t">
<span style="color: #111111;font-weight: 800;">{{x.FinanceId}}</span> <span style="color: #111111;font-weight: 800;">{{x.ReceiptNo}}</span>
<span class='item_t_text' v-if="x.State==1" :style="{'color':mainColor}">已认领</span> <span class='item_t_text' v-if="x.State==1" :style="{'color':mainColor}">已认领</span>
<span class='item_t_text' v-if="x.State==2" style="color: #40766E;">未认领</span> <span class='item_t_text' v-if="x.State==2" style="color: #40766E;">未认领</span>
</view> </view>
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
</view> </view>
<view class="item_c_box"> <view class="item_c_box">
<view class="item_c_l">收款事由</view> <view class="item_c_l">收款事由</view>
<view class="item_c_r">{{x.Remark}}</view> <view class="item_c_r" style="overflow: hidden;display: inline-block;white-space: nowrap; text-overflow:ellipsis;width: 100%;">{{x.Remark}}</view>
</view> </view>
<view class="item_c_box"> <view class="item_c_box">
<view class="item_c_l">开票人</view> <view class="item_c_l">开票人</view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment