|
@@ -49,7 +49,7 @@
|
|
|
<text>{{item.deductionAmount}}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="c-row b-b" v-if=" item.deductionItems == null && item.confirmFlag == 1">
|
|
|
+ <view class="c-row b-b" v-if=" item.deductionItems != null">
|
|
|
<text class="tit">扣款原因</text>
|
|
|
<view class="con-list">
|
|
|
<text>{{item.deductionItems}}</text>
|
|
@@ -62,9 +62,9 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view v-if='item.unloadPoundImg'>
|
|
|
- <view class="poundtitle">发货磅单</view>
|
|
|
+ <view class="poundtitle">收货磅单</view>
|
|
|
<view class="poundlists">
|
|
|
- <image :src="item.loadPoundImg" mode="" class="poundlist"></image>
|
|
|
+ <image :src="item.unloadPoundImg" mode="" class="poundlist"></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
|