|
@@ -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.weightUnit}}</view>
|
|
|
|
|
|
|
+ <view class="item ww25">{{it.extInfo.newWeight ? '工序重量' : '物料重量' }} {{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,11 +149,11 @@
|
|
|
<view class="table">
|
|
<view class="table">
|
|
|
|
|
|
|
|
<view class="tr row rx-sc">
|
|
<view class="tr row rx-sc">
|
|
|
- <view class="item ww25">{{it.extInfo.weight }}
|
|
|
|
|
|
|
+ <view class="item ww25">{{it.extInfo.newWeight ? it.extInfo.newWeight : it.extInfo.weight }}
|
|
|
</view>
|
|
</view>
|
|
|
<view class="item ww25 content_num">
|
|
<view class="item ww25 content_num">
|
|
|
- <view v-if='isDetails'>{{it.extInfo.newWeight }}</view>
|
|
|
|
|
- <input class="uni-input" v-else v-model="it.extInfo.newWeight"></input>
|
|
|
|
|
|
|
+ <view v-if='isDetails'>{{it.extInfo.reportWeight }}</view>
|
|
|
|
|
+ <input class="uni-input" v-else v-model="it.extInfo.reportWeight"></input>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="item ww25" @click="openNumerate(it, idx)" v-if="isFirstTask == 1">
|
|
<view class="item ww25" @click="openNumerate(it, idx)" v-if="isFirstTask == 1">
|
|
|
<view class="numerate">点击计算</view>
|
|
<view class="numerate">点击计算</view>
|