#
whycq
2023-09-30 955b0db3a078ccb3af23e02d6c01ca4358bc361c
#
2个文件已修改
49 ■■■■ 已修改文件
pages/home/home.vue 42 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/tzsk/pakin/pakin.vue 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/home/home.vue
@@ -24,27 +24,27 @@
                icon: '',
                elements: [],
                elements2: [
                    // {
                    //     title: '组托入库',
                    //     name: 'pakin',
                    //     color: 'cyan',
                    //     cuIcon: 'pullup',
                    //     url: '/tzsk/pakin/pakin'
                    // },
                    // {
                    //     title: '组托上架',
                    //     name: 'pakin',
                    //     color: 'cyan',
                    //     cuIcon: 'pullup',
                    //     url: '/tzsk/order/orderPutOn'
                    // },
                    // {
                    //     title: '订单拣货',
                    //     name: 'pakin',
                    //     color: 'cyan',
                    //     cuIcon: 'pullup',
                    //     url: '/tzsk/order/orderPick'
                    // },
                    {
                        title: '组托入库',
                        name: 'pakin',
                        color: 'cyan',
                        cuIcon: 'pullup',
                        url: '/tzsk/pakin/pakin'
                    },
                    {
                        title: '组托上架',
                        name: 'pakin',
                        color: 'cyan',
                        cuIcon: 'pullup',
                        url: '/tzsk/order/orderPutOn'
                    },
                    {
                        title: '订单拣货',
                        name: 'pakin',
                        color: 'cyan',
                        cuIcon: 'pullup',
                        url: '/tzsk/order/orderPick'
                    },
                    {
                        title: '临时入库',
                        name: 'pakin',
pages/tzsk/pakin/pakin.vue
@@ -300,7 +300,7 @@
                            that.matnr = ''
                            that.matData['batch'] = ''
                            uni.navigateTo({
                                url: "../mat/matSelected",
                                url: "../../mat/matSelected",
                                // 通过eventChannel向被打开页面传送数据
                                success: function(res) {
                                    res.eventChannel.emit('mat', {
@@ -341,7 +341,7 @@
            selectMat() {
                let that = this
                uni.navigateTo({
                    url: "../mat/matQuery",
                    url: "../../mat/matQuery",
                    success: function(res) {
                        // 通过eventChannel向被打开页面传送数据   向另外一个页面传递值的
                        res.eventChannel.emit('commonUrl', {
@@ -531,6 +531,9 @@
<style>
    @import url('../../../static/css/wms.css/wms.css');
    .list:first-child {
        margin-top: 360rpx;
    }
    .code {
        width: 100%;
        position: fixed;