From d4bc592b5d0c42bc69abd5bd6334c191205dc244 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期六, 09 五月 2026 17:42:14 +0800
Subject: [PATCH] 浪潮 1.日志前端页面开发与联调 2.仓库盘点页面开发与联调

---
 src/views/customerService/feedbackRegistration/components/formDia.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/views/customerService/feedbackRegistration/components/formDia.vue b/src/views/customerService/feedbackRegistration/components/formDia.vue
index 1fe4eb6..e5905ee 100644
--- a/src/views/customerService/feedbackRegistration/components/formDia.vue
+++ b/src/views/customerService/feedbackRegistration/components/formDia.vue
@@ -212,6 +212,7 @@
     taxInclusiveUnitPrice: row?.taxInclusiveUnitPrice ?? 0,
     taxInclusiveTotalPrice: row?.taxInclusiveTotalPrice ?? 0,
     taxExclusiveTotalPrice: row?.taxExclusiveTotalPrice ?? 0,
+    noQuantity: row?.noQuantity ?? 0,
   }
 }
 
@@ -396,8 +397,8 @@
   size: 1000,
   total: 0,
   });
-  if(res.records){
-    customerNameOptions.value = res.records.map(item => ({
+  if(res.data.records){
+    customerNameOptions.value = res.data.records.map(item => ({
       label: item.customerName,
       value: item.customerName,
       id: item.id

--
Gitblit v1.9.3