diff --git a/src/api/company.ts b/src/api/company.ts index c273ada..eb316b3 100644 --- a/src/api/company.ts +++ b/src/api/company.ts @@ -23,4 +23,9 @@ export function apiCompanyDelete(params: any) { // 公司详情 export function apiCompanyDetail(params: any) { return request.get({ url: '/company/detail', params }) -} \ No newline at end of file +} + +// 下属公司详情 +export function apiSubordinateList(params: any) { + return request.get({ url: '/company/subordinate', params }) +} diff --git a/src/views/company/dialog_index_man.vue b/src/views/company/dialog_index_man.vue new file mode 100644 index 0000000..c094fdd --- /dev/null +++ b/src/views/company/dialog_index_man.vue @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + 查询 + 重置 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/views/company/edit.vue b/src/views/company/edit.vue index d469d7c..2a65f01 100644 --- a/src/views/company/edit.vue +++ b/src/views/company/edit.vue @@ -246,8 +246,7 @@ v-model="formData.contract.file" action="https://worker-task.lihaink.cn/api/upload/image" :show-file-list="false" - :on-success="handleAvatarSuccess_three" - :before-upload="beforeAvatarUpload_three" + :on-success="handleAvatarSuccess" > 点击上传 diff --git a/src/views/company/index.vue b/src/views/company/index.vue index 9d94a60..d46b044 100644 --- a/src/views/company/index.vue +++ b/src/views/company/index.vue @@ -1,156 +1,114 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - 查询 - 重置 - - - - - - - - - - - 创建 - - - - - - - - - - - - - - - - - - - 查看 + + + + + + 创建 - - 编辑 - - 删除 - 生成个人合同 - 发送短信 - - - - - - - - - - - 重要提醒 - 请确认信息是否有误,发送合同,请确认信息是否有误,发送电子合同后短时间内将不可再次发送. - 确认签约短信将在60秒后发送,请注意查收,并点击短信链接进行线上合同签约 - - 确认创建 - 确认 - 返回 - - - + + + + + + + + + + + + + + + + + + 查看 + + + 编辑 + + 删除 + 生成个人合同 + 发送短信 + + + + + + + + + + + 重要提醒 + 请确认信息是否有误,发送合同,请确认信息是否有误,发送电子合同后短时间内将不可再次发送. + 确认签约短信将在60秒后发送,请注意查收,并点击短信链接进行线上合同签约 + + 确认创建 + 确认 + 返回 + + + diff --git a/src/views/company/subordinate.vue b/src/views/company/subordinate.vue new file mode 100644 index 0000000..77a03f2 --- /dev/null +++ b/src/views/company/subordinate.vue @@ -0,0 +1,229 @@ + + + + + + + + + + + + + + + + + + + 查看成员 + + + 详情 + + + 编辑 + + 删除 + 生成合同 + 发送短信 + + + + + + + + + + + 重要提醒 + + 请确认信息是否有误,发送合同,请确认信息是否有误,发送电子合同后短时间内将不可再次发送. + + + 确认签约短信将在60秒后发送,请注意查收,并点击短信链接进行线上合同签约 + + + 确认创建 + 确认 + 返回 + + + + + + + diff --git a/src/views/permission/admin/edit.vue b/src/views/permission/admin/edit.vue index 8acaf14..bebc486 100644 --- a/src/views/permission/admin/edit.vue +++ b/src/views/permission/admin/edit.vue @@ -626,15 +626,15 @@ defineExpose({ \ No newline at end of file +} +
- 确认创建 - 确认 - 返回 -
+ 确认创建 + 确认 + 返回 +