From a918d3676da9024c668c02e4a328d67285c7eac3 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期五, 26 九月 2025 08:59:20 +0800
Subject: [PATCH] 领用单丝,字段回显实际生产长度和重量
---
src/manifest.json | 6 +++++-
src/pages/production/twist/components/MonofilCard.vue | 4 +++-
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/src/manifest.json b/src/manifest.json
index 655ebb4..7837f16 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -40,7 +40,11 @@
"<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
"<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
"<uses-feature android:name=\"android.hardware.camera\"/>",
- "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
+ "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>",
+ "android.permission.RECEIVE_BOOT_COMPLETED",
+ "android.permission.WAKE_LOCK",
+ "android.permission.CAMERA",
+ "android.permission.VIBRATE"
]
},
/* ios鎵撳寘閰嶇疆 */
diff --git a/src/pages/production/twist/components/MonofilCard.vue b/src/pages/production/twist/components/MonofilCard.vue
index 6771b56..5f19b40 100644
--- a/src/pages/production/twist/components/MonofilCard.vue
+++ b/src/pages/production/twist/components/MonofilCard.vue
@@ -2,7 +2,9 @@
<wd-card>
<wd-cell-group :border="true">
<wd-cell title="鍗曚笣缂栧彿" :value="data.monofilamentNumber" />
- <wd-cell title="闀垮害" :value="data.amount" />
+ <wd-cell title="闀垮害" :value="data.amount + ' (M)'" />
+ <wd-cell title="鐢熶骇闀垮害" :value="data.actuallyLength + ' (M)'" />
+ <wd-cell title="閲嶉噺" :value="data.actuallyWeight + ' (kg)'" />
</wd-cell-group>
</wd-card>
</template>
--
Gitblit v1.9.3