From 572852ad7edfccb3eeeabab9b8765a655f51149d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Thu, 1 Dec 2022 16:56:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/goodsOrder/index.vue | 26 ++++++++++++-------------- src/views/system/goodsOrder/indexjs.js | 13 +++---------- 2 files changed, 15 insertions(+), 24 deletions(-) diff --git a/src/views/system/goodsOrder/index.vue b/src/views/system/goodsOrder/index.vue index ed5727e..10d6c0b 100644 --- a/src/views/system/goodsOrder/index.vue +++ b/src/views/system/goodsOrder/index.vue @@ -298,23 +298,24 @@ - + +
- + - +
{ this.orderList = res.data; this.innerorder = true; + this.ratelist = {} if (row.orderStatus == 'EVALUATED') { - this.ratelist = {} - selectOrderEvaluate(id).then(res => { - if (res.data) { - this.ratelist = res.data - } - }) - } else { - this.ratelist = {} - } + this.ratelist = res.data.orderEvaluatePictureInfoList + } else {} }); }, // 查看录入物流单号弹框