From 3c024b153548ca391c9c56dd30c44d4dd2360854 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期三, 10 十二月 2025 14:18:58 +0800
Subject: [PATCH] 1
---
代码管理/WMS/WIDESEA_WMSClient/src/components/basic/ViewGrid/methods.js | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/components/basic/ViewGrid/methods.js" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/components/basic/ViewGrid/methods.js"
index fa02eca..70ff0a4 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/components/basic/ViewGrid/methods.js"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_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