Browse Source

no message

feature/v1.5
xpz2018 4 years ago
parent
commit
e03c17df5c
2 changed files with 2 additions and 2 deletions
  1. 2
      pages/process/order-info/index.wxml
  2. 2
      pages/storage/order-info/index.wxml

2
pages/process/order-info/index.wxml

@ -170,7 +170,7 @@
<van-button type="info" custom-style="height:88rpx;width:686rpx" bind:click="paymentOrder" wx:if="{{form.status == 42}}">客户结算</van-button> <van-button type="info" custom-style="height:88rpx;width:686rpx" bind:click="paymentOrder" wx:if="{{form.status == 42}}">客户结算</van-button>
</submit-layout> </submit-layout>
<view style="border-radius: 50rpx;position:fixed;bottom:160rpx;right:50rpx" wx:if="{{form && (form.status == 3 || form.status == 4)}}">
<view style="border-radius: 50rpx;position:fixed;bottom:160rpx;right:50rpx" wx:if="{{form && (form.status == 3 || form.status == 4 || form.status == 42)}}">
<van-button round type="info" bind:click="printOrder" custom-style="width: 100rpx;height: 100rpx;"> <van-button round type="info" bind:click="printOrder" custom-style="width: 100rpx;height: 100rpx;">
<van-icon name="printer" size="30px"/> <van-icon name="printer" size="30px"/>
</van-button> </van-button>

2
pages/storage/order-info/index.wxml

@ -209,7 +209,7 @@
<van-cell wx:if="{{poundInfo.netWeight}}"> <van-cell wx:if="{{poundInfo.netWeight}}">
<view slot="title" class="flex flex-justify"> <view slot="title" class="flex flex-justify">
<view class="text-black">净重(公斤)</view> <view class="text-black">净重(公斤)</view>
<view class="text-gray">{{form.netWeight}}</view>
<view class="text-gray">{{poundInfo.netWeight}}</view>
</view> </view>
</van-cell> </van-cell>
<van-cell wx:if="{{poundInfo.operaterId}}"> <van-cell wx:if="{{poundInfo.operaterId}}">

Loading…
Cancel
Save