Browse Source

sop流程里,编辑情况下,外包服务范围控件置灰不可写

刘洋 1 năm trước cách đây
mục cha
commit
f888c3679f
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      src/views/sop/sop-manage/sop-step/index.vue

+ 3 - 0
src/views/sop/sop-manage/sop-step/index.vue

@@ -447,6 +447,9 @@ const initEdit = async () => {
           ) {
             v.writable = true;
           }
+          if (v.formName === 'third_service_region_cb_1') {
+            v.writable = false;
+          }
           return v;
         });
       }