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