qx
qx
2025-03-12 c140987b3ef6fd47e3b795fc3a2c6f880f49f9c2
qx
4个文件已修改
26 ■■■■ 已修改文件
src/components/jianceResult/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/Checkout/index.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/tijianall/index.vue 18 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
vue.config.js 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/jianceResult/index.vue
@@ -18,6 +18,7 @@
            placeholder=""
            style="width: 400px;"
            clearable
          />
        </el-form-item>
      </el-form>
src/views/system/Checkout/index.vue
@@ -15,6 +15,7 @@
          v-model="queryParams.name"
          placeholder="请输入姓名"
          @keyup.enter.native="handleQuery"
          @input="queryParams.name = $event.replace(/\s/g, '')"
        />
      </el-form-item>
      <el-form-item label="体检号" prop="tjNum">
@@ -26,6 +27,7 @@
          @blur="hb"
          style="width: 170px"
          clearable
          @input="queryParams.tjNum = $event.replace(/\s/g, '')"
        />
      </el-form-item>
      <el-form-item label="登记时间" prop="createTimeList">
src/views/system/tijianall/index.vue
@@ -120,6 +120,7 @@
              ]"
            >
              <el-input
              @input="form.cusName = $event.replace(/\s/g, '')"
                v-model="form.cusName"
                placeholder="请输入姓名"
                style="width: 99%"
@@ -179,8 +180,9 @@
                  trigger: 'blur',
                },
              ]"
            >
              <el-input v-model="form.cusPhone" placeholder="请输入电话" />
            >
              <el-input v-model="form.cusPhone" placeholder="请输入电话"   @input="form.cusPhone = $event.replace(/\s/g, '')"/>
            </el-form-item>
            <el-form-item label="婚姻" prop="cusMarryStatus">
@@ -224,8 +226,9 @@
              <el-input
                v-model="form.cusIdcard"
                placeholder="请输入身份证号"
                @input="inputChange"
                @input="handleIdCardInput"
                style="width: 190px"
              />
              <!-- <i
                style="font-size: 17px; margin-left: 3px"
@@ -243,7 +246,8 @@
            label-width="106px"
          >
            <el-form-item label="邮箱" prop="cusEmail">
              <el-input v-model="form.cusEmail" placeholder="请输入邮箱" />
              <el-input v-model="form.cusEmail" placeholder="请输入邮箱"      @input="form.cusEmail = $event.replace(/\s/g, '')"/>
            </el-form-item>
            <el-form-item label="民族" prop="cusNational">
              <el-select
@@ -290,7 +294,7 @@
            label-width="106px"
          >
            <el-form-item label="卡号" prop="indexCard">
              <el-input v-model="form.indexCard" placeholder="请输入卡号" />
              <el-input v-model="form.indexCard" placeholder="请输入卡号"   @input="form.indexCard = $event.replace(/\s/g, '')"/>
            </el-form-item>
            <el-form-item label="职业" prop="career">
              <el-select
@@ -1498,6 +1502,10 @@
        });
      }
    },
    handleIdCardInput(value) {
  this.form.cusIdcard = value.replace(/\s/g, '');
  this.inputChange(); // 保留原有的身份证输入处理逻辑
},
    inputChange() {
      const reg =
        /^[1-9]\d{5}(18|19|([23]\d))\d{2}((0[1-9])|(10|11|12))(([0-2][1-9])|10|20|30|31)\d{3}[0-9Xx]$/;
vue.config.js
@@ -53,8 +53,13 @@
      // detail: https://cli.vuejs.org/config/#devserver-proxy
      [process.env.VUE_APP_BASE_API]: {
        // target: `https://ltpeis.xaltjdkj.cn:5801/`,
<<<<<<< HEAD
        // target: `http://192.168.1.2:5011`,
        target: `http://192.168.1.113:5011`,
=======
        target: `http://192.168.1.113:5011`,
        // target: `http://192.168.1.113:5011`,
>>>>>>> ad78625bb4b876018ac68c6f402c9b21d1a7b3bc
        // // target: `http://192.168.0.99:8080/ltkj-admin`,
        // target: `https://ltpeis.xaltjdkj.cn:5011/ltkj-admin`,
        // target: `http://10.168.0.9:5011`,