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 + } +}) /** * 虚拟区发货确认