@@ -62,7 +62,10 @@ define([ 'ngResource', 'common/query/storeViolations', 'ngTable', 'ngSanitize',
function loadRecords(enUU) {
$scope.recordsTableParams = new ngTableParams({
page : 1,
- count : 10
+ count : 10,
+ sorting : {
+ operateTime : 'desc'
+ }
}, {
total : 0,
getData : function($defer, params) {
@@ -122,11 +122,6 @@
<p><strong>* </strong>您在使用库存寄售的服务前,请认真阅读 《优软商城买卖条例》:若您是误操作,请点击“取消”按钮进行返回操作.</p>
<div class="bottom-bot">
<div>
- <!--<label class="check-active">
- <input type="checkbox" id="2" class="ng-pristine ng-untouched ng-valid">
- <label for="2"></label>
- <span>不再提醒</span>
- </label>-->
<button ng-click="cancel()" class="off">取消</button>
<button ng-click="confirm()" class="ok" ng-disabled="!agreement">确认</button>
</div>