|
|
@@ -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);
|