剩余模块:生产入库,销售出库

This commit is contained in:
2025-05-12 09:31:38 +08:00
parent bf88fcb395
commit 14a5fa371b
410 changed files with 11041 additions and 6820 deletions

View File

@@ -1,8 +1,12 @@
import { defineStore } from 'pinia';
/**
* @userInfos 页面数据传输临时存储位置
* putInProdPageData() 保留创造空属性的特殊通道
*/
export const pageDataInfo = defineStore('info', {
state: () => ({
userInfos: {},
}),
actions: {
putInProdPageData(obj:object) {