yangan
2024-11-12 da15c79ba9a9c3baba16209a50f7d0fe00028e7b
feat:库管历史收发单时间参数加转译
1个文件已修改
2 ■■■ 已修改文件
pages/loadUnload-page/historyOrder/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/loadUnload-page/historyOrder/index.vue
@@ -411,7 +411,7 @@
                uni.showLoading({
                    title: '加载中'
                });
                this.$reqGet('getHistoryTaskCoalList', { startTime: this.first , endTime:this.last ,bunkerIds:this.bunkerIds,productIds:uni.getStorageSync('productIds') }).then(res => {
                this.$reqGet('getHistoryTaskCoalList', { startTime: decodeURIComponent(this.first) , endTime:decodeURIComponent(this.last)  ,bunkerIds:this.bunkerIds,productIds:uni.getStorageSync('productIds') }).then(res => {
                    console.log(res.data,'res.data');
                    this.filterList = this.taskList = res.data.map(item=>{
                        if(!item.carNum){