qukaidi 4 năm trước cách đây
mục cha
commit
5fffcd77f5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/fleet/scheduling/index.vue

+ 1 - 1
src/views/fleet/scheduling/index.vue

@@ -871,7 +871,7 @@ export default {
             if (e.cntrId) {
               e.cntrId = e.cntrId.toString();
             }
-            if (e.billStatus == 6 || e.billStatus == 3) {
+            if (e.billStatus >= 6 || e.billStatus == 3) {
               e.disabled = true;
             }
           });