|
@@ -191,7 +191,8 @@ export default {
|
|
|
},
|
|
|
departData: [],
|
|
|
instanceChild: {},
|
|
|
- userMes: {}
|
|
|
+ userMes: {},
|
|
|
+ importId: ''
|
|
|
}
|
|
|
},
|
|
|
created() {
|
|
@@ -216,6 +217,7 @@ export default {
|
|
|
this.dialogVisible = true
|
|
|
this.instanceChild = datas
|
|
|
this.activeName = 'first'
|
|
|
+ this.importId = id
|
|
|
this.getDetails(id)
|
|
|
this.rowMsg = row
|
|
|
|
|
@@ -366,7 +368,8 @@ export default {
|
|
|
})
|
|
|
},
|
|
|
handleImport() {
|
|
|
- this.$refs.importPage.upload.title = "本部部门业绩指标计划信息导入"
|
|
|
+ this.$refs.importPage.upload.title = "本部部门业绩指标考核信息导入"
|
|
|
+ this.$refs.importPage.upload.data = {id: this.importId}
|
|
|
this.$refs.importPage.upload.open = true
|
|
|
this.$refs.importPage.upload.url = '/evaluation-dept-plan/import'
|
|
|
},
|
|
@@ -380,8 +383,8 @@ export default {
|
|
|
//根据数据自己调整
|
|
|
let colums = []
|
|
|
colums = [
|
|
|
- { header: 'ID', key: 'id', width: 26 },
|
|
|
- { header: '业务ID', key: 'businessPlanId', width: 26 },
|
|
|
+ // { header: 'ID', key: 'id', width: 26 },
|
|
|
+ // { header: '业务ID', key: 'businessPlanId', width: 26 },
|
|
|
{ header: '部门ID', key: 'deptId', width: 26 },
|
|
|
{ header: '部门名称', key: 'deptName', width: 26 },
|
|
|
{ header: '部门编码', key: 'deptCode', width: 26 },
|