diff --git a/src/api/base/site.js b/src/api/base/site.js
index 07db551..6b0611e 100644
--- a/src/api/base/site.js
+++ b/src/api/base/site.js
@@ -1 +1,33 @@
import { createAPI } from "@/utils/httpRequest.js";
+//------------工厂信息部分----------------
+// 获取工厂信息数据
+export const getSiteData = data => createAPI(`/base/getSiteData`,'post',data)
+
+// 获取会计单位数据
+export const getCompanyData = data => createAPI(`/base/getCompanyData`,'post',data)
+
+// 保存修改工厂信息数据
+export const siteSave = data => createAPI(`/base/siteSave`,'post',data)
+
+//------------物料分类部分----------------
+// 获取工厂信息数据
+export const getPartFamily = data => createAPI(`/base/getPartFamily`,'post',data)
+
+// 保存修改工厂信息数据
+export const savePartFamily = data => createAPI(`/base/savePartFamily`,'post',data)
+
+
+// 删除工厂信息数据
+export const deletePartFamily = data => createAPI(`/base/deletePartFamily`,'post',data)
+
+
+//------------会计单位信息----------------
+// 获取停机原因
+export const getCompanyInformation = data => createAPI(`/base/getCompanyInformation`,'post',data)
+
+// 保存修改停机原因
+export const saveCompanyInformation = data => createAPI(`/base/saveCompanyInformation`,'post',data)
+
+// 删除停机原因
+export const deleteCompanyInformation = data => createAPI(`/base/deleteCompanyInformation`,'post',data)
+
diff --git a/src/views/modules/base/companyInformation.vue b/src/views/modules/base/companyInformation.vue
new file mode 100644
index 0000000..551bba1
--- /dev/null
+++ b/src/views/modules/base/companyInformation.vue
@@ -0,0 +1,685 @@
+
+
+
+ {{buttons.search}}
+ {{buttons.add}}
+
+ {{ buttons.download }}
+
+ {{ buttons.settingTable }}
+
+
+
+
+ {{buttons.update}}
+ {{buttons.delete}}
+ {{buttons.factoryInformation}}
+
+
+
+
+ {{scope.row[item.columnProp]}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{buttons.save}}
+ {{buttons.close}}
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/modules/base/factoryInformation.vue b/src/views/modules/base/factoryInformation.vue
new file mode 100644
index 0000000..dca611a
--- /dev/null
+++ b/src/views/modules/base/factoryInformation.vue
@@ -0,0 +1,912 @@
+
+
+
+ {{buttons.search}}
+ {{buttons.add}}
+
+ {{ buttons.download }}
+
+
+ {{ buttons.settingTable }}
+
+
+
+
+ {{buttons.update}}
+ {{buttons.companyInformation}}
+
+
+
+
+ {{scope.row[item.columnProp]}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{labels.company}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{buttons.save}}
+ {{buttons.close}}
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/modules/sys/user.vue b/src/views/modules/sys/user.vue
index 4acd6b6..d89d5a9 100644
--- a/src/views/modules/sys/user.vue
+++ b/src/views/modules/sys/user.vue
@@ -66,7 +66,7 @@
@@ -90,7 +90,7 @@
@size-change="sizeChangeHandle"
@current-change="currentChangeHandle"
:current-page="pageIndex"
- :page-sizes="[20, 50, 100, 200,500]"
+ :page-sizes="[20, 50, 100, 200, 500]"
:page-size="pageSize"
:total="totalPage"
layout="total, sizes, prev, pager, next, jumper">