From 7b07e33a1c719f9831fa3c5d81522b9f2da45bc4 Mon Sep 17 00:00:00 2001 From: Fixiaobai <fixiaobai@163.com> Date: 星期四, 14 九月 2023 16:17:58 +0800 Subject: [PATCH] modified: src/components/view/standard.vue --- src/assets/api/controller.js | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/assets/api/controller.js b/src/assets/api/controller.js index 36976e0..f4cdb13 100644 --- a/src/assets/api/controller.js +++ b/src/assets/api/controller.js @@ -73,12 +73,17 @@ projectListByfinishId: "/inspection-item/list_user", //鏍规嵁id鏌ヨ鎵�鏈夐」鐩� processInspectAddProcess: "/processInspect/addProcess",//鏂板妫�楠� inspectionItemListUser: "/inspection-item/list_user",//鏌ヨ鎵�鏈夋楠岄」鐩� + finishedInspectChooseMater: "/finished-inspect/chooseMater",//鏍规嵁璁㈠崟鍙峰緱鍒颁俊鎭� + finishedInspectAddFinish: "/finished-inspect/addFinish", //鏂板鎴愬搧妫�楠� + finishedInspectUpdateFinishInspectsById: "/finished-inspect/updateFinishInspectsById",//涓婃姤 } // 杩囩▼妫�楠� const processInspection = { selectProcessInspectsList: "/processInspect/selectProcessInspectsList", // 鍒嗛〉鏌ヨ杩囩▼妫�楠屽崟鍒楄〃 chooseMaterProcessInspect: "/processInspect/chooseMater",//鏍规嵁璁㈠崟鍙烽�夋嫨浜у搧鍜屽伐鑹� - + inspectionItemUpdateDevByInsId: "/inspection-item/updateDevByInsId",//鏇存敼璁惧 + inspectionItemlose_focus_update: "/inspection-item/lose_focus_update",//妫�楠屽�� + processInspectUpdateProcessInspectsById: "/processInspect/updateProcessInspectsById",//涓婃姤 } // QMS瀹為獙瀹ょ鐞� const laboratory = { @@ -133,7 +138,7 @@ selectAllMbom:"/mbomModel/selectAllMbom",//鐗╂枡缁存姢--銆嬪彸杈� addMbom:"/mbomModel/addMbom",//鐗╂枡--->鏂板 material:"/mbomModel/delMbomById",//鐗╂枡娓呭崟鍒犻櫎 - delAllMbom:"/mbom/delAllMbom",//鎵归噺鍒犻櫎 + delAllMbom:"/mbomModel/delAllMbom",//鎵归噺鍒犻櫎 selectAllTeque:"/techniqueModel/selectAllTeque",//鐢熶骇宸ヨ壓缁存姢---銆傚彸杈� @@ -156,6 +161,7 @@ delQueById:"/techniqueModel/delQueById",//鍒犻櫎 delAllQue:"/techniqueModel/delAllQue",//鎵归噺鍒犻櫎 selecQueById:"/techniqueModel/selecQueById",//缂栬緫 + writeQueById:"/techniqueModel/writeQueById",//缂栬緫浼犲弬 } const url = { -- Gitblit v1.9.3