ysy před 2 roky
rodič
revize
ae91651029

+ 3 - 0
pages/pda/components/searchPopup.vue

@@ -10,6 +10,9 @@
 
 			</view>
 		</u-popup>
+		
+		
+		
 	</view>
 </template>
 

+ 1 - 2
pages/pda/feeding/components/deviceBom.vue

@@ -18,7 +18,7 @@
 				<view class="item">
 					<view class="lable rx-cc">工位名称</view>
 					<view class="content">
-						{{item.workstationName}}
+						{{item.workstationName || (item.extInfo && item.extInfo.workstationName)}}
 					</view>
 				</view>
 
@@ -62,7 +62,6 @@
 
 
 
-
 			</view>
 		</view>