Commit c9226ba4 authored by 何虹's avatar 何虹 💬

打印报表服务

parent 8fe4dbd6
......@@ -65,5 +65,12 @@ class System {
data.group = 'ExportExcel'
return this.restfulClient.queryList(data)
}
/**
* 根据bill_type查询printName
* @param {*} bill_type
*/
queryPrintNameByBillType(bill_type) {
return this.requestClient.get(`${TOOL_PROXY}/queryPrintName/${bill_type}/`)
}
}
export default System
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment