|
|
@@ -71,7 +71,8 @@
|
|
|
}
|
|
|
|
|
|
.order-table>tbody:hover {
|
|
|
- border: #d32526 2px solid;
|
|
|
+ border: #fff 1px solid;
|
|
|
+ border-bottom: 20px solid #f5f5f5;
|
|
|
}
|
|
|
.order-table .operates {
|
|
|
display: none;
|
|
|
@@ -132,97 +133,191 @@
|
|
|
.white{
|
|
|
color: #fff;
|
|
|
}
|
|
|
+/*增加样式*/
|
|
|
+.view-slide-in {
|
|
|
+ margin-top: 20px;
|
|
|
+}
|
|
|
+.view-slide-in .block {
|
|
|
+ background: #f5f5f5;
|
|
|
+}
|
|
|
+.view-slide-in .group-container {
|
|
|
+ background: #fff;
|
|
|
+ margin-bottom: 10px;
|
|
|
+}
|
|
|
+.view-slide-in .group-container .btn-group {
|
|
|
+ width: 160px;
|
|
|
+ border: none;
|
|
|
+ height: 45px;
|
|
|
+}
|
|
|
+.view-slide-in .group-container .btn-group .btn {
|
|
|
+ color: #000;
|
|
|
+}
|
|
|
+.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;
|
|
|
+}
|
|
|
+.search-bg .col-xs-6,.search-bg .row {
|
|
|
+ padding-right: 0;
|
|
|
+}
|
|
|
+.order-table .company-list,.order-table .order-hd:first-child {
|
|
|
+ background: #fff;
|
|
|
+ font-size: 16px;
|
|
|
+ height: 55px;
|
|
|
+ line-height: 55px;
|
|
|
+ border-bottom: #ddd 1px solid;
|
|
|
+}
|
|
|
+.order-table .company-list {
|
|
|
+ width:100%;
|
|
|
+ height: 190px;
|
|
|
+ border-bottom: 20px solid #f5f5f5;
|
|
|
+}
|
|
|
+.order-table .order-hd span.margin-left20 {
|
|
|
+ margin-left: 20px;
|
|
|
+}
|
|
|
+.order-table .product {
|
|
|
+ line-height: 25px;
|
|
|
+ font-size: 14px;
|
|
|
+}
|
|
|
+.order-table .product span {
|
|
|
+ margin-right: 10px;
|
|
|
+}
|
|
|
+.grey01 {
|
|
|
+ color: #969595;
|
|
|
+ font-size: 14px;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+.order-table .btn {
|
|
|
+ border-radius: 0;
|
|
|
+ width: 94px;
|
|
|
+ height: 36px;
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+.order-table .btn01 {
|
|
|
+ color: #327ebe;
|
|
|
+ background: #fff;
|
|
|
+ border: none;
|
|
|
+ font-size: 16px;
|
|
|
+}
|
|
|
+.order-table .order-hd td.first {
|
|
|
+ line-height: 25px;
|
|
|
+ font-size: 14px;
|
|
|
+ padding-top: 10px;
|
|
|
+ padding-bottom: 10px;
|
|
|
+}
|
|
|
</style>
|
|
|
<div class="block">
|
|
|
<div class="loading in" ng-class="{'in': loading}">
|
|
|
<i></i>
|
|
|
</div>
|
|
|
<div ng-include src="'static/tpl/index/baseInfo/enMenu.html'"></div>
|
|
|
-<div class="condition block">
|
|
|
+<div class="group-container condition block">
|
|
|
<div class="row">
|
|
|
<div class="col-xs-4">
|
|
|
<div class="btn-group btn-group-sm btn-group-justified">
|
|
|
<div class="btn-group btn-group-sm">
|
|
|
<button type="button" class="btn btn-default btn-line"
|
|
|
- ng-class="{'btn-info':active=='all'}" ng-click="setActive('all')">全部</button>
|
|
|
+ ng-class="{'btn-info':active=='all'}" ng-click="setActive('all')">全部(<em>10</em>)</button>
|
|
|
</div>
|
|
|
<div class="btn-group btn-group-sm">
|
|
|
<button type="button" class="btn btn-default btn-line"
|
|
|
- ng-class="{'btn-info':active=='todo'}" ng-click="setActive('todo')">待处理</button>
|
|
|
+ ng-class="{'btn-info':active=='todo'}" ng-click="setActive('todo')">待处理(<em>2</em>)</button>
|
|
|
</div>
|
|
|
<div class="btn-group btn-group-sm">
|
|
|
<button type="button" class="btn btn-default btn-line"
|
|
|
- ng-class="{'btn-info':active=='done'}" ng-click="setActive('done')">已通过</button>
|
|
|
+ ng-class="{'btn-info':active=='done'}" ng-click="setActive('done')">已通过(<em>1</em>)</button>
|
|
|
</div>
|
|
|
<div class="btn-group btn-group-sm">
|
|
|
<button type="button" class="btn btn-default btn-line"
|
|
|
- ng-class="{'btn-info':active=='end'}" ng-click="setActive('end')">未通过</button>
|
|
|
+ ng-class="{'btn-info':active=='end'}" ng-click="setActive('end')">未通过(<em>7</em>)</button>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="col-xs-5">
|
|
|
+ </div>
|
|
|
+</div>
|
|
|
+<div class="search-bg condition block">
|
|
|
+ <div class="row">
|
|
|
+ <div id="topSearch" style="float: left">
|
|
|
+ <span class="text-muted"><i class="fa fa-search fa-lg"></i> 搜索"优软",为您找到结果:</span>
|
|
|
+ 企业10家;器件10个
|
|
|
+ </div>
|
|
|
+ <div class="col-xs-6" style="float: right">
|
|
|
<div class="search">
|
|
|
<div class="form-group form-group-sm has-feedback" dropdown auto-close="outsideClick" on-toggle="searchAdvance=open">
|
|
|
<input type="search" class="form-control input-sm" ng-model="keyword" ng-search="onSearch()" placeholder="输入企业名称、简称或申请人搜索" />
|
|
|
- <span class="form-control-feedback text-simple"><i class="fa fa-search"></i></span>
|
|
|
+ <span class="form-control-feedback text-simple">搜索</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="col-xs-1">
|
|
|
- <div class="text-default f14 total">
|
|
|
- 共 <span ng-bind="tableParams.total()" class="text-num"></span>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
+</div>
|
|
|
<table class="order-table block" ng-table="tableParams">
|
|
|
- <thead>
|
|
|
- <tr class="header">
|
|
|
- <th width="140" class="text-center">企业名称</th>
|
|
|
- <th width="120" class="text-center">营业执照</th>
|
|
|
- <th width="80" class="text-center">申请人</th>
|
|
|
- <th width="80" class="text-center">审核人</th>
|
|
|
- <th width="120" class="text-center">原因</th>
|
|
|
- <th width="120" class="text-center">操作</th>
|
|
|
- </tr>
|
|
|
- <tr class="sep-row">
|
|
|
- <td colspan="6"></td>
|
|
|
- </tr>
|
|
|
- <tr class="toolbar toolbar-top">
|
|
|
- <td colspan="5">
|
|
|
- </td>
|
|
|
- <td class="text-center">
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr class="sep-row">
|
|
|
- <td colspan="6"></td>
|
|
|
+ <tbody ng-repeat="request in $data" class="company-list">
|
|
|
+ <tr class="order-hd" ng-dblclick="order.$collapsed=!order.$collapsed" ng-class="{'text-bold': order.display>0}">
|
|
|
+ <td colspan="4"><span ng-bind="request.vendName" class="margin-left20"></span><img src="resources/img/logo/youruanrenzheng.png" id="logo" ng-if="enterprise.status == 313"></td>
|
|
|
+ <td width="200" class="grey01">已通过</td>
|
|
|
</tr>
|
|
|
- </thead>
|
|
|
- <tbody ng-repeat="request in $data">
|
|
|
<tr class="order-hd" ng-dblclick="order.$collapsed=!order.$collapsed" ng-class="{'text-bold': order.display>0}">
|
|
|
- <td class="first" class="text-center">
|
|
|
- <div class="order-main" >
|
|
|
- <span ng-bind="request.vendName"></span>
|
|
|
+ <td class="first" colspan="4">
|
|
|
+ <div>营业执照:<span ng-bind="::request.vendUID"></span></div>
|
|
|
+ <div>申请人:<span ng-bind="::request.custUserName"></span></div>
|
|
|
+ <div>审核人:<span ng-bind="request.vendUserName"></span></div>
|
|
|
+ <div>
|
|
|
+ 原因:
|
|
|
+ <input class="form-control" ng-model="request.reason" ng-if="request.statusCode==311 && request.method==0">
|
|
|
+ <span ng-bind="request.reason" ng-if="request.statusCode!=311"></span>
|
|
|
</div>
|
|
|
- </td>
|
|
|
- <td colspan="1" class="text-center"><span ng-bind="::request.vendUID"></span></td>
|
|
|
- <td colspan="1" class="text-center">
|
|
|
- <span ng-bind="::request.custUserName"></span>
|
|
|
- </td>
|
|
|
- <td colspan="1" class="text-center">
|
|
|
- <span ng-bind="request.vendUserName"></span>
|
|
|
- </td>
|
|
|
- <td colspan="1" class="text-center">
|
|
|
- <input class="form-control" ng-model="request.reason" ng-if="request.statusCode==311 && request.method==0">
|
|
|
- <span ng-bind="request.reason" ng-if="request.statusCode!=311"></span>
|
|
|
- </td>
|
|
|
- <td colspan="1" class="text-center">
|
|
|
- <a class="btn label-success white" ng-click="addSupplier(request.vendUID)" ng-if="request.statusCode==313"><i class="fa fa-user-plus"></i>供应商 </a>
|
|
|
- <a class="btn label-danger white" ng-click="addCust(request.vendUID)" ng-if="request.statusCode==313"><i class="fa fa-user-plus"></i>客户</a>
|
|
|
+ <td width="200" class="text-center">
|
|
|
+ <a class="btn label-success white" ng-click="addSupplier(request.vendUID)" ng-if="request.statusCode==313">添加供应商 </a><br/>
|
|
|
+ <a class="btn label-danger white" ng-click="addCust(request.vendUID)" ng-if="request.statusCode==313">添加客户</a>
|
|
|
<a class="btn label-success white" ng-click="agree(request.id)" ng-if="request.statusCode==311 && request.method==0">通过 </a>
|
|
|
<a class="btn label-danger white" ng-click="refuse(request.id, request.reason)" ng-if="request.statusCode==311 && request.method==0">拒绝</a>
|
|
|
- <span class="btn label-info white" ng-if="request.statusCode==311 && request.method==1">等待处理</span>
|
|
|
- <span class="btn label-danger white" ng-if="request.statusCode==310 && request.method==1">对方已拒绝</span>
|
|
|
+ <span class="btn01 btn label-info white" ng-if="request.statusCode==311 && request.method==1">等待处理</span>
|
|
|
+ <span class="btn01 btn label-danger white" ng-if="request.statusCode==310 && request.method==1">对方已拒绝</span>
|
|
|
<span class="btn label-danger white" ng-if="request.statusCode==310 && request.method==0">已拒绝对方</span>
|
|
|
</td>
|
|
|
</tr>
|