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 | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/src/assets/api/controller.js b/src/assets/api/controller.js
index a198663..7817ae6 100644
--- a/src/assets/api/controller.js
+++ b/src/assets/api/controller.js
@@ -60,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