f512b30f112a4f5c60c6d4cb6f94ee032480adc3..cd8646200bf2d117d9f540c166c6f2f3869788df
2025-12-22 pang.jiabao
组托入库
cd8646 对比 | 目录
2025-12-22 pang.jiabao
组托功能修复
77963d 对比 | 目录
3个文件已修改
29 ■■■■■ 已修改文件
pages/home/home.vue 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/mat/matQuery.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/pakin/pakin.vue 13 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/home/home.vue
@@ -41,13 +41,13 @@
                store: '',
                elements: [],
                elements2: [
                    // {
                    //     title: '组托入库',
                    //     name: 'pakin',
                    //     color: 'cyan',
                    //     cuIcon: 'pullup',
                    //     url: '/pakin/pakin'
                    // },
                    {
                        title: '组托入库',
                        name: 'pakin',
                        color: 'cyan',
                        cuIcon: 'pullup',
                        url: '/pakin/pakin'
                    },
                    {
                    title: '订单组托',
                    name: 'orderComb',
pages/mat/matQuery.vue
@@ -155,7 +155,7 @@
                    return;
                }
                uni.request({
                    url: that.baseUrl + '/mat/list/pda/page/auth',
                    url: that.baseUrl + '/mat/list/pda/auth',
                    data: {
                        curr:that.curr,
                        limit: 20,
pages/pakin/pakin.vue
@@ -450,11 +450,14 @@
                        var res = result.data
                        if (res.code === 200) {
                            that.resst();
                            that.messageText = "组托成功"
                            that.messageToggle('success')
                            const innerAudioContext = uni.createInnerAudioContext();
                            innerAudioContext.src = '/static/music/pakinOk.mp3';
                            innerAudioContext.play()
                            uni.showToast({
                                title: '组托成功',
                                icon: 'success',
                                duration: 1500
                              })
                            // const innerAudioContext = uni.createInnerAudioContext();
                            // innerAudioContext.src = '/static/music/pakinOk.mp3';
                            // innerAudioContext.play()
                            that.dataList = []
                            uni.setStorageSync('pakinDataList', that.dataList);
                        } else if (res.code == 403) {