From e9066f0c6478091278cca7131347dbc896e73278 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期五, 11 九月 2026 15:53:53 +0800
Subject: [PATCH] fix: 完善时效领料功能
---
src/pages/production/twist/components/SteelCoreCard.vue | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/pages/production/twist/components/SteelCoreCard.vue b/src/pages/production/twist/components/SteelCoreCard.vue
index 9e03def..baa1389 100644
--- a/src/pages/production/twist/components/SteelCoreCard.vue
+++ b/src/pages/production/twist/components/SteelCoreCard.vue
@@ -10,6 +10,7 @@
<wd-card>
<wd-cell-group :border="true">
<wd-cell title="鑺嚎绫诲瀷" :value="data.diskMaterial || '-'" />
+ <wd-cell title="鎵规鍙�" :value="data.batchNo || data.batchCode || '-'" />
<wd-cell title="瑙勬牸鍨嬪彿" :value="data.model || '-'" />
<wd-cell title="鐩樺彿" :value="data.monofilamentNumber || '-'" />
<wd-cell title="鏁伴噺" :value="formatAmount" />
--
Gitblit v1.9.3