WXL (wul)
2025-11-13 de147dda682f8ac597bbcc8555b57acbdf45dba2
src/views/patient/patient/index.vue
@@ -68,7 +68,7 @@
                  </el-option>
                </el-select>
              </el-form-item> -->
              <!-- <el-form-item label="课题组/病区" prop="userName">
              <!-- <el-form-item label="科室/病区" prop="userName">
                <el-select v-model="queryParams.value2" placeholder="请选择">
                  <el-option
                    v-for="item in options"
@@ -234,38 +234,25 @@
                prop="id"
              /> -->
              <!-- <el-table-column
              <!-- <el-table-column
                fixed
                label="姓名"
          width="100"
          width="100"
                align="center"
                key="name"
                prop="name"
              /> -->
              <el-table-column
                label="姓名"
                width="100"
          width="100"
                align="center"
                key="name"
                prop="name"
              >
                <template slot-scope="scope">
                  <el-button
                    size="medium"
                    type="text"
                    @click="gettoken360(scope.row.idcardno,scope.row.drcode,scope.row.drname)"
                    ><span class="button-textsc">{{
                      scope.row.name
                    }}</span></el-button
                  >
                </template>
              </el-table-column>
              <el-table-column
                label="性别"
                width="100"
                align="center"
                key="sex"
                prop="sex"
              >
              <el-table-column label="性别"width="100" align="center" key="sex" prop="sex">
                <template slot-scope="scope">
                  <span>{{ scope.row.sex == 1 ? "男" : "女" }}</span>
                </template>
@@ -996,7 +983,7 @@
        },
        {
          value: 1,
          label: "课题组患者",
          label: "科室患者",
        },
        {
          value: 2,
@@ -1039,8 +1026,8 @@
          YongHuXX: {
            XiTongID: "SUIFANGXT",
            XiTongMC: "随访系统",
            YongHuID: "1400466972205912064",
            YongHuXM: "JNRMYY",
            YongHuID: localStorage.getItem("YongHuID"),
            YongHuXM: localStorage.getItem("YongHuXM"),
            ZuZhiJGID: localStorage.getItem("orgid"),
            ZuZhiJGMC: localStorage.getItem("orgname"),
            idp: "lyra",
@@ -1090,7 +1077,7 @@
      sourcetype: [
        {
          value: 1,
          label: "课题组",
          label: "科室",
          children: [],
        },
        {
@@ -1208,13 +1195,9 @@
    },
    //患者360跳转
    gettoken360(sfzh,drcode,drname) {
      this.$modal.msgWarning('360功能暂未开通');
  return; // 阻止后续代码执行
      // this.$modal.msgWarning('360功能暂未开通');
      this.postData.YeWuXX.BingRenXX.ZhengJianHM = sfzh;
      if (this.postData.XiaoXiTou.ZuHuMC=='丽水市中医院') {
        this.postData.YeWuXX.YongHuXX.YongHuID = '1400398571877961728';
        this.postData.YeWuXX.YongHuXX.YongHuXM = 'LSZYY';
      }
      query360PatInfo(this.postData).then((res) => {
        if (res.data.url) {
          window.open(res.data.url, "_blank");