diff --git a/Application/Admin/Controller/PromoteCompanyController.class.php b/Application/Admin/Controller/PromoteCompanyController.class.php index f7328afe8..779518460 100644 --- a/Application/Admin/Controller/PromoteCompanyController.class.php +++ b/Application/Admin/Controller/PromoteCompanyController.class.php @@ -39,6 +39,9 @@ class PromoteCompanyController extends ThinkController if (isset($_REQUEST['company_type'])) { $map['company_type'] = $_REQUEST['company_type']; } + if (isset($_REQUEST['company_belong'])) { + $map['company_belong'] = $_REQUEST['company_belong']; + } $page = intval(I('get.p', 0)); diff --git a/Application/Admin/Controller/PromoteController.class.php b/Application/Admin/Controller/PromoteController.class.php index d70f2f0c3..08799e5cf 100644 --- a/Application/Admin/Controller/PromoteController.class.php +++ b/Application/Admin/Controller/PromoteController.class.php @@ -1326,6 +1326,9 @@ class PromoteController extends ThinkController if (strlen(I('company_relation'))) { $map['pb.company_relation'] = I('company_relation'); } + if (isset($_REQUEST['company_belong'])) { + $map['p.company_belong'] = $_REQUEST['company_belong']; + } if (strlen(I('verify_status'))) { $map['verify_status'] = I('verify_status'); diff --git a/Application/Admin/View/Promote/belong.html b/Application/Admin/View/Promote/belong.html index 7a0db395f..919ceca4d 100644 --- a/Application/Admin/View/Promote/belong.html +++ b/Application/Admin/View/Promote/belong.html @@ -74,35 +74,45 @@ -
- -
-
- -
-
- -
-
- -
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
diff --git a/Application/Admin/View/Promote/lists.html b/Application/Admin/View/Promote/lists.html index e5e6d200d..edbecdcb0 100644 --- a/Application/Admin/View/Promote/lists.html +++ b/Application/Admin/View/Promote/lists.html @@ -269,9 +269,9 @@ $data['id'],"status"=>1,"msg_type"=>12,"field"=>"status"))}" class="ajax-get ">解锁 - + 资质认证 diff --git a/Application/Admin/View/PromoteCompany/add.html b/Application/Admin/View/PromoteCompany/add.html index 4a03c7299..6bed89cb6 100644 --- a/Application/Admin/View/PromoteCompany/add.html +++ b/Application/Admin/View/PromoteCompany/add.html @@ -111,10 +111,9 @@
diff --git a/Application/Admin/View/PromoteCompany/edit.html b/Application/Admin/View/PromoteCompany/edit.html index 733136c13..742d7e813 100644 --- a/Application/Admin/View/PromoteCompany/edit.html +++ b/Application/Admin/View/PromoteCompany/edit.html @@ -115,14 +115,9 @@
diff --git a/Application/Admin/View/PromoteCompany/lists.html b/Application/Admin/View/PromoteCompany/lists.html index 27619bd69..27564e782 100644 --- a/Application/Admin/View/PromoteCompany/lists.html +++ b/Application/Admin/View/PromoteCompany/lists.html @@ -65,6 +65,14 @@
+
+ +