From d0cc37c3c11859cc55f30624692dca55be2b8a32 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期一, 29 十二月 2025 07:26:51 +0800
Subject: [PATCH] 变更及代码优化

---
 项目代码/WMS/WMSClient/src/components/basic/ViewGrid/methods.js |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/components/basic/ViewGrid/methods.js" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/components/basic/ViewGrid/methods.js"
index fa02eca..70ff0a4 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/components/basic/ViewGrid/methods.js"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/components/basic/ViewGrid/methods.js"
@@ -853,7 +853,7 @@
     this.boxModel = true;
   },
   async linkData(row, column) {
-    this.boxOptions.title = this.table.cnName + '(缂栬緫)';
+    this.boxOptions.title = this.table.cnName + '(鏌ョ湅)';
     //鐐瑰嚮table鍗曞厓鏍煎揩鎹烽摼鎺ユ樉绀虹紪杈戞暟鎹�
     this.currentAction = this.const.EDIT;
     this.currentRow = row;
@@ -861,6 +861,13 @@
     this.resetDetailTable(row);
     this.setEditForm(row);
     this.setContinueAdd(false);
+    this.boxButtons.forEach((btn) => {
+      if (btn.name == '淇� 瀛�') {
+          btn.hidden = true;
+          //鎴栬�呰缃彧璇�
+          //btn.readonly=true;
+      }
+    });
     //璁剧疆杩滅▼鏌ヨ琛ㄥ崟鐨勯粯璁ey/value
     this.getRemoteFormDefaultKeyValue();
     //鐐瑰嚮缂栬緫鎸夐挳寮瑰嚭妗嗗悗锛屽彲浠ュ湪姝ゅ鍐欓�昏緫锛屽锛屼粠鍚庡彴鑾峰彇鏁版嵁

--
Gitblit v1.9.3