Authored by 袁晋鹏

优化

... ... @@ -200,7 +200,7 @@ layui.define(['form', 'admin', 'laydate', 'common', 'sessions', 'reskpilist', 't
$(`#commonly-policy-box-${timestr} input[type=tel]`).val(commonlyItems[i].operatorValue);
$(`#commonly-policy-box-${timestr} input[type=tel]`).attr("style", "width:480px;z-index:0");
$(`#commonly-policy-box-${timestr} input[type=tel]`).parent().attr("style", "width:490px");
if(commonlyItems[i].confNo=='dev_type'){
/* if(commonlyItems[i].confNo=='dev_type'){
console.log(commonlyItems[i].operatorValue.split(","));
$(`#commonly-policy-box-${timestr} input[type=tel]`).before('<div id="devTypevalue-' + timestr + '" class="xm-select-demo" style="width:478px;position: absolute;z-index: 9999"></div>');
xmSelect.render({
... ... @@ -246,7 +246,7 @@ layui.define(['form', 'admin', 'laydate', 'common', 'sessions', 'reskpilist', 't
return seriousresTypes
}
});
}
}*/
}
form.render();
... ...