diff --git a/client/src/api/project.js b/client/src/api/project.js index c4ff8ec..b320acb 100644 --- a/client/src/api/project.js +++ b/client/src/api/project.js @@ -39,6 +39,13 @@ export function getProject(id) { }) } +export function toplanProject(id) { + return request({ + url: `/project/project/${id}/toplan/`, + method: 'put' + }) +} + export function assginProject(id) { return request({ url: `/project/project/${id}/assgin/`, diff --git a/client/src/router/index.js b/client/src/router/index.js index 5824eac..995368d 100644 --- a/client/src/router/index.js +++ b/client/src/router/index.js @@ -100,7 +100,7 @@ export const asyncRoutes = [ hidden: true }, { - path: 'certapp/create/:id/', + path: 'certapp/create/:kind/', name: 'Certappcreate', component: () => import('@/views/certapp/certappcreate'), meta: { title: '申请受理单创建', icon: 'example', perms: ['certapp_create'] }, @@ -120,6 +120,13 @@ export const asyncRoutes = [ meta: { title: '业务详情', icon: 'example', perms: ['certapp_detail'] }, hidden: true }, + { + path: 'project/:id/update/', + name: 'Projectupdate', + component: () => import('@/views/project/handle'), + meta: { title: '编辑项目', icon: 'example', perms: ['project_update'] }, + hidden: true + }, ] }, { diff --git a/client/src/styles/index.scss b/client/src/styles/index.scss index bacfa40..65008d6 100644 --- a/client/src/styles/index.scss +++ b/client/src/styles/index.scss @@ -62,6 +62,11 @@ div:focus { // main-container global css .app-container { padding: 10px; + overflow-y: hidden; +} + +body .el-table th.gutter{ + display: table-cell!important; } .el-table--medium td,   .el-table--medium th { diff --git a/client/src/views/audit/task.vue b/client/src/views/audit/task.vue index 6c62067..8709e74 100644 --- a/client/src/views/audit/task.vue +++ b/client/src/views/audit/task.vue @@ -97,7 +97,7 @@ {{ scope.row.create_time }} - + - + - + @@ -102,15 +80,17 @@ @@ -145,13 +125,12 @@ export default { page: 1, page_size: 20 }, - deptOptions: [], + fieldOptions: [], field_list:[] }; }, created() { this.getList() - this.getdeptOptions() this.getfields() }, methods: { @@ -165,11 +144,11 @@ export default { this.listLoading = false }); }, - getdeptOptions() { - getOrgList().then(res=>{ - this.deptOptions = genTree(res.data) - }) - }, + // getdeptOptions() { + // getOrgList().then(res=>{ + // this.deptOptions = genTree(res.data) + // }) + // }, resetFilter() { this.listQuery = { page: 1, @@ -203,6 +182,7 @@ deleteCertapp(scope.row.id).then(res=>{ getfields(){ getDictList({type__code:'cert_field'}).then(res=>{ let fields = [] + this.fieldOptions = genTree(res.data) for(var i=0;i +
+
+ + + 搜索 + 重置 +
+ + + + + + + + + + + + + + + + + + + + + + + + +
+ + diff --git a/client/src/views/enterprise/enterprisechoose.vue b/client/src/views/enterprise/enterprisechoose.vue index 2c5366a..9dfebf0 100644 --- a/client/src/views/enterprise/enterprisechoose.vue +++ b/client/src/views/enterprise/enterprisechoose.vue @@ -12,14 +12,13 @@ icon="el-icon-search" @click="handleFilter">搜索 刷新重置 + @click="resetFilter">重置 业务信息 + 添加申请 {{ scope.row.create_time }}
- + @@ -466,9 +473,19 @@ width="80%" :append-to-body="true" > - + + + + +