From df04adcf6d13f174660264d3f36e355e3604c9eb Mon Sep 17 00:00:00 2001
From: liyongde <1419499670@qq.com>
Date: Fri, 1 Nov 2024 15:12:22 +0800
Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E5=88=86=E5=88=87=E8=AE=A1?=
=?UTF-8?q?=E5=88=92=E6=98=BE=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/views/wms/pdm/order/slittingplan/index.vue | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/lms2/nladmin-ui/src/views/wms/pdm/order/slittingplan/index.vue b/lms2/nladmin-ui/src/views/wms/pdm/order/slittingplan/index.vue
index 4f4535be4..b04852bf0 100644
--- a/lms2/nladmin-ui/src/views/wms/pdm/order/slittingplan/index.vue
+++ b/lms2/nladmin-ui/src/views/wms/pdm/order/slittingplan/index.vue
@@ -506,6 +506,16 @@
+
+
+ {{ scope.row.up_or_down === '' ? '-' : scope.row.up_or_down === '1' ? '上轴' : '下轴' }}
+
+
+
+
+ {{ scope.row.left_or_right === '' ? '-' :scope.row.left_or_right === '1' ? '左卷' : '右卷' }}
+
+