From 8556286af80955b5a1b6102a9826f5e9197fac95 Mon Sep 17 00:00:00 2001 From: Fixiaobai <fixiaobai@163.com> Date: 星期三, 13 九月 2023 18:03:43 +0800 Subject: [PATCH] modified: config/index.js modified: src/assets/api/controller.js modified: src/components/view/finishedProductInspection.vue new file: src/components/view/finishedProductInspectionAdd.vue new file: src/components/view/finishedProductInspectionLook.vue new file: src/components/view/finishedProductInspectionUp.vue modified: src/components/view/processInspection.vue new file: src/components/view/processInspectionLook.vue new file: src/components/view/processInspectionUpdate.vue --- src/assets/api/controller.js | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/assets/api/controller.js b/src/assets/api/controller.js index 3f91038..7817ae6 100644 --- a/src/assets/api/controller.js +++ b/src/assets/api/controller.js @@ -62,12 +62,16 @@ projectListByfinishId: "/inspection-item/list_user", //鏍规嵁id鏌ヨ鎵�鏈夐」鐩� processInspectAddProcess: "/processInspect/addProcess",//鏂板妫�楠� inspectionItemListUser: "/inspection-item/list_user",//鏌ヨ鎵�鏈夋楠岄」鐩� + finishedInspectChooseMater: "/finished-inspect/chooseMater",//鏍规嵁璁㈠崟鍙峰緱鍒颁俊鎭� + finishedInspectAddFinish: "/finished-inspect/addFinish", //鏂板鎴愬搧妫�楠� } // 杩囩▼妫�楠� 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 = { -- Gitblit v1.9.3