Browse Source

修改车队

qukaidi 4 years ago
parent
commit
9df197183f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/fleet/sendcar/AddOrUpdate.vue

+ 1 - 1
src/views/fleet/sendcar/AddOrUpdate.vue

@@ -1714,7 +1714,7 @@ export default {
           });
           for (let li in this.vehicleList) {
             if (
-              this.vehicleList[li].billStatus != 6 &&
+              this.vehicleList[li].billStatus < 6 &&
               this.vehicleList[li].billStatus != 3
             ) {
               return this.$message.error("车辆安排存在未提交的数据");