ccjgmwz 3 年之前
父節點
當前提交
c6544edbda
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/components/balanceAlert.vue

+ 3 - 1
src/components/balanceAlert.vue

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