更新
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user