更新
This commit is contained in:
@@ -793,10 +793,6 @@ export default {
|
|||||||
handleSelectionChange(val) {
|
handleSelectionChange(val) {
|
||||||
this.multipleSelection = val
|
this.multipleSelection = val
|
||||||
},
|
},
|
||||||
// 多选
|
|
||||||
handleSelectionChange1(val) {
|
|
||||||
this.multipleSelection1 = val
|
|
||||||
},
|
|
||||||
// 选入
|
// 选入
|
||||||
selectInto() {
|
selectInto() {
|
||||||
if (this.PartType === '离线采购件') {
|
if (this.PartType === '离线采购件') {
|
||||||
|
|||||||
@@ -66,7 +66,7 @@
|
|||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="入库时间" prop="入库时间" align="center" width="145">
|
<el-table-column label="入库时间" prop="入库时间" align="center" width="145">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ scope.row.入库时间 }}
|
{{ scope.row.入库时间 ? scope.row.入库时间.split(' ')[0] : '-' }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
</el-table>
|
</el-table>
|
||||||
|
|||||||
Reference in New Issue
Block a user