|
|
@@ -341,6 +341,9 @@
|
|
|
<input type="text" class="form-control input-xs"
|
|
|
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>
|
|
|
+ </div>
|
|
|
</td>
|
|
|
<td class="br-l">
|
|
|
<div ng-show="notice.endQty >= notice.qty" class="text-center dropdown">
|
|
|
@@ -461,6 +464,7 @@
|
|
|
<tbody>
|
|
|
<tr class="repeat" ng-repeat="notice in notices" ng-if="notice.$selected">
|
|
|
<td>
|
|
|
+ <div ng-bind="::notice.orderItem.product.code"></div>
|
|
|
<div ng-bind="::notice.orderItem.product.title"></div>
|
|
|
<div class="text-muted" ng-bind="::notice.orderItem.product.spec"></div>
|
|
|
</td>
|