Просмотр исходного кода

批量发货翻页记录以前的选择不清除

hejq 8 лет назад
Родитель
Сommit
d8198a41e4
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      src/main/webapp/resources/tpl/index/sale/sendByBatch.html

+ 1 - 2
src/main/webapp/resources/tpl/index/sale/sendByBatch.html

@@ -38,8 +38,7 @@
 				</tbody>
 				<tbody>
 					<tr class="repeat"
-						ng-repeat="notice in notices | orderBy: 'notice.orderItem.product.code'"
-						ng-if="notice.$selected">
+						ng-repeat="notice in notices | orderBy: 'notice.orderItem.product.code'">
 						<td>
 							<div ng-bind="::notice.orderItem.product.code"></div>
 							<div ng-bind="::notice.orderItem.product.title"></div>