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

This commit is contained in:
2025-05-20 16:07:49 +08:00
parent 933ddab8f3
commit b1d8dec263
299 changed files with 38798 additions and 0 deletions

17
node_modules/vue-qr/.babelrc generated vendored Normal file
View File

@@ -0,0 +1,17 @@
{
"presets": [
[
"@babel/preset-env",
{
"modules": false
}
]
],
"plugins": [
[
"@babel/plugin-transform-runtime",
{}
],
"@babel/plugin-proposal-class-properties"
]
}