From 495de721519dd3a1cdbc0588dd6e60fbd3d8eabd Mon Sep 17 00:00:00 2001
From: yunuo970428 <405378304@qq.com>
Date: Fri, 15 Nov 2024 11:27:06 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E4=BB=93=E5=82=A8--=E5=BA=93?=
=?UTF-8?q?=E5=AD=98--=E5=87=BA=E5=85=A5=E5=BA=93=E6=9F=A5=E8=AF=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
yxt-as-ui/src/views/storage/inventory/inventoryRefer.vue | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/yxt-as-ui/src/views/storage/inventory/inventoryRefer.vue b/yxt-as-ui/src/views/storage/inventory/inventoryRefer.vue
index 7508e2517d..d1d0820a47 100644
--- a/yxt-as-ui/src/views/storage/inventory/inventoryRefer.vue
+++ b/yxt-as-ui/src/views/storage/inventory/inventoryRefer.vue
@@ -71,7 +71,11 @@
-
+
+
+ {{ scope.row.billType == '1' ? '入库' : scope.row.billType == '0' ? '出库' : '' }}
+
+