diff --git a/package.json b/package.json
index b7a9e66..a4c6453 100644
--- a/package.json
+++ b/package.json
@@ -5,8 +5,8 @@
"author": "Micheal",
"license": "MIT",
"scripts": {
- "dev": "vue-cli-service serve",
- "build:prod": "vue-cli-service build",
+ "dev": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
+ "build:prod": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build",
"build:stage": "vue-cli-service build --mode staging",
"preview": "node build/index.js --preview",
"lint": "eslint --ext .js,.vue src"
diff --git a/src/api/firmtable.js b/src/api/firmtable.js
new file mode 100644
index 0000000..b9e3b77
--- /dev/null
+++ b/src/api/firmtable.js
@@ -0,0 +1,48 @@
+import request from '@/utils/request'
+
+export function getFirmList(form) {
+ return request({
+ url: '/firm/company/firm/firmInfoList',
+ method: 'post',
+ data:form
+ })
+}
+
+export function delCar(firmId) {
+ return request({
+ url: '/firm?firmId='+firmId,
+ method: 'post'
+ })
+}
+
+export function updateCar(carForm) {
+ return request({
+ url: '/history/car/updateCar',
+ method: 'post',
+ data:carForm
+ })
+}
+
+
+export function insertCar(carInsert) {
+ return request({
+ url: '/history/car/insertCar',
+ method: 'post',
+ data:carInsert
+ })
+}
+
+export function getList() {
+ return request({
+ url: '/history/listHistoricalTrack',
+ method: 'get'
+ })
+}
+
+export function deleteRecord(recordId) {
+ return request({
+ url: '/history/delHistoricalTrack?recordId='+recordId,
+ method: 'post',
+ data:recordId
+ })
+}
diff --git a/src/views/company/firm.vue b/src/views/company/firm.vue
index e367465..ade4173 100644
--- a/src/views/company/firm.vue
+++ b/src/views/company/firm.vue
@@ -1,14 +1,864 @@
-
-
- 点击公司
-
+
+
+
+
+
+ 企业名称: |
+
+
+ |
+
+ 企业电话: |
+
+
+ |
+
+ 企业详细地址: |
+
+
+ |
+
+ 法定代表人电话: |
+
+
+ |
+
+ 银行账号: |
+
+
+ |
+
+ 统一社会信用代码: |
+
+
+ |
+
+ 法人代表身份证号: |
+
+
+ |
+
+ 企业法人代表: |
+
+
+ |
+
+
+
+
+ 搜索
+ |
+
+ 重置
+ |
+
+
+
+
+
+
+
+
+
+
+
+ {{scope.row.firmId}}
+
+
+
+
+ {{scope.row.firmName}}
+
+
+
+
+ {{scope.row.firmTel}}
+
+
+
+
+ {{scope.row.firmAddress}}
+
+
+
+
+ {{scope.row.firmRepresentative}}
+
+
+
+
+ {{scope.row.firmRepresentativePhone}}
+
+
+
+
+ {{scope.row.firmRepresentativeId}}
+
+
+
+
+ {{scope.row.firmBank}}
+
+
+
+
+ {{scope.row.firmBankBranch}}
+
+
+
+
+ {{scope.row.firmBankAccount}}
+
+
+
+
+ {{scope.row.firmBusinessLicense}}
+
+
+
+
+ {{scope.row.firmSocialCredit}}
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
添加企业
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+