| | |
| | | <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; |
| | |
| | | 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() { |
| | | |
| | |
| | | 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 ; |
| | |
| | | return bo_; |
| | | }, |
| | | onclick: function(obj) { |
| | | me.onEditData('edit', obj.selectedList[0]); |
| | | // me.onEditData('edit', obj.selectedList[0]); |
| | | } |
| | | }, |
| | | ] |