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() }} + + +
+ + +
+