|
|
@@ -24025,7 +24025,7 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
|
|
|
}]);
|
|
|
|
|
|
/**
|
|
|
- * 获取课已作为采购变更单的采购单
|
|
|
+ * 获取可以作为采购变更单的采购单
|
|
|
*
|
|
|
* @author hejq
|
|
|
* @date 2018-06-25 18:41
|
|
|
@@ -24047,7 +24047,7 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
|
|
|
var pageParams = params.url();
|
|
|
var realActive = {};
|
|
|
pageParams.searchFilter = { // 筛选条件
|
|
|
- keyword: $scope.keyword
|
|
|
+ keyword: $scope.keyword,
|
|
|
fromDate: getDateTime($scope.condition.dateFrom),
|
|
|
endDate: getDateTime($scope.condition.dateTo)
|
|
|
};
|