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

修改企业示寄售协议记录获取顺序

huxz 8 лет назад
Родитель
Сommit
9fb0d46132

+ 4 - 1
src/main/webapp/resources/js/common/module/store_admin_violations_module.js

@@ -62,7 +62,10 @@ define([ 'ngResource', 'common/query/storeViolations', 'ngTable', 'ngSanitize',
 		function loadRecords(enUU) {
 		function loadRecords(enUU) {
 			$scope.recordsTableParams = new ngTableParams({
 			$scope.recordsTableParams = new ngTableParams({
 				page : 1,
 				page : 1,
-				count : 10
+				count : 10,
+				sorting : {
+					operateTime : 'desc'
+				}
 			}, {
 			}, {
 				total : 0,
 				total : 0,
 				getData : function($defer, params) {
 				getData : function($defer, params) {

+ 0 - 5
src/main/webapp/resources/view/vendor/modal/confirm_consignment_agreement.html

@@ -122,11 +122,6 @@
 		<p><strong>* </strong>您在使用库存寄售的服务前,请认真阅读 《优软商城买卖条例》:若您是误操作,请点击“取消”按钮进行返回操作.</p>
 		<p><strong>* </strong>您在使用库存寄售的服务前,请认真阅读 《优软商城买卖条例》:若您是误操作,请点击“取消”按钮进行返回操作.</p>
 		<div class="bottom-bot">
 		<div class="bottom-bot">
 			<div>
 			<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="cancel()" class="off">取消</button>
 				<button ng-click="confirm()" class="ok" ng-disabled="!agreement">确认</button>
 				<button ng-click="confirm()" class="ok" ng-disabled="!agreement">确认</button>
 			</div>
 			</div>