From 194a9cca53e65a3c7361243115e4a47f41921533 Mon Sep 17 00:00:00 2001
From: wuteng <419274783@qq.com>
Date: Thu, 31 Jul 2025 09:53:58 +0800
Subject: [PATCH] =?UTF-8?q?=E8=BF=9B=E4=BB=93=E5=AF=B9=E8=B4=A7=E5=AF=BC?=
=?UTF-8?q?=E5=87=BA=E7=BA=BF=E8=B7=AF=E4=BA=A7=E5=93=81=E4=B8=BA=E7=A9=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../emis/emisWarehouseIn/panel/WarehouseInPanel.vue | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/src/views/emis/emisWarehouseIn/panel/WarehouseInPanel.vue b/src/views/emis/emisWarehouseIn/panel/WarehouseInPanel.vue
index c42b1224..a9ba661e 100644
--- a/src/views/emis/emisWarehouseIn/panel/WarehouseInPanel.vue
+++ b/src/views/emis/emisWarehouseIn/panel/WarehouseInPanel.vue
@@ -234,12 +234,12 @@
-
+
{{scope.row.waybillDetail.transLineTypeName}}
-
+
{{scope.row.waybillDetail.productTypeName}}
@@ -848,6 +848,12 @@ export default {
if (j === 'waybillDetail.paymentType') {
return this.selectDictLabel(this.dict.type.emis_payment_type,v['waybillDetail']['paymentType']);
}
+ if(j === 'waybillDetail.transLineTypeName'){
+ return v['waybillDetail']['transLineTypeName'];
+ }
+ if(j === 'waybillDetail.productTypeName'){
+ return v['waybillDetail']['productTypeName'];
+ }
return v[j]
}))
},