|
|
|
|
@ -93,6 +93,8 @@ export function printOrder(data) {
|
|
|
|
|
return axios({
|
|
|
|
|
url: "/device/MA/order/pintOrder",
|
|
|
|
|
method: "post",
|
|
|
|
|
data: data
|
|
|
|
|
data: data,
|
|
|
|
|
headers: {'Content-Type': 'application/x-www-form-urlencoded; charset=UTF-8'},
|
|
|
|
|
responseType: 'arraybuffer', //一定要设置响应类型,否则页面会是空白pdf
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
|