|
|
@@ -213,6 +213,7 @@ export default {
|
|
|
})
|
|
|
},
|
|
|
cancelFn(info){
|
|
|
+ this.$util.hitVoice()
|
|
|
if(info.status == 0){
|
|
|
this.$refs.cancelWorkRef.open('center')
|
|
|
}
|
|
|
@@ -243,9 +244,11 @@ export default {
|
|
|
})
|
|
|
},
|
|
|
cancelWastageSelectNum(){
|
|
|
+ this.$util.hitVoice()
|
|
|
this.$refs.wastageSelectNumRef.close()
|
|
|
},
|
|
|
finishFn(info){
|
|
|
+ this.$util.hitVoice()
|
|
|
if(info.status == 0){
|
|
|
this.$refs.finishRef.open('center')
|
|
|
}
|
|
|
@@ -264,6 +267,8 @@ export default {
|
|
|
if(res.code == 1){
|
|
|
this.$msg(res.msg)
|
|
|
this.getOrderDetail(this.orderInfo.id)
|
|
|
+ //完成之后刷新列表
|
|
|
+ this.$emit('finishNotice')
|
|
|
}
|
|
|
})
|
|
|
},
|