剩余模块:生产退料

This commit is contained in:
2025-06-09 22:07:10 +08:00
parent 63a44af1d8
commit 03e22dd9f6
77 changed files with 2832 additions and 817 deletions

View File

@@ -106,7 +106,8 @@
shortcutDataFeedback: {},
tabsIndex:'1',
tabsList: [
{ name: computed(() => t('index.bz')), type: '1' },
{ name: computed(() => t('index.bz')), type: '1' },
{ name: computed(() => t('index.minbz')), type: '2' },
],
code:''
})
@@ -128,7 +129,8 @@
}).exec();
// scanFrameRef.value.stateShow(true)
})
})
const scanConfirmFun = (e : any) => {
if(e != '') state.code = e
getReceiveBillScanData(state.code)
}
@@ -158,6 +160,7 @@
const debounceTimer = ref()
const changeFun = (e : any) => {
if (debounceTimer.value !== null) clearTimeout(debounceTimer.value)
debounceTimer.value = setTimeout(() => {
state.queryString = e
if(e != '') state.code = e
if (state.queryString !== '') getReceiveBillScanData(e)