From 69420db68d174e02f5e39a3b95aa82012eaf652d Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Thu, 18 Apr 2024 15:44:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8C=E6=9C=9F=E6=B7=BB=E5=8A=A0=E5=88=86?= =?UTF-8?q?=E5=88=87=E7=AE=A1=E7=90=86=E3=80=81=E7=82=B9=E4=BD=8D=E7=AE=A1?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 57 +++ pages/SecondPhase/point/ErrorOutUnlock.vue | 80 +++++ pages/SecondPhase/point/PointManage.vue | 95 +++++ .../SecondPhase/slitting/SlittingFeeding.vue | 331 +++++++++++++++++ pages/SecondPhase/slitting/ZjCasing.vue | 289 +++++++++++++++ pages/SecondPhase/slitting/ZjDelivery.vue | 333 +++++++++++++++++ pages/SecondPhase/slitting/ZjInStore.vue | 178 ++++++++++ pages/SecondPhase/slitting/ZjOutStore.vue | 334 ++++++++++++++++++ utils/mork2.js | 15 +- 9 files changed, 1710 insertions(+), 2 deletions(-) create mode 100644 pages/SecondPhase/point/ErrorOutUnlock.vue create mode 100644 pages/SecondPhase/point/PointManage.vue create mode 100644 pages/SecondPhase/slitting/SlittingFeeding.vue create mode 100644 pages/SecondPhase/slitting/ZjCasing.vue create mode 100644 pages/SecondPhase/slitting/ZjDelivery.vue create mode 100644 pages/SecondPhase/slitting/ZjInStore.vue create mode 100644 pages/SecondPhase/slitting/ZjOutStore.vue 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'} + ]}, ] } }}