From 2c1cf912ebab670e247881efbbe7c220bc85392a Mon Sep 17 00:00:00 2001 From: anthonywj Date: Thu, 23 Nov 2023 10:54:08 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=87=E8=B4=AD=E8=AE=A2=E5=8D=95=EF=BC=8C?= =?UTF-8?q?=E7=94=B3=E8=B4=AD=E8=AE=A2=E5=8D=95=E6=89=93=E5=8D=B0=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/purchase/purApply.js | 12 ++++++++++ src/api/purchase/purOrder.js | 14 ++++++++++++ .../purchase/purApply/pureApplyMySearch.vue | 22 +++++++++++++++++-- .../purchase/purApply/pureApplySearch.vue | 21 ++++++++++++++++-- .../purchase/purOrder/purOrderSearch.vue | 20 ++++++++++++++++- 5 files changed, 84 insertions(+), 5 deletions(-) diff --git a/src/api/purchase/purApply.js b/src/api/purchase/purApply.js index a8018eb4..01bb62d3 100644 --- a/src/api/purchase/purApply.js +++ b/src/api/purchase/purApply.js @@ -128,3 +128,15 @@ export function getDetailList(params) { params: params }) } + + +export function printOrder(data) { + return axios({ + url: "/pur/apply/order/printOrder", + method: "post", + data: data, + headers: {'Content-Type': 'application/x-www-form-urlencoded; charset=UTF-8'}, + responseType: 'arraybuffer', //一定要设置响应类型,否则页面会是空白pdf + }); +} + diff --git a/src/api/purchase/purOrder.js b/src/api/purchase/purOrder.js index b31981ea..37579a1c 100644 --- a/src/api/purchase/purOrder.js +++ b/src/api/purchase/purOrder.js @@ -155,3 +155,17 @@ export function filterSupList(data) { } +export function printOrder(data) { + return axios({ + url: "/pur/purchase/order/printOrder", + method: "post", + data: data, + headers: {'Content-Type': 'application/x-www-form-urlencoded; charset=UTF-8'}, + responseType: 'arraybuffer', //一定要设置响应类型,否则页面会是空白pdf + }); +} + + + + + diff --git a/src/views/purchase/purApply/pureApplyMySearch.vue b/src/views/purchase/purApply/pureApplyMySearch.vue index 2e7c7327..873995bc 100644 --- a/src/views/purchase/purApply/pureApplyMySearch.vue +++ b/src/views/purchase/purApply/pureApplyMySearch.vue @@ -134,8 +134,9 @@ - + @@ -184,7 +185,7 @@