From 8f9dce08ec70dc436b86a782e7bcb13872e52390 Mon Sep 17 00:00:00 2001
From: zhangyanpeng <bob.zhang@highdatas.com>
Date: 星期二, 20 八月 2024 20:06:24 +0800
Subject: [PATCH] 调整

---
 module/md/page/customer/page/customer_list_agreement_edit.html |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/module/md/page/customer/page/customer_list_agreement_edit.html b/module/md/page/customer/page/customer_list_agreement_edit.html
index 0435348..f78b671 100644
--- a/module/md/page/customer/page/customer_list_agreement_edit.html
+++ b/module/md/page/customer/page/customer_list_agreement_edit.html
@@ -511,7 +511,9 @@
 											me.tab3tableFields.push(clone(f));
 										}
 										
-										tableFields_.push(clone(f));
+										if (f.isshow == "T") {
+											tableFields_.push(clone(f));
+										}
 										
 									})
 									tab.tableFields = clone(tableFields_);
@@ -1783,8 +1785,12 @@
 											f.isshow = "T";
 										}
 									}
+									
+									if (f.isshow == "T") {
+										tableFields_.push(clone(f));
+									}
 								})
-								tableFields_ = clone(this.tab3tableFields);
+								// tableFields_ = clone(this.tab3tableFields);
 							}
 							var TabObjMap_ = clone(this.TabObjMap["tab3"]);
 							TabObjMap_.tableFields = tableFields_

--
Gitblit v1.8.0