From 6368a3afb6fe1fcf2f1fde131f691b32028ed57f Mon Sep 17 00:00:00 2001 From: bb_pan Date: Fri, 11 Apr 2025 18:12:32 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../picking/apply/component/home.vue | 15 +++--- .../views/repairTest/testExamine/index.vue | 49 +++++++++++++++++-- 2 files changed, 53 insertions(+), 11 deletions(-) diff --git a/sgzb-ui/src/views/claimAndreturn/picking/apply/component/home.vue b/sgzb-ui/src/views/claimAndreturn/picking/apply/component/home.vue index 44360e29..c412ce21 100644 --- a/sgzb-ui/src/views/claimAndreturn/picking/apply/component/home.vue +++ b/sgzb-ui/src/views/claimAndreturn/picking/apply/component/home.vue @@ -251,7 +251,7 @@ scope.row.taskStatus == 98 " >{{ - scope.row.leaseApplyInfoList[0] + scope.row.leaseApplyInfoList && scope.row.leaseApplyInfoList[0] .companyAuditRemark || '' }} @@ -261,7 +261,7 @@ scope.row.taskStatus == 99 " >{{ - scope.row.leaseApplyInfoList[0].deptAuditRemark || + scope.row.leaseApplyInfoList && scope.row.leaseApplyInfoList[0].deptAuditRemark || '' }} @@ -271,7 +271,7 @@ scope.row.taskStatus == 100 " >{{ - scope.row.leaseApplyInfoList[0].directAuditRemark || + scope.row.leaseApplyInfoList && scope.row.leaseApplyInfoList[0].directAuditRemark || '' }} @@ -281,19 +281,19 @@ scope.row.taskStatus < 98 " >{{ - scope.row.leaseApplyInfoList[0].directAuditRemark || + scope.row.leaseApplyInfoList && scope.row.leaseApplyInfoList[0].directAuditRemark || '' }} {{ - scope.row.leaseApplyInfoList[0].directAuditRemark || '' + scope.row.leaseApplyInfoList && scope.row.leaseApplyInfoList[0].directAuditRemark || '' }} - + @@ -460,6 +460,7 @@ export default { } const res = await getLeaseAuditListAll(params) + console.log('🚀 ~ getList ~ res:', res) res.data.rows.forEach(item => { switch (item.typeId) { case '0': diff --git a/sgzb-ui/src/views/repairTest/testExamine/index.vue b/sgzb-ui/src/views/repairTest/testExamine/index.vue index 656f20bb..b98397dd 100644 --- a/sgzb-ui/src/views/repairTest/testExamine/index.vue +++ b/sgzb-ui/src/views/repairTest/testExamine/index.vue @@ -481,6 +481,47 @@ width="1200px" > + + + - + /> --> 人为报废 - 不收费 收费 - + -->