扫码限制

This commit is contained in:
2025-07-31 15:39:05 +08:00
parent 1461578b93
commit 6b1b788c59
3 changed files with 185 additions and 3 deletions

View File

@@ -17,7 +17,7 @@
<span class="filter_label">{{$t('filter.box-code')}}</span>
</view>
<view class="filter_input_wraper">
<link-scan ref="scanChild" @getScanlist="getScanlist"/>
<link-scan ref="scanChild" :maxlength="3" @getScanlist="getScanlist"/>
</view>
</view>
</view>
@@ -32,7 +32,7 @@
<script>
import NavBar from '@/components/NavBar.vue'
import SearchBox from '@/components/SearchBox.vue'
import LinkScan from '@/components/LinkScan.vue'
import LinkScan from '@/components/LinkScan2.vue'
import { confirmAction } from '@/utils/utils.js'
import {boxIn} from '@/utils/getData4.js'
export default {