su
su1124
2024-01-30 b0d733958a618b9fc5ce0ee2fee5d2b146a7a748
src/views/system/tijian/index.vue
@@ -202,6 +202,11 @@
              </el-form-item>
            </el-col>
            <el-col :span="7">
              <el-form-item label="文化程度" prop="wenHua" style="display: flex">
                <el-input style="width: 100%" :disabled="isDisabled" v-model="form.wenHua" placeholder="请输入文化程度" />
              </el-form-item>
            </el-col>
            <el-col :span="7">
              <el-button v-show="lishi" type="primary" @click="cope" size="mini">一键复制</el-button>
              <el-button type="primary" @click="inputChanges" v-show="lishi" size="mini"
                :disabled="confirm">历史体检记录</el-button>
@@ -896,6 +901,9 @@
        cusPhone: [
          { required: true, message: "", trigger: "change" },
        ],
         cusBrithday: [
          { required: true, message: "", trigger: "change" },
        ],
        // cusNational: [
        //   { required: true, message: "民族不能为空", trigger: "change" },
        // ],
@@ -1210,7 +1218,6 @@
    /** 查询信息列表 */
    getList() {
      this.loading = true;
      // listCustomer(this.queryParams).then((response) => {
      //   this.customerList = response.rows;
      //   this.total = response.total;
@@ -1553,7 +1560,12 @@
    },
    handleChanges(param1) {
      this.form.cusIdcard = param1[0].pacCode;
      if(this.form.pacCode == "不详"){
        this.form.cusIdcard = param1[0].xh;
      }else{
        this.form.cusIdcard = param1[0].pacCode;
      }
      // this.form.cusName = param1[0].pacName;
      // this.form.cusPhone = param1[0].pacRemark;
     
@@ -1680,6 +1692,7 @@
      let cusSex = this.form.cusSex;
      this.datekey = Date.now();
      //全部套餐
      this.loading = true;
      deptTreeSelect(cusSex).then((response) => {
        this.newpacName = response.rows;
        console.log(this.newpacName)
@@ -2114,6 +2127,7 @@
          tjFlowingWater: this.tjFlowingWater,
          userId,
          tjType,
          tjCategory:this.tjCategory
        };
      } else {
        data = {
@@ -2122,6 +2136,7 @@
          tjFlowingWater: this.tjFlowingWater,
          userId,
          tjType,
          tjCategory:this.tjCategory
        };
      }
      getOrder(data).then((res) => {
@@ -2143,6 +2158,9 @@
<style >
.el-form-item__error {
       display: none;
   }
.el-table__header-wrapper .el-checkbox {
  display: none;
}