qx
qx
2025-03-17 9dca2e769621ae6c5268e13a55cf9a55f004f3cd
qx
2个文件已修改
17 ■■■■ 已修改文件
src/components/jianceResult/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/doctor/check/index.vue 16 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/jianceResult/index.vue
@@ -91,6 +91,7 @@
          this.dataList = res.data;
          this.loading = false;
        } else {
          this.open =false
          this.dataList = res.data;
          this.loading = false;
        }
src/views/doctor/check/index.vue
@@ -808,6 +808,7 @@
import { getlistUser } from "@/api/system/user";
import { getChildList } from "@/api/system/dept";
import { resultList } from "@/api/doctor/examination";
import { selectZT } from "@/api/system/package";
import { get } from "sortablejs";
export default {
  dicts: ["sys_user_sex", "sys_yes_no", "tj_result_type", "lj_positive"],
@@ -983,14 +984,23 @@
  methods: {
    handleFocus(row) {
      this.autorule = [];
      if (!row.resultType || row.resultType == 2 || !row.proResult ) {
      if (!row.resultType || row.resultType == 2 ) {
        return;
      } else  {
      } else {
        this.curindex = row;
        this.$refs.bbb.title = "选择检测结果";
      selectZT({
        proId: row.proId,
      }).then((res) => {
        if (res.data.length > 0) {
          this.$refs.bbb.title = "选择检测结果";
        // this.$refs.bbb.proId = row.proId;
        this.$refs.bbb.open = true;
        this.$refs.bbb.getList(this.curindex);
        } else {
          this.$refs.bbb.open = false;
        }
      });
      }
    },
    handleChangesZt(params) {