Browse Source

新增采购变更页面相关

hejq 7 years ago
parent
commit
49be53c58f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/webapp/resources/js/index/app.js

+ 2 - 2
src/main/webapp/resources/js/index/app.js

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