|
@@ -99,13 +99,13 @@
|
|
|
<s-table
|
|
|
class="sTable"
|
|
|
ref="purchaseTable"
|
|
|
+ :style="{ height: tableHeight +'px', overflow: 'auto' }"
|
|
|
size="small"
|
|
|
:rowKey="(record) => record.id"
|
|
|
:columns="chooseColumns"
|
|
|
:data="chooseLoadData"
|
|
|
:defaultLoadData="false"
|
|
|
:showPagination="false"
|
|
|
- :scroll="{ y:tableHeight }"
|
|
|
bordered>
|
|
|
<!-- 采购数量 -->
|
|
|
<template slot="storageQuantity" slot-scope="text, record">
|
|
@@ -443,7 +443,7 @@ export default {
|
|
|
this.$router.push({ name: 'purchaseOrderNewList' })
|
|
|
},
|
|
|
setTableH () {
|
|
|
- this.tableHeight = window.innerHeight - 350
|
|
|
+ this.tableHeight = window.innerHeight - 310
|
|
|
},
|
|
|
pageInit () {
|
|
|
this.$nextTick(() => {
|