From 9b3f504a82cfc485736a90b251678b786751c979 Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 20 Nov 2025 14:55:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=A6=85=E9=81=93195?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inm/mio.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/inm/mio.vue b/src/views/inm/mio.vue index b48c16e4..c5e67611 100644 --- a/src/views/inm/mio.vue +++ b/src/views/inm/mio.vue @@ -190,6 +190,8 @@ export default { do_in: "生产入库", other_in: "其他入库", other_out: "其他出库", + borrow_out: "领用出库", + return_in: "退还入库", }, cateOptions: [ { id: "do_out", name: "生产领料" }, @@ -198,6 +200,8 @@ export default { { id: "do_in", name: "生产入库" }, { id: "other_in", name: "其他入库" }, { id: "other_out", name: "其他出库" }, + { id: "borrow_out", name: "领用出库" }, + { id: "return_in", name: "退还入库" }, ], dialog: { save: false,