From 9f28adae231397a135be83e7ae592e6d5c147dae Mon Sep 17 00:00:00 2001
From: aihe <961836564@qq.com>
Date: Thu, 9 May 2024 17:34:27 +0800
Subject: [PATCH] uu
---
common/api/order.js | 7 +
common/api/url.js | 1 +
pages/print/courierNote.vue | 254 ++++++++++++++++++------------------
3 files changed, 132 insertions(+), 130 deletions(-)
diff --git a/common/api/order.js b/common/api/order.js
index bbcc760..333b6c8 100644
--- a/common/api/order.js
+++ b/common/api/order.js
@@ -90,3 +90,10 @@ export const scanRecord = (data = {})=> {
export const getNextStationList = (data = {})=> {
return coreRequest(url.getNextStationList, data, {}, "GET")
}
+
+// 扫描-获取下一网点
+export const getRealGetWaybillPrintData = (data = {})=> {
+ return coreRequest(url.getRealGetWaybillPrintData, data, {}, "GET")
+}
+
+
diff --git a/common/api/url.js b/common/api/url.js
index c0d65e7..68ca306 100644
--- a/common/api/url.js
+++ b/common/api/url.js
@@ -40,6 +40,7 @@ export default {
getOrderDetail: `/emis/emisWaybill/getWaybillDetail`, // 订单详情
scanRecord: `/emis/emisTmsScanRecord/scan`, // 扫描- 揽收
+ getRealGetWaybillPrintData: `/emis/emisWaybill/realGetWaybillPrintData`, // 运单 打印数据
getNextStationList: `/emis/emisTmsScanRecord/getNextStationList`, // 获取-扫描下一网点
diff --git a/pages/print/courierNote.vue b/pages/print/courierNote.vue
index e6d8251..7a0db67 100644
--- a/pages/print/courierNote.vue
+++ b/pages/print/courierNote.vue
@@ -1,121 +1,110 @@
-
-
-
-
- 运单号
-
-
-
-
-
- 下单时间
-
-
-
-
-
-
- 是否已打印
-
+
+
+
+
+
+ 运单号
+
+
+
-
-
-
- 查询
-
- 注意:当打印出来寄件分拨或未端分拨返回为空时,请等待5分钟后再补 打印
-
-
- 打印联选择
-
-
-
-
-
-
-
-
-
-
-
-
+
+ 下单时间
+
+
+
+
+
+
+ 是否需要PDF
+
-
-
-
-
-
-
- 运单列表
-
-
-
+
+
+
+ 查询
+
+ 注意:当打印出来寄件分拨或未端分拨返回为空时,请等待5分钟后再补 打印
+
+
+ 打印联选择
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
- 运单号:{{dlCurrent.item.val}}
-
-
-
-
+
+
+ 运单列表
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 运单号:{{dlCurrent.item.val}}
+
+
+
+
+
+
-
-
-
-
-
-
- 搜索蓝牙
-
- 打印
-
-
-
-
+
+
+
+
+ 打印
+
+
+
+
+