|
|
@@ -0,0 +1,328 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<html>
|
|
|
+<head>
|
|
|
+<meta charset="UTF-8">
|
|
|
+<title>Insert title here</title>
|
|
|
+</head>
|
|
|
+<body>
|
|
|
+<style>
|
|
|
+.condition .more.open {
|
|
|
+ margin-top: 10px;
|
|
|
+ height: 36px;
|
|
|
+ opacity: 1;
|
|
|
+}
|
|
|
+
|
|
|
+.condition .more .form-group {
|
|
|
+ margin-bottom: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.enterprise-table .header>th {
|
|
|
+ height: 38px;
|
|
|
+ text-align: center;
|
|
|
+ background: #f5f5f5;
|
|
|
+ benterprise-top: 1px solid #e8e8e8;
|
|
|
+ benterprise-bottom: 1px solid #e8e8e8;
|
|
|
+}
|
|
|
+
|
|
|
+.enterprise-table .sep-row {
|
|
|
+ height: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.enterprise-table .selector {
|
|
|
+ vertical-align: middle;
|
|
|
+ margin: 0 0 2px 0;
|
|
|
+}
|
|
|
+
|
|
|
+.toolbar label {
|
|
|
+ margin-right: 10px;
|
|
|
+ margin-bottom: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.toolbar .select_all {
|
|
|
+ margin: 0 6px 0 10px;
|
|
|
+ line-height: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+.toolbar .btn {
|
|
|
+ -moz-benterprise-radius: 2px;
|
|
|
+ margin-right: 5px;
|
|
|
+ benterprise: 1px solid #dcdcdc;
|
|
|
+ benterprise-radius: 2px;
|
|
|
+ -webkit-benterprise-radius: 2px;
|
|
|
+}
|
|
|
+
|
|
|
+.enterprise-table .enterprise-hd {
|
|
|
+ background: #f5f5f5;
|
|
|
+ height: 40px;
|
|
|
+ line-height: 40px;
|
|
|
+}
|
|
|
+
|
|
|
+.enterprise-table .enterprise-hd td.first {
|
|
|
+ padding-left: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+.enterprise-table .enterprise-hd .enterprise-main span {
|
|
|
+ margin-right: 8px;
|
|
|
+}
|
|
|
+
|
|
|
+.enterprise-table .enterprise-hd .enterprise-code {
|
|
|
+ font-style: normal;
|
|
|
+ font-family: verdana;
|
|
|
+}
|
|
|
+
|
|
|
+.enterprise-table .enterprise-hd .enterprise-sum {
|
|
|
+ padding: 0 5px;
|
|
|
+}
|
|
|
+
|
|
|
+.enterprise-table>tbody {
|
|
|
+ benterprise: 1px solid transparent;
|
|
|
+}
|
|
|
+
|
|
|
+.enterprise-table>tbody:hover {
|
|
|
+ benterprise-color: #56a022;
|
|
|
+ benterprise-width: 2px;
|
|
|
+}
|
|
|
+
|
|
|
+.enterprise-table .operates {
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+
|
|
|
+.enterprise-table .operates i {
|
|
|
+ padding: 0 2px;
|
|
|
+}
|
|
|
+
|
|
|
+.enterprise-table>tbody:hover .operates {
|
|
|
+ display: block;
|
|
|
+}
|
|
|
+.enterprise-table>tbody:hover .operates-status {
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+.enterprise-table .enterprise-bd {
|
|
|
+ benterprise-bottom: 1px solid #e6e6e6;
|
|
|
+}
|
|
|
+
|
|
|
+.enterprise-table .enterprise-bd>td {
|
|
|
+ padding: 10px 5px;
|
|
|
+ vertical-align: top;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+
|
|
|
+.enterprise-table .enterprise-bd .product {
|
|
|
+ padding-left: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+.enterprise-table .enterprise-bd .enterprise-number {
|
|
|
+ position: absolute;
|
|
|
+ top: -1px;
|
|
|
+ left: -1px;
|
|
|
+ width: 20px;
|
|
|
+ height: 20px;
|
|
|
+ line-height: 20px;
|
|
|
+ text-align: center;
|
|
|
+ background: #f5f5f5;
|
|
|
+ font-weight: 500;
|
|
|
+ benterprise: solid 1px #d5d5d5;
|
|
|
+ benterprise-radius: 0 0 10px 0;
|
|
|
+}
|
|
|
+
|
|
|
+.enterprise-table .enterprise-bd .enterprise-number.key {
|
|
|
+ background: #56a022;
|
|
|
+ color: #ffffff;
|
|
|
+}
|
|
|
+
|
|
|
+.unPrinted {
|
|
|
+ color: #56a022;
|
|
|
+}
|
|
|
+.view-slide-in{
|
|
|
+ /*margin-top: 20px;*/
|
|
|
+}
|
|
|
+.info-container .info:hover {
|
|
|
+ color: #CC3333;
|
|
|
+}
|
|
|
+.enterprise-hd .btn{
|
|
|
+ border-radius: 0;
|
|
|
+}
|
|
|
+/* 增加样式*/
|
|
|
+.view-slide-in .block{
|
|
|
+ background: #f5f5f5;
|
|
|
+}
|
|
|
+.view-slide-in .group-container{
|
|
|
+ background: #fff;
|
|
|
+}
|
|
|
+.view-slide-in .group-container .btn-group{
|
|
|
+ width: 160px;
|
|
|
+ border: none;
|
|
|
+ height: 45px;
|
|
|
+}
|
|
|
+.view-slide-in .group-container .btn-group .btn-info{
|
|
|
+ color: #d32526;
|
|
|
+ background: #fff;
|
|
|
+ border: none;
|
|
|
+}
|
|
|
+.view-slide-in .group-container .btn-group .btn{
|
|
|
+ border: none;
|
|
|
+ font-size: 16px;
|
|
|
+ font-family: "Microsoft YaHei", "微软雅黑";
|
|
|
+}
|
|
|
+.view-slide-in .group-container .btn-group .btn em{
|
|
|
+ color: #d32526;
|
|
|
+ font-style: inherit;
|
|
|
+}
|
|
|
+.view-slide-in .group-container .btn-group .btn:hover{
|
|
|
+ background: #fff;
|
|
|
+ color: #d32526;
|
|
|
+}
|
|
|
+.view-slide-in .group-container{
|
|
|
+ padding: 0;
|
|
|
+}
|
|
|
+.view-slide-in .search-bg{
|
|
|
+ margin-top: 15px;
|
|
|
+ margin-bottom: 15px;
|
|
|
+}
|
|
|
+#topSearch{
|
|
|
+ font-size: 18px;
|
|
|
+}
|
|
|
+.view-slide-in #topSearch .search-bg i{
|
|
|
+ color: #999;
|
|
|
+ margin-left: 10px;
|
|
|
+}
|
|
|
+.form-group-sm .form-control-feedback{
|
|
|
+ width: 85px;
|
|
|
+ height: 36px;
|
|
|
+ line-height: 36px;
|
|
|
+ color: #fff;
|
|
|
+ background: #327ebe;
|
|
|
+ text-align: center;
|
|
|
+ font-size: 14px;
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+#topSearch .input-sm, .form-group-sm .form-control{
|
|
|
+ height: 36px;
|
|
|
+ line-height: 36px;
|
|
|
+ border: #327ebe 1px solid;
|
|
|
+ border-radius: 0px;
|
|
|
+ font-size: 14px;
|
|
|
+}
|
|
|
+.enterprise-table .company-list{
|
|
|
+ margin-bottom: 10px;
|
|
|
+}
|
|
|
+.enterprise-table .company-list,.enterprise-table .enterprise-hd{
|
|
|
+ background: #fff;
|
|
|
+ font-size: 16px;
|
|
|
+ height: 55px;
|
|
|
+ line-height: 55px;
|
|
|
+ border-bottom: #ddd 1px solid;
|
|
|
+}
|
|
|
+.enterprise-table .company-list,.enterprise-table .enterprise-bd{
|
|
|
+ border-bottom: #f5f5f5 20px solid;
|
|
|
+}
|
|
|
+.enterprise-table .enterprise-hd span:first-child{
|
|
|
+ margin-left: 20px;
|
|
|
+}
|
|
|
+.enterprise-table .product{
|
|
|
+ line-height: 25px;
|
|
|
+ font-size: 14px;
|
|
|
+}
|
|
|
+.enterprise-table .product span{
|
|
|
+ margin-right: 10px;
|
|
|
+}
|
|
|
+.grey01{
|
|
|
+ color: #969595;
|
|
|
+ font-size: 14px;
|
|
|
+ }
|
|
|
+.enterprise-table .btn{
|
|
|
+ width: 90px;
|
|
|
+ height: 30px;
|
|
|
+ color: #fff;
|
|
|
+ border-radius: 4px;
|
|
|
+ padding: 0;
|
|
|
+ line-height: 30px;
|
|
|
+}
|
|
|
+.enterprise-table .btn01{
|
|
|
+ color: #327ebe;
|
|
|
+ background: #fff;
|
|
|
+ border: none;
|
|
|
+ font-size: 16px;
|
|
|
+ }
|
|
|
+.search-bg .input-group-addon{
|
|
|
+ width: 85px;
|
|
|
+ height: 36px;
|
|
|
+ display: inline-block;
|
|
|
+ background: #327ebe;
|
|
|
+ font-size: 16px;
|
|
|
+ text-align: center;
|
|
|
+ line-height: 36px;
|
|
|
+ color: #fff;
|
|
|
+ padding: 0;
|
|
|
+ border: none;
|
|
|
+ border-radius: 0;
|
|
|
+ position: absolute;
|
|
|
+ top: 0;
|
|
|
+ right: 0;
|
|
|
+}
|
|
|
+.search-bg .form-group{
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+.enterprise-table em {
|
|
|
+ font-family: "Microsoft YaHei", "微软雅黑";
|
|
|
+ font-style: normal;
|
|
|
+}
|
|
|
+.invite-btn:hover{
|
|
|
+ border: #d32526 2px solid;
|
|
|
+}
|
|
|
+.invite-right{
|
|
|
+ padding-right: 0;
|
|
|
+}
|
|
|
+.invite-right p{
|
|
|
+ font-size: 14px;
|
|
|
+ color: #666;
|
|
|
+}
|
|
|
+.invite-right p a{
|
|
|
+ text-decoration: underline;
|
|
|
+}
|
|
|
+.invite-right .invite-text{
|
|
|
+ color: #666;
|
|
|
+ margin: 0 8px;
|
|
|
+ font-style: italic;
|
|
|
+}
|
|
|
+</style>
|
|
|
+<div class="block" style="margin-left: -240px; width: 1170px;">
|
|
|
+<table class="enterprise-table block">
|
|
|
+ <tbody ng-repeat="enterprise in enterprises" class="company-list">
|
|
|
+ <tr class="enterprise-hd" ng-dblclick="enterprise.$collapsed=!enterprise.$collapsed">
|
|
|
+ <td colspan="4"><span ng-bind-html="::enterprise.enName" class="text-center"></span><span ng-if="::enterprise.shortName != null">(<em ng-bind="::enterprise.enShortname"></em>)</span><img src="static/img/logo/youruanrenzheng.png" id="logo" ng-if="enterprise.status == 313"></td>
|
|
|
+ </tr>
|
|
|
+ <tr class="enterprise-bd" ng-if="!enterprise.$collapsed ">
|
|
|
+ <td class="product" colspan="4">
|
|
|
+ <div class="">营业执照:<span ng-bind="::enterprise.businessCode" ></span></div>
|
|
|
+ <div class="" ng-if="::enterprise.industry != null">企业类型:<span class="text-muted" ng-bind="::enterprise.industry"></span></div>
|
|
|
+ <div class="" ng-if="::enterprise.address != null">企业地址:<span class="text-muted" ng-bind="::enterprise.address"></span></div>
|
|
|
+ <div class="">
|
|
|
+ <span ng-if="::enterprise.adminName != null">管理员:<em ng-bind-html="::enterprise.adminName| getkey:keyword"></em></span>
|
|
|
+ <span ng-if="::enterprise.adminTel != null">电话:{{::enterprise.adminTel}}</span>
|
|
|
+ <span ng-if="::enterprise.adminEmail != null">邮箱:{{::enterprise.adminEmail}}</span>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td width="100" class="text-center">
|
|
|
+ <a class="btn btn-primary" ng-click="addPartner(enterprise.name,enterprise.businessCode)" ng-if="enterprise.requestStatus==null||enterprise.requestStatus==310">立即添加</a>
|
|
|
+ <span class="btn label-info btn-primary" ng-if="enterprise.requestStatus==311 && enterprise.method==0">已收到申请<br><a ng-click="view(enterprise.name)">立即查看</a></span>
|
|
|
+ <span class="btn01 btn label-info btn-primary" ng-if="enterprise.requestStatus==311 && enterprise.method==1">已发出申请<br><a ng-click="view(enterprise.name)">立即查看</a></span>
|
|
|
+ <span class="btn label-info" ng-if="enterprise.requestStatus==313">已添加</span>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ <tbody ng-if="tableParams.total() == 0" class="no-record-tab">
|
|
|
+ <tr>
|
|
|
+ <td class="text-center" colspan="7">
|
|
|
+ <br>
|
|
|
+ <div class="text-muted"><h3><img src="static/img/icon/no-record.png" />暂未搜到与({{tip}})相关的企业信息<a ng-click="invite(tip)" class="text-inverse">立即邀请</a>注册优软云</h3></div>
|
|
|
+ <br>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+</table>
|
|
|
+</div>
|
|
|
+</body>
|
|
|
+</html>
|