:qx
qx
昨天 6d4e9ccb34e0292bfadba7bfd678231cb37ae8c0
src/api/system/tijian.js
@@ -55,13 +55,13 @@
  });
}
export function getProParentIdDxList() {
export function getProParentIdDxList(xb) {
  return request({
    url: "/hosp/project/getProParentIdDxList",
    method: "get",
    // params: {
    //   pname: pname,
    // },
    params: {
      xb: xb,
    },
  });
}
@@ -71,13 +71,15 @@
    url: "/hosp/order",
    method: "post",
    data: data,
    // responseType: 'blob',
    // headers:{
    //   "type": 'application/pdf'
    // }
  });
}
export function getOrderzhiye(data) {
  return request({
    url: "/hosp/order",
    method: "post",
    data: data,
  });
}
// 根据身份证显示信息
export function getCusIdcard(cusIdcard) {
  return request({
@@ -230,6 +232,15 @@
  });
}
// 补录
export function getaddtTransition1(data) {
  return request({
    url: "/hosp/order/addBlTransition",
    method: "post",
    data: data,
  });
}
// export function readCertCardInfos() {
//   return request1({