|
|
@@ -12,12 +12,6 @@
|
|
|
<text class="debt-amount" v-if="Number(ghsInfo.debtAmount)>0">-¥{{parseFloat(ghsInfo.debtAmount)}}</text>
|
|
|
<view class="cg-button" @click="enterShop(ghsInfo)">进店</view>
|
|
|
|
|
|
- <view :class="[ghsInfo.kiloFee && Number(ghsInfo.kiloFee)>0 ? 'could-book' : 'not-book', 'book-button']" @click="bookItem(ghsInfo)">预订</view>
|
|
|
- <view :class="[ghsInfo.kiloFee && Number(ghsInfo.kiloFee)>0 ? 'could-book-text' : 'not-book-text', 'book-button-text']">
|
|
|
- <text>提前订货更便宜,</text>
|
|
|
- <text class="explain" @click="getBookItemExplain(ghsInfo)">预订说明</text>
|
|
|
- </view>
|
|
|
-
|
|
|
<view class="store_btn">
|
|
|
<view class="btn_entrance" @click="pageTo({ url: '/admin/clear/list?ghsId='+ghsInfo.id})">结账单</view>
|
|
|
<view class="btn_entrance" @click="pageTo({url:'/pagesPurchase/shopping'})" > 采购记录 </view>
|
|
|
@@ -132,7 +126,7 @@ export default {
|
|
|
.list_item {
|
|
|
margin: 20upx 0 0;
|
|
|
position: relative;
|
|
|
- height: 390upx;
|
|
|
+ height: 300upx;
|
|
|
width: 100vw;
|
|
|
background: #fff;
|
|
|
display: flex;
|
|
|
@@ -234,11 +228,11 @@ export default {
|
|
|
}
|
|
|
& > .store_btn {
|
|
|
position: absolute;
|
|
|
- top:150upx;
|
|
|
+ top:180upx;
|
|
|
left: 0upx;
|
|
|
& > .btn_entrance {
|
|
|
display: inline-block;
|
|
|
- font-size: 28upx;
|
|
|
+ font-size: 30upx;
|
|
|
color: #BBBBBB;
|
|
|
padding: 10upx 10upx;
|
|
|
margin-left: 32upx;
|