|
@@ -10576,6 +10576,7 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
|
|
|
+ "|" + ($scope.condition.factory == null ? "" : $scope.condition.factory)
|
|
+ "|" + ($scope.condition.factory == null ? "" : $scope.condition.factory)
|
|
|
+ "|" + ($scope.condition.prodtitle == null ? "" : $scope.condition.prodtitle)
|
|
+ "|" + ($scope.condition.prodtitle == null ? "" : $scope.condition.prodtitle)
|
|
|
+ "|" + ($scope.condition.prodspec == null ? "" : $scope.condition.prodspec));//保存当前取值的关键词
|
|
+ "|" + ($scope.condition.prodspec == null ? "" : $scope.condition.prodspec));//保存当前取值的关键词
|
|
|
|
|
+ $scope.exportKeywordXls = encodeURIComponent($scope.keywordXls);
|
|
|
$scope.fromDateXls = angular.copy($scope.condition.dateFrom ? $scope.condition.dateFrom.getTime() : null);//保存当前取值的起始日期
|
|
$scope.fromDateXls = angular.copy($scope.condition.dateFrom ? $scope.condition.dateFrom.getTime() : null);//保存当前取值的起始日期
|
|
|
$scope.endDateXls = angular.copy($scope.condition.dateTo ? $scope.condition.dateTo.getTime() : null);//保存当前取值的截止日期
|
|
$scope.endDateXls = angular.copy($scope.condition.dateTo ? $scope.condition.dateTo.getTime() : null);//保存当前取值的截止日期
|
|
|
if (!$scope.suuorname) {
|
|
if (!$scope.suuorname) {
|
|
@@ -10832,7 +10833,6 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
|
|
|
if ($scope.sameCust && $scope.validQty) {
|
|
if ($scope.sameCust && $scope.validQty) {
|
|
|
$scope.saveApCheck();
|
|
$scope.saveApCheck();
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
}
|
|
}
|
|
|
}]);
|
|
}]);
|
|
|
|
|
|
|
@@ -16927,7 +16927,6 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
|
|
|
getPayMethod($scope.deOrder.deputyuu, 'paymentmethod');
|
|
getPayMethod($scope.deOrder.deputyuu, 'paymentmethod');
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
-
|
|
|
|
|
var getPayMethod = function(enuu, key) {
|
|
var getPayMethod = function(enuu, key) {
|
|
|
// 获取我方付款支付方式默认值
|
|
// 获取我方付款支付方式默认值
|
|
|
DekeyValue.getValue({enuu: enuu, key: key}, function(data) {
|
|
DekeyValue.getValue({enuu: enuu, key: key}, function(data) {
|