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 @@