From 7ff116bf2234ff90465b818260a81448559d8cab Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Tue, 27 Jan 2026 16:27:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=93=81=E7=A1=AE=E8=AE=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/erf/erf.js | 5 + src/views/modules/erf/expApplyList.vue | 186 +++++++++++++++++++++++-- 2 files changed, 181 insertions(+), 10 deletions(-) diff --git a/src/api/erf/erf.js b/src/api/erf/erf.js index 91b9b07..d47fe3e 100644 --- a/src/api/erf/erf.js +++ b/src/api/erf/erf.js @@ -136,3 +136,8 @@ export const deleteProcessTemplate = data => createAPI(`/erf/triConfirm/deletePr * 根据角色查询负责人列表 */ export const getUserListByRole = data => createAPI(`/erf/triConfirm/getUserListByRole`, 'post', data) + +/** + * 样品确认 + */ +export const confirmSample = data => createAPI(`/erf/expApply/confirmSample`, 'post', data) diff --git a/src/views/modules/erf/expApplyList.vue b/src/views/modules/erf/expApplyList.vue index dbdd056..192ea07 100644 --- a/src/views/modules/erf/expApplyList.vue +++ b/src/views/modules/erf/expApplyList.vue @@ -41,12 +41,12 @@ - - - - - - + + + + + + @@ -93,7 +93,7 @@ + + + + + + + + + + + {{ sampleConfirmData.applyNo }} + + + + + +
+ 不输入或输入0表示样品报废,大于0表示正常入库 +
+
+ + + + + + + + + {{ getSampleStatusText() }} + + +
+ + +
+