#5926 - Worker/PDA docuware #387

Open
jsegarra wants to merge 22 commits from 5926_pda_worker_docuware into dev
1 changed files with 2 additions and 3 deletions
Showing only changes of commit c1fd150204 - Show all commits

View File

@ -55,8 +55,7 @@ const handleSendToTablet = async (deviceProductionFk) => {
try {
await axios.post(`Docuwares/upload`, {
fileCabinet: 'hr',
worker: route.params.id,
pda: deviceProductionFk,
ids: [{ worker: route.params.id, pda: deviceProductionFk }],
});
notify(t('PDA Signed'), 'positive');
} catch (err) {
@ -179,7 +178,7 @@ const handleDownloadDocuware = async (deviceProductionFk) => {};
openConfirmationModal(
t('Are you sure you want to send it?'),
t('Sign PDA'),
handleSendToTablet
handleSendToTablet(row.deviceProductionFk)
)
"
>