Browse Source

批量发货

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@737 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
suntg 11 years ago
parent
commit
eb10a70cf6
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/main/webapp/resources/js/index/services/Purc.js

+ 4 - 0
src/main/webapp/resources/js/index/services/Purc.js

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