Explorar el Código

Merge remote-tracking branch 'origin/master'

Z hace 1 año
padre
commit
0d23d9b344
Se han modificado 1 ficheros con 5 adiciones y 5 borrados
  1. 5 5
      pages/pda/feeding/components/semiProductBom.vue

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

@@ -19,10 +19,10 @@
 						<view class="rx ">
 							<view class="lable rx-cc">编码</view>
 							<view class="content rx-bc">
-								<view>{{it.code}} </view>
+								<view>{{mate.code}} </view>
 								<view class="tag_box"
-									v-if="Object.prototype.hasOwnProperty.call(it, 'extInfo')  && Object.prototype.hasOwnProperty.call(it.extInfo, 'productionTimes') &&  Object.prototype.hasOwnProperty.call(it.extInfo.productionTimes,item.currentTaskDiagram.taskId) ">
-									{{ it.extInfo.productionTimes[item.currentTaskDiagram.taskId]}}
+									v-if="Object.prototype.hasOwnProperty.call(mate, 'extInfo')  && Object.prototype.hasOwnProperty.call(mate.extInfo, 'productionTimes') &&  Object.prototype.hasOwnProperty.call(mate.extInfo.productionTimes,item.currentTaskDiagram.taskId) ">
+									{{ mate.extInfo.productionTimes[item.currentTaskDiagram.taskId]}}
 								</view>
 							
 							
@@ -62,10 +62,10 @@
 
 
 
-					<view class="item" v-for="(itm, index) in tableH(mate.rootCategoryLevelId)" :key="index">
+        		<view class="item" v-for="(itm, index) in tableH(mate.rootCategoryLevelId)" :key="index">
 						<view class="lable rx-cc">{{ itm.label }}</view>
 						<view class="content">{{ mate[itm.prop] }}</view>
-					</view>
+					</view> 
 
 					<view class="item" v-if='mate.isConsumable == 1'>
 						<view class="lable rx-cc">包装库存</view>