diff --git a/src/api/qc/qc.js b/src/api/qc/qc.js
index 4b97a22..4e812ca 100644
--- a/src/api/qc/qc.js
+++ b/src/api/qc/qc.js
@@ -231,3 +231,18 @@ export const queryEquipmentFolderLocationList = data => createAPI(`/pms/qc/query
export const deleteEquipmentFolderLocationList = data => createAPI(`/pms/qc/deleteEquipmentFolderLocationList`,'post',data)
export const getSuffixList = data => createAPI(`/pms/qc/getSuffixList`,'post',data)
export const saveEquipmentFolderLocationList = data => createAPI(`/pms/qc/saveEquipmentFolderLocationList`,'post',data)
+
+
+// ===================================== 成品物料模块 =====================================
+// 查询
+export const queryProductPartList = data => createAPI(`/pms/qc/queryProductPartList`,'post',data)
+// 新增
+export const saveProductPartData = data => createAPI(`/pms/qc/saveProductPartData`,'post',data)
+// 修改
+export const updateProductPartData = data => createAPI(`/pms/qc/updateProductPartData`,'post',data)
+// 删除
+export const deleteProductPartList = data => createAPI(`/pms/qc/deleteProductPartList`,'post',data)
+// 根据site bu partNo查询物料信息
+export const selectPartData = data => createAPI(`/pms/qc/selectPartData`,'post',data)
+// 查询用户按钮权限
+export const getButtonsPermission = data => createAPI(`/pms/qc/getButtonsPermission`,'post',data)
diff --git a/src/views/modules/eamReport/productPart.vue b/src/views/modules/eamReport/productPart.vue
new file mode 100644
index 0000000..ef4c44e
--- /dev/null
+++ b/src/views/modules/eamReport/productPart.vue
@@ -0,0 +1,527 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 新增
+ 删除
+ {{'导出'}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ i.sitename }}
+
+ {{ i.buDesc }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 保 存
+ 取 消
+
+
+
+
+
+
+
+