|
|
@ -724,7 +724,12 @@ export default {
|
|
|
|
this.scanCode = ''
|
|
|
|
this.scanCode = ''
|
|
|
|
this.corpOrderIdDisabled = false
|
|
|
|
this.corpOrderIdDisabled = false
|
|
|
|
this.curQueueName = '';
|
|
|
|
this.curQueueName = '';
|
|
|
|
this.redMesg = true
|
|
|
|
if (this.queueStatus != null && this.queueStatus == 1){
|
|
|
|
|
|
|
|
this.redMesg = true
|
|
|
|
|
|
|
|
}else {
|
|
|
|
|
|
|
|
this.redMesg = false
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
this.orderStatus = false
|
|
|
|
this.orderStatus = false
|
|
|
|
this.scanReCount = 0
|
|
|
|
this.scanReCount = 0
|
|
|
|
this.$refs.newCreateCodeDetail.codeCount = 0
|
|
|
|
this.$refs.newCreateCodeDetail.codeCount = 0
|
|
|
|