|
@@ -209,6 +209,8 @@
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column prop="endTime" label="结束时间" width="150" align="center">
|
|
<el-table-column prop="endTime" label="结束时间" width="150" align="center">
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
|
+ <el-table-column prop="completeBatchNo" label="零件批次" width="120" align="center">
|
|
|
|
+ </el-table-column>
|
|
<el-table-column prop="overTime" label="是否超时" width="100" align="center">
|
|
<el-table-column prop="overTime" label="是否超时" width="100" align="center">
|
|
<template slot-scope="{ row }">
|
|
<template slot-scope="{ row }">
|
|
{{ row.overTime>0 ? "是" : "否" }}
|
|
{{ row.overTime>0 ? "是" : "否" }}
|
|
@@ -553,8 +555,10 @@ export default {
|
|
|
|
|
|
this.queryParams.current = params.current ? params.current : this.queryParams.current
|
|
this.queryParams.current = params.current ? params.current : this.queryParams.current
|
|
this.queryParams.size = params.size ? params.size : this.queryParams.size
|
|
this.queryParams.size = params.size ? params.size : this.queryParams.size
|
|
- console.log(this.$store.state.account.user.id)
|
|
|
|
|
|
+
|
|
this.queryParams.model.updateUser = this.$store.state.account.user.id
|
|
this.queryParams.model.updateUser = this.$store.state.account.user.id
|
|
|
|
+ this.queryParams.model.resourceId = this.currentStationId
|
|
|
|
+ console.log(this.queryParams)
|
|
taskMgrApi.getFinishList(this.queryParams).then(response => {
|
|
taskMgrApi.getFinishList(this.queryParams).then(response => {
|
|
const res = response.data
|
|
const res = response.data
|
|
if (res.isSuccess) {
|
|
if (res.isSuccess) {
|