From 4e6312e3e02d64e82c2c3c534142ca49911a12da Mon Sep 17 00:00:00 2001 From: shilixia <2309368887@qq.com> Date: Tue, 15 Mar 2022 09:27:38 +0800 Subject: [PATCH] ceshi --- hb_client/src/api/inm.js | 8 + hb_client/src/views/inm/fifo.vue | 656 ++++++++++++++++++++----------- 2 files changed, 425 insertions(+), 239 deletions(-) diff --git a/hb_client/src/api/inm.js b/hb_client/src/api/inm.js index a4ff215..a4d721b 100644 --- a/hb_client/src/api/inm.js +++ b/hb_client/src/api/inm.js @@ -150,3 +150,11 @@ export function itemfiles(id, data) { data }) } +//其他出库 +export function outOther(data) { + return request({ + url: `/inm/fifo/out_other/`, + method: 'POST', + data + }) +} diff --git a/hb_client/src/views/inm/fifo.vue b/hb_client/src/views/inm/fifo.vue index 699ae25..f62acee 100644 --- a/hb_client/src/views/inm/fifo.vue +++ b/hb_client/src/views/inm/fifo.vue @@ -8,7 +8,7 @@ icon="el-icon-plus" @click="handlecgCreate" > - 新增采购入库 + 采购入库 - 新增其他入库 + 其他入库 + + + 其他出库 - - - + + @@ -73,12 +80,11 @@ 已审核 - - +