From c82402fd56a53c90253f571219a2eca6373d1db9 Mon Sep 17 00:00:00 2001
From: wuteng <419274783@qq.com>
Date: Fri, 20 Jun 2025 17:45:39 +0800
Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=A4=87=E6=B3=A8=E6=A0=BC?=
=?UTF-8?q?=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/emis/emisWaybill/centerWaybillList.vue | 2 +-
src/views/emis/emisWaybill/dispatchWaybillList.vue | 2 +-
src/views/emis/emisWaybill/sendWaybillList.vue | 2 +-
src/views/emis/emisWaybill/sendWaybillListNew.vue | 2 +-
src/views/emis/emisWaybill/waybillDetailReadOnly.vue | 6 +++++-
5 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/src/views/emis/emisWaybill/centerWaybillList.vue b/src/views/emis/emisWaybill/centerWaybillList.vue
index 798bb8d2..b81600a1 100644
--- a/src/views/emis/emisWaybill/centerWaybillList.vue
+++ b/src/views/emis/emisWaybill/centerWaybillList.vue
@@ -558,7 +558,7 @@
- {{scope.row.remark }}该运单为主单,对应虚拟单为{{ scope.row.virtualRemark }}
+ {{scope.row.remark }}{{ scope.row.remark && scope.row.remark.trim()!=='' && scope.row.virtualRemark && scope.row.virtualRemark.trim()!==''?',':'' }}该运单为主单,对应虚拟单为{{ scope.row.virtualRemark }}
diff --git a/src/views/emis/emisWaybill/dispatchWaybillList.vue b/src/views/emis/emisWaybill/dispatchWaybillList.vue
index 9ed711b6..b5411210 100644
--- a/src/views/emis/emisWaybill/dispatchWaybillList.vue
+++ b/src/views/emis/emisWaybill/dispatchWaybillList.vue
@@ -557,7 +557,7 @@
- {{scope.row.remark }}该运单为主单,对应虚拟单为{{ scope.row.virtualRemark }}
+ {{scope.row.remark }}{{ scope.row.remark && scope.row.remark.trim()!=='' && scope.row.virtualRemark && scope.row.virtualRemark.trim()!==''?',':'' }}该运单为主单,对应虚拟单为{{ scope.row.virtualRemark }}
diff --git a/src/views/emis/emisWaybill/sendWaybillList.vue b/src/views/emis/emisWaybill/sendWaybillList.vue
index a55259f5..d5ef0451 100644
--- a/src/views/emis/emisWaybill/sendWaybillList.vue
+++ b/src/views/emis/emisWaybill/sendWaybillList.vue
@@ -524,7 +524,7 @@
- {{scope.row.remark }}该运单为主单,对应虚拟单为{{ scope.row.virtualRemark }}
+ {{scope.row.remark }}{{ scope.row.remark && scope.row.remark.trim()!=='' && scope.row.virtualRemark && scope.row.virtualRemark.trim()!==''?',':'' }}该运单为主单,对应虚拟单为{{ scope.row.virtualRemark }}
diff --git a/src/views/emis/emisWaybill/sendWaybillListNew.vue b/src/views/emis/emisWaybill/sendWaybillListNew.vue
index a04f91df..dd1a425b 100644
--- a/src/views/emis/emisWaybill/sendWaybillListNew.vue
+++ b/src/views/emis/emisWaybill/sendWaybillListNew.vue
@@ -530,7 +530,7 @@
- {{scope.row.remark }}该运单为主单,对应虚拟单为{{ scope.row.virtualRemark }}
+ {{scope.row.remark }}{{ scope.row.remark && scope.row.remark.trim()!=='' && scope.row.virtualRemark && scope.row.virtualRemark.trim()!==''?',':'' }}该运单为主单,对应虚拟单为{{ scope.row.virtualRemark }}
diff --git a/src/views/emis/emisWaybill/waybillDetailReadOnly.vue b/src/views/emis/emisWaybill/waybillDetailReadOnly.vue
index 2ffead93..52c02f10 100644
--- a/src/views/emis/emisWaybill/waybillDetailReadOnly.vue
+++ b/src/views/emis/emisWaybill/waybillDetailReadOnly.vue
@@ -231,7 +231,11 @@
- {{ form.remark }}
+
+ {{form.remark }} {{ form.remark && form.remark.trim()!=='' && form.virtualRemark && form.virtualRemark.trim()!==''?',':'' }}
+ 该运单为主单,对应虚拟单为{{ form.virtualRemark }}
+
+