git-svn-id: https://svn.coded.pt/svn/SIPRP@1896 bb69d46d-e84e-40c8-a05a-06db0d633741

lxbfYeaa
João Maurício 12 years ago
parent 0d9d091a00
commit eb666a8f27

@ -33,9 +33,9 @@
$scope.storeFichasClinicas = new globals.dataService.store({ $scope.storeFichasClinicas = new globals.dataService.store({
model: null, model: null,
actions: { actions: {
get: 'getFichaEAdmissaoInicial', get: 'getFicha',
upsert: 'sendFichaEAdmissaoInicial',//TODO: ??? upsert: 'sendFicha',
destroy: 'deleteFichaEAdmissaoInicial'//TODO: ??? destroy: 'sendFicha'
} }
}); });

@ -9,9 +9,9 @@
$scope.storeFichasClinicas = new globals.dataService.store({ $scope.storeFichasClinicas = new globals.dataService.store({
model: null, model: null,
actions: { actions: {
get: 'getFicha2', get: 'getFicha',
upsert: 'sendFicha2', upsert: 'sendFicha',
destroy: '' destroy: 'sendFicha'
} }
}); });

@ -9,9 +9,9 @@
$scope.storeFichasClinicas = new globals.dataService.store({ $scope.storeFichasClinicas = new globals.dataService.store({
model: null, model: null,
actions: { actions: {
//get: 'getFicha2', get: 'getFicha',
//upsert: 'sendFicha2', upsert: 'sendFicha',
//destroy: '' destroy: 'sendFicha'
} }
}); });

@ -24,8 +24,11 @@ $(function(){
// ---> views-all.html // ---> views-all.html
// ---> GetViewsHtml.aspx // ---> GetViewsHtml.aspx
$.get('../../rs/fichasclinicas/getViews', function( data ) { $.get('../../rs/fichasclinicas/getViews', function( data ) {
alert(22);
var body = $('body'); var body = $('body');
var viewCache = $('<div id="view-cache"></div>'); var viewCache = $('<div id="view-cache"></div>');

Loading…
Cancel
Save