From 9253a1b75603488a1a50b4198170e20051ea5ae2 Mon Sep 17 00:00:00 2001 From: zhangyanpeng <bob.zhang@highdatas.com> Date: 星期日, 25 八月 2024 20:18:15 +0800 Subject: [PATCH] 调整 --- module/config/page/criteria_rule_selection.html | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/module/config/page/criteria_rule_selection.html b/module/config/page/criteria_rule_selection.html index 9708204..a1f55d0 100644 --- a/module/config/page/criteria_rule_selection.html +++ b/module/config/page/criteria_rule_selection.html @@ -2,7 +2,7 @@ <html> <head> <meta charset="utf-8"><meta http-equiv="Expires" content="0"><meta http-equiv="Pragma" content="no-cache"><meta http-equiv="Cache-control" content="no-cache"><meta http-equiv="Cache" content="no-cache"> - <title>閬撮�夋潯浠�</title> + <title>閬撮�夋潯浠剁鐞�</title> <script type="text/javascript"> var pageVue = null; @@ -16,19 +16,19 @@ el: "#vbody", data: { dataname: "md_org_account_criteria_rule", - title: "閬撮�夋潯浠�", + title: "閬撮�夋潯浠剁鐞�", filterfieldClick: {}, tablefieldClick: {}, formfieldClick: {}, tablebuttonclick: [], cbuttons_r: {}, + filterObj: { }, - filterObjBydefault: { - type_code: "Selection" - }, + filterTxt:"1=1 and type_code='Selection'", + filterObjBydefault: {}, }, created() { @@ -103,14 +103,14 @@ var tablebuttonClick = []; tablebuttonClick = [ { - isbuttonshow: me.cbuttons_r.add,type:"primary", + isbuttonshow: true,type:"primary", code: "add",isselected: false,classname: "", onclick: function(obj) { - me.onEditData('add', {}) + // me.onEditData('add', {}) } }, { - isbuttonshow: me.cbuttons_r.edit,type:"primary", + isbuttonshow: true,type:"primary", code: "edit", isselected: true, classname:"", disabled: function(selectRowList) { var bo_ = true ; @@ -120,7 +120,7 @@ return bo_; }, onclick: function(obj) { - me.onEditData('edit', obj.selectedList[0]); + // me.onEditData('edit', obj.selectedList[0]); } }, ] -- Gitblit v1.8.0