优化打印标签逻辑

This commit is contained in:
gyq
2024-06-22 09:15:27 +08:00
parent 0b2b4b44d0
commit 44495c3ee7
9 changed files with 136 additions and 62 deletions

View File

@@ -147,6 +147,7 @@ async function submitHandle() {
fastOrder.value = error.data
autoCheckOrder()
} else {
scanCode.value = "";
loading.value = false;
console.log(error);
}
@@ -279,7 +280,7 @@ function delHandle() {
const inputChange = _.debounce(function (e) {
// console.log(e);
submitHandle();
}, 500);
}, 100);
function show() {
dialogVisible.value = true;