|
|
@ -25,7 +25,7 @@ |
|
|
<view class="flex flex-justify" style="border-bottom: 1rpx solid #f3f3f3;padding-bottom:16rpx"> |
|
|
<view class="flex flex-justify" style="border-bottom: 1rpx solid #f3f3f3;padding-bottom:16rpx"> |
|
|
<view class="flex flex-center"> |
|
|
<view class="flex flex-center"> |
|
|
<van-icon name="/assets/image/icon-logoc.png" size="56rpx"/> |
|
|
<van-icon name="/assets/image/icon-logoc.png" size="56rpx"/> |
|
|
<view class="flex flex-center text-sg text-black van-ellipsis text-bold" style="justify-content: flex-start;max-width: 500rpx;"> |
|
|
|
|
|
|
|
|
<view class="flex flex-center text-sg text-black van-ellipsis text-bold" style="justify-content: flex-start;max-width: 480rpx;"> |
|
|
<text style="margin-left:24rpx">{{item.factoryCustomerName}}</text> |
|
|
<text style="margin-left:24rpx">{{item.factoryCustomerName}}</text> |
|
|
<text wx:if="{{item.status != 1 && item.factoryCustomerMobile}}">-{{item.factoryCustomerMobile}}</text> |
|
|
<text wx:if="{{item.status != 1 && item.factoryCustomerMobile}}">-{{item.factoryCustomerMobile}}</text> |
|
|
</view> |
|
|
</view> |
|
|
@ -63,7 +63,9 @@ |
|
|
<van-button round plain type="default" custom-style="height:64rpx;width:180rpx" data-id="{{item.orderId}}" |
|
|
<van-button round plain type="default" custom-style="height:64rpx;width:180rpx" data-id="{{item.orderId}}" |
|
|
bind:click="cancelOrder" wx:if="{{item.orderStatus == 0 || item.orderStatus == 1}}">取消订单</van-button> |
|
|
bind:click="cancelOrder" wx:if="{{item.orderStatus == 0 || item.orderStatus == 1}}">取消订单</van-button> |
|
|
<van-button round type="info" custom-style="margin-left:24rpx;height:64rpx;width:180rpx" data-page="{{pageIndex}}" data-index="{{index}}" |
|
|
<van-button round type="info" custom-style="margin-left:24rpx;height:64rpx;width:180rpx" data-page="{{pageIndex}}" data-index="{{index}}" |
|
|
bind:click="lookItem" wx:if="{{item.orderStatus == 0}}">查看订单</van-button> |
|
|
|
|
|
|
|
|
bind:click="editItem" wx:if="{{item.orderStatus == 0}}">修改订单</van-button> |
|
|
|
|
|
<van-button round type="info" custom-style="margin-left:24rpx;height:64rpx;width:180rpx" data-page="{{pageIndex}}" data-index="{{index}}" |
|
|
|
|
|
bind:click="lookItem" wx:if="{{item.orderStatus == 0}}">收货</van-button> |
|
|
<van-button round type="info" custom-style="margin-left:24rpx;height:64rpx;width:180rpx" data-page="{{pageIndex}}" data-index="{{index}}" |
|
|
<van-button round type="info" custom-style="margin-left:24rpx;height:64rpx;width:180rpx" data-page="{{pageIndex}}" data-index="{{index}}" |
|
|
bind:click="lookItem" wx:if="{{item.orderStatus == 1}}">确认定价</van-button> |
|
|
bind:click="lookItem" wx:if="{{item.orderStatus == 1}}">确认定价</van-button> |
|
|
<van-button round plain type="default" custom-style="height:64rpx;width:180rpx" data-id="{{item.orderId}}" |
|
|
<van-button round plain type="default" custom-style="height:64rpx;width:180rpx" data-id="{{item.orderId}}" |
|
|
|