From 88b1d671fb225745d9a7cdb025a686549e7f0a69 Mon Sep 17 00:00:00 2001 From: xzt <1113240624@qq.com> Date: Mon, 23 Oct 2023 14:48:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jwtech-admin-page/src/api/build/acc.js | 53 ++ jwtech-admin-page/src/api/build/appr.js | 53 ++ jwtech-admin-page/src/api/build/att.js | 53 ++ jwtech-admin-page/src/api/build/change.js | 53 ++ jwtech-admin-page/src/api/build/comAcc.js | 53 ++ jwtech-admin-page/src/api/build/commen.js | 53 ++ jwtech-admin-page/src/api/build/conAcc.js | 53 ++ .../src/api/build/contractChange.js | 53 ++ .../src/api/build/contractInfo.js | 53 ++ jwtech-admin-page/src/api/build/de.js | 53 ++ jwtech-admin-page/src/api/build/design.js | 53 ++ jwtech-admin-page/src/api/build/enteInfo.js | 53 ++ jwtech-admin-page/src/api/build/equipInfo.js | 53 ++ jwtech-admin-page/src/api/build/eval.js | 53 ++ jwtech-admin-page/src/api/build/funds.js | 53 ++ jwtech-admin-page/src/api/build/handl.js | 53 ++ .../src/api/build/hazardRecord.js | 53 ++ jwtech-admin-page/src/api/build/ide.js | 53 ++ jwtech-admin-page/src/api/build/info.js | 53 ++ .../src/api/build/institution.js | 53 ++ jwtech-admin-page/src/api/build/issues.js | 53 ++ jwtech-admin-page/src/api/build/man.js | 53 ++ jwtech-admin-page/src/api/build/meas.js | 53 ++ jwtech-admin-page/src/api/build/order.js | 53 ++ jwtech-admin-page/src/api/build/person.js | 53 ++ jwtech-admin-page/src/api/build/posi.js | 53 ++ jwtech-admin-page/src/api/build/progress.js | 53 ++ .../src/api/build/projectInfo.js | 53 ++ jwtech-admin-page/src/api/build/record.js | 53 ++ jwtech-admin-page/src/api/build/rect.js | 53 ++ jwtech-admin-page/src/api/build/risk.js | 53 ++ jwtech-admin-page/src/api/build/safePerson.js | 53 ++ jwtech-admin-page/src/api/build/score.js | 53 ++ .../src/api/build/sourceFunds.js | 53 ++ jwtech-admin-page/src/api/build/sta.js | 53 ++ jwtech-admin-page/src/api/build/statis.js | 53 ++ .../src/api/build/subcontracts.js | 53 ++ jwtech-admin-page/src/api/build/sup.js | 53 ++ jwtech-admin-page/src/api/build/supPerson.js | 53 ++ jwtech-admin-page/src/api/build/wages.js | 53 ++ .../src/views/building/index6666.vue | 112 +++ .../src/views/building/projectInfo/index.vue | 875 ++++++++++++++++++ 42 files changed, 3107 insertions(+) create mode 100644 jwtech-admin-page/src/api/build/acc.js create mode 100644 jwtech-admin-page/src/api/build/appr.js create mode 100644 jwtech-admin-page/src/api/build/att.js create mode 100644 jwtech-admin-page/src/api/build/change.js create mode 100644 jwtech-admin-page/src/api/build/comAcc.js create mode 100644 jwtech-admin-page/src/api/build/commen.js create mode 100644 jwtech-admin-page/src/api/build/conAcc.js create mode 100644 jwtech-admin-page/src/api/build/contractChange.js create mode 100644 jwtech-admin-page/src/api/build/contractInfo.js create mode 100644 jwtech-admin-page/src/api/build/de.js create mode 100644 jwtech-admin-page/src/api/build/design.js create mode 100644 jwtech-admin-page/src/api/build/enteInfo.js create mode 100644 jwtech-admin-page/src/api/build/equipInfo.js create mode 100644 jwtech-admin-page/src/api/build/eval.js create mode 100644 jwtech-admin-page/src/api/build/funds.js create mode 100644 jwtech-admin-page/src/api/build/handl.js create mode 100644 jwtech-admin-page/src/api/build/hazardRecord.js create mode 100644 jwtech-admin-page/src/api/build/ide.js create mode 100644 jwtech-admin-page/src/api/build/info.js create mode 100644 jwtech-admin-page/src/api/build/institution.js create mode 100644 jwtech-admin-page/src/api/build/issues.js create mode 100644 jwtech-admin-page/src/api/build/man.js create mode 100644 jwtech-admin-page/src/api/build/meas.js create mode 100644 jwtech-admin-page/src/api/build/order.js create mode 100644 jwtech-admin-page/src/api/build/person.js create mode 100644 jwtech-admin-page/src/api/build/posi.js create mode 100644 jwtech-admin-page/src/api/build/progress.js create mode 100644 jwtech-admin-page/src/api/build/projectInfo.js create mode 100644 jwtech-admin-page/src/api/build/record.js create mode 100644 jwtech-admin-page/src/api/build/rect.js create mode 100644 jwtech-admin-page/src/api/build/risk.js create mode 100644 jwtech-admin-page/src/api/build/safePerson.js create mode 100644 jwtech-admin-page/src/api/build/score.js create mode 100644 jwtech-admin-page/src/api/build/sourceFunds.js create mode 100644 jwtech-admin-page/src/api/build/sta.js create mode 100644 jwtech-admin-page/src/api/build/statis.js create mode 100644 jwtech-admin-page/src/api/build/subcontracts.js create mode 100644 jwtech-admin-page/src/api/build/sup.js create mode 100644 jwtech-admin-page/src/api/build/supPerson.js create mode 100644 jwtech-admin-page/src/api/build/wages.js create mode 100644 jwtech-admin-page/src/views/building/index6666.vue create mode 100644 jwtech-admin-page/src/views/building/projectInfo/index.vue diff --git a/jwtech-admin-page/src/api/build/acc.js b/jwtech-admin-page/src/api/build/acc.js new file mode 100644 index 00000000..dbfcaa39 --- /dev/null +++ b/jwtech-admin-page/src/api/build/acc.js @@ -0,0 +1,53 @@ +import request from '@/utils/request' + +// 查询合同验收列表 +export function listAcc(query) { + return request({ + url: '/build/acc/list', + method: 'post', + data: query + }) +} + +// 查询合同验收详细 +export function getAcc(id) { + return request({ + url: '/build/acc/' + id, + method: 'get' + }) +} + +// 新增合同验收 +export function addAcc(data) { + return request({ + url: '/build/acc', + method: 'post', + data: data + }) +} + +// 修改合同验收 +export function updateAcc(data) { + return request({ + url: '/build/acc', + method: 'put', + data: data + }) +} + +// 删除合同验收 +export function delAcc(id) { + return request({ + url: '/build/acc/' + id, + method: 'delete' + }) +} + +// 导出合同验收 +export function exportAcc(query) { + return request({ + url: '/build/acc/export', + method: 'get', + params: query + }) +} diff --git a/jwtech-admin-page/src/api/build/appr.js b/jwtech-admin-page/src/api/build/appr.js new file mode 100644 index 00000000..2a52cd6e --- /dev/null +++ b/jwtech-admin-page/src/api/build/appr.js @@ -0,0 +1,53 @@ +import request from '@/utils/request' + +// 查询合同审批信息列表 +export function listAppr(query) { + return request({ + url: '/build/appr/list', + method: 'post', + data: query + }) +} + +// 查询合同审批信息详细 +export function getAppr(id) { + return request({ + url: '/build/appr/' + id, + method: 'get' + }) +} + +// 新增合同审批信息 +export function addAppr(data) { + return request({ + url: '/build/appr', + method: 'post', + data: data + }) +} + +// 修改合同审批信息 +export function updateAppr(data) { + return request({ + url: '/build/appr', + method: 'put', + data: data + }) +} + +// 删除合同审批信息 +export function delAppr(id) { + return request({ + url: '/build/appr/' + id, + method: 'delete' + }) +} + +// 导出合同审批信息 +export function exportAppr(query) { + return request({ + url: '/build/appr/export', + method: 'get', + params: query + }) +} diff --git a/jwtech-admin-page/src/api/build/att.js b/jwtech-admin-page/src/api/build/att.js new file mode 100644 index 00000000..e1eba4b7 --- /dev/null +++ b/jwtech-admin-page/src/api/build/att.js @@ -0,0 +1,53 @@ +import request from '@/utils/request' + +// 查询人员出勤明细信息列表 +export function listAtt(query) { + return request({ + url: '/build/att/list', + method: 'post', + data: query + }) +} + +// 查询人员出勤明细信息详细 +export function getAtt(id) { + return request({ + url: '/build/att/' + id, + method: 'get' + }) +} + +// 新增人员出勤明细信息 +export function addAtt(data) { + return request({ + url: '/build/att', + method: 'post', + data: data + }) +} + +// 修改人员出勤明细信息 +export function updateAtt(data) { + return request({ + url: '/build/att', + method: 'put', + data: data + }) +} + +// 删除人员出勤明细信息 +export function delAtt(id) { + return request({ + url: '/build/att/' + id, + method: 'delete' + }) +} + +// 导出人员出勤明细信息 +export function exportAtt(query) { + return request({ + url: '/build/att/export', + method: 'get', + params: query + }) +} diff --git a/jwtech-admin-page/src/api/build/change.js b/jwtech-admin-page/src/api/build/change.js new file mode 100644 index 00000000..d0c95c6f --- /dev/null +++ b/jwtech-admin-page/src/api/build/change.js @@ -0,0 +1,53 @@ +import request from '@/utils/request' + +// 查询变更信息管理列表 +export function listChange(query) { + return request({ + url: '/build/change/list', + method: 'post', + data: query + }) +} + +// 查询变更信息管理详细 +export function getChange(id) { + return request({ + url: '/build/change/' + id, + method: 'get' + }) +} + +// 新增变更信息管理 +export function addChange(data) { + return request({ + url: '/build/change', + method: 'post', + data: data + }) +} + +// 修改变更信息管理 +export function updateChange(data) { + return request({ + url: '/build/change', + method: 'put', + data: data + }) +} + +// 删除变更信息管理 +export function delChange(id) { + return request({ + url: '/build/change/' + id, + method: 'delete' + }) +} + +// 导出变更信息管理 +export function exportChange(query) { + return request({ + url: '/build/change/export', + method: 'get', + params: query + }) +} diff --git a/jwtech-admin-page/src/api/build/comAcc.js b/jwtech-admin-page/src/api/build/comAcc.js new file mode 100644 index 00000000..6ab43567 --- /dev/null +++ b/jwtech-admin-page/src/api/build/comAcc.js @@ -0,0 +1,53 @@ +import request from '@/utils/request' + +// 查询竣工验收列表 +export function listAcc(query) { + return request({ + url: '/build/comAcc/list', + method: 'post', + data: query + }) +} + +// 查询竣工验收详细 +export function getAcc(id) { + return request({ + url: '/build/comAcc/' + id, + method: 'get' + }) +} + +// 新增竣工验收 +export function addAcc(data) { + return request({ + url: '/build/comAcc', + method: 'post', + data: data + }) +} + +// 修改竣工验收 +export function updateAcc(data) { + return request({ + url: '/build/comAcc', + method: 'put', + data: data + }) +} + +// 删除竣工验收 +export function delAcc(id) { + return request({ + url: '/build/comAcc/' + id, + method: 'delete' + }) +} + +// 导出竣工验收 +export function exportAcc(query) { + return request({ + url: '/build/comAcc/export', + method: 'get', + params: query + }) +} diff --git a/jwtech-admin-page/src/api/build/commen.js b/jwtech-admin-page/src/api/build/commen.js new file mode 100644 index 00000000..b58965fc --- /dev/null +++ b/jwtech-admin-page/src/api/build/commen.js @@ -0,0 +1,53 @@ +import request from '@/utils/request' + +// 查询项目开工文件列表 +export function listCommen(query) { + return request({ + url: '/build/commen/list', + method: 'post', + data: query + }) +} + +// 查询项目开工文件详细 +export function getCommen(id) { + return request({ + url: '/build/commen/' + id, + method: 'get' + }) +} + +// 新增项目开工文件 +export function addCommen(data) { + return request({ + url: '/build/commen', + method: 'post', + data: data + }) +} + +// 修改项目开工文件 +export function updateCommen(data) { + return request({ + url: '/build/commen', + method: 'put', + data: data + }) +} + +// 删除项目开工文件 +export function delCommen(id) { + return request({ + url: '/build/commen/' + id, + method: 'delete' + }) +} + +// 导出项目开工文件 +export function exportCommen(query) { + return request({ + url: '/build/commen/export', + method: 'get', + params: query + }) +} diff --git a/jwtech-admin-page/src/api/build/conAcc.js b/jwtech-admin-page/src/api/build/conAcc.js new file mode 100644 index 00000000..574a8d0a --- /dev/null +++ b/jwtech-admin-page/src/api/build/conAcc.js @@ -0,0 +1,53 @@ +import request from '@/utils/request' + +// 查询合同工程完工验收管理列表 +export function listAcc(query) { + return request({ + url: '/build/conAcc/list', + method: 'post', + data: query + }) +} + +// 查询合同工程完工验收管理详细 +export function getAcc(id) { + return request({ + url: '/build/conAcc/' + id, + method: 'get' + }) +} + +// 新增合同工程完工验收管理 +export function addAcc(data) { + return request({ + url: '/build/conAcc', + method: 'post', + data: data + }) +} + +// 修改合同工程完工验收管理 +export function updateAcc(data) { + return request({ + url: '/build/conAcc', + method: 'put', + data: data + }) +} + +// 删除合同工程完工验收管理 +export function delAcc(id) { + return request({ + url: '/build/conAcc/' + id, + method: 'delete' + }) +} + +// 导出合同工程完工验收管理 +export function exportAcc(query) { + return request({ + url: '/build/conAcc/export', + method: 'get', + params: query + }) +} diff --git a/jwtech-admin-page/src/api/build/contractChange.js b/jwtech-admin-page/src/api/build/contractChange.js new file mode 100644 index 00000000..c09ba399 --- /dev/null +++ b/jwtech-admin-page/src/api/build/contractChange.js @@ -0,0 +1,53 @@ +import request from '@/utils/request' + +// 查询合同变更信息列表 +export function listChange(query) { + return request({ + url: '/build/contractChange/list', + method: 'post', + data: query + }) +} + +// 查询合同变更信息详细 +export function getChange(id) { + return request({ + url: '/build/contractChange/' + id, + method: 'get' + }) +} + +// 新增合同变更信息 +export function addChange(data) { + return request({ + url: '/build/contractChange', + method: 'post', + data: data + }) +} + +// 修改合同变更信息 +export function updateChange(data) { + return request({ + url: '/build/contractChange', + method: 'put', + data: data + }) +} + +// 删除合同变更信息 +export function delChange(id) { + return request({ + url: '/build/contractChange/' + id, + method: 'delete' + }) +} + +// 导出合同变更信息 +export function exportChange(query) { + return request({ + url: '/build/contractChange/export', + method: 'get', + params: query + }) +} diff --git a/jwtech-admin-page/src/api/build/contractInfo.js b/jwtech-admin-page/src/api/build/contractInfo.js new file mode 100644 index 00000000..cce94da6 --- /dev/null +++ b/jwtech-admin-page/src/api/build/contractInfo.js @@ -0,0 +1,53 @@ +import request from '@/utils/request' + +// 查询合同基本信息列表 +export function listInfo(query) { + return request({ + url: '/build/contractInfo/list', + method: 'post', + data: query + }) +} + +// 查询合同基本信息详细 +export function getInfo(id) { + return request({ + url: '/build/contractInfo/' + id, + method: 'get' + }) +} + +// 新增合同基本信息 +export function addInfo(data) { + return request({ + url: '/build/contractInfo', + method: 'post', + data: data + }) +} + +// 修改合同基本信息 +export function updateInfo(data) { + return request({ + url: '/build/contractInfo', + method: 'put', + data: data + }) +} + +// 删除合同基本信息 +export function delInfo(id) { + return request({ + url: '/build/contractInfo/' + id, + method: 'delete' + }) +} + +// 导出合同基本信息 +export function exportInfo(query) { + return request({ + url: '/build/contractInfo/export', + method: 'get', + params: query + }) +} diff --git a/jwtech-admin-page/src/api/build/de.js b/jwtech-admin-page/src/api/build/de.js new file mode 100644 index 00000000..f99f7528 --- /dev/null +++ b/jwtech-admin-page/src/api/build/de.js @@ -0,0 +1,53 @@ +import request from '@/utils/request' + +// 查询生产出料明细信息列表 +export function listDe(query) { + return request({ + url: '/build/de/list', + method: 'post', + data: query + }) +} + +// 查询生产出料明细信息详细 +export function getDe(id) { + return request({ + url: '/build/de/' + id, + method: 'get' + }) +} + +// 新增生产出料明细信息 +export function addDe(data) { + return request({ + url: '/build/de', + method: 'post', + data: data + }) +} + +// 修改生产出料明细信息 +export function updateDe(data) { + return request({ + url: '/build/de', + method: 'put', + data: data + }) +} + +// 删除生产出料明细信息 +export function delDe(id) { + return request({ + url: '/build/de/' + id, + method: 'delete' + }) +} + +// 导出生产出料明细信息 +export function exportDe(query) { + return request({ + url: '/build/de/export', + method: 'get', + params: query + }) +} diff --git a/jwtech-admin-page/src/api/build/design.js b/jwtech-admin-page/src/api/build/design.js new file mode 100644 index 00000000..b385a64c --- /dev/null +++ b/jwtech-admin-page/src/api/build/design.js @@ -0,0 +1,53 @@ +import request from '@/utils/request' + +// 查询施工组织设计列表 +export function listDesign(query) { + return request({ + url: '/build/orgDesign/list', + method: 'post', + data: query + }) +} + +// 查询施工组织设计详细 +export function getDesign(id) { + return request({ + url: '/build/orgDesign/' + id, + method: 'get' + }) +} + +// 新增施工组织设计 +export function addDesign(data) { + return request({ + url: '/build/orgDesign', + method: 'post', + data: data + }) +} + +// 修改施工组织设计 +export function updateDesign(data) { + return request({ + url: '/build/orgDesign', + method: 'put', + data: data + }) +} + +// 删除施工组织设计 +export function delDesign(id) { + return request({ + url: '/build/orgDesign/' + id, + method: 'delete' + }) +} + +// 导出施工组织设计 +export function exportDesign(query) { + return request({ + url: '/build/orgDesign/export', + method: 'get', + params: query + }) +} diff --git a/jwtech-admin-page/src/api/build/enteInfo.js b/jwtech-admin-page/src/api/build/enteInfo.js new file mode 100644 index 00000000..e38c5101 --- /dev/null +++ b/jwtech-admin-page/src/api/build/enteInfo.js @@ -0,0 +1,53 @@ +import request from '@/utils/request' + +// 查询企业信息管理列表 +export function listInfo(query) { + return request({ + url: '/build/enteInfo/list', + method: 'post', + data: query + }) +} + +// 查询企业信息管理详细 +export function getInfo(id) { + return request({ + url: '/build/enteInfo/' + id, + method: 'get' + }) +} + +// 新增企业信息管理 +export function addInfo(data) { + return request({ + url: '/build/enteInfo', + method: 'post', + data: data + }) +} + +// 修改企业信息管理 +export function updateInfo(data) { + return request({ + url: '/build/enteInfo', + method: 'put', + data: data + }) +} + +// 删除企业信息管理 +export function delInfo(id) { + return request({ + url: '/build/enteInfo/' + id, + method: 'delete' + }) +} + +// 导出企业信息管理 +export function exportInfo(query) { + return request({ + url: '/build/enteInfo/export', + method: 'get', + params: query + }) +} diff --git a/jwtech-admin-page/src/api/build/equipInfo.js b/jwtech-admin-page/src/api/build/equipInfo.js new file mode 100644 index 00000000..ac4a376e --- /dev/null +++ b/jwtech-admin-page/src/api/build/equipInfo.js @@ -0,0 +1,53 @@ +import request from '@/utils/request' + +// 查询设备基本信息列表 +export function listInfo(query) { + return request({ + url: '/build/equipInfo/list', + method: 'post', + data: query + }) +} + +// 查询设备基本信息详细 +export function getInfo(id) { + return request({ + url: '/build/equipInfo/' + id, + method: 'get' + }) +} + +// 新增设备基本信息 +export function addInfo(data) { + return request({ + url: '/build/equipInfo', + method: 'post', + data: data + }) +} + +// 修改设备基本信息 +export function updateInfo(data) { + return request({ + url: '/build/equipInfo', + method: 'put', + data: data + }) +} + +// 删除设备基本信息 +export function delInfo(id) { + return request({ + url: '/build/equipInfo/' + id, + method: 'delete' + }) +} + +// 导出设备基本信息 +export function exportInfo(query) { + return request({ + url: '/build/equipInfo/export', + method: 'get', + params: query + }) +} diff --git a/jwtech-admin-page/src/api/build/eval.js b/jwtech-admin-page/src/api/build/eval.js new file mode 100644 index 00000000..d24d06c2 --- /dev/null +++ b/jwtech-admin-page/src/api/build/eval.js @@ -0,0 +1,53 @@ +import request from '@/utils/request' + +// 查询合同履约评价列表 +export function listeval(query) { + return request({ + url: '/build/eval/list', + method: 'post', + data: query + }) +} + +// 查询合同履约评价详细 +export function geteval(id) { + return request({ + url: '/build/eval/' + id, + method: 'get' + }) +} + +// 新增合同履约评价 +export function addeval(data) { + return request({ + url: '/build/eval', + method: 'post', + data: data + }) +} + +// 修改合同履约评价 +export function updateeval(data) { + return request({ + url: '/build/eval', + method: 'put', + data: data + }) +} + +// 删除合同履约评价 +export function deleval(id) { + return request({ + url: '/build/eval/' + id, + method: 'delete' + }) +} + +// 导出合同履约评价 +export function exporteval(query) { + return request({ + url: '/build/eval/export', + method: 'get', + params: query + }) +} diff --git a/jwtech-admin-page/src/api/build/funds.js b/jwtech-admin-page/src/api/build/funds.js new file mode 100644 index 00000000..6e76d481 --- /dev/null +++ b/jwtech-admin-page/src/api/build/funds.js @@ -0,0 +1,53 @@ +import request from '@/utils/request' + +// 查询资金用途列表 +export function listFunds(query) { + return request({ + url: '/build/purFunds/list', + method: 'post', + data: query + }) +} + +// 查询资金用途详细 +export function getFunds(id) { + return request({ + url: '/build/purFunds/' + id, + method: 'get' + }) +} + +// 新增资金用途 +export function addFunds(data) { + return request({ + url: '/build/purFunds', + method: 'post', + data: data + }) +} + +// 修改资金用途 +export function updateFunds(data) { + return request({ + url: '/build/purFunds', + method: 'put', + data: data + }) +} + +// 删除资金用途 +export function delFunds(id) { + return request({ + url: '/build/purFunds/' + id, + method: 'delete' + }) +} + +// 导出资金用途 +export function exportFunds(query) { + return request({ + url: '/build/purFunds/export', + method: 'get', + params: query + }) +} diff --git a/jwtech-admin-page/src/api/build/handl.js b/jwtech-admin-page/src/api/build/handl.js new file mode 100644 index 00000000..e957ce59 --- /dev/null +++ b/jwtech-admin-page/src/api/build/handl.js @@ -0,0 +1,53 @@ +import request from '@/utils/request' + +// 查询安全风险处理结果列表 +export function listhandl(query) { + return request({ + url: '/build/handl/list', + method: 'post', + data: query + }) +} + +// 查询安全风险处理结果详细 +export function gethandl(id) { + return request({ + url: '/build/handl/' + id, + method: 'get' + }) +} + +// 新增安全风险处理结果 +export function addhandl(data) { + return request({ + url: '/build/handl', + method: 'post', + data: data + }) +} + +// 修改安全风险处理结果 +export function updatehandl(data) { + return request({ + url: '/build/handl', + method: 'put', + data: data + }) +} + +// 删除安全风险处理结果 +export function delhandl(id) { + return request({ + url: '/build/handl/' + id, + method: 'delete' + }) +} + +// 导出安全风险处理结果 +export function exporthandl(query) { + return request({ + url: '/build/handl/export', + method: 'get', + params: query + }) +} diff --git a/jwtech-admin-page/src/api/build/hazardRecord.js b/jwtech-admin-page/src/api/build/hazardRecord.js new file mode 100644 index 00000000..3f4f3b98 --- /dev/null +++ b/jwtech-admin-page/src/api/build/hazardRecord.js @@ -0,0 +1,53 @@ +import request from '@/utils/request' + +// 查询隐患记录登记信息列表 +export function listRecord(query) { + return request({ + url: '/build/hazardRecord/list', + method: 'post', + data: query + }) +} + +// 查询隐患记录登记信息详细 +export function getRecord(id) { + return request({ + url: '/build/hazardRecord/' + id, + method: 'get' + }) +} + +// 新增隐患记录登记信息 +export function addRecord(data) { + return request({ + url: '/build/hazardRecord', + method: 'post', + data: data + }) +} + +// 修改隐患记录登记信息 +export function updateRecord(data) { + return request({ + url: '/build/hazardRecord', + method: 'put', + data: data + }) +} + +// 删除隐患记录登记信息 +export function delRecord(id) { + return request({ + url: '/build/hazardRecord/' + id, + method: 'delete' + }) +} + +// 导出隐患记录登记信息 +export function exportRecord(query) { + return request({ + url: '/build/hazardRecord/export', + method: 'get', + params: query + }) +} diff --git a/jwtech-admin-page/src/api/build/ide.js b/jwtech-admin-page/src/api/build/ide.js new file mode 100644 index 00000000..52f2ebee --- /dev/null +++ b/jwtech-admin-page/src/api/build/ide.js @@ -0,0 +1,53 @@ +import request from '@/utils/request' + +// 查询风险辨识报告信息列表 +export function listIde(query) { + return request({ + url: '/build/ide/list', + method: 'post', + data: query + }) +} + +// 查询风险辨识报告信息详细 +export function getIde(id) { + return request({ + url: '/build/ide/' + id, + method: 'get' + }) +} + +// 新增风险辨识报告信息 +export function addIde(data) { + return request({ + url: '/build/ide', + method: 'post', + data: data + }) +} + +// 修改风险辨识报告信息 +export function updateIde(data) { + return request({ + url: '/build/ide', + method: 'put', + data: data + }) +} + +// 删除风险辨识报告信息 +export function delIde(id) { + return request({ + url: '/build/ide/' + id, + method: 'delete' + }) +} + +// 导出风险辨识报告信息 +export function exportIde(query) { + return request({ + url: '/build/ide/export', + method: 'get', + params: query + }) +} diff --git a/jwtech-admin-page/src/api/build/info.js b/jwtech-admin-page/src/api/build/info.js new file mode 100644 index 00000000..6a793aa4 --- /dev/null +++ b/jwtech-admin-page/src/api/build/info.js @@ -0,0 +1,53 @@ +import request from '@/utils/request' + +// 查询车辆基本信息列表 +export function listInfo(query) { + return request({ + url: '/build/carInfo/list', + method: 'post', + data: query + }) +} + +// 查询车辆基本信息详细 +export function getInfo(id) { + return request({ + url: '/build/carInfo/' + id, + method: 'get' + }) +} + +// 新增车辆基本信息 +export function addInfo(data) { + return request({ + url: '/build/carInfo', + method: 'post', + data: data + }) +} + +// 修改车辆基本信息 +export function updateInfo(data) { + return request({ + url: '/build/carInfo', + method: 'put', + data: data + }) +} + +// 删除车辆基本信息 +export function delInfo(id) { + return request({ + url: '/build/carInfo/' + id, + method: 'delete' + }) +} + +// 导出车辆基本信息 +export function exportInfo(query) { + return request({ + url: '/build/carInfo/export', + method: 'get', + params: query + }) +} diff --git a/jwtech-admin-page/src/api/build/institution.js b/jwtech-admin-page/src/api/build/institution.js new file mode 100644 index 00000000..774338d3 --- /dev/null +++ b/jwtech-admin-page/src/api/build/institution.js @@ -0,0 +1,53 @@ +import request from '@/utils/request' + +// 查询项目安全生产管理机构信息列表 +export function listInstitution(query) { + return request({ + url: '/build/institution/list', + method: 'post', + data: query + }) +} + +// 查询项目安全生产管理机构信息详细 +export function getInstitution(id) { + return request({ + url: '/build/institution/' + id, + method: 'get' + }) +} + +// 新增项目安全生产管理机构信息 +export function addInstitution(data) { + return request({ + url: '/build/institution', + method: 'post', + data: data + }) +} + +// 修改项目安全生产管理机构信息 +export function updateInstitution(data) { + return request({ + url: '/build/institution', + method: 'put', + data: data + }) +} + +// 删除项目安全生产管理机构信息 +export function delInstitution(id) { + return request({ + url: '/build/institution/' + id, + method: 'delete' + }) +} + +// 导出项目安全生产管理机构信息 +export function exportInstitution(query) { + return request({ + url: '/build/institution/export', + method: 'get', + params: query + }) +} diff --git a/jwtech-admin-page/src/api/build/issues.js b/jwtech-admin-page/src/api/build/issues.js new file mode 100644 index 00000000..f53903bb --- /dev/null +++ b/jwtech-admin-page/src/api/build/issues.js @@ -0,0 +1,53 @@ +import request from '@/utils/request' + +// 查询合同评价问题列表 +export function listIssues(query) { + return request({ + url: '/build/issues/list', + method: 'post', + data: query + }) +} + +// 查询合同评价问题详细 +export function getIssues(id) { + return request({ + url: '/build/issues/' + id, + method: 'get' + }) +} + +// 新增合同评价问题 +export function addIssues(data) { + return request({ + url: '/build/issues', + method: 'post', + data: data + }) +} + +// 修改合同评价问题 +export function updateIssues(data) { + return request({ + url: '/build/issues', + method: 'put', + data: data + }) +} + +// 删除合同评价问题 +export function delIssues(id) { + return request({ + url: '/build/issues/' + id, + method: 'delete' + }) +} + +// 导出合同评价问题 +export function exportIssues(query) { + return request({ + url: '/build/issues/export', + method: 'get', + params: query + }) +} diff --git a/jwtech-admin-page/src/api/build/man.js b/jwtech-admin-page/src/api/build/man.js new file mode 100644 index 00000000..b3459651 --- /dev/null +++ b/jwtech-admin-page/src/api/build/man.js @@ -0,0 +1,53 @@ +import request from '@/utils/request' + +// 查询安全目标信息列表 +export function listMan(query) { + return request({ + url: '/build/man/list', + method: 'post', + data: query + }) +} + +// 查询安全目标信息详细 +export function getMan(id) { + return request({ + url: '/build/man/' + id, + method: 'get' + }) +} + +// 新增安全目标信息 +export function addMan(data) { + return request({ + url: '/build/man', + method: 'post', + data: data + }) +} + +// 修改安全目标信息 +export function updateMan(data) { + return request({ + url: '/build/man', + method: 'put', + data: data + }) +} + +// 删除安全目标信息 +export function delMan(id) { + return request({ + url: '/build/man/' + id, + method: 'delete' + }) +} + +// 导出安全目标信息 +export function exportMan(query) { + return request({ + url: '/build/man/export', + method: 'get', + params: query + }) +} diff --git a/jwtech-admin-page/src/api/build/meas.js b/jwtech-admin-page/src/api/build/meas.js new file mode 100644 index 00000000..96930ea6 --- /dev/null +++ b/jwtech-admin-page/src/api/build/meas.js @@ -0,0 +1,53 @@ +import request from '@/utils/request' + +// 查询施工准备措施列表 +export function listMeas(query) { + return request({ + url: '/build/meas/list', + method: 'post', + data: query + }) +} + +// 查询施工准备措施详细 +export function getMeas(id) { + return request({ + url: '/build/meas/' + id, + method: 'get' + }) +} + +// 新增施工准备措施 +export function addMeas(data) { + return request({ + url: '/build/meas', + method: 'post', + data: data + }) +} + +// 修改施工准备措施 +export function updateMeas(data) { + return request({ + url: '/build/meas', + method: 'put', + data: data + }) +} + +// 删除施工准备措施 +export function delMeas(id) { + return request({ + url: '/build/meas/' + id, + method: 'delete' + }) +} + +// 导出施工准备措施 +export function exportMeas(query) { + return request({ + url: '/build/meas/export', + method: 'get', + params: query + }) +} diff --git a/jwtech-admin-page/src/api/build/order.js b/jwtech-admin-page/src/api/build/order.js new file mode 100644 index 00000000..17c76f68 --- /dev/null +++ b/jwtech-admin-page/src/api/build/order.js @@ -0,0 +1,53 @@ +import request from '@/utils/request' + +// 查询工程施工令列表 +export function listOrder(query) { + return request({ + url: '/build/order/list', + method: 'post', + data: query + }) +} + +// 查询工程施工令详细 +export function getOrder(id) { + return request({ + url: '/build/order/' + id, + method: 'get' + }) +} + +// 新增工程施工令 +export function addOrder(data) { + return request({ + url: '/build/order', + method: 'post', + data: data + }) +} + +// 修改工程施工令 +export function updateOrder(data) { + return request({ + url: '/build/order', + method: 'put', + data: data + }) +} + +// 删除工程施工令 +export function delOrder(id) { + return request({ + url: '/build/order/' + id, + method: 'delete' + }) +} + +// 导出工程施工令 +export function exportOrder(query) { + return request({ + url: '/build/order/export', + method: 'get', + params: query + }) +} diff --git a/jwtech-admin-page/src/api/build/person.js b/jwtech-admin-page/src/api/build/person.js new file mode 100644 index 00000000..524a4666 --- /dev/null +++ b/jwtech-admin-page/src/api/build/person.js @@ -0,0 +1,53 @@ +import request from '@/utils/request' + +// 查询项目人员名单信息列表 +export function listPerson(query) { + return request({ + url: '/build/proPerson/list', + method: 'post', + data: query + }) +} + +// 查询项目人员名单信息详细 +export function getPerson(id) { + return request({ + url: '/build/proPerson/' + id, + method: 'get' + }) +} + +// 新增项目人员名单信息 +export function addPerson(data) { + return request({ + url: '/build/proPerson', + method: 'post', + data: data + }) +} + +// 修改项目人员名单信息 +export function updatePerson(data) { + return request({ + url: '/build/proPerson', + method: 'put', + data: data + }) +} + +// 删除项目人员名单信息 +export function delPerson(id) { + return request({ + url: '/build/proPerson/' + id, + method: 'delete' + }) +} + +// 导出项目人员名单信息 +export function exportPerson(query) { + return request({ + url: '/build/proPerson/export', + method: 'get', + params: query + }) +} diff --git a/jwtech-admin-page/src/api/build/posi.js b/jwtech-admin-page/src/api/build/posi.js new file mode 100644 index 00000000..045dafe0 --- /dev/null +++ b/jwtech-admin-page/src/api/build/posi.js @@ -0,0 +1,53 @@ +import request from '@/utils/request' + +// 查询人员实时定位信息列表 +export function listPosi(query) { + return request({ + url: '/build/posi/list', + method: 'post', + data: query + }) +} + +// 查询人员实时定位信息详细 +export function getPosi(id) { + return request({ + url: '/build/posi/' + id, + method: 'get' + }) +} + +// 新增人员实时定位信息 +export function addPosi(data) { + return request({ + url: '/build/posi', + method: 'post', + data: data + }) +} + +// 修改人员实时定位信息 +export function updatePosi(data) { + return request({ + url: '/build/posi', + method: 'put', + data: data + }) +} + +// 删除人员实时定位信息 +export function delPosi(id) { + return request({ + url: '/build/posi/' + id, + method: 'delete' + }) +} + +// 导出人员实时定位信息 +export function exportPosi(query) { + return request({ + url: '/build/posi/export', + method: 'get', + params: query + }) +} diff --git a/jwtech-admin-page/src/api/build/progress.js b/jwtech-admin-page/src/api/build/progress.js new file mode 100644 index 00000000..075f63ba --- /dev/null +++ b/jwtech-admin-page/src/api/build/progress.js @@ -0,0 +1,53 @@ +import request from '@/utils/request' + +// 查询进度管理列表 +export function listProgress(query) { + return request({ + url: '/build/progress/list', + method: 'post', + data: query + }) +} + +// 查询进度管理详细 +export function getProgress(id) { + return request({ + url: '/build/progress/' + id, + method: 'get' + }) +} + +// 新增进度管理 +export function addProgress(data) { + return request({ + url: '/build/progress', + method: 'post', + data: data + }) +} + +// 修改进度管理 +export function updateProgress(data) { + return request({ + url: '/build/progress', + method: 'put', + data: data + }) +} + +// 删除进度管理 +export function delProgress(id) { + return request({ + url: '/build/progress/' + id, + method: 'delete' + }) +} + +// 导出进度管理 +export function exportProgress(query) { + return request({ + url: '/build/progress/export', + method: 'get', + params: query + }) +} diff --git a/jwtech-admin-page/src/api/build/projectInfo.js b/jwtech-admin-page/src/api/build/projectInfo.js new file mode 100644 index 00000000..ba60e9b8 --- /dev/null +++ b/jwtech-admin-page/src/api/build/projectInfo.js @@ -0,0 +1,53 @@ +import request from '@/utils/request' + +// 查询项目基本信息管理列表 +export function listInfo(query) { + return request({ + url: '/build/projectInfo/list', + method: 'post', + data: query + }) +} + +// 查询项目基本信息管理详细 +export function getInfo(id) { + return request({ + url: '/build/projectInfo/' + id, + method: 'get' + }) +} + +// 新增项目基本信息管理 +export function addInfo(data) { + return request({ + url: '/build/projectInfo', + method: 'post', + data: data + }) +} + +// 修改项目基本信息管理 +export function updateInfo(data) { + return request({ + url: '/build/projectInfo', + method: 'put', + data: data + }) +} + +// 删除项目基本信息管理 +export function delInfo(id) { + return request({ + url: '/build/projectInfo/' + id, + method: 'delete' + }) +} + +// 导出项目基本信息管理 +export function exportInfo(query) { + return request({ + url: '/build/projectInfo/export', + method: 'get', + params: query + }) +} diff --git a/jwtech-admin-page/src/api/build/record.js b/jwtech-admin-page/src/api/build/record.js new file mode 100644 index 00000000..7a9b13fe --- /dev/null +++ b/jwtech-admin-page/src/api/build/record.js @@ -0,0 +1,53 @@ +import request from '@/utils/request' + +// 查询会议记录管理列表 +export function listRecord(query) { + return request({ + url: '/build/meetRecord/list', + method: 'post', + data: query + }) +} + +// 查询会议记录管理详细 +export function getRecord(id) { + return request({ + url: '/build/meetRecord/' + id, + method: 'get' + }) +} + +// 新增会议记录管理 +export function addRecord(data) { + return request({ + url: '/build/meetRecord', + method: 'post', + data: data + }) +} + +// 修改会议记录管理 +export function updateRecord(data) { + return request({ + url: '/build/meetRecord', + method: 'put', + data: data + }) +} + +// 删除会议记录管理 +export function delRecord(id) { + return request({ + url: '/build/meetRecord/' + id, + method: 'delete' + }) +} + +// 导出会议记录管理 +export function exportRecord(query) { + return request({ + url: '/build/meetRecord/export', + method: 'get', + params: query + }) +} diff --git a/jwtech-admin-page/src/api/build/rect.js b/jwtech-admin-page/src/api/build/rect.js new file mode 100644 index 00000000..0339f744 --- /dev/null +++ b/jwtech-admin-page/src/api/build/rect.js @@ -0,0 +1,53 @@ +import request from '@/utils/request' + +// 查询隐患整改列表 +export function listRect(query) { + return request({ + url: '/build/rect/list', + method: 'post', + data: query + }) +} + +// 查询隐患整改详细 +export function getRect(id) { + return request({ + url: '/build/rect/' + id, + method: 'get' + }) +} + +// 新增隐患整改 +export function addRect(data) { + return request({ + url: '/build/rect', + method: 'post', + data: data + }) +} + +// 修改隐患整改 +export function updateRect(data) { + return request({ + url: '/build/rect', + method: 'put', + data: data + }) +} + +// 删除隐患整改 +export function delRect(id) { + return request({ + url: '/build/rect/' + id, + method: 'delete' + }) +} + +// 导出隐患整改 +export function exportRect(query) { + return request({ + url: '/build/rect/export', + method: 'get', + params: query + }) +} diff --git a/jwtech-admin-page/src/api/build/risk.js b/jwtech-admin-page/src/api/build/risk.js new file mode 100644 index 00000000..9234656b --- /dev/null +++ b/jwtech-admin-page/src/api/build/risk.js @@ -0,0 +1,53 @@ +import request from '@/utils/request' + +// 查询安全风险登记列表 +export function listRisk(query) { + return request({ + url: '/build/risk/list', + method: 'post', + data: query + }) +} + +// 查询安全风险登记详细 +export function getRisk(id) { + return request({ + url: '/build/risk/' + id, + method: 'get' + }) +} + +// 新增安全风险登记 +export function addRisk(data) { + return request({ + url: '/build/risk', + method: 'post', + data: data + }) +} + +// 修改安全风险登记 +export function updateRisk(data) { + return request({ + url: '/build/risk', + method: 'put', + data: data + }) +} + +// 删除安全风险登记 +export function delRisk(id) { + return request({ + url: '/build/risk/' + id, + method: 'delete' + }) +} + +// 导出安全风险登记 +export function exportRisk(query) { + return request({ + url: '/build/risk/export', + method: 'get', + params: query + }) +} diff --git a/jwtech-admin-page/src/api/build/safePerson.js b/jwtech-admin-page/src/api/build/safePerson.js new file mode 100644 index 00000000..fd05473f --- /dev/null +++ b/jwtech-admin-page/src/api/build/safePerson.js @@ -0,0 +1,53 @@ +import request from '@/utils/request' + +// 查询项目安全生产管理机构人员信息列表 +export function listPerson(query) { + return request({ + url: '/build/safePerson/list', + method: 'post', + data: query + }) +} + +// 查询项目安全生产管理机构人员信息详细 +export function getPerson(id) { + return request({ + url: '/build/safePerson/' + id, + method: 'get' + }) +} + +// 新增项目安全生产管理机构人员信息 +export function addPerson(data) { + return request({ + url: '/build/safePerson', + method: 'post', + data: data + }) +} + +// 修改项目安全生产管理机构人员信息 +export function updatePerson(data) { + return request({ + url: '/build/safePerson', + method: 'put', + data: data + }) +} + +// 删除项目安全生产管理机构人员信息 +export function delPerson(id) { + return request({ + url: '/build/safePerson/' + id, + method: 'delete' + }) +} + +// 导出项目安全生产管理机构人员信息 +export function exportPerson(query) { + return request({ + url: '/build/safePerson/export', + method: 'get', + params: query + }) +} diff --git a/jwtech-admin-page/src/api/build/score.js b/jwtech-admin-page/src/api/build/score.js new file mode 100644 index 00000000..8ff0e512 --- /dev/null +++ b/jwtech-admin-page/src/api/build/score.js @@ -0,0 +1,53 @@ +import request from '@/utils/request' + +// 查询参建单位考核评分统计信息列表 +export function listScore(query) { + return request({ + url: '/build/score/list', + method: 'post', + data: query + }) +} + +// 查询参建单位考核评分统计信息详细 +export function getScore(id) { + return request({ + url: '/build/score/' + id, + method: 'get' + }) +} + +// 新增参建单位考核评分统计信息 +export function addScore(data) { + return request({ + url: '/build/score', + method: 'post', + data: data + }) +} + +// 修改参建单位考核评分统计信息 +export function updateScore(data) { + return request({ + url: '/build/score', + method: 'put', + data: data + }) +} + +// 删除参建单位考核评分统计信息 +export function delScore(id) { + return request({ + url: '/build/score/' + id, + method: 'delete' + }) +} + +// 导出参建单位考核评分统计信息 +export function exportScore(query) { + return request({ + url: '/build/score/export', + method: 'get', + params: query + }) +} diff --git a/jwtech-admin-page/src/api/build/sourceFunds.js b/jwtech-admin-page/src/api/build/sourceFunds.js new file mode 100644 index 00000000..2305f261 --- /dev/null +++ b/jwtech-admin-page/src/api/build/sourceFunds.js @@ -0,0 +1,53 @@ +import request from '@/utils/request' + +// 查询资金来源列表 +export function listFunds(query) { + return request({ + url: '/build/sourceFunds/list', + method: 'post', + data: query + }) +} + +// 查询资金来源详细 +export function getFunds(id) { + return request({ + url: '/build/sourceFunds/' + id, + method: 'get' + }) +} + +// 新增资金来源 +export function addFunds(data) { + return request({ + url: '/build/sourceFunds', + method: 'post', + data: data + }) +} + +// 修改资金来源 +export function updateFunds(data) { + return request({ + url: '/build/sourceFunds', + method: 'put', + data: data + }) +} + +// 删除资金来源 +export function delFunds(id) { + return request({ + url: '/build/sourceFunds/' + id, + method: 'delete' + }) +} + +// 导出资金来源 +export function exportFunds(query) { + return request({ + url: '/build/sourceFunds/export', + method: 'get', + params: query + }) +} diff --git a/jwtech-admin-page/src/api/build/sta.js b/jwtech-admin-page/src/api/build/sta.js new file mode 100644 index 00000000..49944a26 --- /dev/null +++ b/jwtech-admin-page/src/api/build/sta.js @@ -0,0 +1,53 @@ +import request from '@/utils/request' + +// 查询人员出勤统计信息列表 +export function listSta(query) { + return request({ + url: '/build/sta/list', + method: 'post', + data: query + }) +} + +// 查询人员出勤统计信息详细 +export function getSta(id) { + return request({ + url: '/build/sta/' + id, + method: 'get' + }) +} + +// 新增人员出勤统计信息 +export function addSta(data) { + return request({ + url: '/build/sta', + method: 'post', + data: data + }) +} + +// 修改人员出勤统计信息 +export function updateSta(data) { + return request({ + url: '/build/sta', + method: 'put', + data: data + }) +} + +// 删除人员出勤统计信息 +export function delSta(id) { + return request({ + url: '/build/sta/' + id, + method: 'delete' + }) +} + +// 导出人员出勤统计信息 +export function exportSta(query) { + return request({ + url: '/build/sta/export', + method: 'get', + params: query + }) +} diff --git a/jwtech-admin-page/src/api/build/statis.js b/jwtech-admin-page/src/api/build/statis.js new file mode 100644 index 00000000..0f646e45 --- /dev/null +++ b/jwtech-admin-page/src/api/build/statis.js @@ -0,0 +1,53 @@ +import request from '@/utils/request' + +// 查询项目人员统计信息列表 +export function listStatis(query) { + return request({ + url: '/build/statis/list', + method: 'post', + data: query + }) +} + +// 查询项目人员统计信息详细 +export function getStatis(id) { + return request({ + url: '/build/statis/' + id, + method: 'get' + }) +} + +// 新增项目人员统计信息 +export function addStatis(data) { + return request({ + url: '/build/statis', + method: 'post', + data: data + }) +} + +// 修改项目人员统计信息 +export function updateStatis(data) { + return request({ + url: '/build/statis', + method: 'put', + data: data + }) +} + +// 删除项目人员统计信息 +export function delStatis(id) { + return request({ + url: '/build/statis/' + id, + method: 'delete' + }) +} + +// 导出项目人员统计信息 +export function exportStatis(query) { + return request({ + url: '/build/statis/export', + method: 'get', + params: query + }) +} diff --git a/jwtech-admin-page/src/api/build/subcontracts.js b/jwtech-admin-page/src/api/build/subcontracts.js new file mode 100644 index 00000000..b8ab017a --- /dev/null +++ b/jwtech-admin-page/src/api/build/subcontracts.js @@ -0,0 +1,53 @@ +import request from '@/utils/request' + +// 查询分包合同列表 +export function listSubcontracts(query) { + return request({ + url: '/build/subcontracts/list', + method: 'post', + data: query + }) +} + +// 查询分包合同详细 +export function getSubcontracts(id) { + return request({ + url: '/build/subcontracts/' + id, + method: 'get' + }) +} + +// 新增分包合同 +export function addSubcontracts(data) { + return request({ + url: '/build/subcontracts', + method: 'post', + data: data + }) +} + +// 修改分包合同 +export function updateSubcontracts(data) { + return request({ + url: '/build/subcontracts', + method: 'put', + data: data + }) +} + +// 删除分包合同 +export function delSubcontracts(id) { + return request({ + url: '/build/subcontracts/' + id, + method: 'delete' + }) +} + +// 导出分包合同 +export function exportSubcontracts(query) { + return request({ + url: '/build/subcontracts/export', + method: 'get', + params: query + }) +} diff --git a/jwtech-admin-page/src/api/build/sup.js b/jwtech-admin-page/src/api/build/sup.js new file mode 100644 index 00000000..4f45a9c8 --- /dev/null +++ b/jwtech-admin-page/src/api/build/sup.js @@ -0,0 +1,53 @@ +import request from '@/utils/request' + +// 查询质量安全监督管理列表 +export function listSup(query) { + return request({ + url: '/build/sup/list', + method: 'post', + data: query + }) +} + +// 查询质量安全监督管理详细 +export function getSup(id) { + return request({ + url: '/build/sup/' + id, + method: 'get' + }) +} + +// 新增质量安全监督管理 +export function addSup(data) { + return request({ + url: '/build/sup', + method: 'post', + data: data + }) +} + +// 修改质量安全监督管理 +export function updateSup(data) { + return request({ + url: '/build/sup', + method: 'put', + data: data + }) +} + +// 删除质量安全监督管理 +export function delSup(id) { + return request({ + url: '/build/sup/' + id, + method: 'delete' + }) +} + +// 导出质量安全监督管理 +export function exportSup(query) { + return request({ + url: '/build/sup/export', + method: 'get', + params: query + }) +} diff --git a/jwtech-admin-page/src/api/build/supPerson.js b/jwtech-admin-page/src/api/build/supPerson.js new file mode 100644 index 00000000..0c3c6185 --- /dev/null +++ b/jwtech-admin-page/src/api/build/supPerson.js @@ -0,0 +1,53 @@ +import request from '@/utils/request' + +// 查询监理人员管理列表 +export function listPerson(query) { + return request({ + url: '/build/supPerson/list', + method: 'post', + data: query + }) +} + +// 查询监理人员管理详细 +export function getPerson(id) { + return request({ + url: '/build/supPerson/' + id, + method: 'get' + }) +} + +// 新增监理人员管理 +export function addPerson(data) { + return request({ + url: '/build/supPerson', + method: 'post', + data: data + }) +} + +// 修改监理人员管理 +export function updatePerson(data) { + return request({ + url: '/build/supPerson', + method: 'put', + data: data + }) +} + +// 删除监理人员管理 +export function delPerson(id) { + return request({ + url: '/build/supPerson/' + id, + method: 'delete' + }) +} + +// 导出监理人员管理 +export function exportPerson(query) { + return request({ + url: '/build/supPerson/export', + method: 'get', + params: query + }) +} diff --git a/jwtech-admin-page/src/api/build/wages.js b/jwtech-admin-page/src/api/build/wages.js new file mode 100644 index 00000000..07ff36c8 --- /dev/null +++ b/jwtech-admin-page/src/api/build/wages.js @@ -0,0 +1,53 @@ +import request from '@/utils/request' + +// 查询农民工工资及工资保证金列表 +export function listWages(query) { + return request({ + url: '/build/wages/list', + method: 'post', + data: query + }) +} + +// 查询农民工工资及工资保证金详细 +export function getWages(id) { + return request({ + url: '/build/wages/' + id, + method: 'get' + }) +} + +// 新增农民工工资及工资保证金 +export function addWages(data) { + return request({ + url: '/build/wages', + method: 'post', + data: data + }) +} + +// 修改农民工工资及工资保证金 +export function updateWages(data) { + return request({ + url: '/build/wages', + method: 'put', + data: data + }) +} + +// 删除农民工工资及工资保证金 +export function delWages(id) { + return request({ + url: '/build/wages/' + id, + method: 'delete' + }) +} + +// 导出农民工工资及工资保证金 +export function exportWages(query) { + return request({ + url: '/build/wages/export', + method: 'get', + params: query + }) +} diff --git a/jwtech-admin-page/src/views/building/index6666.vue b/jwtech-admin-page/src/views/building/index6666.vue new file mode 100644 index 00000000..02916052 --- /dev/null +++ b/jwtech-admin-page/src/views/building/index6666.vue @@ -0,0 +1,112 @@ + + + diff --git a/jwtech-admin-page/src/views/building/projectInfo/index.vue b/jwtech-admin-page/src/views/building/projectInfo/index.vue new file mode 100644 index 00000000..36b3720f --- /dev/null +++ b/jwtech-admin-page/src/views/building/projectInfo/index.vue @@ -0,0 +1,875 @@ + + + +