From 6e8dcfaa324c890e4a374be8c03a46068746976b Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Mon, 25 Mar 2024 15:09:10 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=87=E8=B4=AD=E5=85=A5=E5=BA=93=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E4=B8=8D=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/inLocation/index.vue | 2 +- src/pages/outLocation/addForm.vue | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pages/inLocation/index.vue b/src/pages/inLocation/index.vue index f59e50a..7b47048 100644 --- a/src/pages/inLocation/index.vue +++ b/src/pages/inLocation/index.vue @@ -18,7 +18,7 @@ 采购人:{{item.purchaser}} - + 采购时间:{{`${item.date[0]}-${item.date[1]>=10?item.date[1]:'0'+item.date[1]}-${item.date[2]>=10?item.date[2]:'0'+item.date[2]}`}} diff --git a/src/pages/outLocation/addForm.vue b/src/pages/outLocation/addForm.vue index 046b63a..4285ef2 100644 --- a/src/pages/outLocation/addForm.vue +++ b/src/pages/outLocation/addForm.vue @@ -190,7 +190,6 @@ } // 重置 function reset() { - form.value.supplierName = '' form.value.itemNumbers = [] } // 获取订单信息详情