|
|
|
@ -4145,6 +4145,8 @@ layui.config({ base: './ayq/modules/' }).define(["layer", 'flow', "laytpl", "ele
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
$('#columnProperty').append(_html);
|
|
|
|
|
console.log(json);
|
|
|
|
|
this.bindPropertyEvent(json);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -4405,8 +4407,8 @@ layui.config({ base: './ayq/modules/' }).define(["layer", 'flow', "laytpl", "ele
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
form.on('radio', function (data) {
|
|
|
|
|
var _json = options.selectItem;
|
|
|
|
|
form.on('radio', function (data) {
|
|
|
|
|
var _json = options.selectItem;
|
|
|
|
|
switch (_json.tag) {
|
|
|
|
|
case 'radio':
|
|
|
|
|
var _index = parseInt($("#" + _json.id + " .layui-input-block div.layui-form-radio").index(data.othis[0]));
|
|
|
|
@ -4510,9 +4512,9 @@ layui.config({ base: './ayq/modules/' }).define(["layer", 'flow', "laytpl", "ele
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//渲染视图
|
|
|
|
|
Class.prototype.render = function () {
|
|
|
|
|
Class.prototype.render = function () {
|
|
|
|
|
var that = this
|
|
|
|
|
, options = that.config;
|
|
|
|
|
, options = that.config;
|
|
|
|
|
if (options.viewOrDesign) {
|
|
|
|
|
var that = this
|
|
|
|
|
, options = that.config;
|
|
|
|
@ -5092,7 +5094,7 @@ layui.config({ base: './ayq/modules/' }).define(["layer", 'flow', "laytpl", "ele
|
|
|
|
|
if (options.selectItem.id === item.id) {
|
|
|
|
|
that.components[item.tag].render(item, true, elem, that);
|
|
|
|
|
//显示当前的属性
|
|
|
|
|
that.components[item.tag].property(item, that);
|
|
|
|
|
that.components[item.tag].property(item, that);
|
|
|
|
|
that.bindPropertyEvent(item);
|
|
|
|
|
} else {
|
|
|
|
|
that.components[item.tag].render(item, false, elem, that);
|
|
|
|
|