1
lkk
2025-01-21 7d2dba2945bf807413e7fc809fc06acebe3721a8
src/api/system/tijian.js
@@ -29,7 +29,13 @@
    method: "get",
  });
}
export function gaibianzhekou(data) {
  return request({
    url: "/hosp/order/updateTransitionnewPrice",
    method: "post",
    data: data,
  });
}
// 选择体检项目(所有服项目)选单项时调用的接口
export function projectGetList() {
  return request({
@@ -136,7 +142,16 @@
    },
  });
}
// 查询过渡表数据
export function getTransitionList1(cusId) {
  return request({
    url: "/hosp/order/newgetTransitionList",
    method: "get",
    params: {
      cusId: cusId,
    },
  });
}
// 登记成功后生成导诊单
export function getGuide(tjNumber) {
  return request({