diff --git a/pages.json b/pages.json index e0df45e..57d8b01 100644 --- a/pages.json +++ b/pages.json @@ -326,6 +326,63 @@ } } + ,{ + "path" : "pages/SecondPhase/slitting/SlittingFeeding", + "style" : + { + "navigationStyle": "custom" + } + + } + ,{ + "path" : "pages/SecondPhase/slitting/ZjCasing", + "style" : + { + "navigationStyle": "custom" + } + + } + ,{ + "path" : "pages/SecondPhase/slitting/ZjDelivery", + "style" : + { + "navigationStyle": "custom" + } + + } + ,{ + "path" : "pages/SecondPhase/slitting/ZjInStore", + "style" : + { + "navigationStyle": "custom" + } + + } + ,{ + "path" : "pages/SecondPhase/slitting/ZjOutStore", + "style" : + { + "navigationStyle": "custom" + } + + } + + ,{ + "path" : "pages/SecondPhase/point/PointManage", + "style" : + { + "navigationStyle": "custom" + } + + } + ,{ + "path" : "pages/SecondPhase/point/ErrorOutUnlock", + "style" : + { + "navigationStyle": "custom" + } + + } ], "globalStyle": { // "pageOrientation": "landscape", diff --git a/pages/SecondPhase/point/ErrorOutUnlock.vue b/pages/SecondPhase/point/ErrorOutUnlock.vue new file mode 100644 index 0000000..b287214 --- /dev/null +++ b/pages/SecondPhase/point/ErrorOutUnlock.vue @@ -0,0 +1,80 @@ + + + + + diff --git a/pages/SecondPhase/point/PointManage.vue b/pages/SecondPhase/point/PointManage.vue new file mode 100644 index 0000000..dc5b6e2 --- /dev/null +++ b/pages/SecondPhase/point/PointManage.vue @@ -0,0 +1,95 @@ + + + + + diff --git a/pages/SecondPhase/slitting/SlittingFeeding.vue b/pages/SecondPhase/slitting/SlittingFeeding.vue new file mode 100644 index 0000000..7bccfe3 --- /dev/null +++ b/pages/SecondPhase/slitting/SlittingFeeding.vue @@ -0,0 +1,331 @@ + + + + + diff --git a/pages/SecondPhase/slitting/ZjCasing.vue b/pages/SecondPhase/slitting/ZjCasing.vue new file mode 100644 index 0000000..995812f --- /dev/null +++ b/pages/SecondPhase/slitting/ZjCasing.vue @@ -0,0 +1,289 @@ + + + + + diff --git a/pages/SecondPhase/slitting/ZjDelivery.vue b/pages/SecondPhase/slitting/ZjDelivery.vue new file mode 100644 index 0000000..36f9fe4 --- /dev/null +++ b/pages/SecondPhase/slitting/ZjDelivery.vue @@ -0,0 +1,333 @@ + + + + + diff --git a/pages/SecondPhase/slitting/ZjInStore.vue b/pages/SecondPhase/slitting/ZjInStore.vue new file mode 100644 index 0000000..ab6ab73 --- /dev/null +++ b/pages/SecondPhase/slitting/ZjInStore.vue @@ -0,0 +1,178 @@ + + + + + diff --git a/pages/SecondPhase/slitting/ZjOutStore.vue b/pages/SecondPhase/slitting/ZjOutStore.vue new file mode 100644 index 0000000..03e6812 --- /dev/null +++ b/pages/SecondPhase/slitting/ZjOutStore.vue @@ -0,0 +1,334 @@ + + + + + diff --git a/utils/mork2.js b/utils/mork2.js index 5aa46a9..1a47a37 100644 --- a/utils/mork2.js +++ b/utils/mork2.js @@ -65,13 +65,24 @@ export const authority = () => { {menu_id: '3', path: 'RF12', title: '发货区', sonTree: [ {menu_id: '1', title: '发货区解绑', path: '/pages/SecondPhase/DeliveryUnbind'} ]}, - {menu_id: '1', path: 'RF01', title: '生产管理', sonTree: [ + {menu_id: '4', path: 'RF01', title: '生产管理', sonTree: [ {menu_id: '1', title: '生箔生产进度', path: '/pages/SecondPhase/production/SboProdProgress'}, {menu_id: '2', title: '生箔工序', path: '/pages/SecondPhase/production/SboProcess'}, {menu_id: '3', title: '烘烤工序', path: '/pages/SecondPhase/production/BakeProcess'}, {menu_id: '4', title: '表处工序', path: '/pages/SecondPhase/production/SurfaceProcess'}, {menu_id: '5', title: '人工烘烤', path: '/pages/SecondPhase/production/ManmadeBake'} - ]} + ]}, + {menu_id: '5', path: 'RF03', title: '分切管理', sonTree: [ + {menu_id: '1', title: '分切上料', path: '/pages/SecondPhase/slitting/SlittingFeeding'}, + {menu_id: '2', title: '空轴套管', path: '/pages/SecondPhase/slitting/ZjCasing'}, + {menu_id: '3', title: '空轴配送', path: '/pages/SecondPhase/slitting/ZjDelivery'}, + {menu_id: '4', title: '空轴进站', path: '/pages/SecondPhase/slitting/ZjInStore'}, + {menu_id: '5', title: '子卷出站', path: '/pages/SecondPhase/slitting/ZjOutStore'}, + ]}, + {menu_id: '6', path: 'RF04', title: '点位管理', sonTree: [ + {menu_id: '1', title: '点位管理', path: '/pages/SecondPhase/point/PointManage'}, + {menu_id: '2', title: '异常出库解锁', path: '/pages/SecondPhase/point/ErrorOutUnlock'} + ]}, ] } }}