完成了 BOM 管理和生产管理,完成部分发料单、采购计划和调拨单。

This commit is contained in:
c
2026-02-28 18:18:01 +08:00
commit 219eef4729
399 changed files with 46113 additions and 0 deletions

13
.prettierrc.json Normal file
View File

@@ -0,0 +1,13 @@
{
"printWidth": 120,
"semi": true,
"singleQuote": false,
"useTabs": false,
"trailingComma": "es5",
"arrowParens": "avoid",
"bracketSpacing": true,
"proseWrap": "preserve",
"endOfLine": "auto",
"jsxSingleQuote": false,
"htmlWhitespaceSensitivity": "ignore"
}