|
|
@ -20,7 +20,6 @@ |
|
|
<view class="detail-price">{{orderInfo.unitPrice ? '采购单价:¥' + formate.formatePrice2(orderInfo.unitPrice, kg) : '价格面议'}}</view> |
|
|
<view class="detail-price">{{orderInfo.unitPrice ? '采购单价:¥' + formate.formatePrice2(orderInfo.unitPrice, kg) : '价格面议'}}</view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<view class="bg-white margin-top" style="padding:32rpx"> |
|
|
<view class="bg-white margin-top" style="padding:32rpx"> |
|
|
<view class="text-black text-bold" style="font-size:30rpx">采购信息</view> |
|
|
<view class="text-black text-bold" style="font-size:30rpx">采购信息</view> |
|
|
<view class="bg-white flex margin-top" style="font-size:28rpx;padding:12rpx 0rpx" wx:if="{{orderInfo.locCityName}}"> |
|
|
<view class="bg-white flex margin-top" style="font-size:28rpx;padding:12rpx 0rpx" wx:if="{{orderInfo.locCityName}}"> |
|
|
@ -38,7 +37,7 @@ |
|
|
<view class="text-gray" style="font-size:28rpx;margin-top:32rpx">{{orderInfo.description}}</view> |
|
|
<view class="text-gray" style="font-size:28rpx;margin-top:32rpx">{{orderInfo.description}}</view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
<view class="booking-tool" style="bottom:{{ 250 + safeBottom}}rpx"> |
|
|
|
|
|
|
|
|
<view class="booking-tool" style="bottom:{{ 300 + safeBottom}}rpx"> |
|
|
<view class="roder-add flex flex-center"> |
|
|
<view class="roder-add flex flex-center"> |
|
|
<button open-type="share" style="background-color: #fff;border-radius: 0;padding-left: 0px;padding-right: 0px;height:32px;line-height: 32px"> |
|
|
<button open-type="share" style="background-color: #fff;border-radius: 0;padding-left: 0px;padding-right: 0px;height:32px;line-height: 32px"> |
|
|
<text class="cuIcon-share text-gray" style="font-size:22px;"></text> |
|
|
<text class="cuIcon-share text-gray" style="font-size:22px;"></text> |
|
|
|