From 858cf07e7276f3b7ba65bc09f9f3a33ae6124c9d Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Thu, 6 Jun 2024 13:06:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=A3=85=E9=85=8D=E6=94=B6?= =?UTF-8?q?=E8=B4=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/manifest.json | 2 +- src/pages/productReceipt/job/fgProductReceiptDetail.vue | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index c5e5c9f0..49401d07 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,6 +1,6 @@ { "name" : "wms", - "appid" : "__UNI__600E731", + "appid" : "__UNI__C9CF4BF", "description" : "", "versionName" : "1.0.0", "versionCode" : 1, diff --git a/src/pages/productReceipt/job/fgProductReceiptDetail.vue b/src/pages/productReceipt/job/fgProductReceiptDetail.vue index 962054c7..a605a73a 100644 --- a/src/pages/productReceipt/job/fgProductReceiptDetail.vue +++ b/src/pages/productReceipt/job/fgProductReceiptDetail.vue @@ -448,6 +448,7 @@ } } }else { + subitem.scaned = true this.submitJob(); } @@ -507,6 +508,8 @@ res.outsideProduceDate = res.productDate res.outsideSerialNumber = res.order }) + }else { + detail.fgList=[] } subList.push(detail) }