ccj 2 gadi atpakaļ
vecāks
revīzija
07193d092c
1 mainītis faili ar 7 papildinājumiem un 1 dzēšanām
  1. 7 1
      src/components/balanceAlert.vue

+ 7 - 1
src/components/balanceAlert.vue

@@ -90,7 +90,12 @@ export default {
           // var receData = HexConvert.ByteToString(value);
           // console.log("receData",receData);
           var flag = false
-          
+          if (
+              this.deptBudgetList.warehouseName == '克东润津库'&&
+              value.length < 9
+            ) {
+              continue
+            }
           if (value.length > 2) {
             if (value.length <= 6) {
               // continue
@@ -152,6 +157,7 @@ export default {
               this.deptBudgetList.warehouseName == '甘南林峰库' ||
               this.deptBudgetList.warehouseName == '肇东金信库' ||
               this.deptBudgetList.warehouseName == '呼兰大金仓'||
+              this.deptBudgetList.warehouseName == '克东润津库'||
               this.deptBudgetList.warehouseName == '克东瑞信达')
           ) {
             for (var i = 0; i < value.length; i++) {