From 443449d019305af29487d481388ae0eee1588f79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E5=BA=86=E6=BA=90?= Date: Thu, 22 May 2025 09:52:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20[SBBJ-1018]=20=E4=BE=9B=E5=BA=94?= =?UTF-8?q?=E5=95=86=E6=9B=B4=E6=8D=A2=E4=BE=9B=E5=BA=94=E5=95=86=E7=BC=96?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/inLocation/addForm.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/inLocation/addForm.vue b/src/pages/inLocation/addForm.vue index 7d577a5..0bd48ab 100644 --- a/src/pages/inLocation/addForm.vue +++ b/src/pages/inLocation/addForm.vue @@ -5,8 +5,8 @@ - - + + @@ -146,7 +146,7 @@ id: '', number: '', itemNumbers: [], - supplierName:'' + supplierNumber:'' }) const form1 = ref({ itemNumber: "", @@ -193,7 +193,7 @@ } // 重置 function reset() { - form.value.supplierName = '' + form.value.supplierNumber = '' form.value.itemNumbers = [] } // 获取订单信息详情 @@ -353,7 +353,7 @@ if (option.data && JSON.parse(decodeURIComponent(option.data)) && JSON.parse(decodeURIComponent(option .data)).id) { let formData = JSON.parse(decodeURIComponent(option.data)) - form.value.supplierName = formData.supplierName + form.value.supplierNumber = formData.supplierNumber form.value.number = formData.number form.value.id =formData.id }