From 5ca05cceabb7afc4fa629466b3c884b3f9b0e134 Mon Sep 17 00:00:00 2001 From: huangjinysf Date: Sun, 4 Jan 2026 14:46:49 +0800 Subject: [PATCH] =?UTF-8?q?feat(RealTimeInventory):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E8=BD=AC=E7=A7=BB=E6=A6=82=E7=8E=87=E6=95=B0=E6=8D=AE=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在实时库存表格中显示转移概率数据,包括概率值和来源信息。新增方法检查目标规格单元格、获取转移概率数据并设置显示颜色,提升用户对生产流程转移情况的直观理解。 --- src/views/plan/RealTimeInventory.vue | 102 +++++++++++++++++++++++++++ 1 file changed, 102 insertions(+) diff --git a/src/views/plan/RealTimeInventory.vue b/src/views/plan/RealTimeInventory.vue index 935824a..9c2eae0 100644 --- a/src/views/plan/RealTimeInventory.vue +++ b/src/views/plan/RealTimeInventory.vue @@ -88,6 +88,22 @@ }" > + + +
+
+ {{ getCellTransitionProbabilityData(scope.row.specification, column.prop).displayText }} +
+