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/edit.vue b/src/views/company/edit.vue index f047c11..b73186d 100644 --- a/src/views/company/edit.vue +++ b/src/views/company/edit.vue @@ -181,18 +181,30 @@ > - - + + + + + + +
其他联系人
@@ -266,12 +278,11 @@ -
电子合同
- - - - - - - - - - - - - - - - - - - + - - - - - - - - - - - - - - 上传 - - - - - - + + + + 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 @@ + + + + diff --git a/src/views/permission/admin/edit.vue b/src/views/permission/admin/edit.vue index 24b425a..4a672ff 100644 --- a/src/views/permission/admin/edit.vue +++ b/src/views/permission/admin/edit.vue @@ -188,7 +188,7 @@ /> - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + - - - - - - - + > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - 上传 - - - + + + + 上传 + + + + @@ -497,39 +499,6 @@ const formData = reactive({ multipoint_login: 1, root: 0 }) -// const formData = reactive({ -// id: '', -// sex: '1', -// id_card: '513701200012105613', -// name: 'zmj', -// province: '', -// city: '', -// area: '', -// street: '', -// address: '', -// phone: '15884967539', -// // v-model="formData.party_a_name" - -// party_a_name:"", -// qualification: { -// id_card: '', -// id_card_b: '', -// car_card: '', -// car_card_b: '', -// bank_account: '', -// bank_account_b: '' -// }, -// // 合同类型 -// contract_type: '', -// // 合同 -// contract: '', -// file: '', -// is_contract: 0, -// role_id: "", -// avatar: '', -// multipoint_login: 1, -// root: 0 -// }) // 字典信息 const datas: any = reactive({ provinceOptions: [], diff --git a/src/views/permission/admin/index.vue b/src/views/permission/admin/index.vue index 62d0e47..2367ad8 100644 --- a/src/views/permission/admin/index.vue +++ b/src/views/permission/admin/index.vue @@ -1,251 +1,278 @@ \ No newline at end of file +