@ -21,10 +21,6 @@
placeholder="请扫描栈板编码"
class="form-input"
clearable
inputmode="none"
autocomplete="off"
autocorrect="off"
spellcheck="false"
@keyup.enter.native="handlePalletScan"
ref="palletInput"
/>
@ -144,11 +140,11 @@ export default {
palletCode: '',
palletScanned: false,
detailModalVisible: false,
// 筛选条件 - rqrq
selectedPosition: '',
positionOptions: [],
// 栈板明细 - rqrq
detailList: []
};