ysy 2 年之前
父節點
當前提交
d42b66f3a6
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      pages/pda/feeding/bill/index.vue
  2. 1 1
      pages/pda/feeding/components/instanceBom.vue

+ 1 - 1
pages/pda/feeding/bill/index.vue

@@ -24,7 +24,7 @@
 						<modelBom v-if='it.modelList.length != 0' :list='it.modelList'>
 						</modelBom>
 
-						<instanceBom v-if='it.instanceList.length != 0' :list='it.instanceList' :currentTaskDiagram='currentTaskDiagram' ></instanceBom>
+						<instanceBom v-if='it.instanceList.length != 0' :list='it.instanceList' :currentTaskDiagram='currentTaskDiagram' :equipmentList='it.equipmentList'></instanceBom>
 						
 						<semiProductBom v-if='it.semiProductList.length != 0' :list='it.semiProductList' :currentTaskDiagram='currentTaskDiagram' ></semiProductBom>
 						

+ 1 - 1
pages/pda/feeding/components/instanceBom.vue

@@ -81,7 +81,7 @@
 						<view class="content">{{mate.extInfo.clientCode}}</view>
 					</view>
 
-
+                
 					<view class="item" v-if='mate.isConsumable == 0 && deviceList.length > 0'>
 						<view class="rx ww70">
 							<view class="lable rx-cc">设备</view>