longfenglin 1 год назад
Родитель
Сommit
71362b47af
1 измененных файлов с 5 добавлено и 2 удалено
  1. 5 2
      pages/pda/feeding/components/semiProductBom.vue

+ 5 - 2
pages/pda/feeding/components/semiProductBom.vue

@@ -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 }}