瀏覽代碼

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

许智捷 2 年之前
父節點
當前提交
96f9badd9d
共有 1 個文件被更改,包括 4 次插入1 次删除
  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) {