|
|
@ -691,6 +691,10 @@ define(['angular', 'decimal', 'static/commons/commons', 'uiBootstrap', 'uiRouter
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
$scope.Export = function () {
|
|
|
|
|
|
|
|
var url = '/dev/' + $scope.partner.client_moniker +'/export/aggregate/agreepdf' ;
|
|
|
|
|
|
|
|
return url;
|
|
|
|
|
|
|
|
}
|
|
|
|
$scope.uploadAgreeFile = function (file) {
|
|
|
|
$scope.uploadAgreeFile = function (file) {
|
|
|
|
if (file != null) {
|
|
|
|
if (file != null) {
|
|
|
|
if (file.size > 2 * 1024 * 1024) {
|
|
|
|
if (file.size > 2 * 1024 * 1024) {
|
|
|
|