diff --git a/dist.zip b/dist.zip deleted file mode 100644 index ef268ce7..00000000 Binary files a/dist.zip and /dev/null differ diff --git a/src/assets/js/api/monthWeekReportManage.js b/src/assets/js/api/monthWeekReportManage.js new file mode 100644 index 00000000..e16cbcc4 --- /dev/null +++ b/src/assets/js/api/monthWeekReportManage.js @@ -0,0 +1,17 @@ +/** + * api接口统一管理 + */ +import { post, get } from '../http' + +// 共用接口 +export const getEnterpriseInfoListApi = data => post('xmgl/enterpriseInfo/list', data); //公司列表接口 + +// 周报月报 +// 分页列表查询承包商项自组项目部月报周报信息 +export const getContractorProjectMonthlyWeeklyReportPage = data => get('xmgl/contractorProjectMonthlyWeeklyReport/page', data); +// 添加承包商项自组项目部月报周报信息 +export const addContractorProjectMonthlyWeeklyReport = data => post('xmgl/contractorProjectMonthlyWeeklyReport/add', data); +// 编辑承包商项自组项目部月报周报信息 +export const editContractorProjectMonthlyWeeklyReport = data => post('xmgl/contractorProjectMonthlyWeeklyReport/edit', data); +// 删除承包商项自组项目部月报周报信息 +export const deleteContractorProjectMonthlyWeeklyReport = data => post('xmgl/contractorProjectMonthlyWeeklyReport/delete', data); \ No newline at end of file diff --git a/src/views/projectFront/monthWeekReportManage/contractor.vue b/src/views/projectFront/monthWeekReportManage/contractor.vue new file mode 100644 index 00000000..19221ec4 --- /dev/null +++ b/src/views/projectFront/monthWeekReportManage/contractor.vue @@ -0,0 +1,459 @@ + + + + + + + + + + + + + + + + + + + + {{ $t("message.personnelPosition.beaconManage.query") }} + + + {{ $t("message.personnelPosition.beaconManage.refresh") }} + + 新增 + + + + + + + + + + {{ scope.row.enterpriseName }} + + + + + + + {{ item.name }} + + + + + + + + 预览 + + + + 下载 + + + + {{ + $t("message.personnelPosition.beaconManage.table.edit") + }} + + + + {{ + $t("message.personnelPosition.beaconManage.table.delete") + }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 上传附件 + + + + + + + + + + + \ No newline at end of file diff --git a/src/views/projectFront/monthWeekReportManage/projectDepartment.vue b/src/views/projectFront/monthWeekReportManage/projectDepartment.vue new file mode 100644 index 00000000..3a5850a5 --- /dev/null +++ b/src/views/projectFront/monthWeekReportManage/projectDepartment.vue @@ -0,0 +1,459 @@ + + + + + + + + + + + + + + + + + + + + {{ $t("message.personnelPosition.beaconManage.query") }} + + + {{ $t("message.personnelPosition.beaconManage.refresh") }} + + 新增 + + + + + + + + + + {{ scope.row.enterpriseName }} + + + + + + + {{ item.name }} + + + + + + + + 预览 + + + + 下载 + + + + {{ + $t("message.personnelPosition.beaconManage.table.edit") + }} + + + + {{ + $t("message.personnelPosition.beaconManage.table.delete") + }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 上传附件 + + + + + + + + + + + \ No newline at end of file diff --git a/src/views/projectFront/monthWeekReportManage/projectGroup.vue b/src/views/projectFront/monthWeekReportManage/projectGroup.vue new file mode 100644 index 00000000..75b20854 --- /dev/null +++ b/src/views/projectFront/monthWeekReportManage/projectGroup.vue @@ -0,0 +1,459 @@ + + + + + + + + + + + + + + + + + + + + {{ $t("message.personnelPosition.beaconManage.query") }} + + + {{ $t("message.personnelPosition.beaconManage.refresh") }} + + 新增 + + + + + + + + + + {{ scope.row.enterpriseName }} + + + + + + + {{ item.name }} + + + + + + + + 预览 + + + + 下载 + + + + {{ + $t("message.personnelPosition.beaconManage.table.edit") + }} + + + + {{ + $t("message.personnelPosition.beaconManage.table.delete") + }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 上传附件 + + + + + + + + + + + \ No newline at end of file