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 || ''
}}
-
+
- {{ scope.row.leaseApplyInfoList[0].remark || '' }}
+ {{ scope.row.leaseApplyInfoList && scope.row.leaseApplyInfoList[0].remark || '' }}
@@ -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"
>
+
+
+
+
+
+
+
+
+
+ 不收费
+ 收费
+
+
+
+
+
-
+ /> -->
人为报废
- 不收费
收费
-
+ -->