From b4c8420cb4466f227296188032b0a62c3287dc6b Mon Sep 17 00:00:00 2001 From: xielue Date: Sat, 16 Sep 2023 15:04:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E5=85=B7=20=E5=AE=8C=E5=B7=A5?= =?UTF-8?q?=E4=BA=BA=E5=91=98=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Mold/MoldProductionOrder/ComponentDetail.vue | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/pages/Middle/Mold/MoldProductionOrder/ComponentDetail.vue b/src/pages/Middle/Mold/MoldProductionOrder/ComponentDetail.vue index 8853220..014abbd 100644 --- a/src/pages/Middle/Mold/MoldProductionOrder/ComponentDetail.vue +++ b/src/pages/Middle/Mold/MoldProductionOrder/ComponentDetail.vue @@ -42,7 +42,7 @@ - @@ -365,6 +365,14 @@ export default { }, 500); }, + isDetails1Complete() { + for (let i = 0; i < this.detailsData.length; i++) { + if (this.detailsData[i].is_complete) { + return true; + } + } + return false; + }, pageIsComplete() {