滚动问题
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
<button class="confirm-button" :class="{'confirm-button_disabled': !e.subOneChecked || !e.subStatus2}" :disabled="disabled1" @tap="_stIvtCheckdtlBasedOnFinance(e)">财务为准</button>
|
||||
</view>
|
||||
</view>
|
||||
<view class="table-wrap table-wrap_1">
|
||||
<view class="table-wrap table-wrap_1" :style="{height: e.subData.length >= 5 ? '230px' : (30 + 40 * e.subData.length) + 'px'}" @touchmove="handleInnerScroll">
|
||||
<table class="grid-table">
|
||||
<thead>
|
||||
<tr>
|
||||
@@ -145,6 +145,9 @@
|
||||
}, 3000)
|
||||
},
|
||||
methods: {
|
||||
handleInnerScroll(event) {
|
||||
event.stopPropagation()
|
||||
},
|
||||
// 仓库下拉框
|
||||
async _getWarehouseInfo () {
|
||||
let res = await getWarehouseInfo()
|
||||
|
||||
Reference in New Issue
Block a user