生产补料验证

This commit is contained in:
2025-06-13 16:56:44 +08:00
parent 41583629d4
commit fefa0bf215
21 changed files with 202 additions and 209 deletions

View File

@@ -67,7 +67,6 @@
if (props.fence.filter((item : any) => item).length === 0) {
state.inputText = res
state.show = false
console.log(res);
emits('scanConfirm', res)
}
}
@@ -75,9 +74,11 @@
emits('inputConfirm', e)
}
const closeFun = (time : number = 4000) => {
console.log('123');
setTimeout(() => {
state.inputText = ''
state.show = true
console.log('456');
emits('inputConfirm', '')
},time)
}