From c13c2bb15b501c74fe4270b0ae763e5c9422ee39 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期三, 19 十一月 2025 10:02:52 +0800
Subject: [PATCH] fix: 重构绞线报工功能
---
src/pages/production/detail/twistDetail.vue | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/pages/production/detail/twistDetail.vue b/src/pages/production/detail/twistDetail.vue
index 6ccb078..fede20a 100644
--- a/src/pages/production/detail/twistDetail.vue
+++ b/src/pages/production/detail/twistDetail.vue
@@ -5,6 +5,7 @@
:map="{
deviceModel: 'deviceModel',
model: 'model',
+ systemNo: 'systemNo',
totalAmount: 'totalAmount',
amount: 'amount',
unAmount: 'unAmount',
@@ -50,6 +51,7 @@
const cardData = reactive({
deviceModel: undefined,
model: undefined,
+ systemNo: undefined,
totalAmount: undefined,
amount: undefined,
unAmount: undefined,
@@ -61,6 +63,7 @@
});
cardData.deviceModel = data.deviceModel;
cardData.model = data.model;
+ cardData.systemNo = data.systemNo;
cardData.totalAmount = data.totalLength;
cardData.amount = data.length;
cardData.unAmount = data.unLength;
--
Gitblit v1.9.3