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 || '请选择经办人' }} - - - + + + + + + + + + 入库信息 + - - - - 备注 - - -