1
lkk
5 天以前 03e883d19ea0ec1a32b406e802d1730fb61e24f4
src/views/reservation/reservations/index.vue
@@ -2172,6 +2172,7 @@
        sex: null,
        phoe: "",
        nation: null,
        companyId:null,
        email: "",
        marriage: null,
        address: "",
@@ -2605,6 +2606,7 @@
    handleUpdate(row) {
      this.title = "修改体检预约";
      this.formIn = row;
      this.form.tjType = this.formIn.tjType;
      if (this.formIn.timeRegion === 0) {
        this.formIn.timeRegion = "8:00-9:00";
@@ -3143,7 +3145,8 @@
          isExpire: this.formIn.isExpire,
          address: this.formIn.address,
          company: this.formIn.company,
          department: this.formIn.department,
          companyId: this.formIn.companyId,
          marriage: this.formIn.marriage,
          discount: this.discount,
          email: this.formIn.email,
          idCard: this.formIn.idCard,
@@ -3170,6 +3173,7 @@
          address: this.formIn.address,
          company: this.formIn.company,
          department: this.formIn.department,
          companyId: this.formIn.companyId,
          discount: this.discount,
          email: this.formIn.email,
          idCard: this.formIn.idCard,
@@ -3233,6 +3237,7 @@
            address: this.formIn.address,
            company: this.formIn.company,
            department: this.formIn.department,
            companyId: this.formIn.companyId,
            discount: this.discount,
            email: this.formIn.email,
            idCard: this.formIn.idCard,
@@ -3259,6 +3264,7 @@
            address: this.formIn.address,
            company: this.formIn.company,
            department: this.formIn.department,
            companyId: this.formIn.companyId,
            discount: this.discount,
            email: this.formIn.email,
            idCard: this.formIn.idCard,