Ver código fonte

修改库存管理bug

shenjj 7 anos atrás
pai
commit
86db2e1596

+ 2 - 2
src/main/webapp/resources/js/usercenter/controllers/forstore/order_detail_ctrl.js

@@ -250,9 +250,9 @@ define(['app/app'], function(app) {
         }
         $scope.acceptGoods = $scope.order.signReceive
         $scope.ChooseItem = $scope.sendGoodsList.length > 0 ? $scope.sendGoodsList[0] : ''
-				if ($scope.acceptGoods) {
+				// if ($scope.acceptGoods) {
           getReceiveInfo()
-        }
+        // }
 				// todo 这里需要根据 是否存在已收货数据
 
 				$scope.order.orderHistory = angular.fromJson($scope.order.statushistory);