Browse Source

毛重校验

zhangyuewww 2 years ago
parent
commit
66a2211392
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/outboundManagement/weighingManagementNew.vue

+ 2 - 2
src/views/outboundManagement/weighingManagementNew.vue

@@ -1285,8 +1285,8 @@
               (String(this.weighingList.grossWeight).indexOf('.') + 1) >
               1) ||
             this.weighingList.grossWeight < 1 ||
-            this.weighingList.grossWeight > 100000
-          ) {
+            this.weighingList.grossWeight > 120000
+          ) {3
             this.$message({
               message: '毛重输入错误!',
               type: 'warning',