|
|
@@ -34,10 +34,10 @@
|
|
|
<span class="title">录单人</span>
|
|
|
<div class="content" ng-bind="::order.recorder"></div>
|
|
|
</div>
|
|
|
- <div class="col-xs-3">
|
|
|
+ <!-- <div class="col-xs-3">
|
|
|
<span class="title">审批人</span>
|
|
|
<div class="content" ng-bind="::order.auditor"></div>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
<div class="col-xs-3">
|
|
|
<span class="title">委外员</span>
|
|
|
<div class="content" ng-bind="::order.user.userName"></div>
|
|
|
@@ -84,7 +84,7 @@
|
|
|
<th width="100">数量</th>
|
|
|
<th width="120">交货日期</th>
|
|
|
<th width="180">回复状态</th>
|
|
|
- <th width="100">操作</th>
|
|
|
+ <th width="100"></th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|