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 @@ - 获取编号 + 获取编号