Explorar el Código

项目页面调整

user5 hace 3 años
padre
commit
998799318c

+ 1 - 1
src/main/webapp/WEB-INF/tags/sys/treeselect.tag

@@ -35,7 +35,7 @@
     </div>
 	 <label id="${id}Name-error" class="error" for="${id}Name" style="display:none"></label>
 <script type="text/javascript">
-	$("#${id}Button").click(function(){
+	$("#${id}Button, #${id}Name").click(function(){
 		// 是否限制选择,如果限制,设置为disabled
 		if ($("#${id}Button").hasClass("disabled")){
 			return true;

+ 1 - 1
src/main/webapp/webpage/modules/ruralprojectrecords/cost/ruralCostProjectRecordsForm.jsp

@@ -1056,7 +1056,7 @@
                 <div class="layui-item layui-col-sm6 lw7">
                     <label class="layui-form-label"><span class="require-item">*</span>审核人:</label>
                     <div class="layui-input-block  with-icon">
-                        <sys:reportedtreeselectUser id="projectMaster" name="reviewerPersonId" value="${ruralProjectRecords.reviewerPersonId}" labelName="reviewerPerson" labelValue="${ruralProjectRecords.reviewerPerson}"
+                        <sys:treeselect id="projectMaster" name="reviewerPersonId" value="${ruralProjectRecords.reviewerPersonId}" labelName="reviewerPerson" labelValue="${ruralProjectRecords.reviewerPerson}"
                                                     cssStyle="background-color:#fff" title="审核人" url="/sys/office/treeDataAll?type=3" cssClass="form-control judgment layui-input" allowClear="true" notAllowSelectParent="true"/>
                     </div>
                 </div>