fix bug
This commit is contained in:
@@ -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
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user