根据寄件国家处理单号方法判空

This commit is contained in:
wuteng 2025-10-25 09:49:08 +08:00
parent 9913ec8459
commit 4cf06b61de

View File

@ -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')) {