charge-query.js 369 Bytes
// 收费查询api
export default {
  getChargeList: "/backstage/auth/receiptList",
  getCompanyOptions: "/backstage/auth/payorListNopage", 
  getDoctorListNoPage:"/backstage/auth/doctorListNoPage",//医生列表
  getChargeListDetail:"/backstage/auth/receiptDetailList",//账单明细
  getReceiptPaymentDetail:"/backstage/auth/receiptPaymentDetail",//账单明细
};