优化打印机配置
This commit is contained in:
@@ -89,6 +89,22 @@ const OrderApi = {
|
||||
responseType: 'blob'
|
||||
});
|
||||
},
|
||||
// 打印经营日报
|
||||
printDayReport(params: any) {
|
||||
return request<any>({
|
||||
url: `${Order_BaseUrl}/admin/finance/printDayReport`,
|
||||
method: "get",
|
||||
params
|
||||
});
|
||||
},
|
||||
// 打印日结单
|
||||
printDaySettle(params: any) {
|
||||
return request<any>({
|
||||
url: `${Order_BaseUrl}/admin/finance/printDaySettle`,
|
||||
method: "get",
|
||||
params
|
||||
});
|
||||
},
|
||||
};
|
||||
|
||||
export default OrderApi;
|
||||
|
||||
Reference in New Issue
Block a user