pang.jiabao
18 小时以前 c92e539cd1ceeecc851bddf9c7468081c16dd45e
pages/home/home.vue
@@ -47,7 +47,14 @@
                  color: 'cyan',
                  cuIcon: 'pullup',
                  url: '/pakin/pakin'
               },
               },
               {
               title: '订单组托',
               name: 'orderComb',
               color: 'olive',
               cuIcon: 'pulldown',
               url: '/order/orderComb'
               },
               // {
               //    title: '平库组托',
               //    name: 'putOn',
@@ -67,36 +74,51 @@
                  name: 'orderPutOn',
                  color: 'yellow',
                  cuIcon: 'pullup',
                  url: '/order/orderPutOn'
                  url: '/warehouse/orderList'
               },
               {
                  title: '订单组托',
                  name: 'orderComb',
                  color: 'olive',
                  cuIcon: 'pulldown',
                  url: '/order/orderComb'
               },
               {
                  title: '并板入库',
                  name: 'orderPickConfirm',
                  color: 'green',
                  cuIcon: 'pulldown',
                  url: '/order/orderPickConfirm'
               },
               {
                  title: '并板途中拣料',
                  name: 'orderListParallelBoard',
                  color: 'green',
                  cuIcon: 'pulldown',
                  url: '/order/orderListParallelBoard'
               },
               {
                  title: '制令入库',
                  name: 'pakin',
                  color: 'green',
                  cuIcon: 'pulldown',
                  url: '/order/zlOrderPakin'
               },
               // ,
               // {
               //    title: '并板入库',
               //    name: 'orderPickConfirm',
               //    color: 'green',
               //    cuIcon: 'pulldown',
               //    url: '/order/orderPickConfirm2'
               // },
               // {
               //    title: '并板途中拣料',
               //    name: 'ParallelBoard',
               //    color: 'green',
               //    cuIcon: 'pulldown',
               //    url: '/order/orderListParallelBoard'
               // },
               // {
               //    title: '拣料途中并板',
               //    name: 'PickBoard',
               //    color: 'orange',
               //    cuIcon: 'pulldown',
               //    url: '/order/orderListPickBoard'
               // },
               // {
               //    title: '多次并板',
               //    name: 'BoardMany',
               //    color: 'yellow',
               //    cuIcon: 'pulldown',
               //    url: '/order/mergeBoardManyTimes'
               // },
               // {
               //    title: '制令入库',
               //    name: 'pakin',
               //    color: 'green',
               //    cuIcon: 'pulldown',
               //    url: '/order/zlOrderPakin'
               // },
               // {
               //    title: '商品信息查询',
               //    name: 'MatInformation',
               //    color: 'red',
               //    cuIcon: 'pulldown',
               //    url: '/mat/matInformation'
               // },
               // {
               //    title: '库存查询',
               //    name: 'stockQuery',
@@ -161,7 +183,7 @@
         if (this.storeId == 2) {
            this.store = '新昌仓'
         }
         this.getAuth()
         // this.getAuth()
      },
      methods: {
         back() { uni.navigateBack({}) },