소스 검색

撤销只读

qukaidi 4 년 전
부모
커밋
4741ae7c41
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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) {
               e.cntrId = e.cntrId.toString();
             }
-            if (e.billStatus >= 6) {
+            if (e.billStatus == 6||e.billStatus == 3) {
               e.disabled = true;
             }
           });
@@ -903,7 +903,7 @@ export default {
           if (e.cntrId) {
             e.cntrId = e.cntrId.toString();
           }
-          if (e.billStatus >= 6) {
+          if (e.billStatus == 6||e.billStatus == 3) {
             e.disabled = true;
           }
         });