lkk
2024-12-31 b6a8dc4f0f93ba6628b41cf801e2a899672eecce
src/api/system/tijian.js
@@ -1,5 +1,5 @@
import request from "@/utils/request";
import request1 from "@/utils/request1";
// import request1 from "@/utils/request1";
// 查询体检套餐列表
export function deptTreeSelect(cusSex) {
@@ -8,6 +8,17 @@
    method: "get",
    params: {
      cusSex: cusSex,
    },
  });
}
// 查询团体体检套餐列表
export function tuantiSelect(param) {
  return request({
    url: "/hosp/dwgrouping/huoqutuantitaocanxiangmu",
    method: "get",
    params: {
      sex: param.sex,
      dwId: param.dwId,
    },
  });
}
@@ -91,7 +102,14 @@
    data: data,
  });
}
// 时间轴
export function shijianzhou(data) {
  return request({
    url: "/hosp/order/zongjanyemianshjianzhou",
    method: "post",
    data: data,
  });
}
// 添加过渡表数据
export function getaddtTransition(data) {
  return request({
@@ -100,7 +118,14 @@
    data: data,
  });
}
// 添加过渡表数据
export function tuantiqueren(data) {
  return request({
    url: "/hosp/order/ttaddtTransition",
    method: "post",
    data: data,
  });
}
// 查询过渡表数据
export function getTransitionList(cusId) {
  return request({
@@ -191,9 +216,9 @@
}
export function readCertCardInfos() {
  return request1({
    url: "/readCertCardInfos",
    method: "get",
  });
}
// export function readCertCardInfos() {
//   return request1({
//     url: "/readCertCardInfos",
//     method: "get",
//   });
// }