WXL (wul)
6 天以前 19c62799136bb984e968fcb6b0a4d2371d018270
src/views/patient/patient/behospitalized.vue
@@ -47,7 +47,7 @@
          <el-form-item label="患者范围" prop="status">
            <el-cascader
              v-model="queryParams.scopetype"
              placeholder="默认全部科室"
              placeholder="默认全部课题组"
              :options="sourcetype"
              :props="{ expandTrigger: 'hover' }"
              @change="handleChange"
@@ -205,7 +205,11 @@
            key="telcode"
            prop="telcode"
            width="120"
          />
           >
                <template slot-scope="scope">
                  <span>{{ desensitization(scope.row.telcode,'phone') }}</span>
                </template></el-table-column
              >
          <el-table-column
            label="入院诊断"
@@ -216,7 +220,7 @@
          />
          <el-table-column
            label="科室"
            label="课题组"
            align="center"
            key="deptname"
            prop="deptname"
@@ -341,6 +345,9 @@
          <el-table-column prop="certificate" label="证件类型">
          </el-table-column>
          <el-table-column prop="certificatenum" label="证件号码">
           <template slot-scope="scope">
                  <span>{{ desensitization(scope.row.idcardno,'idCard') }}</span>
                </template>
          </el-table-column>
          <el-table-column prop="goday" label="出生日期"> </el-table-column>
          <el-table-column prop="menum" label="本人联系方式"> </el-table-column>
@@ -448,7 +455,7 @@
        },
        {
          value: 1,
          label: "科室患者",
          label: "课题组患者",
        },
        {
          value: 2,
@@ -491,7 +498,7 @@
      sourcetype: [
        {
          value: 1,
          label: "科室",
          label: "课题组",
          children: [],
        },
        {
@@ -501,7 +508,7 @@
        },
        {
          value: 3,
          label: "全部科室",
          label: "全部课题组",
        },
        {
          value: 4,
@@ -530,11 +537,11 @@
      optionstag: [], //标签列表
      Patientrange: [
        {
          name: "全部科室",
          name: "全部课题组",
          id: 999,
        },
        {
          name: "当前科室",
          name: "当前课题组",
          id: 1,
        },
      ],
@@ -638,7 +645,7 @@
      (obj) => obj.deptCode
    );
    this.getList();
    this.listDept();
    // this.listDept();
    this.gettabList();
  },
  methods: {
@@ -718,6 +725,8 @@
    },
    //患者360跳转
    gettoken360(sfzh, drcode, drname) {
      this.$modal.msgWarning('360功能暂未开通');
  return; // 阻止后续代码执行
      this.postData.YeWuXX.BingRenXX.ZhengJianHM = sfzh;
      if (this.postData.XiaoXiTou.ZuHuMC == "丽水市中医院") {
        this.postData.YeWuXX.YongHuXX.YongHuID = "1400398571877961728";
@@ -949,6 +958,6 @@
  }
}
.button-textsc {
  color: #28cfe6;
  color: #3664D9;
}
</style>