|
|
@@ -105,9 +105,9 @@ export default {
|
|
|
!['FWZ', 'GCSZT', 'BFWG'].includes(res?.data?.orderStatus) &&
|
|
|
!['YQX', 'FWZT', 'YCGB', 'FWQX'].includes(res?.data?.orderStatus)
|
|
|
) {
|
|
|
- this.EvaluationShow = true
|
|
|
this.SettleAccountsShow = true
|
|
|
}
|
|
|
+ this.EvaluationShow = res?.data?.appraiseStatus !== 'N'
|
|
|
if (this?.$route?.params?.pagePam === 'Evaluation' && this.EvaluationShow === false) {
|
|
|
this.activeName = 'workOrderInfo'
|
|
|
}
|