From 019fb3a7f75fb415b22e2c1c857ab2f092bab651 Mon Sep 17 00:00:00 2001 From: Teng <461587751@qq.com> Date: Wed, 19 Nov 2025 17:02:35 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=90=88=E5=B9=B6=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/Warehouse/finish.vue | 2 +- pages/Warehouse/picking.vue | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/Warehouse/finish.vue b/pages/Warehouse/finish.vue index 3fe62b1..54deb34 100644 --- a/pages/Warehouse/finish.vue +++ b/pages/Warehouse/finish.vue @@ -1082,7 +1082,7 @@ const firstgetqueryCgdList = () => { queryCgdList(plzinfo).then((res : any) => { plsbuy.value.push(...res.result.records) - console.log("zzzz", plsbuy.value) + // console.log("zzzz", plsbuy.value) if (res.result.records.length) { form.cgdId = plsbuy.value[0].id queryInvo(); diff --git a/pages/Warehouse/picking.vue b/pages/Warehouse/picking.vue index 2deecb6..5a3ba40 100644 --- a/pages/Warehouse/picking.vue +++ b/pages/Warehouse/picking.vue @@ -556,7 +556,7 @@ - {{ v.jhTime.slice(0,10) }} + {{ v.jhTime?.slice(0,10) }} @@ -1314,7 +1314,7 @@ }) getGysList().then((res : any) => { gyslist.value = res.result; - console.log("isright", res) + // console.log("isright", res) }) } @@ -1378,7 +1378,7 @@ queryCgdList(plzinfo).then((res : any) => { plsbuy.value.push(...res.result.records) alltotal.value = res.result.total - console.log("请购单数据呢???", res) + // console.log("请购单数据呢???", res) if (res.result.records.length) { form.cgdId = plsbuy.value[0].id queryInvo(0); @@ -1463,7 +1463,7 @@ } const tagsArray = [`待入库`, `挂账中`, `已入库`, `已销账`,] const clickmiddle = (index : number) => { - console.log(showvalue.value) + // console.log(showvalue.value) middletarget.value = index; showvalue.value = InvoicingList.value[index]; showvalue.value.jianhuobtn = false; From a73f26491eb2833ee57547d6c236a8a1c03ee7b6 Mon Sep 17 00:00:00 2001 From: Teng <461587751@qq.com> Date: Wed, 19 Nov 2025 17:07:00 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=90=88=E5=B9=B6=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/Warehouse/picking.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Warehouse/picking.vue b/pages/Warehouse/picking.vue index 93eef14..5a3ba40 100644 --- a/pages/Warehouse/picking.vue +++ b/pages/Warehouse/picking.vue @@ -556,7 +556,7 @@ - {{ v.jhTime.slice(0,10) }} + {{ v.jhTime?.slice(0,10) }}