From a0c8a2eb778d529f77a347cba7382acde0916742 Mon Sep 17 00:00:00 2001
From: lixiangyu <lixiangyu@xalxzn.com>
Date: 星期一, 15 九月 2025 13:29:01 +0800
Subject: [PATCH] feat(cms): 重写了刀具报废新增逻辑, 从通过刀具信息选取刀具改为通过刀具库存里的数据获取刀具 修改库存id存入刀具id的错误

---
 src/views/andon/AndonOrderList.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/andon/AndonOrderList.vue b/src/views/andon/AndonOrderList.vue
index 8246434..9641f6c 100644
--- a/src/views/andon/AndonOrderList.vue
+++ b/src/views/andon/AndonOrderList.vue
@@ -149,7 +149,7 @@
           {
             title:'瀹夌伅浜�',
             align:"center",
-            dataIndex: 'operator'
+            dataIndex: 'operator_dictText'
           },
           {
             title:'瀹夌伅鏃堕棿',
@@ -164,7 +164,7 @@
           {
             title:'鍝嶅簲浜�',
             align:"center",
-            dataIndex: 'responder'
+            dataIndex: 'responder_dictText'
           },
           {
             title:'鍝嶅簲鏃堕棿',
@@ -174,7 +174,7 @@
           {
             title:'澶勭悊浜�',
             align:"center",
-            dataIndex: 'processor'
+            dataIndex: 'processor_dictText'
           },
           {
             title:'澶勭悊瀹屾垚鏃堕棿',

--
Gitblit v1.9.3