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

0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
João Maurício 12 years ago
parent 0d9d091a00
commit eb666a8f27

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

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

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

@ -26,6 +26,9 @@ $(function(){
// ---> GetViewsHtml.aspx
$.get('../../rs/fichasclinicas/getViews', function( data ) {
alert(22);
var body = $('body');
var viewCache = $('<div id="view-cache"></div>');

Loading…
Cancel
Save