From 4cf06b61de0f893a4561225bffb4a9902812964d Mon Sep 17 00:00:00 2001 From: wuteng <419274783@qq.com> Date: Sat, 25 Oct 2025 09:49:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B9=E6=8D=AE=E5=AF=84=E4=BB=B6=E5=9B=BD?= =?UTF-8?q?=E5=AE=B6=E5=A4=84=E7=90=86=E5=8D=95=E5=8F=B7=E6=96=B9=E6=B3=95?= =?UTF-8?q?=E5=88=A4=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/emis/emisWaybill/waybillRecord.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/emis/emisWaybill/waybillRecord.vue b/src/views/emis/emisWaybill/waybillRecord.vue index 28e58582..0711a0c3 100644 --- a/src/views/emis/emisWaybill/waybillRecord.vue +++ b/src/views/emis/emisWaybill/waybillRecord.vue @@ -2813,6 +2813,9 @@ methods: { }, //根据寄件国家处理单号格式 autoAjustBillCodeSender(code) { + if (!this.form.billCode) { + return; + } if (code === '0095' || code === '0855') { //如果单号是否包含7080 去掉首字母的T 否则保持不变 if (this.form.billCode.includes('7080')) {