文件夹分类

This commit is contained in:
2023-09-08 09:22:11 +08:00
parent ae8b3b8d72
commit 7f09ba9766
7 changed files with 6 additions and 6 deletions

View File

@@ -25,13 +25,13 @@
} }
}, },
{ {
"path" : "pages/modules/SemifinishedInStore", "path" : "pages/warehouse/SemifinishedInStore",
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, },
{ {
"path": "pages/modules/SemifinishedMaterSearch", "path": "pages/warehouse/SemifinishedMaterSearch",
"style": { "style": {
"navigationStyle": "custom", "navigationStyle": "custom",
"enablePullDownRefresh": true, "enablePullDownRefresh": true,
@@ -39,13 +39,13 @@
} }
}, },
{ {
"path" : "pages/modules/SemifinishedOutStore", "path" : "pages/warehouse/SemifinishedOutStore",
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, },
{ {
"path": "pages/modules/EmptyOutStore", "path": "pages/warehouse/EmptyOutStore",
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom"
} }
@@ -57,13 +57,13 @@
} }
}, },
{ {
"path": "pages/modules/EquipRepairExecute", "path": "pages/device/RepairWork",
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, },
{ {
"path": "pages/modules/MaintainResultFill", "path": "pages/device/RepairFill",
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom"
} }