WXL
2025-04-01 81ffbda9c4396086a740c988ae634c57a27f868d
测试完成
已修改16个文件
98 ■■■■ 文件已修改
src/views/followvisit/SpecificDisease/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/followvisit/discharge/index.vue 33 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/followvisit/record/detailpage/index.vue 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/followvisit/record/index.vue 31 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/followvisit/technology/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/knowledge/education/index.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/medtechnician/SpecializedService.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/patient/ExternalPatient.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/patient/behospitalized.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/patient/hospital.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/patient/index.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/patient/operation.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/physical/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/questionnaire/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/subsequent/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/ycquestionnaire/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/followvisit/SpecificDisease/index.vue
@@ -192,7 +192,7 @@
      <el-table
        v-loading="loading"
        :data="userList"
        height="660"
        height="808"
        :row-class-name="tableRowClassName"
        @selection-change="handleSelectionChange"
      >
src/views/followvisit/discharge/index.vue
@@ -130,6 +130,17 @@
            </el-option>
          </el-select>
        </el-form-item>
        <el-form-item label="排序方式" prop="status">
   <el-select v-model="topqueryParams.sort" placeholder="请选择">
   <el-option
    v-for="item in topicoptionssort"
    :key="item.value"
    :label="item.label"
    :value="item.value"
   >
   </el-option>
   </el-select>
  </el-form-item>
        <el-form-item>
          <el-button
@@ -216,7 +227,7 @@
      <el-table
        v-loading="loading"
        :data="userList"
        height="660"
        height="808"
        :row-class-name="tableRowClassName"
        @selection-change="handleSelectionChange"
      >
@@ -909,6 +920,24 @@
        qystatus: "",
        btstatus: "",
      },
      topicoptionssort:[
        {
          value: 0,
          label: "出院时间(正序)",
        },
        {
          value: 1,
          label: "出院时间(倒序)",
        },
        {
          value: 2,
          label: "发送时间(正序)",
        },
        {
          value: 3,
          label: "发送时间(倒序)",
        },
      ],
      // 查询参数
      topqueryParams: {
        pageNum: 1,
@@ -1247,9 +1276,9 @@
        pageNum: 1,
        pageSize: 10,
        serviceType: 2,
        sort: 2,
        sendstate: 2,
        searchscope: 2,
        sort: 2,
      };
      this.handleQuery(1);
    },
src/views/followvisit/record/detailpage/index.vue
@@ -654,6 +654,7 @@
    this.patid = this.$route.query.patid;
    this.Voicetype = this.$route.query.Voicetype;
    this.serviceType = this.$route.query.serviceType;
console.log(this.id, this.patid);
    this.getTaskservelist(this.id);
  },
@@ -852,7 +853,8 @@
    // 获取患者记录
    getTaskservelist(id) {
      this.id = id;
      console.log(id,'idsub');
      if (id) {
        this.Whetherall = false;
      } else {
src/views/followvisit/record/index.vue
@@ -119,6 +119,17 @@
            </el-option>
          </el-select>
        </el-form-item>
        <el-form-item label="排序方式" prop="status">
     <el-select v-model="topqueryParams.sort" placeholder="请选择">
      <el-option
       v-for="item in topicoptionssort"
       :key="item.value"
       :label="item.label"
       :value="item.value"
      >
      </el-option>
     </el-select>
    </el-form-item>
        <el-form-item>
          <el-button
@@ -854,6 +865,7 @@
        serviceType: 10,
        searchscope: 3,
        sendstate:2,
        sort:2,
        scopetype: [],
        leaveldeptcodes: [],
        leavehospitaldistrictcodes: [],
@@ -897,6 +909,24 @@
          label: "正常",
        },
      ],
      topicoptionssort:[
    {
     value: 0,
     label: "出院时间(正序)",
    },
    {
     value: 1,
     label: "出院时间(倒序)",
    },
    {
     value: 2,
     label: "发送时间(正序)",
    },
    {
     value: 3,
     label: "发送时间(倒序)",
    },
   ],
      errtype: "",
      leavehospitaldistrictcode: "",
      serviceState: [],
@@ -1159,6 +1189,7 @@
        pageNum: 1,
        pageSize: 10,
        serviceType: 10,
        sort:2,
        searchscope: 2,
        sendstate:2,
      };
src/views/followvisit/technology/index.vue
@@ -205,7 +205,7 @@
      <el-table
        v-loading="loading"
        :data="userList"
        height="660"
        height="808"
        :row-class-name="tableRowClassName"
        @selection-change="handleSelectionChange"
      >
src/views/knowledge/education/index.vue
@@ -824,6 +824,8 @@
    },
    // 打开统计图表
    statistics() {
      this.Collarrname=[];
      this.Collarrvalue=[];
      //取数据
      let obj = { assortid: 13, isavailable: "", pageNum: 1, pageSize: 20 };
      getlibrarylist(obj).then((response) => {
src/views/patient/medtechnician/SpecializedService.vue
@@ -158,7 +158,7 @@
      <el-table
        v-loading="loading"
        :data="userList"
        height="660"
        height="808"
        :row-class-name="tableRowClassName"
        @selection-change="handleSelectionChange"
      >
src/views/patient/patient/ExternalPatient.vue
@@ -108,7 +108,7 @@
            <el-table
              v-loading="loading"
              :data="userList"
              height="660"
              height="808"
              @selection-change="handleSelectionChange"
            >
              <el-table-column type="selection" width="50" align="center" />
src/views/patient/patient/behospitalized.vue
@@ -115,7 +115,7 @@
        <el-table
          v-loading="loading"
          :data="userList"
          height="660"
          height="808"
          @selection-change="handleSelectionChange"
        >
          <el-table-column type="selection" width="50" align="center" />
src/views/patient/patient/hospital.vue
@@ -118,7 +118,7 @@
        <el-table
          v-loading="loading"
          :data="userList"
           height="660"
           height="808"
          @selection-change="handleSelectionChange"
        >
          <el-table-column type="selection" width="50" align="center" />
src/views/patient/patient/index.vue
@@ -215,7 +215,7 @@
            <el-table
              v-loading="loading"
              :data="userList"
              height="660"
              height="808"
              @selection-change="handleSelectionChange"
            >
              <el-table-column type="selection" width="50" align="center" />
@@ -1370,7 +1370,8 @@
}
.sidecolumn {
  width: 180px;
  min-height: 100vh;
  min-height: 80vh;
  position: fixed;
  text-align: center;
  //   display: flex;
  margin-top: 20px;
@@ -1448,6 +1449,7 @@
}
.leftvlue {
  width: 80%;
  margin-left:220px ;
  margin-top: 10px;
}
.leftvlue-bg {
src/views/patient/patient/operation.vue
@@ -82,7 +82,7 @@
        <el-table
          v-loading="loading"
          :data="userList"
           height="660"
           height="808"
          @selection-change="handleSelectionChange"
        >
          <el-table-column type="selection" width="50" align="center" />
src/views/patient/physical/index.vue
@@ -192,7 +192,7 @@
      <el-table
        v-loading="loading"
        :data="userList"
        height="660"
        height="808"
        :row-class-name="tableRowClassName"
        @selection-change="handleSelectionChange"
      >
src/views/patient/questionnaire/index.vue
@@ -192,7 +192,7 @@
      <el-table
        v-loading="loading"
        :data="userList"
        height="660"
        height="808"
        :row-class-name="tableRowClassName"
        @selection-change="handleSelectionChange"
      >
src/views/patient/subsequent/index.vue
@@ -192,7 +192,7 @@
      <el-table
        v-loading="loading"
        :data="userList"
        height="660"
        height="808"
        :row-class-name="tableRowClassName"
        @selection-change="handleSelectionChange"
      >
src/views/patient/ycquestionnaire/index.vue
@@ -192,7 +192,7 @@
      <el-table
        v-loading="loading"
        :data="userList"
        height="660"
        height="808"
        :row-class-name="tableRowClassName"
        @selection-change="handleSelectionChange"
      >