diff --git a/.gitignore b/.gitignore index 365ba09..487e841 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ pnpm-debug.log* lerna-debug.log* node_modules +.vscode .DS_Store dist dist-ssr diff --git a/src/api/perms/admin.ts b/src/api/perms/admin.ts index d1d0e7f..b0c611e 100644 --- a/src/api/perms/admin.ts +++ b/src/api/perms/admin.ts @@ -34,4 +34,4 @@ export function generateGontract(params: any) { // 发送短信 export function sendMsgApi(params: any) { return request.get({ url: '/company/postsms', params }) -} \ No newline at end of file +} diff --git a/src/views/company/dialog_index_personnel.vue b/src/views/company/dialog_index_personnel.vue new file mode 100644 index 0000000..c094fdd --- /dev/null +++ b/src/views/company/dialog_index_personnel.vue @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + 查询 + 重置 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/views/company/edit.vue b/src/views/company/edit.vue index ba4604d..d469d7c 100644 --- a/src/views/company/edit.vue +++ b/src/views/company/edit.vue @@ -1,390 +1,246 @@ - - - - 公司基本信息创建 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 主要联系人 - - - - - - - - - - - - - - - - - - - - - - - - - 其他联系人 - - - - - - - + + + + 公司基本信息创建 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + 主要联系人 + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - + 其他联系人 + + + + + + + + + + + + + + + + + + + + + + + + - - - 其他联系人 - - - - - 资质信息 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 电子合同 - - - - - - - - - - - - - - - - - - - + + + 其他联系人 + + + + + 资质信息 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 电子合同 + + - - - - - - - - - - - - - - 上传 - - - - - - - - 修改 - 创建 - - - - - - - + + 上传 + + + + + + + + 修改 + 创建 + + + + + + + + + + diff --git a/src/views/company/index.vue b/src/views/company/index.vue index 4b5d218..9d94a60 100644 --- a/src/views/company/index.vue +++ b/src/views/company/index.vue @@ -1,307 +1,275 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - 查询 - 重置 - - - - - - - - - - - 创建 - - - - - - - - - - - - - - - - - - - - + + + + 创建 + + + + + + + + + + + + + + + + + + + - 查看 - - - + - 编辑 - - - - 删除 - - - 创建合同 - - - 重新发送 - - - - - - - - - - - - 重要提醒 - - 请确认信息是否有误,发送合同,请确认信息是否有误,发送电子合同后短时间内将不可再次发送. - - - 确认签约短信将在60秒后发送,请注意查收,并点击短信链接进行线上合同签约 - - - 确认创建 - 确认 - 返回 - - - + >编辑 + + 删除 + 生成个人合同 + 发送短信 + + + + + + + + + + + 重要提醒 + 请确认信息是否有误,发送合同,请确认信息是否有误,发送电子合同后短时间内将不可再次发送. + 确认签约短信将在60秒后发送,请注意查收,并点击短信链接进行线上合同签约 + + 确认创建 + 确认 + 返回 + + + diff --git a/src/views/contract/contractDetil.vue b/src/views/contract/contractDetil.vue new file mode 100644 index 0000000..4d17130 --- /dev/null +++ b/src/views/contract/contractDetil.vue @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 取消 + 确定 + + + + + + + \ No newline at end of file diff --git a/src/views/contract/edit.vue b/src/views/contract/edit.vue index 9db2cba..1614d4d 100644 --- a/src/views/contract/edit.vue +++ b/src/views/contract/edit.vue @@ -1,6 +1,9 @@ + () const popupRef = shallowRef>() const mode = ref('add') - // 弹窗标题 const popupTitle = computed(() => { return mode.value == 'edit' ? '编辑合同' : '新增合同' diff --git a/src/views/contract/index.vue b/src/views/contract/index.vue index 9b37873..615474b 100644 --- a/src/views/contract/index.vue +++ b/src/views/contract/index.vue @@ -2,46 +2,21 @@ - - + + - + - + - + - + 查询 @@ -55,29 +30,28 @@ 新增 - --> - - 删除 - + --> + 删除 - + + + + + {{ scope.row.type == 1 ? '公司' : scope.row.type == 0 ? "" : '个人' }} + + + + - + - - - 查看 + --> + + + 查看 - - - 删除 + + + 详情 + + 删除 @@ -113,90 +82,94 @@ - + diff --git a/src/views/permission/admin/edit.vue b/src/views/permission/admin/edit.vue index 4081c19..8acaf14 100644 --- a/src/views/permission/admin/edit.vue +++ b/src/views/permission/admin/edit.vue @@ -1,484 +1,281 @@ - - - - 基本信息创建 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + 基本信息创建 - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - 资质信息 + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - 上传 - - - - - - - - - + + + + + + + + + + + + + + + + + + 资质信息 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 上传 + + + + + + + + + diff --git a/src/views/permission/admin/index.vue b/src/views/permission/admin/index.vue index 9ed561a..bd655c5 100644 --- a/src/views/permission/admin/index.vue +++ b/src/views/permission/admin/index.vue @@ -3,33 +3,19 @@ - + - - + + 查询 重置 - + @@ -48,79 +34,33 @@ - + - - + + - + - + - - 查看 - - - 编辑 - - - 删除 - - - 创建合同 - - - 重新发送 - - + 查看 + 编辑 + 删除 + 生成个人合同 + 发送短信 + @@ -129,17 +69,13 @@ - + 重要提醒 - - 请确认信息是否有误,发送合同,请确认信息是否有误,发送电子合同后短时间内将不可再次发送. - - - 确认签约短信将在60秒后发送,请注意查收,并点击短信链接进行线上合同签约 - + 请确认信息是否有误,发送合同,请确认信息是否有误,发送电子合同后短时间内将不可再次发送. + 确认签约短信将在60秒后发送,请注意查收,并点击短信链接进行线上合同签约 - 确认创建 + 确认创建 确认 返回 @@ -148,43 +84,51 @@
- 确认创建 - 确认 - 返回 -
+ 确认创建 + 确认 + 返回 +
- - - - - - -
- - - - - +
- 确认创建 + 确认创建 确认 返回