|
@@ -246,11 +246,11 @@
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr class="toolbar toolbar-top">
|
|
<tr class="toolbar toolbar-top">
|
|
|
<td colspan="5">
|
|
<td colspan="5">
|
|
|
- <div>
|
|
|
|
|
|
|
+ <!--<div>
|
|
|
<label><input ng-disabled="true" type="checkbox" class="selector select_all"
|
|
<label><input ng-disabled="true" type="checkbox" class="selector select_all"
|
|
|
ng-model="selectAll">全选</label> <a ng-disabled="true" href="javascript:void(0)"
|
|
ng-model="selectAll">全选</label> <a ng-disabled="true" href="javascript:void(0)"
|
|
|
class="btn btn-default btn-xs">批量回复</a>
|
|
class="btn btn-default btn-xs">批量回复</a>
|
|
|
- </div> <!-- 分页 -->
|
|
|
|
|
|
|
+ </div>--> <!-- 分页 -->
|
|
|
</td>
|
|
</td>
|
|
|
<td class="text-center">
|
|
<td class="text-center">
|
|
|
<a href="sale/sample/xls?_state={{active}}&keyword={{keywordXls}}" target="_self" class="text-simple" title="导出Excel表格"><i class="fa fa-file-excel-o fa-fw"></i>导出</a>
|
|
<a href="sale/sample/xls?_state={{active}}&keyword={{keywordXls}}" target="_self" class="text-simple" title="导出Excel表格"><i class="fa fa-file-excel-o fa-fw"></i>导出</a>
|
|
@@ -264,9 +264,9 @@
|
|
|
<tr class="order-hd">
|
|
<tr class="order-hd">
|
|
|
<td class="first">
|
|
<td class="first">
|
|
|
<div class="order-main">
|
|
<div class="order-main">
|
|
|
- <span> <input type="checkbox" class="selector"
|
|
|
|
|
|
|
+ <!--<span> <input type="checkbox" class="selector"
|
|
|
ng-model="sample.$selected">
|
|
ng-model="sample.$selected">
|
|
|
- </span> <span class="text-num text-bold" title="{{sample.proofing.date | date: 'yyyy年MM月dd日 hh:mm'}}"
|
|
|
|
|
|
|
+ </span> --><span class="text-num text-bold" title="{{sample.proofing.date | date: 'yyyy年MM月dd日 hh:mm'}}"
|
|
|
ng-bind="sample.proofing.date | date:'yyyy-MM-dd'"></span>
|
|
ng-bind="sample.proofing.date | date:'yyyy-MM-dd'"></span>
|
|
|
</div>
|
|
</div>
|
|
|
</td>
|
|
</td>
|
|
@@ -289,10 +289,10 @@
|
|
|
<tr class="order-bd">
|
|
<tr class="order-bd">
|
|
|
<td class="product">
|
|
<td class="product">
|
|
|
<div class="text-num text-bold">
|
|
<div class="text-num text-bold">
|
|
|
- <a ng-bind="sample.proofing.product.code"></a>
|
|
|
|
|
|
|
+ <span ng-bind="sample.proofing.product.code"></span>
|
|
|
</div>
|
|
</div>
|
|
|
<div>
|
|
<div>
|
|
|
- <a ng-bind="sample.proofing.product.title"></a>
|
|
|
|
|
|
|
+ <span ng-bind="sample.proofing.product.title"></span>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="text-muted" title="{{sample.proofing.product.spec}}"
|
|
<div class="text-muted" title="{{sample.proofing.product.spec}}"
|
|
|
ng-bind="sample.proofing.product.spec"></div>
|
|
ng-bind="sample.proofing.product.spec"></div>
|