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 @@ 已审核 - - +