فهرست منبع

巡检bug修复及调整

ellisran 1 هفته پیش
والد
کامیت
239759005c
3فایلهای تغییر یافته به همراه11 افزوده شده و 11 حذف شده
  1. 1 1
      app/router.js
  2. 5 5
      app/view/quality/inspection_information.ejs
  3. 5 5
      app/view/safe/inspection_information.ejs

+ 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');
 

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 5 - 5
app/view/quality/inspection_information.ejs


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 5 - 5
app/view/safe/inspection_information.ejs