diff --git a/src/api/base/site.js b/src/api/base/site.js
index b4a67cc..6d66698 100644
--- a/src/api/base/site.js
+++ b/src/api/base/site.js
@@ -83,3 +83,13 @@ export const deleteWorkCenterData = data => createAPI(`/base/deleteWorkCenterDat
//校验客户编号是否存在
export const checkCustomerID = data => createAPI(`/base/checkCustomerID`,'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..db0eaca
--- /dev/null
+++ b/src/views/modules/base/companyInformation.vue
@@ -0,0 +1,380 @@
+
+
+
+ {{'查询'}}
+ {{'新增'}}
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+ {{scope.row[item.columnProp]}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 保存
+ 关闭
+
+
+
+
+
+
+
+
diff --git a/src/views/modules/base/factoryInformation.vue b/src/views/modules/base/factoryInformation.vue
index eff1e8e..647db73 100644
--- a/src/views/modules/base/factoryInformation.vue
+++ b/src/views/modules/base/factoryInformation.vue
@@ -158,6 +158,42 @@
search:'查询',
},
columnList: [
+ {
+ userId: this.$store.state.user.name,
+ functionId: 6001,
+ serialNumber: '6001TableSiteID',
+ tableId: "6001Table",
+ tableName: "工厂信息表",
+ columnProp: "siteID",
+ headerAlign: "center",
+ align: "left",
+ columnLabel: "工厂编码",
+ columnHidden: false,
+ columnImage: false,
+ columnSortable: false,
+ sortLv: 0,
+ status: true,
+ fixed: false,
+ columnWidth: 60
+ },
+ {
+ userId: this.$store.state.user.name,
+ functionId: 6001,
+ serialNumber: '6001TableSiteName',
+ tableId: "6001Table",
+ tableName: "工厂信息表",
+ columnProp: "siteName",
+ headerAlign: "center",
+ align: "left",
+ columnLabel: "工厂名称",
+ columnHidden: false,
+ columnImage: false,
+ columnSortable: false,
+ sortLv: 0,
+ status: true,
+ fixed: false,
+ columnWidth: 120
+ },
{
userId: this.$store.state.user.name,
functionId: 6001,
@@ -374,42 +410,6 @@
fixed: false,
columnWidth: 50
},
- {
- userId: this.$store.state.user.name,
- functionId: 6001,
- serialNumber: '6001TableSiteName',
- tableId: "6001Table",
- tableName: "工厂信息表",
- columnProp: "siteName",
- headerAlign: "center",
- align: "left",
- columnLabel: "工厂名称",
- columnHidden: false,
- columnImage: false,
- columnSortable: false,
- sortLv: 0,
- status: true,
- fixed: false,
- columnWidth: 120
- },
- {
- userId: this.$store.state.user.name,
- functionId: 6001,
- serialNumber: '6001TableSiteID',
- tableId: "6001Table",
- tableName: "工厂信息表",
- columnProp: "siteID",
- headerAlign: "center",
- align: "left",
- columnLabel: "工厂编码",
- columnHidden: false,
- columnImage: false,
- columnSortable: false,
- sortLv: 0,
- status: true,
- fixed: false,
- columnWidth: 60
- },
{
userId: this.$store.state.user.name,
functionId: 6001,