@@ -312,7 +312,9 @@ export default {
isRules: this.orderInfo.appointmentTime || this.orderInfo.appointmentEndTime ? [...required] : []
},
saleType: {
- isEdit: false,
+ isEdit:
+ this.userInfo.type == 1 &&
+ ['DYY', 'DQD', 'DSHPG', 'DWDPG', 'DJD', 'FWZ'].includes(this?.orderInfo?.orderStatus),
isShow: true,
isRules: [...required]