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;
           }
         });