소스 검색

不动产 简易流程办理

wangjiang988 6 년 전
부모
커밋
a7584ae8fc
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      src/main/resources/static/js/government/areaManager/areaManager_list.js

+ 3 - 1
src/main/resources/static/js/government/areaManager/areaManager_list.js

@@ -4,11 +4,13 @@ $(function () {
     var buttonStatus = $("#buttonStatus").val();
 
     if(status == 2){
-        if(apply_type == 2){
+        // wj 添加简易流程分发
+        if(apply_type == 2 || apply_type == 3 ){
             //$('#jylctg').css({ "display": "inline-block" });
         	$('#jylcff').css({ "display": "inline-block" });
         }
         $("#fsgbm").css({ "display": "inline-block" });
+
         //待分发没有退回按钮status
         //$("#bh").css({ "display": "inline-block" });
     }else if(status == 3){