This commit is contained in:
liushuai
2020-05-12 18:30:41 +08:00
parent e5a23954be
commit a0e2277371
6 changed files with 14 additions and 9 deletions

View File

@@ -44,7 +44,7 @@
</el-table-column>
<el-table-column label="库存" align="center" width="70">
<template slot-scope="scope">
{{ scope.row.货位存量1 }}
{{ scope.row.货位存量1 ? scope.row.货位存量1 : 0 }}
</template>
</el-table-column>
<el-table-column label="已领" align="center" width="70">
@@ -194,6 +194,7 @@ export default {
var check
this.pickingListNumber ? check = 1 : check = 0
searchList222(check, this.pickingListNumber, this.pageCurrent1, this.pageSize1).then(response => {
console.log(response, 123)
this.loading1 = false
this.total1 = response.data.total
this.pickListTable2 = response.data.rows