|
@@ -137,7 +137,7 @@
|
|
|
|
|
|
|
|
<view class="content_table2">
|
|
<view class="content_table2">
|
|
|
<view class="head row rx-sc">
|
|
<view class="head row rx-sc">
|
|
|
- <view class="item ww25">{{it.extInfo.newWeight ? '上道工序重量' : '物料重量' }} {{it.extInfo.weightUnit}}</view>
|
|
|
|
|
|
|
+ <view class="item ww25">{{it.extInfo.lastWeight ? '上道工序重量' : '物料重量' }} {{it.extInfo.weightUnit}}</view>
|
|
|
<view class="item ww25">报工重量{{it.extInfo.weightUnit}}</view>
|
|
<view class="item ww25">报工重量{{it.extInfo.weightUnit}}</view>
|
|
|
<view class="item ww25" v-if="isFirstTask == 1">质检结果
|
|
<view class="item ww25" v-if="isFirstTask == 1">质检结果
|
|
|
</view>
|
|
</view>
|
|
@@ -149,7 +149,7 @@
|
|
|
<view class="table">
|
|
<view class="table">
|
|
|
|
|
|
|
|
<view class="tr row rx-sc">
|
|
<view class="tr row rx-sc">
|
|
|
- <view class="item ww25">{{it.extInfo.newWeight ? it.extInfo.newWeight : it.extInfo.weight }}
|
|
|
|
|
|
|
+ <view class="item ww25">{{it.extInfo.lastWeight ? it.extInfo.lastWeight : it.extInfo.weight }}
|
|
|
</view>
|
|
</view>
|
|
|
<view class="item ww25 content_num">
|
|
<view class="item ww25 content_num">
|
|
|
<view v-if='isDetails'>{{it.extInfo.reportWeight }}</view>
|
|
<view v-if='isDetails'>{{it.extInfo.reportWeight }}</view>
|