工艺定额考核部门
This commit is contained in:
@@ -8,7 +8,7 @@ export function initCraftmen() {
|
|||||||
data: {
|
data: {
|
||||||
type: '1',
|
type: '1',
|
||||||
name: '人事档案管理_人员_部门与人员_查询数据_根据部门编号',
|
name: '人事档案管理_人员_部门与人员_查询数据_根据部门编号',
|
||||||
param: '考核部门编号=17'
|
param: '考核部门编号=9'
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
@@ -174,7 +174,7 @@ export function initPerson() {
|
|||||||
data: {
|
data: {
|
||||||
type: '1',
|
type: '1',
|
||||||
name: '人事档案管理_人员_部门与人员_查询数据_根据部门编号',
|
name: '人事档案管理_人员_部门与人员_查询数据_根据部门编号',
|
||||||
param: '考核部门编号=17'
|
param: '考核部门编号=9'
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ export function getPerson() {
|
|||||||
data: {
|
data: {
|
||||||
type: '1',
|
type: '1',
|
||||||
name: '人事档案管理_人员_部门与人员_查询数据_根据部门编号',
|
name: '人事档案管理_人员_部门与人员_查询数据_根据部门编号',
|
||||||
param: '考核部门编号=17'
|
param: '考核部门编号=9'
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -111,7 +111,7 @@ export default {
|
|||||||
},
|
},
|
||||||
edit() {
|
edit() {
|
||||||
if (this.arrest.length === 0) {
|
if (this.arrest.length === 0) {
|
||||||
this.$message.warning('暂无数据')
|
this.$message.warning('请选择零件')
|
||||||
} else {
|
} else {
|
||||||
for (let i = 0; i < this.arrest.length; i++) {
|
for (let i = 0; i < this.arrest.length; i++) {
|
||||||
edit(this.arrest[i].工艺计划流水号)
|
edit(this.arrest[i].工艺计划流水号)
|
||||||
|
|||||||
Reference in New Issue
Block a user