解决bug:批量扫描异常中断问题
This commit is contained in:
parent
5e39140780
commit
5ab3196ca0
@ -300,7 +300,7 @@ export default {
|
||||
console.log(scanRstItem);
|
||||
if(scanRstItem.result != 'success'){
|
||||
this.$modal.msgError(scanRstItem.message);
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
|
||||
// this.form.scanType = '10';
|
||||
@ -335,7 +335,7 @@ export default {
|
||||
console.log(scanRstItem);
|
||||
if(scanRstItem.result != 'success'){
|
||||
this.$modal.msgError(scanRstItem.message);
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
|
||||
// this.form.scanType = '10';
|
||||
|
||||
@ -285,7 +285,7 @@ export default {
|
||||
console.log(scanRstItem);
|
||||
if(scanRstItem.result != 'success'){
|
||||
this.$modal.msgError(scanRstItem.message);
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
|
||||
this.form.scanType = '30';
|
||||
|
||||
@ -303,7 +303,7 @@ export default {
|
||||
console.log(scanRstItem);
|
||||
if(scanRstItem.result != 'success'){
|
||||
this.$modal.msgError(scanRstItem.message);
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
|
||||
this.form.scanType = '200';
|
||||
|
||||
@ -293,7 +293,7 @@ export default {
|
||||
console.log(scanRstItem);
|
||||
if(scanRstItem.result != 'success'){
|
||||
this.$modal.msgError(scanRstItem.message);
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
|
||||
this.form.scanType = '800';
|
||||
|
||||
@ -296,7 +296,7 @@ export default {
|
||||
console.log(scanRstItem);
|
||||
if(scanRstItem.result != 'success'){
|
||||
this.$modal.msgError(scanRstItem.message);
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
|
||||
this.form.scanType = '700';
|
||||
|
||||
@ -287,7 +287,7 @@ export default {
|
||||
console.log(scanRstItem);
|
||||
if(scanRstItem.result != 'success'){
|
||||
this.$modal.msgError(scanRstItem.message);
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
|
||||
this.form.scanType = '40';
|
||||
|
||||
@ -298,7 +298,7 @@ export default {
|
||||
console.log(scanRstItem);
|
||||
if(scanRstItem.result != 'success'){
|
||||
this.$modal.msgError(scanRstItem.message);
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
|
||||
this.form.scanType = '301';
|
||||
|
||||
@ -295,7 +295,7 @@ export default {
|
||||
console.log(scanRstItem);
|
||||
if(scanRstItem.result != 'success'){
|
||||
this.$modal.msgError(scanRstItem.message);
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
|
||||
this.form.scanType = '20';
|
||||
|
||||
@ -296,7 +296,7 @@ export default {
|
||||
console.log(scanRstItem);
|
||||
if(scanRstItem.result != 'success'){
|
||||
this.$modal.msgError(scanRstItem.message);
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
|
||||
this.form.scanType = '70';
|
||||
|
||||
@ -286,7 +286,7 @@ export default {
|
||||
console.log(scanRstItem);
|
||||
if(scanRstItem.result != 'success'){
|
||||
this.$modal.msgError(scanRstItem.message);
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
|
||||
this.form.scanType = '10';
|
||||
|
||||
@ -274,7 +274,7 @@ export default {
|
||||
console.log(scanRstItem);
|
||||
if(scanRstItem.result != 'success'){
|
||||
this.$modal.msgError(scanRstItem.message);
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
|
||||
this.form.scanType = '90';
|
||||
|
||||
@ -365,7 +365,7 @@ export default {
|
||||
console.log(scanRstItem);
|
||||
if(scanRstItem.result != 'success'){
|
||||
this.$modal.msgError(scanRstItem.message);
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
|
||||
// this.form.scanType = '10';
|
||||
@ -399,7 +399,7 @@ export default {
|
||||
console.log(scanRstItem);
|
||||
if(scanRstItem.result != 'success'){
|
||||
this.$modal.msgError(scanRstItem.message);
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
|
||||
// this.form.scanType = '10';
|
||||
|
||||
@ -277,7 +277,7 @@ export default {
|
||||
console.log(scanRstItem);
|
||||
if(scanRstItem.result != 'success'){
|
||||
this.$modal.msgError(scanRstItem.message);
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
|
||||
this.form.scanType = '302';
|
||||
|
||||
@ -268,7 +268,7 @@ export default {
|
||||
console.log(scanRstItem);
|
||||
if(scanRstItem.result != 'success'){
|
||||
this.$modal.msgError(scanRstItem.message);
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
|
||||
this.form.scanType = '201';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user