更新
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 : 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 = []
|
||||
|
||||
Reference in New Issue
Block a user