Merge branch 'develop' of https://wangxin:QFDZ1534WxzN@git.mesalab.cn/K18_NTCS_WEB/NTC.git into develop
This commit is contained in:
@@ -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 -->
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user