1
lkk
2 天以前 1f58f7ffee3ca19959978b866c3ebf8c235da3cf
src/views/reservation/reservations/index.vue
@@ -1389,10 +1389,10 @@
                  style="width: 160px"
                />
              </el-form-item>
              <el-form-item label="单位名称" prop="company">
              <el-form-item label="单位名称" prop="companyId">
                <el-select
                  :remote-method="getRemoteData"
                  v-model="formIn.company"
                  v-model="formIn.companyId"
                  remote
                  default-first-option
                  allow-create
@@ -2121,7 +2121,7 @@
        cusSex: null,
        cusBrithday: null,
        cusAddr: null,
        cusPhone: null,
        phone: null,
        yykssj: "", // 预约开始时间
        yyjssj: "", // 预约结束时间
        cusPostcode: null,
@@ -2235,7 +2235,7 @@
        // cusAddr: [
        //   { required: true, message: "现居住地址不能为空", trigger: "blur" },
        // ],
        cusPhone: [
        phone: [
          { required: true, validator: checkPhoneNum, trigger: "blur" },
        ],
        reservationTime: [
@@ -2575,7 +2575,7 @@
        cusSex: null,
        cusBrithday: null,
        cusAddr: null,
        cusPhone: null,
        phone: null,
        yykssj: "", // 预约开始时间
        yyjssj: "", // 预约结束时间
        cusPostcode: null,
@@ -3169,7 +3169,7 @@
          name: this.formIn.name,
          nation: this.formIn.nation,
          pacId,
          phoe: this.formIn.cusPhone,
          phoe: this.formIn.phoe,
          reservationTime: this.formIn.reservationTime,
          sex: this.formIn.sex,
          timeRegion: this.formIn.timeRegion,
@@ -3210,8 +3210,10 @@
        };
      }
      tjReappoint(data).then((res) => {
        console.log("接口响应", res);
        if (res.code === 200) {
          this.$modal.msgSuccess("预约成功");
          Object.assign(this.formIn, data);
          this.getList();
          this.$tab.refreshPage();
          _this.drawer = false;