From a918d3676da9024c668c02e4a328d67285c7eac3 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期五, 26 九月 2025 08:59:20 +0800
Subject: [PATCH] 领用单丝,字段回显实际生产长度和重量
---
src/pages/production/detail/twistDetail.vue | 13 +++++++++++--
1 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/src/pages/production/detail/twistDetail.vue b/src/pages/production/detail/twistDetail.vue
index 5c12575..6ccb078 100644
--- a/src/pages/production/detail/twistDetail.vue
+++ b/src/pages/production/detail/twistDetail.vue
@@ -1,6 +1,15 @@
<template>
<view>
- <ProductCard :data="cardData" />
+ <ProductCard
+ :data="cardData"
+ :map="{
+ deviceModel: 'deviceModel',
+ model: 'model',
+ totalAmount: 'totalAmount',
+ amount: 'amount',
+ unAmount: 'unAmount',
+ }"
+ />
<view class="mx-3">
<wd-grid class="rounded-lg" clickable>
<wd-grid-item
@@ -18,7 +27,7 @@
<wd-grid-item
icon="tips"
link-type="navigateTo"
- url="/pages/production/twist/backman/index"
+ :url="`/pages/production/twist/backman/index?id=${paramsId}`"
text="鏉傚伐"
/>
<wd-grid-item
--
Gitblit v1.9.3