From 9096863637c54f78724944f8b759cba9a09379e1 Mon Sep 17 00:00:00 2001 From: yangzhicheng Date: Mon, 15 Jul 2024 14:49:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E7=89=A9=E8=B5=84=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/spares/inbound.js | 10 + src/api/spares/outbound.js | 10 + src/views/spares/materialDetail.vue | 338 ++++++++++++++++++++++++++++ 3 files changed, 358 insertions(+) create mode 100644 src/views/spares/materialDetail.vue diff --git a/src/api/spares/inbound.js b/src/api/spares/inbound.js index 4f03845..3a0670b 100644 --- a/src/api/spares/inbound.js +++ b/src/api/spares/inbound.js @@ -48,3 +48,13 @@ export const update = (row) => { }) } +export const inbound_getListByMaterialNo = (materialNo) => { + return request({ + url: '/api//spares/inbound/getList', + method: 'get', + params: { + materialNo: materialNo + } + }) +} + diff --git a/src/api/spares/outbound.js b/src/api/spares/outbound.js index a51a7be..9782032 100644 --- a/src/api/spares/outbound.js +++ b/src/api/spares/outbound.js @@ -48,3 +48,13 @@ export const update = (row) => { }) } +export const outbound_getListByMaterialNo = (materialNo) => { + return request({ + url: '/api//spares/outbound/getList', + method: 'get', + params: { + materialNo: materialNo + } + }) +} + diff --git a/src/views/spares/materialDetail.vue b/src/views/spares/materialDetail.vue new file mode 100644 index 0000000..84aa139 --- /dev/null +++ b/src/views/spares/materialDetail.vue @@ -0,0 +1,338 @@ + + + + +