ysy 1 ano atrás
pai
commit
9f625b3ef0

+ 1 - 7
pages/pda/feeding/details.vue

@@ -339,7 +339,6 @@
 						// 处理字段
 						m.quality == '' ? m.quality = {} : ''
 
-
 						if (!Object.prototype.hasOwnProperty.call(m, 'product')) {
 							m.product = '{}'
 						}
@@ -355,7 +354,7 @@
 						}
 					})
 				}).finally(() => {
-					// this.getCacheFn()
+					this.getCacheFn()
 				})
 			},
 
@@ -365,15 +364,12 @@
 
 
 			handleScan(id, type) {
-
-
 				uni.scanCode({
 					success: (res) => {
 						this.scanData(res.result, type, id)
 					}
 				})
 
-
 			},
 
 			scanData(result, type, id) {
@@ -534,7 +530,6 @@
 					success: (res) => {
 						this.scanItAllData(res.result)
 
-
 					}
 				})
 			},
@@ -638,7 +633,6 @@
 				})
 
 
-
 			},
 
 

+ 3 - 3
pages/pda/jobBooking/index/index.vue

@@ -521,9 +521,9 @@
 				}).finally(() => {
 					this.isLoad = true
 
-					// if (this.taskType == 1) {
-					// 	this.getCacheFn()
-					// }
+					if (this.taskType == 1) {
+						this.getCacheFn()
+					}
 				})
 			},