From 05e9c2faa782ede979ef0a146e3f7ab0c6155e84 Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 5 Aug 2025 10:01:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=85=89=E8=8A=AF=E8=BE=85=E6=96=99?= =?UTF-8?q?=E5=BA=93=E5=87=BA=E5=BA=93code=E6=94=B9=E4=B8=BAborrow=5Fout?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inm/helpso_mioitem.vue | 2 +- src/views/inm/mioitem_form.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/inm/helpso_mioitem.vue b/src/views/inm/helpso_mioitem.vue index 0d6ea67a..62653f31 100644 --- a/src/views/inm/helpso_mioitem.vue +++ b/src/views/inm/helpso_mioitem.vue @@ -269,7 +269,7 @@ export default { that.getSupplierOptions(); that.urlCode = window.location.hash.split('/')[2]; if (that.urlCode == "helpso_out") { - that.form.type = "do_out"; + that.form.type = "borrow_out"; }else{ that.form.type = "pur_in"; } diff --git a/src/views/inm/mioitem_form.vue b/src/views/inm/mioitem_form.vue index 5b30e466..e607adf4 100644 --- a/src/views/inm/mioitem_form.vue +++ b/src/views/inm/mioitem_form.vue @@ -167,7 +167,7 @@ - 获取编号 + 获取编号