feat: 退库

This commit is contained in:
砂糖
2025-08-12 11:23:58 +08:00
parent 8179284126
commit eb0c702702
8 changed files with 519 additions and 99 deletions

View File

@@ -48,6 +48,9 @@
},
_itemId: {
get() {
if (!this.itemId) {
return this.itemId;
}
return this.itemId.toString();
},
set(val) {