|
|
@@ -75,8 +75,11 @@
|
|
|
<view class="rx ww50">
|
|
|
<view class="lable rx-cc">{{ currentTaskDiagram.isFirstTask == 1 ? '物料重量' : '上道重量' }}
|
|
|
</view>
|
|
|
- <view class="content" v-if="currentTaskDiagram.isFirstTask == 1">
|
|
|
- {{ mate.extInfo.weight || 0 }} {{ mate.extInfo.weightUnit }}
|
|
|
+ <view class="content content_num" v-if="currentTaskDiagram.isFirstTask == 1">
|
|
|
+ <!--{{ mate.extInfo.weight || 0 }} {{ mate.extInfo.weightUnit }}-->
|
|
|
+ <input class="uni-input" style="width: 120rpx;" v-model="mate.extInfo.weight"
|
|
|
+ type="digit"></input>
|
|
|
+ <view class="unit ">/{{ mate.extInfo.weightUnit }}</view>
|
|
|
</view>
|
|
|
<view class="content" v-if="currentTaskDiagram.isFirstTask == 0">
|
|
|
{{ mate.extInfo.newWeight || 0 }} {{ mate.extInfo.weightUnit }}
|