28日文档
This commit is contained in:
@@ -127,7 +127,7 @@
|
||||
</el-table-column>
|
||||
<el-table-column align="center" label="采购时间">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.创建日期 }}
|
||||
{{ scope.row.创建日期 ? scope.row.创建日期.split(' ')[0] : scope.row.采购日期.split(' ')[0] }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column align="center" label="到货数量">
|
||||
@@ -187,7 +187,7 @@
|
||||
</el-table-column>
|
||||
<el-table-column align="center" label="采购时间">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.创建日期 }}
|
||||
{{ scope.row.创建日期 ? scope.row.创建日期.split(' ')[0] : scope.row.采购日期.split(' ')[0] }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column align="center" label="到货数量">
|
||||
@@ -252,7 +252,7 @@
|
||||
</el-table-column>
|
||||
<el-table-column align="center" label="采购时间">
|
||||
<template slot-scope="scope">
|
||||
采购时间
|
||||
{{ scope.row.创建日期 ? scope.row.创建日期.split(' ')[0] : scope.row.采购日期.split(' ')[0] }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column align="center" label="到货数量">
|
||||
@@ -598,6 +598,7 @@ export default {
|
||||
this.Group ? check2 = 1 : check2 = 0
|
||||
searchTable02(check1, this.Machine, check2, this.Group, this.pageCurrent02, this.pageSize02).then(response => {
|
||||
this.tableData02 = response.data.rows
|
||||
console.log(response, 999)
|
||||
this.total02 = response.data.total
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user