|
|
@@ -20,14 +20,17 @@
|
|
|
<view class="accumulative">欠款: {{item.debtAmount}}</view>
|
|
|
</view>
|
|
|
<view class="store_btn">
|
|
|
+ <view class="btn_entrance" @click.stop="gotoDetails" >
|
|
|
+ 采购
|
|
|
+ </view>
|
|
|
<view class="btn_entrance" v-if="Number(item.debtAmount) > 0" @click.stop="gotoDetailsEvent(item)" >
|
|
|
结账
|
|
|
</view>
|
|
|
<view class="btn_entrance btn_forbid" v-else @click.stop="" >
|
|
|
结账
|
|
|
</view>
|
|
|
- <view class="btn_entrance" @click.stop="gotoDetails" >
|
|
|
- 采购
|
|
|
+ <view class="btn_entrance">
|
|
|
+ 月结单
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -134,7 +137,7 @@ export default {
|
|
|
display: block;
|
|
|
& > .store_title {
|
|
|
margin-bottom: 30upx;
|
|
|
- width: 100%;
|
|
|
+ width: 200rpx;
|
|
|
white-space: nowrap;
|
|
|
text-overflow: ellipsis;
|
|
|
overflow: hidden;
|
|
|
@@ -150,16 +153,15 @@ export default {
|
|
|
}
|
|
|
& > .store_btn {
|
|
|
position: absolute;
|
|
|
- right: 30upx;
|
|
|
- // padding-right: 30upx;
|
|
|
+ right: 20upx;
|
|
|
& > .btn_entrance {
|
|
|
display: inline-block;
|
|
|
- font-size: 26upx;
|
|
|
+ font-size: 28upx;
|
|
|
color: #3385ff;
|
|
|
border: 1px solid #3385ff;
|
|
|
- border-radius: 8px;
|
|
|
- padding: 15upx 30upx;
|
|
|
- margin-left: 30upx;
|
|
|
+ border-radius: 28px;
|
|
|
+ padding: 10upx 20upx;
|
|
|
+ margin-left: 20upx;
|
|
|
}
|
|
|
& > .btn_forbid {
|
|
|
border: 1px solid #999;
|