qukaidi hace 4 años
padre
commit
9df197183f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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("车辆安排存在未提交的数据");