单店完成

This commit is contained in:
aixianling
2024-07-08 18:53:50 +08:00
parent 7acc025d8d
commit 31586c2b00
4 changed files with 75 additions and 26 deletions

View File

@@ -64,6 +64,9 @@ Vue.prototype.$multipleStoreBoard = Vue.observable({
search: {"groupCodeList": [], "hourNum": "", type: "1"}
})
Vue.prototype.$storeBoard = Vue.observable({
currentDate: "20240705",
dialog: false,
aroundStock: [],
query: {},
search: {}
})