#
lsh
2024-09-12 2b0ab0ad2c570444374067ffd2e411f800193d79
#
2个文件已修改
32 ■■■■■ 已修改文件
pages.json 25 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/home/home.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages.json
@@ -213,6 +213,31 @@
            }
        },
        {
            "path" : "pages/order/orderListParallelBoard",
            "style" :
            {
                // "navigationBarTitleText" : "并板途中拣料",
                // "enablePullDownRefresh" : false
                "navigationStyle": "custom"
            }
        },
        {
            "path" : "pages/pakin/WarehouseOutParallelBoard",
            "style" :
            {
                "navigationBarTitleText" : "并板途中拣料出库",
                "enablePullDownRefresh" : false
            }
        },
        {
            "path" : "pages/order/orderDetlListLoc",
            "style" :
            {
                "navigationBarTitleText" : "输入托盘码匹配任务",
                "enablePullDownRefresh" : false
            }
        },
        {
            "path" : "pages/order/orderComb",
            "style" : 
            {
pages/home/home.vue
@@ -84,6 +84,13 @@
                        url: '/order/orderPickConfirm'
                    },
                    {
                        title: '并板途中拣料',
                        name: 'orderListParallelBoard',
                        color: 'green',
                        cuIcon: 'pulldown',
                        url: '/order/orderListParallelBoard'
                    },
                    {
                        title: '制令入库',
                        name: 'pakin',
                        color: 'green',