From 943954bdcb3b672b89cfa097e53d2ac17a36a101 Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期日, 30 六月 2024 13:13:25 +0800
Subject: [PATCH] 产品工艺路线路由节点选择功能更新

---
 src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_TEMP.ts |   54 ++++++++++++++++++++++++++++++------------------------
 1 files changed, 30 insertions(+), 24 deletions(-)

diff --git a/src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_TEMP.ts b/src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_TEMP.ts
index 6cef314..c00d7ca 100644
--- a/src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_TEMP.ts
+++ b/src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_TEMP.ts
@@ -4,35 +4,12 @@
  * @version:
  * @Date: 2024-06-19 20:34:27
  * @LastEditors: Ben Lin
- * @LastEditTime: 2024-06-24 15:52:02
+ * @LastEditTime: 2024-06-28 10:52:45
  */
 
 import { ActionItem, BasicColumn } from '/@/components/Table';
 
 function _default() {
-  /**
-   * @description: 璺宠浆鍒拌鎯呴〉闈㈡柟娉�
-   * @param {Fn} go
-   * @return {*}
-   */
-  function goDetail(go: Fn, params: Recordable) {
-    const id = {
-      ID: params['record'].ID,
-      CODE: params['record']['LABEL_CODE'],
-      Name: 'BAS_LABEL_VAR',
-      firstTabName: '鏍囩妯℃澘鍙橀噺',
-      secondTabName: '', //'鏍囩杩囩▼鍙橀噺',
-      firstTitle: '妯℃澘鍙橀噺',
-      secondTitle: '', //'杩囩▼鍙橀噺',
-      pageTitle: '鏍囩妯℃澘鍙橀噺', //璇︽儏椤甸潰鏍囬
-      contentStr: '杩欓噷鏄爣绛炬ā鏉垮彉閲忕鐞嗛〉闈紝鍙互绠$悊鏍囩鐨勬ā鏉垮彉閲忔垨鑰呮墦鍗拌繃绋嬩腑鐨勫彉閲�',
-      detailName: `妯℃澘[${params['record'].LABEL_NAME}]`,
-      others: { LABEL_ID: params['record'].ID },
-      colSlots: ['BAS_LABEL_PV1add'],
-    };
-    go(`/BAS_LABEL_VAR/${encodeURI(JSON.stringify(id))}`);
-  }
-
   const ActionColumn: BasicColumn = {
     width: 120,
     title: '鎿嶄綔',
@@ -41,6 +18,10 @@
     fixed: 'right',
   };
 
+  /**
+   * @description: 浜涜嚜瀹氫箟鏂规硶
+   * @return {*}
+   */
   const methods = {
     /**
      * @description: 鑾峰彇鏂板鎸夐挳鐨勮涓�
@@ -69,6 +50,31 @@
     },
   };
 
+  /* 浠ヤ笅鏄唴閮ㄦ柟娉曪紝涓峞xport锛屼緵涓婇潰鐨勬柟娉曡皟鐢� */
+
+  /**
+   * @description: 璺宠浆鍒拌鎯呴〉闈㈡柟娉�
+   * @param {Fn} go
+   * @return {*}
+   */
+  function goDetail(go: Fn, params: Recordable) {
+    const id = {
+      ID: params['record'].ID,
+      CODE: params['record']['LABEL_CODE'],
+      Name: 'BAS_LABEL_VAR',
+      firstTabName: '鏍囩妯℃澘鍙橀噺',
+      secondTabName: '', //'鏍囩杩囩▼鍙橀噺',
+      firstTitle: '妯℃澘鍙橀噺',
+      secondTitle: '', //'杩囩▼鍙橀噺',
+      pageTitle: '鏍囩妯℃澘鍙橀噺', //璇︽儏椤甸潰鏍囬
+      contentStr: '杩欓噷鏄爣绛炬ā鏉垮彉閲忕鐞嗛〉闈紝鍙互绠$悊鏍囩鐨勬ā鏉垮彉閲忔垨鑰呮墦鍗拌繃绋嬩腑鐨勫彉閲�',
+      detailName: `妯℃澘[${params['record'].LABEL_NAME}]`,
+      others: { LABEL_ID: params['record'].ID },
+      colSlots: ['BAS_LABEL_PV1add'],
+    };
+    go(`/BAS_LABEL_VAR/${encodeURI(JSON.stringify(id))}`);
+  }
+
   return [methods, ActionColumn];
 }
 

--
Gitblit v1.9.3