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 | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/src/assets/api/controller.js b/src/assets/api/controller.js index 5c2b53c..7817ae6 100644 --- a/src/assets/api/controller.js +++ b/src/assets/api/controller.js @@ -14,6 +14,10 @@ leftAddOneTwo: "/material/add",//宸︿晶鏂板1锛�2绾� leftAddThree: "/standard/add",//宸︿晶涓夌骇鏂板 leftAddFour: "/specifications/add",//宸︿晶鍥涚骇鏂板 + chooseTechByStandard:"/product/chooseTech",//鍙充笂瑙掓柊澧�-->鎶�鏈寚鏍�-->閫夋嫨宸ュ簭,宸ヨ壓 + chooseFatherByStandard:"/product/chooseFather",//鍙充笂瑙掓柊澧�-->鎶�鏈寚鏍�-->閫夋嫨椤圭洰鐖剁被 + addProductByStandard:"/product/add",//鍙充笂瑙掓柊澧�-->鎶�鏈寚鏍� + // 鎶�鏈鐞�-鎶�鏈枃浠� selectAllOrder: "/orders/selectAllOrder", //鏌ヨ鎵�鏈夎鍗曞垪琛� selectOrderById: "/orders/selectOrderById", //鏍规嵁璁㈠崟id鏌ヨ璁㈠崟璇︽儏 @@ -56,11 +60,18 @@ // listMaterial:"/finished-inspect/list_material",//娣诲姞妫�楠屽崟鏃剁殑椤圭洰鍒楄〃 finishedInspectUser: "/finished-inspect/page_user", //鑾峰彇鎵�鏈変富鏈哄伐 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