lx
This commit is contained in:
@@ -77,6 +77,7 @@
|
||||
</el-table-column>
|
||||
<el-table-column label="修改原因" min-width="100" align="center">
|
||||
<template slot-scope="scope">
|
||||
|
||||
{{ scope.row.修改原因 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
@@ -87,7 +88,7 @@
|
||||
</el-table-column>
|
||||
<el-table-column label="修改日期" min-width="100" align="center">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.修改日期 }}
|
||||
{{ scope.row.修改日期 ? scope.row.修改日期.split(' ')[0] : '' }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="仓库" min-width="100" align="center">
|
||||
@@ -160,7 +161,7 @@
|
||||
</el-table-column>
|
||||
<el-table-column label="记录时间" min-width="100" align="center">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.记录时间 }}
|
||||
{{ scope.row.记录时间 ? scope.row.记录时间.split(' ')[0] : '' }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="零件类型" min-width="100" align="center">
|
||||
@@ -225,7 +226,7 @@
|
||||
</el-table-column>
|
||||
<el-table-column label="补投时间" align="center" min-width="250">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.补投时间 }}
|
||||
{{ scope.row.补投时间 ? scope.row.补投时间.split(' ')[0] : '' }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="仓库名称" align="center" min-width="250">
|
||||
@@ -470,10 +471,10 @@ export default {
|
||||
} else {
|
||||
this.GroupNumValue_check = 1
|
||||
}
|
||||
searchAlterRecord(this.pageCurrent, this.pageSize, this.rojectValue_check, this.ProjectValue, this.MachineValue_check, this.MachineValue, this.GroupNumValue_check, this.GroupNumValue).then(response => {
|
||||
searchAlterRecord(this.pageCurrent, this.pageSize, this.ProjectValue_check, this.ProjectValue, this.MachineValue_check, this.MachineValue, this.GroupNumValue_check, this.GroupNumValue).then(response => {
|
||||
this.tableData1 = response.data.rows
|
||||
console.log(response.data)
|
||||
console.log(this.tableData1)
|
||||
console.log(response.data.rows)
|
||||
console.log(this.tableData1, 112233)
|
||||
this.total = response.data.total
|
||||
this.loading = false
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user