From d289be3b10e9b259625ca9128b54bc62950c4e48 Mon Sep 17 00:00:00 2001
From: lyh <925863403@qq.com>
Date: 星期一, 08 九月 2025 17:57:49 +0800
Subject: [PATCH] 出库状态改为生命周期 其他文档改为电子文档 电子文档新增指派设备结构树

---
 src/views/dnc/base/modules/ProductStructure/Document/NcDocumentTableList.vue |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/views/dnc/base/modules/ProductStructure/Document/NcDocumentTableList.vue b/src/views/dnc/base/modules/ProductStructure/Document/NcDocumentTableList.vue
index b5ee82a..3dcb935 100644
--- a/src/views/dnc/base/modules/ProductStructure/Document/NcDocumentTableList.vue
+++ b/src/views/dnc/base/modules/ProductStructure/Document/NcDocumentTableList.vue
@@ -4,9 +4,9 @@
              :scroll="{y:265}" :customRow="customRow" :size="size" rowKey="docId" @change="handleTableChange">
 
       <!-- 瀛楃涓茶秴闀挎埅鍙栫渷鐣ュ彿鏄剧ず-->
-      <span slot="docName" slot-scope="text">
-          <j-ellipsis :value="text"/>
-        </span>
+<!--      <span slot="docName" slot-scope="text">-->
+<!--          <j-ellipsis :value="text"/>-->
+<!--        </span>-->
     </a-table>
 
     <DocumentModal ref="modalForm" @ok="modalFormOk"/>
@@ -53,13 +53,12 @@
             title: '鏂囦欢鍚嶇О',
             dataIndex: 'docName',
             key: 'docName',
-            align: 'center',
-            scopedSlots: { customRender: 'docName' },
+
             width: 500,
             sorter: true
           },
           {
-            title: '鍑哄簱鐘舵��',
+            title: '鐢熷懡鍛ㄦ湡',
             dataIndex: 'pullStatus_dictText',
             key: 'pullStatus',
             align: 'center',
@@ -270,8 +269,9 @@
                 if (res.success) {
                   that.$notification.success({
                     message: '娑堟伅',
-                    description: `鎻愬彇鎴愬姛`
+                    description: `鎻愬彇鎴愬姛`,
                   })
+                  that.$bus.$emit('reloadCutterList')
                 } else {
                   that.$notification.error({
                     message: '娑堟伅',

--
Gitblit v1.9.3