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

@@ -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 = []