From 235f89899039b7df17c5502fcdf3d34956772c43 Mon Sep 17 00:00:00 2001 From: zhangyanpeng <bob.zhang@highdatas.com> Date: 星期日, 18 八月 2024 19:52:40 +0800 Subject: [PATCH] 数量单审批 --- module/config/page/criteria_rule_selection.html | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/module/config/page/criteria_rule_selection.html b/module/config/page/criteria_rule_selection.html index 5b015ea..a1f55d0 100644 --- a/module/config/page/criteria_rule_selection.html +++ b/module/config/page/criteria_rule_selection.html @@ -23,12 +23,12 @@ formfieldClick: {}, tablebuttonclick: [], cbuttons_r: {}, + filterObj: { }, - filterObjBydefault: { - type_code: "Selection" - }, + filterTxt:"1=1 and type_code='Selection'", + filterObjBydefault: {}, }, created() { @@ -106,7 +106,7 @@ isbuttonshow: true,type:"primary", code: "add",isselected: false,classname: "", onclick: function(obj) { - me.onEditData('add', {}) + // me.onEditData('add', {}) } }, { @@ -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