From 115bb8d4f3517328c775367d21373f08c254523f Mon Sep 17 00:00:00 2001 From: xiangxy Date: Mon, 9 Jan 2023 12:18:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E8=B4=A7=E7=94=B3=E8=AF=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/getData1.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/utils/getData1.js b/utils/getData1.js index 4ecf767..ca8f993 100644 --- a/utils/getData1.js +++ b/utils/getData1.js @@ -171,6 +171,14 @@ export const stoutPrint = (bjo) => request({ box_jo: bjo } }) +// 1.4发货申请 +export const stdeliverApply = (bno, pcode) => request({ + url: 'api/pda/st/deliverApply', + data: { + box_no: bno, + point_code: pcode + } +}) /** * 虚拟区发货确认