diff --git a/src/views/hrm/employee.vue b/src/views/hrm/employee.vue index 763f2b46..ac5458a7 100644 --- a/src/views/hrm/employee.vue +++ b/src/views/hrm/employee.vue @@ -2,20 +2,6 @@
- - - + 下载模板 取 消 - - - + + + + + + + + + + - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + @@ -383,6 +313,10 @@ export default { }); this.deptData = genTree(res); }, + downloadTemplate() { + const url = config.API_URL.slice(0, -4) + '/media/temp/花名册-模板.xlsx' + window.open(url, '_blank') + }, submitImport() { if (!this.importFilePath) { this.$message.warning('请先选择并上传文件') diff --git a/src/views/wpm_bx/inmIn.vue b/src/views/wpm_bx/inmIn.vue index 7901261c..cad106ce 100644 --- a/src/views/wpm_bx/inmIn.vue +++ b/src/views/wpm_bx/inmIn.vue @@ -241,14 +241,6 @@ - - - - {{ createForm.material_name || '选择物料' }} - + + + + + @@ -343,7 +345,6 @@