diff --git a/src/api/partspare/partSparePurchaseImport.js b/src/api/partspare/partSparePurchaseImport.js
new file mode 100644
index 0000000..453d51a
--- /dev/null
+++ b/src/api/partspare/partSparePurchaseImport.js
@@ -0,0 +1,25 @@
+import { createAPI } from "@/utils/httpRequest.js";
+
+// 备件采购订单导入记录查询
+export const queryPartSparePurchaseImportPage = data =>
+ createAPI(`/pms/partspare/purchaseImport/queryPage`, "post", data);
+
+// 备件采购订单导入记录新增
+export const savePartSparePurchaseImport = data =>
+ createAPI(`/pms/partspare/purchaseImport/save`, "post", data);
+
+// 备件采购订单导入记录修改
+export const updatePartSparePurchaseImport = data =>
+ createAPI(`/pms/partspare/purchaseImport/update`, "post", data);
+
+// 备件采购订单导入记录删除
+export const deletePartSparePurchaseImport = data =>
+ createAPI(`/pms/partspare/purchaseImport/delete`, "post", data);
+
+// Excel导入
+export const importPartSparePurchaseImportExcel = data =>
+ createAPI(`/pms/partspare/purchaseImport/importExcel`, "post", data);
+
+// 下载导入模板
+export const downloadPartSparePurchaseImportTemplate = () =>
+ createAPI(`/pms/partspare/purchaseImport/downloadTemplate`, "get", {}, "download");
diff --git a/src/views/modules/partspare/partSparePurchaseImport.vue b/src/views/modules/partspare/partSparePurchaseImport.vue
new file mode 100644
index 0000000..12bb1c2
--- /dev/null
+++ b/src/views/modules/partspare/partSparePurchaseImport.vue
@@ -0,0 +1,820 @@
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+ 查询
+ 重置
+
+ 导入
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ formatNumber(scope.row.qty) }}
+
+
+
+
+ {{ formatNumber(scope.row.localUnitPrice) }}
+
+
+
+
+ {{ formatNumber(scope.row.localAmount) }}
+
+
+
+
+ {{ formatNumber(scope.row.localTaxAmount) }}
+
+
+
+
+ {{ formatNumber(scope.row.localTotalAmount) }}
+
+
+
+
+
+
+
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Excel文件
+
+
+ 将文件拖到此处,或点击上传
+ 只能上传xlsx/xls文件,首行为表头
+
+
+
+
+
+
+
+
+
+
+
+