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 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 确定
+
+
+
+
+
+
+
+