From 12fbda1604ec72c93c76bbe2b4fd51ccbe5ddbbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=99=93=E9=B9=8F?= Date: Thu, 12 Jun 2025 17:07:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=A5=E6=96=99=E9=AA=8C=E8=AF=81=EF=BC=8C?= =?UTF-8?q?=E6=88=90=E5=A5=97=E9=A2=86=E6=96=99=E9=AA=8C=E8=AF=81=EF=BC=8C?= =?UTF-8?q?=E7=94=9F=E4=BA=A7=E9=80=80=E6=96=99=E9=AA=8C=E8=AF=81=EF=BC=8C?= =?UTF-8?q?=E4=B8=8B=E6=8E=A8=E6=8E=A5=E5=8F=A3=E5=85=A5=E5=8F=82=E6=9B=B4?= =?UTF-8?q?=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/BatchOutOftock/material.vue | 3 --- pages/supplementaryValidation/material.vue | 2 +- pages/verifyTa/material.vue | 11 +++++++++-- unpackage/dist/dev/app-plus/app-service.js | 2 +- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/pages/BatchOutOftock/material.vue b/pages/BatchOutOftock/material.vue index 1e4e577..0f60e2f 100644 --- a/pages/BatchOutOftock/material.vue +++ b/pages/BatchOutOftock/material.vue @@ -288,9 +288,6 @@ Ids:state.materialId, EntryIds: item.FVHUBEntryId, FQty: item.FVHUBScanQty + ' ', - // Flot: item.FVHUBFlot, - // StockId: item.FVHUBStock, - // StockFlex: item.FVHUBStockFlex, FMaxcessSNo: item.FVHUBJSON }) }) diff --git a/pages/supplementaryValidation/material.vue b/pages/supplementaryValidation/material.vue index 30a9d71..c20c180 100644 --- a/pages/supplementaryValidation/material.vue +++ b/pages/supplementaryValidation/material.vue @@ -256,7 +256,7 @@ }; uni.showLoading({ mask: true }); //获取扫描数据里的所有数据 - temporaryScanList(param).then(res => { + temporaryScanList(param).then((res :any) => { if (res.code == 200) { if (res.data.list.length != 0) { res.data.list.forEach((item : any) => { diff --git a/pages/verifyTa/material.vue b/pages/verifyTa/material.vue index 0a8f419..27128d9 100644 --- a/pages/verifyTa/material.vue +++ b/pages/verifyTa/material.vue @@ -257,6 +257,7 @@ if (res.confirm) { let ids : any = [] let checkIds : any = [] + let ScanEntry : any = [] let param = { FormId: 'PUR_ReceiveBill', UserId: uni.getStorageSync('userInfo').Context.UserId, @@ -272,10 +273,16 @@ }) resLIst.data.list.forEach((item : any) => { checkIds.push(item.FID) + ScanEntry.push({ + Ids:state.materialId, + EntryIds: item.FVHUBEntryId, + FQty: item.FVHUBScanQty + ' ', + }) }) PURReceiveBillScanCheck({ - EntryIds: ids.toString(), - Ids: state.materialId + // EntryIds: ids.toString(), + // Ids: state.materialId + Items:ScanEntry }).then((resCheck : any) => { if (resCheck.code === 200) { fStockFlexDetailDelete({ Ids: checkIds.toString() }).then((resDelete : any) => { diff --git a/unpackage/dist/dev/app-plus/app-service.js b/unpackage/dist/dev/app-plus/app-service.js index d2034c5..f6389ea 100644 --- a/unpackage/dist/dev/app-plus/app-service.js +++ b/unpackage/dist/dev/app-plus/app-service.js @@ -24954,7 +24954,7 @@ This will fail in production if not fixed.`); FMaxcessSNo: item.FVHUBJSON }); }); - PRD_FeedMtrlCheck({ Item: ScanEntry }).then((resA) => { + PRD_FeedMtrlCheck({ Items: ScanEntry }).then((resA) => { if (resA.code === 200) { fStockFlexDetailDelete({ Ids: ids.toString() }).then((res3) => { if (res3.code === 200) {