From 5b99b0ed830b4d798ad9cc8b64d42ca4214afba1 Mon Sep 17 00:00:00 2001 From: hongchao <3228015117@qq.com> Date: Wed, 18 Jun 2025 16:51:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E8=B4=AD=E5=85=A5=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages.json | 3 +- src/pages/new-purchase/entry/code-inbound.vue | 2 +- src/pages/new-purchase/entry/index.vue | 97 ++++++++++++++++++- 3 files changed, 97 insertions(+), 5 deletions(-) diff --git a/src/pages.json b/src/pages.json index 6f9a3b7..dd9e891 100644 --- a/src/pages.json +++ b/src/pages.json @@ -81,7 +81,8 @@ { "path": "pages/new-purchase/entry/index", "style": { - "navigationBarTitleText": "新购入库" + "navigationStyle": "custom" + // "navigationBarTitleText": "新购入库" } }, diff --git a/src/pages/new-purchase/entry/code-inbound.vue b/src/pages/new-purchase/entry/code-inbound.vue index 0ef625d..c023024 100644 --- a/src/pages/new-purchase/entry/code-inbound.vue +++ b/src/pages/new-purchase/entry/code-inbound.vue @@ -326,7 +326,7 @@ const boxInBound = async () => { const confirmBoxInBound = async () => { const res = await appWarehouseApi({ // taskId: queryParams.value.taskId, - // maTypeId: queryParams.value.typeId, + maTypeId: queryParams.value.typeId, boxCode: boxInfo.value.boxCode, }) if (res.code === 200) { diff --git a/src/pages/new-purchase/entry/index.vue b/src/pages/new-purchase/entry/index.vue index abffba0..e7f0d07 100644 --- a/src/pages/new-purchase/entry/index.vue +++ b/src/pages/new-purchase/entry/index.vue @@ -1,4 +1,12 @@