lkk
2024-12-31 b6a8dc4f0f93ba6628b41cf801e2a899672eecce
src/api/system/tijian.js
@@ -1,4 +1,5 @@
import request from "@/utils/request";
// import request1 from "@/utils/request1";
// 查询体检套餐列表
export function deptTreeSelect(cusSex) {
@@ -7,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,
    },
  });
}
@@ -90,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({
@@ -99,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({
@@ -188,3 +214,11 @@
    params:{zhId:zhId}
  });
}
// export function readCertCardInfos() {
//   return request1({
//     url: "/readCertCardInfos",
//     method: "get",
//   });
// }