From 74a7f87e9f474bf3ea665e34dcc8826df30fb0c7 Mon Sep 17 00:00:00 2001 From: shilixia <2309368887@qq.com> Date: Tue, 15 Feb 2022 13:43:09 +0800 Subject: [PATCH] zuoyezhidaoshu --- hb_client/src/api/pm.js | 8 ++++ hb_client/src/views/pm/resources.vue | 53 +++++++++++++++++++++++-- hb_client/src/views/qm/unproduct.vue | 3 +- hb_client/src/views/wpm/operationdo.vue | 4 +- 4 files changed, 61 insertions(+), 7 deletions(-) diff --git a/hb_client/src/api/pm.js b/hb_client/src/api/pm.js index 2e25b30..3be5316 100644 --- a/hb_client/src/api/pm.js +++ b/hb_client/src/api/pm.js @@ -97,3 +97,11 @@ export function getprogressList(query) { params: query }) } +//半成品折合 +export function createConvert(data) { + return request({ + url: '/pm/resource/convert/', + method: 'post', + data + }) +} diff --git a/hb_client/src/views/pm/resources.vue b/hb_client/src/views/pm/resources.vue index d9728b6..2ef71c1 100644 --- a/hb_client/src/views/pm/resources.vue +++ b/hb_client/src/views/pm/resources.vue @@ -85,7 +85,7 @@
物料配置 - + 半成品折合
+ + @@ -107,8 +112,16 @@ - - + + diff --git a/hb_client/src/views/wpm/operationdo.vue b/hb_client/src/views/wpm/operationdo.vue index 9ef926c..4831ef4 100644 --- a/hb_client/src/views/wpm/operationdo.vue +++ b/hb_client/src/views/wpm/operationdo.vue @@ -63,7 +63,7 @@ :visible.sync="drawer" direction="rtl" size="70%"> - +