From 2278ff7c0401f7f97e168a0943192357c1999cbf Mon Sep 17 00:00:00 2001
From: tom <tom.he@highdatas.com>
Date: 星期六, 03 八月 2024 13:50:15 +0800
Subject: [PATCH] Merge branch 'master' of http://highdatas.com:9000/r/promotion/promotion_html

---
 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