|
|
@@ -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 @@
|
|
|
})
|
|
|
|
|
|
|
|
|
-
|
|
|
},
|
|
|
|
|
|
|