|
@@ -119,6 +119,10 @@ define([ 'ngResource'], function() {
|
|
|
url: 'sale/notice/:id/sendItems',
|
|
url: 'sale/notice/:id/sendItems',
|
|
|
method: 'GET',
|
|
method: 'GET',
|
|
|
isArray: true
|
|
isArray: true
|
|
|
|
|
+ },
|
|
|
|
|
+ sendByBatch: {
|
|
|
|
|
+ url: 'sale/notice/sendByBatch',
|
|
|
|
|
+ method: 'POST'
|
|
|
}
|
|
}
|
|
|
});
|
|
});
|
|
|
}).factory('PurcForecast', function($resource) {
|
|
}).factory('PurcForecast', function($resource) {
|