剩余模块:生产退料

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

@@ -27,7 +27,7 @@
}, 500)
},
onEvent(event) {
console.log(event);
// console.log(event);
if (event.key != 'Enter' && event.key != 'PrintScreen' && event.key != 'Shift' && event.key != 'Unidentified') { // 拼接输入的值Enter与PrintScreen是物理按钮要排除
this.inputVal = this.inputVal + event.key
}