This commit is contained in:
chenjianan
2019-03-30 11:31:39 +08:00
parent 7c61b37ea7
commit 37172ad4f7
4 changed files with 29 additions and 8 deletions

View File

@@ -107,7 +107,7 @@
<!--</el-tooltip>-->
</template>
</el-table-column>
<el-table-column label="滞货数量" align="center" min-width="80">
<el-table-column label="可用滞货数量" align="center" min-width="80">
<template slot-scope="scope">
{{ Number(scope.row.滞货数量) }}
</template>
@@ -775,6 +775,7 @@ export default {
let check1
this.materialName ? check1 = 1 : check1 = 0
searchMaterial(this.pageCurrent11, this.pageSize11, this.materialStatusValue[this.materialStatusValue.length - 1], check1, this.materialName, this.id).then(response => {
console.log(response.data.rows)
this.tableData11 = response.data.rows
this.total11 = response.data.total
})