Bläddra i källkod

修改冲账,修改收款退款操作

许智捷 2 år sedan
förälder
incheckning
96f9badd9d
1 ändrade filer med 4 tillägg och 1 borttagningar
  1. 4 1
      src/views/room/modules/checkIn/EditCustomerTypeForm.vue

+ 4 - 1
src/views/room/modules/checkIn/EditCustomerTypeForm.vue

@@ -302,10 +302,13 @@ export default {
       });
     },
     chnageCustomerType(value) {
-      if (value === 1) {
+      if (value === 1 && value === 4) {
         console.log(value)
         debugger
         this.model.vipCustomerId = null
+        this.model.contractTeamProtocolId = null
+        this.model.contractTeamProtocolName = null
+        this.model.contractTeamId = null
       }
     },
     handleSearchVip(value) {