|
|
@@ -149,15 +149,11 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
created(){
|
|
|
-
|
|
|
//判断是否有单可取
|
|
|
let has = uni.getStorageSync('selectList_'+this.currentJobType+'_target_'+this.currentBackJobId)
|
|
|
if(!this.$util.isEmpty(has)){
|
|
|
this.globalHasHand = 1
|
|
|
}
|
|
|
-
|
|
|
- this.listenScanItem()
|
|
|
-
|
|
|
},
|
|
|
mounted(){
|
|
|
|
|
|
@@ -269,8 +265,6 @@ export default {
|
|
|
this.removeFromSaveDirect()
|
|
|
this.customId =0
|
|
|
this.customName=''
|
|
|
- //继续监听花材扫码
|
|
|
- this.listenScanItem()
|
|
|
//开单完成之后更新花材库存
|
|
|
this.$emit('updateRightItem')
|
|
|
},
|
|
|
@@ -312,7 +306,6 @@ export default {
|
|
|
cancelPay(){
|
|
|
this.$util.hitVoice()
|
|
|
this.$refs.toPayRef.close()
|
|
|
- this.listenScanItem()
|
|
|
},
|
|
|
cancelSettle(){
|
|
|
this.$util.hitVoice()
|