导入增加性质、分类.
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 -->
|
||||
|
||||
Reference in New Issue
Block a user