| | |
| | | :style="{ backgroundImage: `url(${onlineurl}/appimg/image/banner/skin.png)`, backgroundSize: 'cover', backgroundRepeat: 'no-repeat' }"> |
| | | 皮 |
| | | </view> |
| | | <view class="num">{{ item.skin }}</view> |
| | | <view class="num">{{ item.skin ? item.skin.toFixed(2) : '' }}</view> |
| | | </view> |
| | | <view class="item"> |
| | | <view class="concrete" |
| | | :style="{ backgroundImage: `url(${onlineurl}/appimg/image/banner/hair.png)`, backgroundSize: 'cover', backgroundRepeat: 'no-repeat' }"> |
| | | 毛 |
| | | </view> |
| | | <view class="num">{{ item.hair }}</view> |
| | | <view class="num">{{ item.hair ? item.hair.toFixed(2) : '' }}</view> |
| | | </view> |
| | | <view class="item"> |
| | | <view class="concrete" |
| | | :style="{ backgroundImage: `url(${onlineurl}/appimg/image/banner/clean.png)`, backgroundSize: 'cover', backgroundRepeat: 'no-repeat' }"> |
| | | 净 |
| | | </view> |
| | | <view class="num">{{ item.clean }}</view> |
| | | <view class="num">{{ item.clean ? item.clean.toFixed(2) : '' }}</view> |
| | | </view> |
| | | </view> |
| | | <view v-if="isShow(item) && isYanz()"> |
| | |
| | | </view> |
| | | </view> |
| | | <!-- 原发出场时间 --> |
| | | <view v-if="roleType!==3"> |
| | | <!-- <view v-if="roleType!==3"> |
| | | <view> |
| | | <text>货物发货地出场时间或发货磅单时间:</text> |
| | | </view> |
| | |
| | | @change="datechange" |
| | | /> |
| | | </view> |
| | | </view> |
| | | </view> --> |
| | | <!-- 新增 验质备注。验质说明 --> |
| | | <view v-if=" isYanz()"> |
| | | <view v-if="coalDetailsData.orderType == '外购'"> |
| | |
| | | name: v.breed + '/' + v.spec |
| | | } |
| | | }) |
| | | //默认回显第一个 |
| | | if(r.data.length){ |
| | | this.goodsIndex = 0; |
| | | this.goodsselectClick(this.goodsList[0]) |
| | | } |
| | | |
| | | uni.hideLoading() |
| | | }) |
| | | }) |
| | |
| | | } |
| | | |
| | | .main { |
| | | width: 96%; |
| | | width: 100%; |
| | | height: 100%; |
| | | min-height: 400rpx; |
| | | background-color: #fff; |
| | | margin: 10rpx auto; |
| | | padding: 10rpx 0; |
| | | box-sizing: border-box; |
| | | display: flex; |
| | | flex-direction: column; |
| | | overflow-x: hidden; |
| | | |
| | | .main-block { |
| | | width: 690rpx; |