qs
qx
2025-03-08 613c7e02039f447205fb34d1372f28629cb4af20
qs
2个文件已修改
22 ■■■■■ 已修改文件
src/api/hosp/order.js 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/biol/index.vue 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/api/hosp/order.js
@@ -408,4 +408,16 @@
      tjNum
    }
  })
}
// 批量发送邮件
export function xiugaidayinzhuangtai(tjNumber) {
  return request({
    url: '/system/report/xiugaidayinzhuangtai',
    method: 'get',
    params: {
      tjNumber
    }
  })
}
src/views/system/biol/index.vue
@@ -124,7 +124,7 @@
        <el-button
          type="primary"
          size="mini"
          :disabled="multiple"
          :disabled="single"
          @click="jiankangReport"
          >健康检查表打印</el-button
        >
@@ -551,7 +551,7 @@
  hasPrintCode,
  getOrderListOO,
  getNewDateList,
  getChexiao,
  getChexiao,xiugaidayinzhuangtai
} from "@/api/hosp/order";
import moment from "moment";
import ViewPdf from "@/components/ViewPdf";
@@ -806,6 +806,7 @@
      this.dialogVisiblese = true;
    },
    timjiao() {
      if (this.radios == "1") {
        this.mobanId = "912502827716915200";
      } else {
@@ -815,7 +816,12 @@
      const viewNum = this.mobanId;
      const params = { viewNum, tjNum };
      this.$tab.openPage("健康证检查表", "/report/jiankangzheng", params);
     let tjNumber = this.report[0]
      xiugaidayinzhuangtai(tjNumber).then((response) => {
      })
      this.dialogVisiblese = false
      this.getList();
    },
    baogaoyulan() {
      const tjNumber = this.report[0];