spring
8 天以前 6f1b99991e9d503188f4269e6d2f3ae5ac028d4b
pages/sys/home/index.vue
@@ -29,17 +29,27 @@
                  {
                     name: '报工',
                     url: '/pages/product/report/index',
                     icon: 'feeding'
                     icon: '报工'
                  },
                  {
                     name: '取消报工',
                     url: '/',
                     icon: 'feeding'
                     url: '/pages/product/cancelReport/index',
                     icon: '取消报工'
                  },
                  {
                     name: '接收(铜杆)',
                     url: '/',
                     icon: 'feeding'
                     icon: '接收(铜杆)'
                  },
                  {
                     name: '车间订单下发',
                     url: '/',
                     icon: '车间订单下发'
                  },
                  {
                     name: '车间取消下发',
                     url: '/',
                     icon: '车间取消下发'
                  },
               ]
            },
@@ -49,17 +59,27 @@
                  {
                     name: '移库',
                     url: '/pages/wareHouse/moveWareHouse/index',
                     icon: 'feeding'
                     icon: '移库'
                  },
                  {
                     name: '盘点报告盘点',
                     url: '/pages/wareHouse/inventory/index',
                     icon: 'feeding'
                     icon: '盘点报告盘点'
                  },
                  {
                     name: '核磅录入',
                     url: '/pages/wareHouse/packing/registration',
                     icon: 'feeding'
                     icon: '核磅录入'
                  },
                  {
                     name: '库存件盘点',
                     url: '/pages/wareHouse/inventory/index',
                     icon: '库存件盘点'
                  },
                  {
                     name: '导体备货盘点',
                     url: '/pages/wareHouse/inventory/index',
                     icon: '导体备货盘点'
                  },
               ]
            },
@@ -69,12 +89,12 @@
                  {
                     name: '领料',
                     url: '/pages/wareHouse/moveWareHouse/index',
                     icon: 'feeding'
                     icon: '领料'
                  },
                  {
                     name: '取消领料',
                     url: '/pages/wareHouse/inventory/index',
                     icon: 'feeding'
                     icon: '取消领料'
                  },
               ]
            }
@@ -98,6 +118,7 @@
.wrap {
   height: calc(100vh - 200rpx);
   background: linear-gradient(to bottom, #e5f0ff, #f6f9ff);
   overflow-y: auto;
}
.work-stage-title {