Parcourir la source

巡检bug修复及调整

ellisran il y a 1 semaine
Parent
commit
239759005c

+ 1 - 1
app/router.js

@@ -510,7 +510,7 @@ module.exports = app => {
     app.post('/sp/:id/safe/tender/:tid/inspection/save', sessionAuth, subProjectCheck, tenderCheck, tenderPermissionCheck, 'safeController.inspectionSave');
     app.get('/sp/:id/safe/tender/:tid/inspection/:qiid/information', sessionAuth, subProjectCheck, tenderCheck, tenderPermissionCheck, safeInspectionCheck, 'safeController.inspectionInformation');
     app.post('/sp/:id/safe/tender/:tid/inspection/:qiid/information/save', sessionAuth, subProjectCheck, tenderCheck, tenderPermissionCheck, safeInspectionCheck, 'safeController.inspectionInformationSave');
-    app.post('/sp/:id/safey/tender/:tid/inspection/:qiid/information/file/upload', sessionAuth, subProjectCheck, tenderCheck, tenderPermissionCheck, safeInspectionCheck, 'safeController.uploadInspectionFile');
+    app.post('/sp/:id/safe/tender/:tid/inspection/:qiid/information/file/upload', sessionAuth, subProjectCheck, tenderCheck, tenderPermissionCheck, safeInspectionCheck, 'safeController.uploadInspectionFile');
     app.post('/sp/:id/safe/tender/:tid/inspection/:qiid/information/file/delete', sessionAuth, subProjectCheck, tenderCheck, tenderPermissionCheck, safeInspectionCheck, 'safeController.deleteInspectionFile');
     app.get('/sp/:id/safe/tender/:tid/inspection/:qiid/information/file/:fid/download', sessionAuth, subProjectCheck, tenderCheck, tenderPermissionCheck, safeInspectionCheck, 'safeController.downloadInspectionFile');
 

Fichier diff supprimé car celui-ci est trop grand
+ 5 - 5
app/view/quality/inspection_information.ejs


Fichier diff supprimé car celui-ci est trop grand
+ 5 - 5
app/view/safe/inspection_information.ejs