From 28b4cb603e9ab71edc8842aa990fcec6df4f4eeb Mon Sep 17 00:00:00 2001 From: zhangdi <1104545947@qq.com> Date: Mon, 18 May 2026 09:59:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E7=BA=A7=E5=87=BA=E5=85=A5=E5=BA=93?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/firstOrder/outbound.js | 12 ++++++++++++ src/views/firstOrder/components/inDialog.vue | 6 ++++++ src/views/firstOrder/outbound.vue | 3 --- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/src/api/firstOrder/outbound.js b/src/api/firstOrder/outbound.js index bb0df08..8c714f1 100644 --- a/src/api/firstOrder/outbound.js +++ b/src/api/firstOrder/outbound.js @@ -99,3 +99,15 @@ export const getPutPurchaseList = (current, size, params) => { cryptoData: false }) } + +// oneOutStorage/delete +export const deleteList = (oneOutStorageId) => { + console.log('api中的数据', oneOutStorageId) + return request({ + url: '/smartpark/oneOutStorage/delete', + method: 'get', + params: oneOutStorageId, + cryptoToken: false, + cryptoData: false + }) +} \ No newline at end of file diff --git a/src/views/firstOrder/components/inDialog.vue b/src/views/firstOrder/components/inDialog.vue index d6eed26..2190604 100644 --- a/src/views/firstOrder/components/inDialog.vue +++ b/src/views/firstOrder/components/inDialog.vue @@ -624,6 +624,11 @@ export default { } else { this.sizeForm.singleData = handledDetailList; } + if (this.sizeForm.option == 1) { + this.getStatistics(); + } else { + this.getStatisticsSingle(); + } } catch (error) { this.$message.error("获取详情数据失败"); } @@ -879,6 +884,7 @@ export default { this.batchType = ""; this.sizeForm.inTableData = []; this.sizeForm.singleData = []; + this.sizeForm.purchaseEndInfo = ""; if (this.sizeForm.option == 1) { this.inBatchDialogVisible = true; } diff --git a/src/views/firstOrder/outbound.vue b/src/views/firstOrder/outbound.vue index a9d7317..576b37b 100644 --- a/src/views/firstOrder/outbound.vue +++ b/src/views/firstOrder/outbound.vue @@ -293,9 +293,6 @@ export default { }); this.onLoad(this.page, this.query); }) - .catch(() => { - - }); }) .catch(() => { this.$message({