|
|
@@ -20,8 +20,8 @@
|
|
|
<div class="content" ng-bind="::order.date | date:'yyyy-MM-dd'"></div>
|
|
|
</div>
|
|
|
<div class="col-xs-6">
|
|
|
- <span class="title">客户</span>
|
|
|
- <div class="content" ng-bind="::order.enterprise.enName"></div>
|
|
|
+ <span class="title">供应商</span>
|
|
|
+ <div class="content" ng-bind="::order.receiveName"></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="row row-sm item">
|
|
|
@@ -88,7 +88,7 @@
|
|
|
<th width="100">数量</th>
|
|
|
<th width="120">交货日期</th>
|
|
|
<th width="180">回复状态</th>
|
|
|
- <th width="100">操作</th>
|
|
|
+ <th width="100"></th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
@@ -200,7 +200,7 @@
|
|
|
<div ng-if="item.end" class="block">
|
|
|
<span class="text-trans warning">已结案</span>
|
|
|
</div>
|
|
|
- <div
|
|
|
+ <!-- <div
|
|
|
ng-if="(!item.replyQty || item.replyQty<=item.qty) && !item.end">
|
|
|
<br ng-if="item.replyQty>=item.qty">
|
|
|
<br ng-if="item.replyQty>=item.qty">
|
|
|
@@ -221,7 +221,7 @@
|
|
|
<i class="fa fa-arrow-down"></i> 撤销回复</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
</td>
|
|
|
</tr>
|
|
|
</tbody>
|