From 28ecfb8e416d8f610b58ad4172ab7214535c6786 Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期五, 23 五月 2025 16:12:31 +0800
Subject: [PATCH] 中空三条线创建任务界面新增客户名称显示;仓储模块原片仓储详情编辑新增回显

---
 UI-Project/src/views/hollow/hollowequipment.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/UI-Project/src/views/hollow/hollowequipment.vue b/UI-Project/src/views/hollow/hollowequipment.vue
index 27bb9b6..5b66a71 100644
--- a/UI-Project/src/views/hollow/hollowequipment.vue
+++ b/UI-Project/src/views/hollow/hollowequipment.vue
@@ -121,6 +121,7 @@
     </el-table-column>
     <el-table-column prop="flowCardId" fixed align="center" :label="$t('hellow.cardnumber')" min-width="20"/>
     <el-table-column prop="productName" fixed align="center" :label="$t('large.productname')" min-width="20"/>
+    <el-table-column prop="customerName" fixed align="center" :label="$t('large.customerName')" min-width="20"/>
     <el-table-column fixed="right" :label="$t('hellow.operate')" align="center" width="270">
         <template #default="scope">
           <el-button type="text" :disabled="scope.row.isThroughSlot" plain @click="handletake(scope.row)">{{ $t('hellow.claimquest') }}</el-button>
@@ -1109,7 +1110,7 @@
   5: t('hellow.intervalFrameTypea')
 }
 // 澶勭悊缂栬緫鎸夐挳鐐瑰嚮  
-function handleEdit(row) {  
+function handleEdit(row) {
   window.localStorage.setItem('id', row.id)
     formulaName.value = row.formulaName;
     filmRemove.value = removalMethodMap[row.filmRemove];

--
Gitblit v1.8.0