From a3911c73d85172fab42edeb9a5980f27f4997de5 Mon Sep 17 00:00:00 2001 From: zhangsiyu Date: Mon, 3 Jul 2023 18:05:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../turndelivery/deliveryInfo.vue | 1648 ++++++++++------- 1 file changed, 1019 insertions(+), 629 deletions(-) diff --git a/src/views/distribution/turndelivery/deliveryInfo.vue b/src/views/distribution/turndelivery/deliveryInfo.vue index 841dbb4e..7e209eac 100644 --- a/src/views/distribution/turndelivery/deliveryInfo.vue +++ b/src/views/distribution/turndelivery/deliveryInfo.vue @@ -1,667 +1,1057 @@ - this.deliveryWayData.forEach(c => { - if (item.deliveryWay === c.dictKey) { - item.deliveryWay = c.dictValue; - } - }); - this.periodOfTimeData.forEach(d => { - console.log("11111111111"); - if (item.periodOfTime === d.dictKey) { - item.periodOfTime = d.dictValue; - } - }); - let pa = []; - if (item.serveType.length > 1) { - pa = item.serveType.split(","); - } else { - pa.push(item.serveType); - } - this.addvalueServeTypeData.forEach(f => { - pa.forEach((p, index) => { - if (p === f.dictKey) { - pa[index] = f.dictValue - } - }) - }) - }) - console.log(">>>>>>>>",data); - this.page.total = data.total; - this.data = data; - console.log(">>>>>>>>>>>",this.data); - this.loading = false; - }) + -