#
whycq
2024-07-03 1ae8826caa5442502ae2782da2638e55e6dc0c62
pages/home/home.vue
@@ -46,6 +46,13 @@
                  url: '/order/orderPakin'
               },
               {
                  title: 'Bom入库单',
                  name: 'orderBomPakin',
                  color: 'red',
                  cuIcon: 'pullup',
                  url: '/order/orderBomPakin'
               },
               {
                  title: '组托上架',
                  name: 'putOn',
                  color: 'orange',
@@ -143,13 +150,13 @@
               success(res) {
                  res = res.data
                  that.elements = [
                     {
                        title: '组件入库',
                        name: 'modulePakin',
                        color: 'green',
                        cuIcon: 'order',
                        url: '/pakin/modulePakin'
                     },
                     // {
                     //    title: '组件入库',
                     //    name: 'modulePakin',
                     //    color: 'green',
                     //    cuIcon: 'order',
                     //    url: '/pakin/modulePakin'
                     // },
                  ]
                  if (res.code === 200) {
                     if (res.data == undefined || res.data == null || res.data == "") {