| | |
| | | this.isDisabledTabs = false; |
| | | } else if(value == 'default' || value == 'grid'){ |
| | | addFrom = { |
| | | limit: '15', |
| | | limit: 15, |
| | | sortField: '', |
| | | sortType: 'asc', |
| | | }; |
| | |
| | | tip: '默认空着,设置后表示强制显示这样的高度', |
| | | tipPlacement: 'right', |
| | | span: 7, |
| | | // rules:[{ |
| | | // validator: validateNumber, |
| | | // message: "窗口显示的高度必须为数值类型", |
| | | // trigger: "blur", |
| | | // }] |
| | | rules:[{ |
| | | validator: validateNumber, |
| | | message: "窗口显示的高度必须为数值类型", |
| | | trigger: "blur", |
| | | }] |
| | | },{ |
| | | label: '过滤(级联)属性', |
| | | prop: 'useFormKey', |
| | |
| | | prop: 'limit', |
| | | span: 8, |
| | | tip: '分页时每页显示的数量,不分页填-1', |
| | | //value: 15, |
| | | value: 15, |
| | | tipPlacement: 'right', |
| | | },{ |
| | | label: '排序字段', |
| | |
| | | this.codeShowFieldConfigVOS = this.form.codeShowFieldConfigVOS; |
| | | } |
| | | return; |
| | | }else { |
| | | this.onloadAttrData() |
| | | } |
| | | if(func.notEmpty(val.referType)){ |
| | | this.form.referTypeName = val.referTypeName; |
| | |
| | | /** 为【参照引用的业务类型】选取值之后的内容回显时调用 */ |
| | | echoReferBtmType(content){ |
| | | // 实现回显 |
| | | this.form.referTypeName = content.name; |
| | | this.form.referType = content.id; |
| | | this.form.referTypeName = content.name || content.id; |
| | | this.form.referType = content.id || ''; |
| | | }, |
| | | /** 排序字段、显示的属性、查询条件的表格行选择之后回显 */ |
| | | echoSelectedAttr(data){ |