| | |
| | | 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', |
| | |
| | | return; |
| | | } |
| | | uni.request({ |
| | | url: that.baseUrl + '/mat/list/pda/page/auth', |
| | | url: that.baseUrl + '/mat/list/pda/auth', |
| | | data: { |
| | | curr:that.curr, |
| | | limit: 20, |
| | |
| | | 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) { |