Browse Source

前端更新 sdy

zhongtianhaoyuan 3 years ago
parent
commit
0ae75672ad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/warehouse/warehouseManagementPut.vue

+ 1 - 1
src/views/warehouse/warehouseManagementPut.vue

@@ -535,7 +535,7 @@ export default {
         })
         })
         return
         return
       }
       }
-      if (this.deptBudgetList.carNo > 7) {
+      if (this.deptBudgetList.carNo.length > 7) {
         this.$message({
         this.$message({
           message: '车牌号输入错误,请输入7个字符之内',
           message: '车牌号输入错误,请输入7个字符之内',
           type: 'warning'
           type: 'warning'