Browse Source

发货随机号,批量发货物料号字段

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@988 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
suntg 11 years ago
parent
commit
781a360db6
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/main/webapp/resources/tpl/index/sale/notice.html

+ 4 - 0
src/main/webapp/resources/tpl/index/sale/notice.html

@@ -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>