diff --git a/pages/WarehouseManage/CustomerLabelPrint.vue b/pages/WarehouseManage/CustomerLabelPrint.vue index 7580c69..19d6330 100644 --- a/pages/WarehouseManage/CustomerLabelPrint.vue +++ b/pages/WarehouseManage/CustomerLabelPrint.vue @@ -1,12 +1,67 @@ diff --git a/utils/getData2.js b/utils/getData2.js index 8b0c28f..37716a4 100644 --- a/utils/getData2.js +++ b/utils/getData2.js @@ -255,4 +255,22 @@ export const stPrint = (box_jo) => request({ data: { box_jo: box_jo } +}) + +/** + * 客户标签打印 + */ +// 1.1木箱信息查询 +export const customerInfo = (box_no) => request({ + url:'api/pda/print/customerInfo', + data: { + box_no: box_no + } +}) +// 1.1木箱打印 +export const customerPrint = (box_no) => request({ + url:'api/pda/print/customerPrint', + data: { + box_no: box_no + } }) \ No newline at end of file