|
@@ -542,8 +542,8 @@
|
|
|
<table>
|
|
<table>
|
|
|
<thead>
|
|
<thead>
|
|
|
<tr>
|
|
<tr>
|
|
|
- <th width="68">全选</th>
|
|
|
|
|
- <th width="146">卖家</th>
|
|
|
|
|
|
|
+ <!-- <th width="68">全选</th>-->
|
|
|
|
|
+ <th width="214">卖家</th>
|
|
|
<th width="83">交期(天)</th>
|
|
<th width="83">交期(天)</th>
|
|
|
<th width="104">单价</th>
|
|
<th width="104">单价</th>
|
|
|
<th width="137">生产日期</th>
|
|
<th width="137">生产日期</th>
|
|
@@ -557,13 +557,13 @@
|
|
|
<table>
|
|
<table>
|
|
|
<tbody>
|
|
<tbody>
|
|
|
<tr ng-repeat="go in goods track by $index">
|
|
<tr ng-repeat="go in goods track by $index">
|
|
|
- <td width="68">
|
|
|
|
|
|
|
+ <!--<td width="68">
|
|
|
<label class="com-check-box">
|
|
<label class="com-check-box">
|
|
|
<input type="checkbox" id="{{$index + 2}}" ng-model="go.$checked" ng-change="onSelectGoods(go, seek, $index)">
|
|
<input type="checkbox" id="{{$index + 2}}" ng-model="go.$checked" ng-change="onSelectGoods(go, seek, $index)">
|
|
|
<label for="{{$index + 2}}"></label>
|
|
<label for="{{$index + 2}}"></label>
|
|
|
</label>
|
|
</label>
|
|
|
- </td>
|
|
|
|
|
- <td width="146" ng-bind="go.enterpriseName">哈哈哈</td>
|
|
|
|
|
|
|
+ </td>-->
|
|
|
|
|
+ <td width="214" title="{{go.enterpriseName}}" ng-bind="go.enterpriseName">哈哈哈</td>
|
|
|
<td width="83" class="red-text" ng-bind="go.minDelivery+'-'+go.maxDelivery">4-6{{fragments[i].price}}</td>
|
|
<td width="83" class="red-text" ng-bind="go.minDelivery+'-'+go.maxDelivery">4-6{{fragments[i].price}}</td>
|
|
|
<td width="104" class="red-text">{{go.currencyName + fragments[$index].price | currencyStr}}</td>
|
|
<td width="104" class="red-text">{{go.currencyName + fragments[$index].price | currencyStr}}</td>
|
|
|
<td width="137" ng-bind="go.produceDate">2012-12-12</td>
|
|
<td width="137" ng-bind="go.produceDate">2012-12-12</td>
|