diff --git a/pages.json b/pages.json index ee6ebda..58f2f90 100644 --- a/pages.json +++ b/pages.json @@ -322,77 +322,77 @@ } } ,{ - "path" : "pages/Xzhy/kzj-out-store", + "path" : "pages/Material/kzj-out-store", "style" : { "navigationStyle": "custom" } } ,{ - "path" : "pages/Xzhy/kzj-in-store", + "path" : "pages/Material/kzj-in-store", "style" : { "navigationStyle": "custom" } } ,{ - "path" : "pages/Xzhy/xlx-in-store", + "path" : "pages/Material/xlx-in-store", "style" : { "navigationStyle": "custom" } } ,{ - "path" : "pages/Xzhy/kzj-inout-store", + "path" : "pages/Material/kzj-inout-store", "style" : { "navigationStyle": "custom" } } ,{ - "path" : "pages/Xzhy/lx-in-store", + "path" : "pages/Material/lx-in-store", "style" : { "navigationStyle": "custom" } } ,{ - "path" : "pages/Xzhy/mater-in-store", + "path" : "pages/Material/mater-in-store", "style" : { "navigationStyle": "custom" } } ,{ - "path" : "pages/Xzhy/dlx-out-store", + "path" : "pages/Material/dlx-out-store", "style" : { "navigationStyle": "custom" } } ,{ - "path" : "pages/Xzhy/tuiku-confirm", + "path" : "pages/Material/tuiku-confirm", "style" : { "navigationStyle": "custom" } } ,{ - "path" : "pages/Xzhy/dlx-move-store", + "path" : "pages/Material/dlx-move-store", "style" : { "navigationStyle": "custom" } } ,{ - "path" : "pages/Xzhy/dlx-pan-store", + "path" : "pages/Material/dlx-pan-store", "style" : { "navigationStyle": "custom" } } ,{ - "path" : "pages/Xzhy/mater-save", + "path" : "pages/Material/mater-save", "style" : { "navigationStyle": "custom" diff --git a/pages/xzhy/dlx-move-store.vue b/pages/Material/dlx-move-store.vue similarity index 100% rename from pages/xzhy/dlx-move-store.vue rename to pages/Material/dlx-move-store.vue diff --git a/pages/xzhy/dlx-out-store.vue b/pages/Material/dlx-out-store.vue similarity index 100% rename from pages/xzhy/dlx-out-store.vue rename to pages/Material/dlx-out-store.vue diff --git a/pages/xzhy/dlx-pan-store.vue b/pages/Material/dlx-pan-store.vue similarity index 100% rename from pages/xzhy/dlx-pan-store.vue rename to pages/Material/dlx-pan-store.vue diff --git a/pages/xzhy/kzj-in-store.vue b/pages/Material/kzj-in-store.vue similarity index 100% rename from pages/xzhy/kzj-in-store.vue rename to pages/Material/kzj-in-store.vue diff --git a/pages/xzhy/kzj-inout-store.vue b/pages/Material/kzj-inout-store.vue similarity index 100% rename from pages/xzhy/kzj-inout-store.vue rename to pages/Material/kzj-inout-store.vue diff --git a/pages/xzhy/kzj-out-store.vue b/pages/Material/kzj-out-store.vue similarity index 100% rename from pages/xzhy/kzj-out-store.vue rename to pages/Material/kzj-out-store.vue diff --git a/pages/xzhy/lx-in-store.vue b/pages/Material/lx-in-store.vue similarity index 100% rename from pages/xzhy/lx-in-store.vue rename to pages/Material/lx-in-store.vue diff --git a/pages/xzhy/mater-in-store.vue b/pages/Material/mater-in-store.vue similarity index 100% rename from pages/xzhy/mater-in-store.vue rename to pages/Material/mater-in-store.vue diff --git a/pages/xzhy/mater-save.vue b/pages/Material/mater-save.vue similarity index 100% rename from pages/xzhy/mater-save.vue rename to pages/Material/mater-save.vue diff --git a/pages/xzhy/tuiku-confirm.vue b/pages/Material/tuiku-confirm.vue similarity index 100% rename from pages/xzhy/tuiku-confirm.vue rename to pages/Material/tuiku-confirm.vue diff --git a/pages/xzhy/xlx-in-store.vue b/pages/Material/xlx-in-store.vue similarity index 100% rename from pages/xzhy/xlx-in-store.vue rename to pages/Material/xlx-in-store.vue diff --git a/pages/home/home.vue b/pages/home/home.vue index 5e413ad..b803411 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -43,8 +43,8 @@ userName: '', menuList: [ {title: '通用功能', path: 'RF06', sonTree: [{title: '物料组盘入库', path: '/pages/entry/mater-group-to-store'}]}, - {title: '小料箱功能', path: 'RF03', sonTree: [{title: '空载具出库', path: '/pages/Xzhy/kzj-out-store'}, {title: '空载具入库', path: '/pages/Xzhy/kzj-in-store'}, {title: '小料箱入库', path: '/pages/Xzhy/xlx-in-store'}]}, - {title: '大料箱功能', path: 'RF04', sonTree: [{title: '空载具出入库', path: '/pages/Xzhy/kzj-inout-store'}, {title: '料箱入库', path: '/pages/Xzhy/lx-in-store'}, {title: '物料入库', path: '/pages/Xzhy/mater-in-store'}, {title: '大料箱出库', path: '/pages/Xzhy/dlx-out-store'}, {title: '退库确认', path: '/pages/Xzhy/tuiku-confirm'}, {title: '大料箱移库', path: '/pages/Xzhy/dlx-move-store'}, {title: '大料箱盘库', path: '/pages/Xzhy/dlx-pan-store'}]}, + {title: '小料箱功能', path: 'RF03', sonTree: [{title: '空载具出库', path: '/pages/Material/kzj-out-store'}, {title: '空载具入库', path: '/pages/Material/kzj-in-store'}, {title: '小料箱入库', path: '/pages/Material/xlx-in-store'}]}, + {title: '大料箱功能', path: 'RF04', sonTree: [{title: '空载具出入库', path: '/pages/Material/kzj-inout-store'}, {title: '料箱入库', path: '/pages/Material/lx-in-store'}, {title: '物料入库', path: '/pages/Material/mater-in-store'}, {title: '大料箱出库', path: '/pages/Material/dlx-out-store'}, {title: '退库确认', path: '/pages/Material/tuiku-confirm'}, {title: '大料箱移库', path: '/pages/Material/dlx-move-store'}, {title: '大料箱盘库', path: '/pages/Material/dlx-pan-store'}]}, // {title: '入库管理', path: 'RF01', sonTree: [{title: '物料组盘入库', path: '/pages/entry/mater-group-to-store'}, {title: '合格证入库', path: '/pages/entry/qualified-to-store'}, {title: '单据入库', path: '/pages/entry/bill-to-store'}, {title: '盘点入库', path: '/pages/entry/check-to-store'}, {title: '空托盘入库', path: '/pages/entry/empty-tray-to-store'}]}, // {title: '出库管理', path: 'RF02', sonTree: [{title: '空托盘出库', path: '/pages/outbound/tray-out-store'}, {title: '出库确认', path: '/pages/outbound/out-store-confirm'}, {title: '单据出库', path: '/pages/outbound/bill-list'}, {title: '盘点出库', path: '/pages/outbound/stock-out-store'}]}, // {title: '拣选管理', path: 'RF04', sonTree: [{title: '拣选作业', path: '/pages/pick/pick-task'}]},