|
|
@@ -239,6 +239,16 @@ define(['app/app'], function (app) {
|
|
|
});
|
|
|
};
|
|
|
|
|
|
+ //取消订单状态码
|
|
|
+ $scope.cancelOrderArray = {
|
|
|
+ 602: true,
|
|
|
+ 603: true,
|
|
|
+ 315: true,
|
|
|
+ 604: true,
|
|
|
+ 605: true,
|
|
|
+ 606: true
|
|
|
+ };
|
|
|
+
|
|
|
var getRecommendComps = function (userUU, usedFor, pageable) {
|
|
|
Recommendation.getRecommendComps({page: pageable.page, size: pageable.size}, function (data) {
|
|
|
$scope.recommendComps = data.content;
|