ysy il y a 2 ans
Parent
commit
84048564a4

+ 1 - 1
pages/pda/jobBooking/components/jobBom.vue

@@ -250,7 +250,7 @@
 			},
 			
 			changeNum() {
-				// this.notForme()
+				this.notForme()
 				// this.blurNum()
 			},
 		}

+ 3 - 3
pages/pda/workOrder/extrusionMolding/index.vue

@@ -114,11 +114,11 @@
 					<view class="list rx-bc">
 						<view class="title rx-sc">
 							<image class="icon" src="~@/static/pda/check-square.svg"></image>
-							生产中数量
+							已投料数量
 						</view>
 
 						<view class="rx-ec">
-							0
+							{{item.feedNum}}
 							<image class="arrow_right2" src="~@/static/pda/arrow_right2.svg"></image>
 						</view>
 					</view>
@@ -131,7 +131,7 @@
 						</view>
 
 						<view class="rx-ec">
-							{{item.waitFeedNum}}
+							{{item.reportedNum}}
 							<image class="arrow_right2" src="~@/static/pda/arrow_right2.svg"></image>
 						</view>
 					</view>