|
@@ -138,9 +138,9 @@ export const salesDetailPrint = params => {
|
|
|
method: 'get'
|
|
|
}
|
|
|
// 喷墨打印
|
|
|
- // if (params.type == 'INK') {
|
|
|
- // data.responseType = 'blob'
|
|
|
- // }
|
|
|
+ if (params.type == 'INK') {
|
|
|
+ data.responseType = 'blob'
|
|
|
+ }
|
|
|
return axios.request(data)
|
|
|
}
|
|
|
// 销售 详情 导出
|