|
@@ -116,6 +116,23 @@
|
|
title="部门" url="/sys/office/treeDataAll?type=2" cssClass="form-control layui-input" allowClear="true" notAllowSelectParent="true"/>
|
|
title="部门" url="/sys/office/treeDataAll?type=2" cssClass="form-control layui-input" allowClear="true" notAllowSelectParent="true"/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
+ <div class="layui-item query athird">
|
|
|
|
+ <label class="layui-form-label">报销类别:</label>
|
|
|
|
+ <div class="layui-input-block with-icon">
|
|
|
|
+ <sys:treeselectAccessory id="type" name="businessType" value="${workReimbursement.businessTypeName}" labelName="businessTypeName" labelValue="${workReimbursement.businessTypeName}"
|
|
|
|
+ cssStyle="background-color:#fff" title="报销类别" url="/reimbursementType/reimbursementType/treeData" extId="" cssClass="form-control layui-input" allowClear="true" notAllowSelectParent="true"/>
|
|
|
|
+
|
|
|
|
+ <%-- <sys:treeselect id="officeId" name="officeId" value="${workReimbursement.officeId}" labelName="officeName" labelValue="${workReimbursement.officeName}"--%>
|
|
|
|
+ <%-- title="部门" url="/sys/office/treeDataAll?type=2" cssClass="form-control layui-input" allowClear="true" notAllowSelectParent="true" cssStyle="background-color:#fff"/>--%>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="layui-item query athird">
|
|
|
|
+ <label class="layui-form-label">报告号:</label>
|
|
|
|
+ <div class="layui-input-block with-icon">
|
|
|
|
+ <input id="projectName" placeholder="请输入报告号" name="projectName" type="text" maxlength="20" class="form-control layui-input" value="${workReimbursement.projectName}"/>
|
|
|
|
+ </input>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
<div style="clear:both;"></div>
|
|
<div style="clear:both;"></div>
|
|
</div>
|
|
</div>
|
|
</form:form>
|
|
</form:form>
|
|
@@ -159,6 +176,9 @@
|
|
"<span title=" + d.realnumber + ">" + d.number + "</span></a>";
|
|
"<span title=" + d.realnumber + ">" + d.number + "</span></a>";
|
|
return xml;
|
|
return xml;
|
|
}}
|
|
}}
|
|
|
|
+ ,{field:'businessTypeName',align:'center', title: '报销类别', width:100,templet:function(d){
|
|
|
|
+ return "<span title='"+ d.businessTypeName +"'>" + d.businessTypeName + "</span>";
|
|
|
|
+ }}
|
|
,{field:'projectId', align:'center',title: '报销项目', minWidth:150,templet:function(d){
|
|
,{field:'projectId', align:'center',title: '报销项目', minWidth:150,templet:function(d){
|
|
if(1 == d.showView && d.showView != undefined){
|
|
if(1 == d.showView && d.showView != undefined){
|
|
return "<a class=\"attention-info\" title=\"" + d.projectId + "\" href=\"javascript:void(0);\" onclick=\"openDialogView('查看项目', '${ctx}/ruralProject/ruralProjectView/view?id=" + d.proId +"','95%', '95%')\">" + d.projectId + "</a>";
|
|
return "<a class=\"attention-info\" title=\"" + d.projectId + "\" href=\"javascript:void(0);\" onclick=\"openDialogView('查看项目', '${ctx}/ruralProject/ruralProjectView/view?id=" + d.proId +"','95%', '95%')\">" + d.projectId + "</a>";
|
|
@@ -167,6 +187,9 @@
|
|
}
|
|
}
|
|
// return "<span title='"+ d.projectId +"'>" + d.projectId + "</span>";
|
|
// return "<span title='"+ d.projectId +"'>" + d.projectId + "</span>";
|
|
}}
|
|
}}
|
|
|
|
+ ,{field:'projectNumber',align:'center', title: '报告号', width:100,templet:function(d){
|
|
|
|
+ return "<span title='"+ d.projectNumber +"'>" + d.projectNumber + "</span>";
|
|
|
|
+ }}
|
|
,{field:'handleName',align:'center', title: '经办人', width:100,templet:function(d){
|
|
,{field:'handleName',align:'center', title: '经办人', width:100,templet:function(d){
|
|
return "<span title='"+ d.handleName +"'>" + d.handleName + "</span>";
|
|
return "<span title='"+ d.handleName +"'>" + d.handleName + "</span>";
|
|
}}
|
|
}}
|
|
@@ -268,6 +291,8 @@
|
|
<shiro:hasPermission name="ruralProject:ruralProjectView:reimbursementAllView">
|
|
<shiro:hasPermission name="ruralProject:ruralProjectView:reimbursementAllView">
|
|
,"showView":1
|
|
,"showView":1
|
|
</shiro:hasPermission>
|
|
</shiro:hasPermission>
|
|
|
|
+ ,"businessTypeName":"${workReimbursement.businessTypeName}"
|
|
|
|
+ ,"projectNumber":"${workReimbursement.projectName}"
|
|
}
|
|
}
|
|
</c:forEach>
|
|
</c:forEach>
|
|
</c:if>
|
|
</c:if>
|