diff --git a/sgzb-ui/src/views/claimAndreturn/picking/auditing/component/home1.vue b/sgzb-ui/src/views/claimAndreturn/picking/auditing/component/home1.vue index c69d01c1..46595c6e 100644 --- a/sgzb-ui/src/views/claimAndreturn/picking/auditing/component/home1.vue +++ b/sgzb-ui/src/views/claimAndreturn/picking/auditing/component/home1.vue @@ -240,7 +240,7 @@ > @@ -273,10 +273,10 @@ v-hasPermi="['picking:auditing:sgb']" v-show=" Number(scope.row.examineStatusId) == 31 && - (scope.row.leaseApplyInfoList[0].status == '0' || + (scope.row.leaseApplyInfoList && (scope.row.leaseApplyInfoList[0].status == '0' || scope.row.leaseApplyInfoList[0].status == '7' || scope.row.leaseApplyInfoList[0].status == '8' || - scope.row.leaseApplyInfoList[0].status == '9') + scope.row.leaseApplyInfoList[0].status == '9')) " >审批 @@ -302,11 +302,11 @@ v-hasPermi="['picking:auditing:jjnb']" v-show=" Number(scope.row.examineStatusId) == 32 && - (scope.row.leaseApplyInfoList[0].status == '5' || + (scope.row.leaseApplyInfoList && (scope.row.leaseApplyInfoList[0].status == '5' || scope.row.leaseApplyInfoList[0].status == '7' || scope.row.leaseApplyInfoList[0].status == '4' || scope.row.leaseApplyInfoList[0].status == '2' || - scope.row.leaseApplyInfoList[0].status == '0') + scope.row.leaseApplyInfoList[0].status == '0')) " >审批 @@ -318,12 +318,12 @@ v-hasPermi="['picking:auditing:tsnb']" v-show=" Number(scope.row.examineStatusId) == 32 && - (scope.row.leaseApplyInfoList[0].status == '5' || + (scope.row.leaseApplyInfoList && (scope.row.leaseApplyInfoList[0].status == '5' || scope.row.leaseApplyInfoList[0].status == '7' || scope.row.leaseApplyInfoList[0].status == '4' || scope.row.leaseApplyInfoList[0].status == '2' || scope.row.leaseApplyInfoList[0].status == '9' || - scope.row.leaseApplyInfoList[0].status == '0') + scope.row.leaseApplyInfoList[0].status == '0')) " >审批