This commit is contained in:
liushuai
2020-05-14 18:17:03 +08:00
parent e1d611f964
commit 990052a70e
17 changed files with 200 additions and 45 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 : 0 }}
{{ scope.row.货位存量1 }}
</template>
</el-table-column>
<el-table-column label="已领" align="center" width="70">
@@ -58,6 +58,7 @@
</template>
</el-table-column>
</el-table>
<span style="font-size: 5px">{{ totalnumber }}条信息选择{{ gouxuan }}</span>
<div class="block" style="margin-top: 10px;">
<el-pagination
:current-page="pageCurrent1"
@@ -140,7 +141,10 @@ export default {
outTypeValue: [{ required: true, message: '请选择' }]
},
multipleSelection1: [],
StockNumberTable: []
StockNumberTable: [],
gouxuan: 0,
totalnumber: 0
}
},
computed: {
@@ -194,10 +198,10 @@ 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
this.totalnumber = response.data.rows.length
})
},
tableRowClassName1({ row }) {
@@ -211,6 +215,7 @@ export default {
},
// 多选
handleSelectionChange(val) {
this.gouxuan = val.length
this.StockNumberTable = val
this.multipleSelection = []
this.basePartNum = []