瀏覽代碼

毛重校验

zhangyuewww 2 年之前
父節點
當前提交
66a2211392
共有 1 個文件被更改,包括 2 次插入2 次删除
  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',