|
@@ -58,7 +58,9 @@ export default {
|
|
const port = await navigator.serial.requestPort()
|
|
const port = await navigator.serial.requestPort()
|
|
if (this.deptBudgetList.warehouseName == '白城内陆港'||this.deptBudgetList.warehouseName == '肇东金信库') {
|
|
if (this.deptBudgetList.warehouseName == '白城内陆港'||this.deptBudgetList.warehouseName == '肇东金信库') {
|
|
this.param = 1200
|
|
this.param = 1200
|
|
- } else {
|
|
|
|
|
|
+ } else if(this.deptBudgetList.warehouseName == '鲅鱼圈祥腾库') {
|
|
|
|
+ this.param = 2400
|
|
|
|
+ }else {
|
|
this.param = 9600
|
|
this.param = 9600
|
|
}
|
|
}
|
|
console.log(this.param)
|
|
console.log(this.param)
|