优化
This commit is contained in:
parent
43676551ba
commit
377f38cc7b
@ -235,18 +235,22 @@ export default {
|
|||||||
const obj = { status: 1, menuName: '制定了' }
|
const obj = { status: 1, menuName: '制定了' }
|
||||||
const params = Object.assign({}, { resultRecordId: this.$route.query.id || '' }, obj)
|
const params = Object.assign({}, { resultRecordId: this.$route.query.id || '' }, obj)
|
||||||
let res = await apiSaveapproval(params)
|
let res = await apiSaveapproval(params)
|
||||||
|
console.log("🚀 ~ file: index.vue ~ line 238 ~ handleGetNext ~ res", res)
|
||||||
if (res.code !== 200) {
|
if (res.code !== 200) {
|
||||||
this.$message.error(res.msg || '出错了 ')
|
this.$message.error(res.msg || '出错了 ')
|
||||||
|
return
|
||||||
}
|
}
|
||||||
let res1 = await apiSaveDetail(Object.assign({}, { commentId: res.commentId }, this.obj))
|
this.obj.commentId = res.commentId
|
||||||
|
let res1 = await apiSaveDetail(this.obj)
|
||||||
if (res1.code !== 200) {
|
if (res1.code !== 200) {
|
||||||
this.$message.error(res1.msg)
|
this.$message.error(res1.msg)
|
||||||
|
return
|
||||||
}
|
}
|
||||||
this.$message({
|
this.$message({
|
||||||
message: res.msg,
|
message: res.msg,
|
||||||
type: 'success'
|
type: 'success'
|
||||||
})
|
})
|
||||||
history.go(-1)
|
// history.go(-1)
|
||||||
},
|
},
|
||||||
handleGetWeight1 () {
|
handleGetWeight1 () {
|
||||||
let num = 0
|
let num = 0
|
||||||
|
|||||||
@ -5,52 +5,68 @@
|
|||||||
员工月度绩效计划与评估表员工月度绩效计划与评估表 --部门负责人部门负责人
|
员工月度绩效计划与评估表员工月度绩效计划与评估表 --部门负责人部门负责人
|
||||||
</div>
|
</div>
|
||||||
<div class="tablePint-aboult">
|
<div class="tablePint-aboult">
|
||||||
<div class="tablePint-aboult-item">
|
<div class="tablePint-aboult-item"
|
||||||
|
style="width:100px">
|
||||||
考核月份
|
考核月份
|
||||||
</div>
|
</div>
|
||||||
<div class="tablePint-aboult-item">
|
<div class="tablePint-aboult-item"
|
||||||
|
style="width:110px">
|
||||||
2020年9月
|
2020年9月
|
||||||
</div>
|
</div>
|
||||||
<div class="tablePint-aboult-item">
|
<div class="tablePint-aboult-item"
|
||||||
|
style="width:50px">
|
||||||
工号
|
工号
|
||||||
</div>
|
</div>
|
||||||
<div class="tablePint-aboult-item">
|
<div class="tablePint-aboult-item"
|
||||||
|
style="width:50px">
|
||||||
LY81
|
LY81
|
||||||
</div>
|
</div>
|
||||||
<div class="tablePint-aboult-item">
|
<div class="tablePint-aboult-item"
|
||||||
|
style="width:80px">
|
||||||
员工姓名
|
员工姓名
|
||||||
</div>
|
</div>
|
||||||
<div class="tablePint-aboult-item">
|
<div class="tablePint-aboult-item"
|
||||||
|
style="width:50px">
|
||||||
熊成强
|
熊成强
|
||||||
</div>
|
</div>
|
||||||
<div class="tablePint-aboult-item">
|
<div class="tablePint-aboult-item"
|
||||||
|
style="width:80px">
|
||||||
一级部门
|
一级部门
|
||||||
</div>
|
</div>
|
||||||
<div class="tablePint-aboult-item">
|
<div class="tablePint-aboult-item"
|
||||||
|
style="width:80px">
|
||||||
设计部
|
设计部
|
||||||
</div>
|
</div>
|
||||||
<div class="tablePint-aboult-item">
|
<div class="tablePint-aboult-item"
|
||||||
|
style="width:80px">
|
||||||
二级部门
|
二级部门
|
||||||
</div>
|
</div>
|
||||||
<div class="tablePint-aboult-item">
|
<div class="tablePint-aboult-item"
|
||||||
|
style="width:50px">
|
||||||
/
|
/
|
||||||
</div>
|
</div>
|
||||||
<div class="tablePint-aboult-item">
|
<div class="tablePint-aboult-item"
|
||||||
|
style="width:100px">
|
||||||
三级部门
|
三级部门
|
||||||
</div>
|
</div>
|
||||||
<div class="tablePint-aboult-item">
|
<div class="tablePint-aboult-item"
|
||||||
|
style="width:100px">
|
||||||
/
|
/
|
||||||
</div>
|
</div>
|
||||||
<div class="tablePint-aboult-item">
|
<div class="tablePint-aboult-item"
|
||||||
|
style="width:100px">
|
||||||
职位
|
职位
|
||||||
</div>
|
</div>
|
||||||
<div class="tablePint-aboult-item">
|
<div class="tablePint-aboult-item"
|
||||||
|
style="width:100px">
|
||||||
前端工程师
|
前端工程师
|
||||||
</div>
|
</div>
|
||||||
<div class="tablePint-aboult-item">
|
<div class="tablePint-aboult-item"
|
||||||
|
style="width:100px">
|
||||||
直属上级
|
直属上级
|
||||||
</div>
|
</div>
|
||||||
<div class="tablePint-aboult-item">
|
<div class="tablePint-aboult-item"
|
||||||
|
style="width:100px">
|
||||||
杨洋
|
杨洋
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -103,6 +119,7 @@ export default {
|
|||||||
|
|
||||||
<style lang="less" scoped>
|
<style lang="less" scoped>
|
||||||
.tablePint {
|
.tablePint {
|
||||||
|
width: 1500px;
|
||||||
margin: 10px 10px;
|
margin: 10px 10px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: #5c5c5c;
|
color: #5c5c5c;
|
||||||
@ -118,7 +135,7 @@ export default {
|
|||||||
height: 30px;
|
height: 30px;
|
||||||
display: flex;
|
display: flex;
|
||||||
&-item {
|
&-item {
|
||||||
flex: 1;
|
flex-shrink: 0;
|
||||||
.center();
|
.center();
|
||||||
border-right: 1px solid #666666;
|
border-right: 1px solid #666666;
|
||||||
border-bottom: 1px solid #666666;
|
border-bottom: 1px solid #666666;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user