This commit is contained in:
wangxin
2018-12-18 12:56:12 +06:00
5 changed files with 62 additions and 29 deletions

View File

@@ -114,6 +114,26 @@
</select>
</div>
<div for="requestId"></div>
</div>
</br>
<div class="row">
<label class="control-label col-md-3"><spring:message code="attribute"/></label>
<div class="col-md-6">
<sys:treeselect id="attribute" name="attribute" value="0" labelName="attributeName" extId="0"
labelValue="" labelEmptyValue="0"
title="attribute" url="/basics/serviceDictInfo/treeData?itType=2&isShowLeaf=true" notAllowSelectRoot="false" allowClear="true" notAllowSelectParent="false"
checked="true" cssClass="form-control" checkedPS="ps" unCheckedPS="s" />
</div>
</div>
</br>
<div class="row">
<label class="control-label col-md-3"><spring:message code="classification"/></label>
<div class="col-md-6">
<sys:treeselect id="classify" name="classify" value="0" labelName="classifyName" extId="0"
labelValue="" labelEmptyValue="0"
title="classification" url="/basics/serviceDictInfo/treeData?itType=1&isShowLeaf=true" notAllowSelectRoot="false" allowClear="true" notAllowSelectParent="false"
checked="true" cssClass="form-control" checkedPS="ps" unCheckedPS="s"/>
</div>
</div>
</br>
<!-- 63 app -->

View File

@@ -34,7 +34,16 @@
// });
// ajaxConnPercent();
});
/** 打印预览,弹出新页面 **/
function printPreview(path, title, content){
var options = {
popTitle : title+'打印预览',
mode : 'popup',
popClose : false,
extraCss : path+'/css/table.css'
};
$("div#"+content+"").printArea(options);
}
</script>
</head>
<body>