新购到货管理/领料申请-类型规格-优化

This commit is contained in:
binbin_pan 2025-01-08 10:30:19 +08:00
parent a0519e57fa
commit fa474c8a07
3 changed files with 1741 additions and 1229 deletions

17
.prettierrc Normal file
View File

@ -0,0 +1,17 @@
{
"printWidth": 120,
"tabWidth": 4,
"singleQuote": true,
"semi": false,
"bracketSpacing": true,
"jsxBracketSameLine": true,
"arrowParens": "avoid",
"endOfLine": "lf",
"useTabs": false,
"trailingComma": "none",
"bracketSameLine": false,
"htmlWhitespaceSensitivity": "ignore",
"vueIndentScriptAndStyle": false,
"singleAttributePerLine": false,
"importStatement": "none"
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff