From e8cb1cee361e52a194afe881cbfa8e471acb27da Mon Sep 17 00:00:00 2001 From: aihe <961836564@qq.com> Date: Tue, 6 Aug 2024 00:59:04 +0800 Subject: [PATCH] uu --- pages/print/courierNote.vue | 102 ++++++++++++++++++++++++------------ 1 file changed, 68 insertions(+), 34 deletions(-) diff --git a/pages/print/courierNote.vue b/pages/print/courierNote.vue index 40d10e2..2fec9bb 100644 --- a/pages/print/courierNote.vue +++ b/pages/print/courierNote.vue @@ -68,24 +68,16 @@ - 运单列表 - - - - - - - - - - 运单号 - - - - 下单时间 - + + + 运单列表 + + + + + @@ -93,23 +85,63 @@ vdataType="array" > - - - - - - - - - {{dlCurrent.item.billCode}} - - - - {{dlCurrent.item.sendDate}} - + + + + + + + + + + + + + + + +
+ + + 寄件人 + {{dlCurrent.item.sendName}} + + + 寄件电话 + {{dlCurrent.item.sendMobile}} + + + + + 寄件公司 + {{dlCurrent.item.sendCompany}} + + + + + 寄件地址 + {{dlCurrent.item.sendAddress}} + + + + + + 收件地址 + {{dlCurrent.item.receiveAddress}} + + + + + 目的网点 + {{dlCurrent.item.dispatchUnderlingSiteName}} + + +
+
@@ -136,6 +168,7 @@ import dayjs from "dayjs" import * as apiService from "@/common/api" import { checkParams } from "@/common/validate" + import { getAddressDetail } from "@/common/util" import TpxBluetoothPrintPreview from "@/components/tpx-bluetooth-print/tpx-bluetooth-print-preview" export default { components: { @@ -192,6 +225,7 @@ }, methods: { + getAddressDetail, async getListFun(param){ let cpParam = JSON.parse(JSON.stringify(param)) cpParam.params.beginSendDate = cpParam._date[0]