|
|
@@ -9858,8 +9858,9 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
|
|
|
$scope.showNotCheck = false
|
|
|
$scope.goToMNs = function(item) {
|
|
|
$scope.chooseItem = item;
|
|
|
- $scope.showNotCheck = true
|
|
|
- $scope.suuorname = item.myEnterprise.enName
|
|
|
+ $scope.showNotCheck = true;
|
|
|
+ $scope.suuorname = item.myEnterprise.enName;
|
|
|
+ $scope.customerUU = item.myEnterprise.uu;
|
|
|
this.searchOrder()
|
|
|
}
|
|
|
|
|
|
@@ -9902,7 +9903,8 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
|
|
|
prodTitle: $scope.prodTitle,
|
|
|
prodSpec: $scope.prodSpec,
|
|
|
taxRate: $scope.taxRate,
|
|
|
- suuorname: $scope.suuorname
|
|
|
+ suuorname: $scope.suuorname,
|
|
|
+ customerUU: $scope.customerUU
|
|
|
}
|
|
|
$scope.exportKeywords = encodeURIComponent($scope.searchKeyWord);
|
|
|
// $scope.fromDateXls = angular.copy($scope.condition.dateFrom ? $scope.condition.dateFrom.getTime() : null);//保存当前取值的起始日期
|
|
|
@@ -9921,10 +9923,11 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
|
|
|
prodSpec: $scope.prodSpec,
|
|
|
taxRate: $scope.taxRate,
|
|
|
checkDate: $scope.thisMouth,
|
|
|
- suuorname: $scope.suuorname
|
|
|
+ suuorname: $scope.suuorname,
|
|
|
+ customerUU: $scope.customerUU
|
|
|
}, function (data) {
|
|
|
- if (data.length > 0) {
|
|
|
- angular.forEach(data, function (item) {
|
|
|
+ if (data.details.length > 0) {
|
|
|
+ angular.forEach(data.details, function (item) {
|
|
|
item.$selected = true;
|
|
|
});
|
|
|
$scope.data = data;
|