|
|
@@ -259,7 +259,7 @@
|
|
|
<table class="order-table block" ng-table="tableParams">
|
|
|
<thead>
|
|
|
<tr class="header">
|
|
|
- <th>商品</th>
|
|
|
+ <th width="280">商品</th>
|
|
|
<th width="120">备注</th>
|
|
|
<th width="240">数量</th>
|
|
|
<th width="90">价格</th>
|
|
|
@@ -338,7 +338,7 @@
|
|
|
<div>
|
|
|
<a ng-bind="::notice.orderItem.product.title"></a>
|
|
|
</div>
|
|
|
- <div class="text-muted"
|
|
|
+ <div class="text-muted text-ellipsis"
|
|
|
ng-bind="::notice.orderItem.product.spec"></div>
|
|
|
</td>
|
|
|
<td class="text-center">
|
|
|
@@ -348,7 +348,7 @@
|
|
|
ng-model="notice.send.code" placeholder="送货单号">
|
|
|
</div>
|
|
|
<div style="margin: 5px auto" ng-if="notice.$editing" ng-click="autoCode(notice)">
|
|
|
- <button style="width: 100%;" class="btn btn-default btn-xs">生产随机单号</button>
|
|
|
+ <button style="width: 100%;" class="btn btn-default btn-xs">生成随机单号</button>
|
|
|
</div>
|
|
|
</td>
|
|
|
<td class="br-l">
|