1
0
forked from poc/pds

Added reprint for scan pallet

This commit is contained in:
dhanabalan
2025-07-29 13:56:30 +05:30
parent ab769d2287
commit a78cb75bdd
3 changed files with 59 additions and 1 deletions

View File

@@ -82,6 +82,8 @@ Route::get('sticker/get-master-type-data', [StickerMasterController::class, 'get
Route::get('/download-qr-pdf/{palletNo}', [PalletController::class, 'downloadQrPdf'])->name('download-qr-pdf');
Route::get('/download-qr-pdf/{palletNo}', [PalletController::class, 'downloadReprintQrPdf'])->name('download-reprint-qr-pdf');
Route::get('/download-qr1-pdf/{palletNo}', [ProductionStickerReprintController::class, 'downloadQrPdf'])->name('download-qr1-pdf');
//Production Dashboard Controller