From 36c115869145967b98c64276695f050ce4b422c6 Mon Sep 17 00:00:00 2001 From: shilixia <2309368887@qq.com> Date: Thu, 13 Jan 2022 16:11:19 +0800 Subject: [PATCH] xiugai --- hb_client/src/api/wpm.js | 8 ++- hb_client/src/views/dashboard/index.vue | 5 ++ hb_client/src/views/inm/product.vue | 8 +++ hb_client/src/views/mtm/material.vue | 4 +- hb_client/src/views/mtm/materialDetail.vue | 73 +++++++++++++++++-- hb_client/src/views/mtm/productprocess.vue | 52 ++++---------- hb_client/src/views/mtm/step.vue | 8 +-- hb_client/src/views/pm/plan.vue | 4 +- hb_client/src/views/pm/plandetails.vue | 69 +++++++++++++++--- hb_client/src/views/pm/processcard.vue | 4 +- hb_client/src/views/pm/resources.vue | 6 +- hb_client/src/views/pm/work.vue | 84 +++++++++++++++++----- hb_client/src/views/sam/contract.vue | 17 ++--- hb_client/src/views/sam/contractdetail.vue | 7 +- hb_client/src/views/sam/order.vue | 2 +- hb_client/src/views/wpm/need.vue | 35 ++++++++- hb_client/src/views/wpm/operation.vue | 9 +-- hb_client/src/views/wpm/operationdo.vue | 45 +++++++++--- hb_client/src/views/wpm/worktask.vue | 10 ++- 19 files changed, 327 insertions(+), 123 deletions(-) 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 @@ + + + +