Browse Source

修改预约对订单的重复盘点条件

fix_bug_pro20231227
pref_mail@163.com 1 year ago
parent
commit
0c42aecccd
  1. 2
      src/views/distribution/reservation/reservationAddFrom.vue

2
src/views/distribution/reservation/reservationAddFrom.vue

@ -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('请选择统一顾客订单!!!');

Loading…
Cancel
Save