|
@@ -138,10 +138,10 @@
|
|
|
<thead>
|
|
<thead>
|
|
|
<tr class="header">
|
|
<tr class="header">
|
|
|
<th width="160px">编号</th>
|
|
<th width="160px">编号</th>
|
|
|
- <th width="160px">名称</th>
|
|
|
|
|
|
|
+ <th width="120px">名称</th>
|
|
|
<th>规格</th>
|
|
<th>规格</th>
|
|
|
- <th width="80px">单位</th>
|
|
|
|
|
- <th width="50px">选择</th>
|
|
|
|
|
|
|
+ <th width="120px">单位</th>
|
|
|
|
|
+ <th width="80px">选择</th>
|
|
|
</tr>
|
|
</tr>
|
|
|
</thead>
|
|
</thead>
|
|
|
<tbody ng-if="tableParams.total() == 0">
|
|
<tbody ng-if="tableParams.total() == 0">
|
|
@@ -154,7 +154,6 @@
|
|
|
<br>
|
|
<br>
|
|
|
<div class="text-muted" style="font-size: 14px;"><i class="fa fa-spinner"></i> 您的供应商还未添加商品信息,请尽快通知供应商</div>
|
|
<div class="text-muted" style="font-size: 14px;"><i class="fa fa-spinner"></i> 您的供应商还未添加商品信息,请尽快通知供应商</div>
|
|
|
</td>
|
|
</td>
|
|
|
- <br>
|
|
|
|
|
</tr>
|
|
</tr>
|
|
|
</tbody>
|
|
</tbody>
|
|
|
<tbody>
|
|
<tbody>
|
|
@@ -163,7 +162,7 @@
|
|
|
<td class="text-center" ng-bind="::product.title"></td>
|
|
<td class="text-center" ng-bind="::product.title"></td>
|
|
|
<td class="text-center f12" ng-bind="::product.spec"></td>
|
|
<td class="text-center f12" ng-bind="::product.spec"></td>
|
|
|
<td class="text-center" ng-bind="::product.unit"></td>
|
|
<td class="text-center" ng-bind="::product.unit"></td>
|
|
|
- <td class="text-center" ><a title="选择" href="javascript:void(0)" ng-click="check(product)" style="text-decoration: none; color: #327ebe;" id="click" class="add01">添加</a>
|
|
|
|
|
|
|
+ <td class="text-center" ><a title="添加" href="javascript:void(0)" ng-click="check(product)" style="text-decoration: none; color: #327ebe;" id="click" class="add01">添加</a>
|
|
|
<div class="add-tanchuang">
|
|
<div class="add-tanchuang">
|
|
|
<ul>
|
|
<ul>
|
|
|
<li>
|
|
<li>
|