diff --git a/src/api/Assembly/SparePartsOutStockRecord.js b/src/api/Assembly/SparePartsOutStockRecord.js
new file mode 100644
index 00000000..2cfefe58
--- /dev/null
+++ b/src/api/Assembly/SparePartsOutStockRecord.js
@@ -0,0 +1,38 @@
+import request from '@/utils/request'
+
+// 初始化机床项目
+export function initProject() {
+ return request({
+ url: '',
+ method: 'post',
+ data: {
+ type: '1',
+ name: 'PDM_项目名称_查询数据'
+ }
+ })
+}
+// 组件查询
+export function searchgroup(num) {
+ return request({
+ url: '',
+ method: 'post',
+ data: {
+ type: '1',
+ name: 'PDM_组件名称_查询数据',
+ param: '机床流水号=' + num
+ }
+ })
+}
+// 车间生产管理工艺_备料管理_备料出库记录_视图_查询数据
+export function selecttable(check1, value1, check2, value2, check3, value3, check4, value4, check5, value5) {
+ return request({
+ url: '',
+ method: 'post',
+ data: {
+ type: '1',
+ name: '车间生产管理工艺_备料管理_备料出库记录_视图_查询数据',
+ param: '机床流水号_check=' + check1 + '&机床流水号=' + value1 + '&组件流水号_check=' + check2 + '&组件流水号=' + value2 + '&零件图号_check=' + check3 + '&零件图号=' + value3 + '&开始时间_check=' + check4 + '&开始时间=' + value4 + '&结束时间_check=' + check5 + '&结束时间=' + value5
+ }
+ })
+}
+
diff --git a/src/icons/svg/AssemblyExecution.svg b/src/icons/svg/AssemblyExecution.svg
new file mode 100644
index 00000000..9ee2e989
--- /dev/null
+++ b/src/icons/svg/AssemblyExecution.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/icons/svg/DeliveryApplication.svg b/src/icons/svg/DeliveryApplication.svg
new file mode 100644
index 00000000..fca39892
--- /dev/null
+++ b/src/icons/svg/DeliveryApplication.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/icons/svg/QualityInspectionInformationInquiry.svg b/src/icons/svg/QualityInspectionInformationInquiry.svg
new file mode 100644
index 00000000..7339fb9c
--- /dev/null
+++ b/src/icons/svg/QualityInspectionInformationInquiry.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/icons/svg/SparePartsOutStockRecord.svg b/src/icons/svg/SparePartsOutStockRecord.svg
new file mode 100644
index 00000000..ca0c397d
--- /dev/null
+++ b/src/icons/svg/SparePartsOutStockRecord.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/views/Assembly/SparePartsOutStockRecord/index.vue b/src/views/Assembly/SparePartsOutStockRecord/index.vue
new file mode 100644
index 00000000..94b32697
--- /dev/null
+++ b/src/views/Assembly/SparePartsOutStockRecord/index.vue
@@ -0,0 +1,159 @@
+
+
+
+
+ 机床编号:
+
+
+ {{ item.label }}
+ {{ item.name }}
+
+
+ 组号:
+
+
+
+ 零件图号:
+
+ 时间区间:
+
+ ~
+
+ 查询
+
+
+
+
+
+
+ {{ scope.row.项目名称 }}
+
+
+
+
+ {{ scope.row.机床图号 }}
+
+
+
+
+ {{ scope.row.机床名称 }}
+
+
+
+
+ {{ scope.row.组号 }}
+
+
+
+
+ {{ scope.row.零件图号 }}
+
+
+
+
+ {{ scope.row.零件名称 }}
+
+
+
+
+ {{ scope.row.质检类型 }}
+
+
+
+
+ {{ scope.row.数量 }}
+
+
+
+
+
+
+
+
+
+