charge-query.js 1.35 KB
// 收费查询api
export default {
  querySendInfoList: "/backstage/auth/querySendInfoList", //查询寄送列表
  deleteReceiptSendInfo:"/backstage/auth/deleteReceiptSendInfo",//删除寄送信息
  deleteSendReceipt: "/backstage/auth/deleteSendReceipt", //删除寄送信息下的账单信息
  saveReceipSendInfo:"/backstage/auth/saveReceipSendInfo",//保存理赔件账单寄送信息
  querySendReceipList:"/backstage/auth/querySendReceipList",//查询寄送包含账单列表
  queryNoSendReceipList:"/backstage/auth/queryNoSendReceipList",//待寄送账单查询
  getChargeList: "/backstage/auth/receiptList",
  getCompanyOptions: "/backstage/auth/payorListNopage", 
  getDoctorListNoPage:"/backstage/auth/doctorListNoPage",//医生列表
  getChargeListDetail:"/backstage/auth/receiptDetailList",//账单明细
  getReceiptPaymentDetail:"/backstage/auth/receiptPaymentDetail",//账单明细
  queryCiReceipSendList:"/backstage/auth/queryCiReceipSendList",//理赔件账单寄送查询
  receiptSettlement:"/backstage/auth/receiptSettlement",//账单结算
  sendReceipListExport:"/backstage/auth/sendReceipListExport",//寄送关联账单导出
  noSendReceipListExport:"/backstage/auth/noSendReceipListExport",//寄送未关联账单导出
  receiptPrint:"/backstage/auth/receiptPrint",//账单打印
	rceiptListReport: '/backstage/auth/rceiptListReport', // 账单导出
};