|
@@ -59,7 +59,6 @@ export default {
|
|
|
// The Web Serial API is supported.
|
|
|
console.log('the Web Serial API is supported.')
|
|
|
const port = await navigator.serial.requestPort()
|
|
|
- debugger
|
|
|
if(this.deptBudgetList.warehouseName == '白城内陆港'){
|
|
|
this.param = 1200
|
|
|
}
|
|
@@ -116,7 +115,7 @@ export default {
|
|
|
console.log('value:', value)
|
|
|
}
|
|
|
else if(this.deptBudgetList.warehouseName == '白城内陆港'){
|
|
|
- break
|
|
|
+ continue
|
|
|
}
|
|
|
if (
|
|
|
this.deptBudgetList.warehouseName &&
|