@@ -1379,7 +1379,7 @@ export default {
return
}
- if (!this.orderForm.sendClothWay) {
+ if (this.orderForm.isAppointment == 'Y' && !this.isEmpty(this.orderForm.orderNo) && !this.orderForm.sendClothWay) {
this.$message.error('请先选取衣方式')