更新
This commit is contained in:
@@ -116,6 +116,7 @@
|
||||
</template>
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
<span style="font-size: 5px">共{{ totalnumber }}条信息,选择{{ gouxuan }}条</span>
|
||||
</el-card>
|
||||
</div>
|
||||
</el-tab-pane>
|
||||
@@ -370,7 +371,9 @@ export default {
|
||||
请购单明细流水号: '',
|
||||
最大归还量: '',
|
||||
审批未通过: true,
|
||||
占用数量: 0
|
||||
占用数量: 0,
|
||||
gouxuan: 0,
|
||||
totalnumber: 0
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
@@ -596,6 +599,7 @@ export default {
|
||||
row && row.姓名 ? this.form3.personName = row.姓名 : this.form3.personName
|
||||
searchListDetail(this.pickingListNum).then(res => {
|
||||
this.pickListTable2 = res.data
|
||||
this.totalnumber = res.data.length
|
||||
})
|
||||
},
|
||||
tableRowClassName({ row }) {
|
||||
@@ -616,6 +620,7 @@ export default {
|
||||
},
|
||||
// 多选
|
||||
handleSelectionChange(val) {
|
||||
this.gouxuan = val.length
|
||||
this.StockNumberTable = val
|
||||
this.multipleSelection = []
|
||||
this.basePartNum = []
|
||||
|
||||
Reference in New Issue
Block a user