ccj пре 2 година
родитељ
комит
07193d092c
1 измењених фајлова са 7 додато и 1 уклоњено
  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++) {