报废补投金工

This commit is contained in:
Vergil
2020-05-20 15:36:13 +08:00
parent 54ae433c61
commit b4fa8eba96
4 changed files with 6 additions and 7 deletions

View File

@@ -30,13 +30,12 @@
</el-table-column>
<el-table-column align="center" label="操作者" width="70" show-overflow-tooltip="">
<template slot-scope="scope">
<!--{{ scope.row.员工姓名 === '超级管理员' && scope.row.工序状态 !== 4 ? '' : scope.row.员工姓名 }}-->
{{ scope.row.工序间是否外协 === 2 ? '外协' : (scope.row.员工姓名 === '超级管理员' && scope.row.工序状态 !== 4 ? '' : scope.row.员工姓名) }}
</template>
</el-table-column>
<el-table-column align="center" label="数量" show-overflow-tooltip min-width="50">
<template slot-scope="scope">
{{ scope.row.投产数 }}
{{ scope.row.投产数 }}
</template>
</el-table-column>
<el-table-column align="center" label="质检数" show-overflow-tooltip min-width="65">

View File

@@ -94,7 +94,7 @@
</el-table-column>
<el-table-column align="center" label="投产数" width="70">
<template slot-scope="scope">
{{ scope.row.投产数 }}
{{ scope.row.投产数 }}
</template>
</el-table-column>
<el-table-column align="center" label="质检数" width="70">
@@ -409,7 +409,6 @@ export default {
gettabledata1(row).then(response => {
if (response.data.length !== 0) {
for (let i = 0; i < response.data.length; i++) {
console.log(response.data[i])
this.tableData1.push({
工艺名称: response.data[i].工艺名称,
工序顺序: response.data[i].工序顺序,
@@ -551,6 +550,8 @@ export default {
}
this.Group = response.data[0].组件流水号
})
this.pageCurrent = 1
this.pageSize = 100
this.getTableData()
},
// 按条件查询

View File

@@ -70,7 +70,7 @@
</el-table-column>
<el-table-column label="批次投产数" align="center" width="100">
<template slot-scope="scope">
{{ scope.row.批次数量 }}
{{ scope.row.投产数 }}
</template>
</el-table-column>
<el-table-column label="投产时间" align="center" width="100" show-overflow-tooltip>

View File

@@ -86,7 +86,7 @@
</el-table-column>
<el-table-column label="加工数" align="center">
<template slot-scope="scope">
{{ scope.row.投产数 }}
{{ scope.row.投产数 }}
</template>
</el-table-column>
<el-table-column label="质检数量" align="center">
@@ -276,7 +276,6 @@ export default {
this.outTime ? check7 = 1 : (check7 = 0, this.outTime = '')
this.ProcessingResultValue ? check10 = 1 : check10 = 0
searchtable(check, this.machineNameValue, check1, this.partName, check7, this.outTime[0], this.outTime[1], check10, this.ProcessingResultValue, this.pageCurrent, this.pageSize).then(response => {
console.log(response.data, 123)
this.tableData = response.data.result
this.totalnumber = this.tableData.length
this.loading = false