From 00d8be3208fdf39bcdf01a8d1c4d492cc9adf2a6 Mon Sep 17 00:00:00 2001 From: zhongwenkai <3478244299@qq.com> Date: Wed, 24 Jun 2026 14:32:14 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E7=89=A9=E6=96=99?= =?UTF-8?q?=E5=87=BA=E5=85=A5=E5=BA=93=E8=AF=A6=E7=BB=86=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/mes/materialInbound.js | 9 + src/pages.json | 7 + .../pages/materialInbound/create.vue | 660 +++++------------- .../pages/materialInbound/detail.vue | 158 +++++ .../pages/materialInbound/index.vue | 8 +- .../pages/materialOutbound/create.vue | 485 +++---------- .../pages/materialOutbound/detail.vue | 326 +++------ 7 files changed, 570 insertions(+), 1083 deletions(-) create mode 100644 src/pages_function/pages/materialInbound/detail.vue diff --git a/src/api/mes/materialInbound.js b/src/api/mes/materialInbound.js index 40b6533..0f0c67b 100644 --- a/src/api/mes/materialInbound.js +++ b/src/api/mes/materialInbound.js @@ -43,3 +43,12 @@ export function deleteMaterialInbound(id) { params: { ids: String(id) } }) } + +// 物料入库单详情 +export function getMaterialInboundDetail(id) { + return request({ + url: '/admin-api/erp/stock-in/get', + method: 'get', + params: { id } + }) +} diff --git a/src/pages.json b/src/pages.json index fcf3eea..b715290 100644 --- a/src/pages.json +++ b/src/pages.json @@ -633,6 +633,13 @@ "navigationStyle": "custom" } }, + { + "path": "materialInbound/detail", + "style": { + "navigationBarTitleText": "物料入库详情", + "navigationStyle": "custom" + } + }, { "path": "materialInbound/materialSelect", "style": { diff --git a/src/pages_function/pages/materialInbound/create.vue b/src/pages_function/pages/materialInbound/create.vue index a711380..746bad0 100644 --- a/src/pages_function/pages/materialInbound/create.vue +++ b/src/pages_function/pages/materialInbound/create.vue @@ -2,8 +2,8 @@ - - + + - + 选择物料 - - - - - - *入库时间 - - - - {{ inboundDate || '请选择入库时间' }} - - - - - - - - *经办人 - - - - {{ selectedOperatorName || '请选择经办人' }} - - - + + + + + + + + + 入库信息 + - - - - 备注 - - -