常熟吴彦祖 5 months ago
parent
commit
6164087f34
  1. 8
      src/views/modules/automatedWarehouse/palletSearch.vue

8
src/views/modules/automatedWarehouse/palletSearch.vue

@ -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: []
};

Loading…
Cancel
Save