From 2c17b042e987424457c5a5422f5e00f6154b4c65 Mon Sep 17 00:00:00 2001 From: tom <tom.he@highdatas.com> Date: 星期五, 16 八月 2024 13:22:48 +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