#
whycq
2024-11-19 edeae69c3120490918dd175c1d502c23f58bb48f
#
1个文件已修改
9 ■■■■■ 已修改文件
pages/warehouse/orderList.vue 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/warehouse/orderList.vue
@@ -54,10 +54,11 @@
            getOrderNoList() {
                let that = this
                uni.request({
                    url: this.baseUrl + '/outOrder/list/all',
                    data: "",
                    url: that.baseUrl + '/mobile/pda/OutOrder',
                    data: {orderNo:that.orderNo},
                    header: {
                        'token': uni.getStorageSync('token')
                        'token': uni.getStorageSync('token'),
                        'content-type': 'application/x-www-form-urlencoded; charset=UTF-8'
                    },
                    method: 'POST',
                    success(res) {
@@ -69,7 +70,7 @@
            search() {
                let that = this
                uni.request({
                    url: this.baseUrl + '/outOrder/list/all',
                    url: that.baseUrl + '/mobile/pda/OutOrder',
                    data: {orderNo:that.orderNo},
                    header: {
                        'token': uni.getStorageSync('token'),