layui.config({ base: basePath, version: skyeyeVersion }).extend({ window: 'js/winui.window' }).define(['window', 'jquery', 'winui', 'form'], function(exports) { winui.renderColor(); var $ = layui.$, form = layui.form; showGrid({ id: "showForm", url: flowableBasePath + "queryBossInterviewArrangementById", params: {id: parent.rowId}, pagination: false, method: "GET", template: $("#beanTemplate").html(), ajaxSendLoadBefore: function(hdb, json){ json.bean.basicResume = stringManipulation.textAreaShow(json.bean.basicResume); json.bean.stateName = bossUtil.showStateName(json.bean.state); }, ajaxSendAfter: function (json) { skyeyeEnclosure.showDetails({'enclosureUpload': json.bean.enclosureInfo}); matchingLanguage(); form.render(); } }); });