2017.10.31 Enginer+position+statement
|
一、The basic information |
|||||||||
|
Post name |
Engineering manager |
Department |
Engineering |
Post member |
A24645 |
||||
|
immediate superior |
general manager |
Post people |
1 |
Post level |
Sensor electronics |
||||
|
Immediate subordinate |
Department manager |
Workplace |
Engineering |
||||||
|
Created Date |
2017/07/10 |
Effective date |
2017/07/10 |
||||||
|
work content |
Job description: 1. Responsible for the overall planning and overall planning of the department and follow-up and implementation of related work. 2. Completed the recruitment and job placement and dismissal of the department jointly with the personnel department. 3. Responsible for the approval of product BOM, ECN, SOP and other related process documents. 4. Responsible for the whole process of ES, CS, PP and MP. 5. Responsible for product quality, efficiency improvement, lower rate of failure to follow up and implement. 6. Responsible for product quality, efficiency improvement, lower rate of failure to follow up and implement. 7. Responsible for reviewing and approving various reports of the department. 8. Responsible for performance appraisal and other related work of the department. 9. Responsible for the formulation of rules and regulations, post responsibilities and procedure documents of the department. 10. Responsible for the coordination and communication of all the work of the department. 11.To be responsible for the management, handling of abnormal accidents and other related work 12. Assist the supervisor in formulating the department's rules and regulations, post responsibilities, procedure documents and implementation of relevant policies and resolutions of the company. |
||||||||
|
Duty |
1. Responsible for the project objectives and plans of the engineering department. 2. Responsible for the project of personal responsibility. 3. Responsible for the abnormal design of the project. 4. Be familiar with the products of the company, actively participate in solving problems of product quality, and be responsible for the damage caused by design. |
Authority |
engineering manager |
||||||
|
Induction training |
1.Enterprise Culture and regulatory framework 2.ISO9001:2008,ISO14001 3.Refer to the list of pre-job training In engineering department |
||||||||
|
Sex |
Male or female |
||||||||
|
Education background: Bachelor degree or above in electronic or mechanical engineering |
Age |
Between 26-45 years |
|||||||
|
special requirements:Strong professional quality and organizational communication skills |
|||||||||
|
Moral requirements: Proactive, steadfast, dedicated and cooperative |
|||||||||
|
Professional background and business ability requirements 1.Major in engineering, electronics, etc. 2. Professional foundation, strong analytical ability. 3. Strong communication, organization, coordination and management skills. |
Qualification certificate and working experience requirement 1.Degree and degree certificate。 2. At least 3 years related working experience and good performance. |
||||||||
2017.10.31 Enginer+position+statement的更多相关文章
- [软件工程基础]2017.10.31 第四次 Scrum 会议
具体事项 项目交接燃尽图 每人工作内容 成员 已完成的工作 计划完成的工作 工作中遇到的困难 游心 #7 掌握 PHP:#6 阅读分析 PhyLab 数据处理相关代码 #10 搭建可用的开发测试环境: ...
- 2017/10 冲刺NOIP集训记录:暁の水平线に胜利を刻むのです!
前几次集训都没有记录每天的点滴……感觉缺失了很多反思的机会. 这次就从今天开始吧!不能懈怠,稳步前进! 2017/10/1 今天上午进行了集训的第一次考试…… 但是这次考试似乎是近几次我考得最渣的一次 ...
- 背水一战 Windows 10 (31) - 控件(按钮类): ButtonBase, Button, HyperlinkButton, RepeatButton, ToggleButton, AppBarButton, AppBarToggleButton
[源码下载] 背水一战 Windows 10 (31) - 控件(按钮类): ButtonBase, Button, HyperlinkButton, RepeatButton, ToggleButt ...
- Contest - 2014 SWJTU ACM 手速测试赛(2014.10.31)
题目列表: 2146 Problem A [手速]阔绰的Dim 2147 Problem B [手速]颓废的Dim 2148 Problem C [手速]我的滑板鞋 2149 Problem D [手 ...
- 九月 26, 2017 10:18:14 上午 com.sun.jersey.server.impl.application.RootResourceUriRules <init> 严重: The ResourceConfig instance does not contain any root resource classes.
Tomcat启动错误:九月 26, 2017 10:18:14 上午 com.sun.jersey.server.impl.application.RootResourceUriRules <i ...
- 17.10.31&11.01
10.31模拟考试 Prob.1(AC)裸的矩阵幂 Prob.2(WA)(类似括号匹配求合法方案数) 卡特兰数的一个模型运用.可以推出一个式子(推导方法一个erge讲的,一个骚猪讲的) Prob.3( ...
- 10.31 正睿停课训练 Day13
目录 2018.10.31 正睿停课训练 Day13 A Poker(期望) B Label(高斯消元) C Coin(二分图染色 博弈) 考试代码 A(打表) B 2018.10.31 正睿停课训练 ...
- Adobe Audition CC 2017 (10.0)安装教程
Adobe Audition CC 2017 (10.0)安装教程 注:下载地址在文章末尾 第一步:首先请将电脑的网络断开,很简单:禁用本地连接或者拔掉网线,这样就可以免除登录Creative Clo ...
- Xamarin 2017.10.9更新
Xamarin 2017.10.9更新 本次更新主要解决了一些bug.Visual Studio 2017升级到15.4获得新功能.Visual Studio 2015需要工具-选项-Xamarin ...
随机推荐
- 简明python教程六----编写一个python脚本
备份程序: #!/usr/bin/python #Filename:backup_ver1.py import os import time source = ['/home/liuxj/python ...
- Hive学习路线图--张丹老师
前言 Hive是Hadoop家族中一款数据仓库产品,Hive最大的特点就是提供了类SQL的语法,封装了底层的MapReduce过程,让有SQL基础的业务人员,也可以直接利用Hadoop进行大数据的操作 ...
- java多线程总结(二)
线程一般有6个状态: 新建状态:NEW 可运行状态:RUNNABLE 休眠状态:TIMED_WAITING 等待状态:WAITING 阻塞状态:BLOCKED 终止状态“TERMINATED 当我们使 ...
- Python(函数式编程)
函数是Python内建支持的一种封装,我们通过把大段代码拆成函数,通过一层一层的函数调用,就可以把复杂任务分解成简单的任务,这种分解可以称之为面向过程的程序设计.函数就是面向过程的程序设计的基本单元. ...
- Zend studio13 导入已有php文件夹
New -> orther -> faceted project 选好对应的文件夹 ,文件夹下的就都导入zend studio了.
- 自动回复之实现随机回复与常用Mapper XML标签
[常用Mapper XML标签] 1.基本的:select.insert.update 等 2.可读性.方便拼SQL:where.set.trim 3.减少重复:sql 4.逻辑控制:if.choos ...
- cisco笔记
交换机 show cdp neighbors 显示邻居信息 路由 show ip interface brief 显示接口ip
- java 客户端发起http请求2
客户端请求方式一,如果数据类型为 x-www-form-urlencoded 用到的json jar包为 gradle ('com.alibaba:fastjson:1.2.38',) 那么对应的代码 ...
- Steema TeeChart Pro VCL FMX 2017.20 Full Suorce在Delphi XE10下的安装
一.首先将压缩包TeeChart Pro VCL FMX 2017.20 FS.rar解压到一个目录,比如 E:\Application\Steema TeeChart Pro VCL FMX 201 ...
- Java控制语句——分支、循环、跳转
分支语句(if语句,switch语句): 循环语句(for,while,do...while); 跳转语句(break,continue,return): 分支语句(if语句,switch语句) if ...