|
|
@ -2765,7 +2765,7 @@ export default { |
|
|
|
} |
|
|
|
} |
|
|
|
if ( |
|
|
|
if ( |
|
|
|
(item.customerName.trim() !== _name) || |
|
|
|
(item.customerName.trim() !== _name) || |
|
|
|
(item.customerAddres.trim() !== _address) || |
|
|
|
(item.customerAddress.trim() !== _address) || |
|
|
|
(item.customerTelephone.trim() !== _phone) |
|
|
|
(item.customerTelephone.trim() !== _phone) |
|
|
|
) { |
|
|
|
) { |
|
|
|
this.$message.warning('请选择统一顾客订单!!!'); |
|
|
|
this.$message.warning('请选择统一顾客订单!!!'); |
|
|
|