From 2ecc76b04689902a57f2012450ec3165bb625284 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Tue, 9 Sep 2025 10:40:25 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E9=A2=86=E6=96=99=E5=87=BA=E5=BA=93?= =?UTF-8?q?=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/picking/outbound/details.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/picking/outbound/details.vue b/src/pages/picking/outbound/details.vue index 6d811a7..753ae1a 100644 --- a/src/pages/picking/outbound/details.vue +++ b/src/pages/picking/outbound/details.vue @@ -156,10 +156,11 @@ const getOutboundDetailsData = async () => { mask: true }) let res; - if (leaseApplyInfo.value.publishTask === null || leaseApplyInfo.value.publishTask == "") { + if (leaseApplyInfo.value.publishTask === null || leaseApplyInfo.value.publishTask == "" || leaseApplyInfo.value.publishTask == 'null') { console.log("Condition: publishTask is null or empty string"); // 如果 publishTask 为空,则只传递两个参数 console.log("yyyyyyyyyyyyyyyyyyyy"); + leaseApplyInfo.value.publishTask = '' const { data } = await getOutboundDetailsAPI( leaseApplyInfo.value.parentId, keyWord.value, From 23b06e40a977dfb2ba6c466fc5b81aea71a13379 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Tue, 9 Sep 2025 10:57:08 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E9=9A=90=E8=97=8F=E6=9D=90=E6=96=99?= =?UTF-8?q?=E7=AB=99OCR=E5=87=BA=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/materialsStation/toolsLease/codeOut.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/pages/materialsStation/toolsLease/codeOut.vue b/src/pages/materialsStation/toolsLease/codeOut.vue index 381dec0..99643c8 100644 --- a/src/pages/materialsStation/toolsLease/codeOut.vue +++ b/src/pages/materialsStation/toolsLease/codeOut.vue @@ -93,9 +93,11 @@ - - - +