This commit is contained in:
liushuai
2020-04-27 18:59:18 +08:00
parent 7a2db4cdf5
commit b3138148f6
9 changed files with 47 additions and 35 deletions

View File

@@ -287,7 +287,7 @@
{{ scope.row.姓名 }}
</template>
</el-table-column>
<el-table-column label="备注" prop="备注" align="center" min-width="130px">
<el-table-column label="机床" prop="备注" align="center" min-width="130px">
<template slot-scope="scope">
{{ scope.row.领料单备注 }}
</template>
@@ -378,7 +378,7 @@
</el-table-column>
<el-table-column min-width="150" align="center" label="领料时间">
<template slot-scope="scope">
{{ scope.row.操作日期 }}
{{ scope.row.操作日期 ? scope.row.操作日期.split(' ')[0] : '' }}
</template>
</el-table-column>
<el-table-column min-width="100" align="center" label="数量" prop="出库数量">