Browse Source

添加委外验收单,控制MakeAcceptCtrl

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@1411 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
aof 10 years ago
parent
commit
da0ada2e1c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/main/webapp/resources/js/index/services/Make.js

+ 2 - 0
src/main/webapp/resources/js/index/services/Make.js

@@ -28,5 +28,7 @@ define([ 'ngResource'], function() {
 				}
 			}
 		});
+	}]).factory('MakeAccept',['$resource',function($resource){
+		return $resource('make/accept/:id',{},{});
 	}]);
 });