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" > - 新增采购入库 + 采购入库 - 新增其他入库 + 其他入库 + + + 其他出库 - - - + + - {{scope.row.create_by_.name}} + {{ scope.row.create_by_.name }} @@ -73,12 +80,11 @@ 已审核 - - + @@ -92,7 +98,9 @@ 查看 @@ -141,16 +149,121 @@ - + 取消 - + + 确认 + + + + + + + + + + + + {{ item.batch }} + {{ item.material_.name }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 取消 + + 确认 @@ -247,7 +360,7 @@ type="date" placeholder="选择日期" value-format="yyyy-MM-dd" - style="width:100%" + style="width: 100%" > @@ -309,233 +422,298 @@