This commit is contained in:
Vergil
2020-05-07 10:54:59 +08:00
parent 8a26539530
commit a4884b8aa5

View File

@@ -65,6 +65,11 @@
{{ scope.row.组号 }}
</template>
</el-table-column>
<el-table-column label="入库时间" align="center" width="90">
<template slot-scope="scope">
{{ scope.row.入库时间2 }}
</template>
</el-table-column>
<el-table-column label="操作" align="center" width="100">
<template slot-scope="scope" align="center">
<el-button size="mini" type="text" @click="turnToBacklogGoods(scope.row)">转为滞货</el-button>
@@ -101,9 +106,9 @@
{{ scope.row.物料规格 }}
</template>
</el-table-column>
<el-table-column label="仓库名称" prop="仓库名称" align="center" min-width="80">
<el-table-column label="转滞货时间" prop="仓库名称" align="center" min-width="80">
<template slot-scope="scope">
{{ scope.row.仓库名称 }}
{{ scope.row.转滞货时间 }}
</template>
</el-table-column>
<el-table-column label="货位名称" align="center" min-width="80">
@@ -200,7 +205,7 @@ export default {
this.searchTable1()
},
turnToBacklogGoods(row) {
this.number = 0
this.number = row.可转滞货数量
this.turnToBacklogGoods_diaable = false
this.maxNumber = row.可转滞货数量
this.materialNum = row.物料流水号