소스 검색

Merge branch 'master' of http://47.100.3.209:3000/gdc/yiliangyiyun-pc

zhongtianhaoyuan 3 년 전
부모
커밋
0e2e32f696
1개의 변경된 파일12개의 추가작업 그리고 3개의 파일을 삭제
  1. 12 3
      src/components/balanceAlert.vue

+ 12 - 3
src/components/balanceAlert.vue

@@ -106,10 +106,19 @@ export default {
           //     this.deptBudgetList.tare = parseInt(result)
           //   }
           // }
-          if (value.length > 3) {
+          if(value.length > 3){
+            console.log('value23:', value)
+             if(value.length <= 6){
+              continue
+             }
+          }
+          else if(this.deptBudgetList.warehouseName == '白城内陆港'){
             console.log('value:', value)
-          } else if (this.deptBudgetList.warehouseName == '白城内陆港') {
-            continue
+            var start = (new Date()).getTime();
+            while((new Date()).getTime() - start < 400) {
+
+            }
+            continue;
           }
           if (
             this.deptBudgetList.warehouseName &&