Browse Source

撤销只读

qukaidi 4 years ago
parent
commit
4741ae7c41
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/fleet/scheduling/index.vue

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

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