From 71b697eba01676f0682046c820d283fc87dbf5d6 Mon Sep 17 00:00:00 2001 From: zhangdi <15053473693@163.com> Date: Wed, 11 Feb 2026 11:55:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A5=E5=BA=93=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/secondOrder/components/inDialog.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/views/secondOrder/components/inDialog.vue b/src/views/secondOrder/components/inDialog.vue index c94c2bf..7946251 100644 --- a/src/views/secondOrder/components/inDialog.vue +++ b/src/views/secondOrder/components/inDialog.vue @@ -117,13 +117,13 @@ export default { return { inDialogVisible: false, sizeForm: { - // code: "", //入库单号 - // applyNmae: "", //审批人 - // submitName: "", //填报人 - // waNmae: "", //仓库名称 - // argument: "", //事由 - // inTableData: [], - // userInfoVO: {}, + code: "", //入库单号 + applyNmae: "", //审批人 + submitName: "", //填报人 + waNmae: "", //仓库名称 + argument: "", //事由 + inTableData: [], + userInfoVO: {}, }, }; },