diff --git a/hb_client/src/api/wpm.js b/hb_client/src/api/wpm.js index 657748f..76affca 100644 --- a/hb_client/src/api/wpm.js +++ b/hb_client/src/api/wpm.js @@ -196,7 +196,13 @@ export function getinputList(query) { params: query }) } - +//消耗物料删除 +export function deleteOperationeinput(id) { + return request({ + url: `/wpm/operation_input/${id}/`, + method: 'delete', + }) +} //车间物料消耗 diff --git a/hb_client/src/views/dashboard/index.vue b/hb_client/src/views/dashboard/index.vue index 23d0903..2859cc7 100644 --- a/hb_client/src/views/dashboard/index.vue +++ b/hb_client/src/views/dashboard/index.vue @@ -1,6 +1,8 @@ + + + +