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