Browse Source

不动产 简易流程办理

wangjiang988 6 năm trước cách đây
mục cha
commit
a7584ae8fc

+ 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){