소스 검색

施工合同管理和工程进度款管理模块增删改查

user5 4 년 전
부모
커밋
58b756f658
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/main/webapp/webpage/modules/projectrecord/implementStage/projectInterimPaymentList.jsp

+ 1 - 0
src/main/webapp/webpage/modules/projectrecord/implementStage/projectInterimPaymentList.jsp

@@ -404,6 +404,7 @@
 				}*/
 				if(1 == d.operationSign) {
 					return [
+						'<a href="javascript:void(0)" onclick="openDialogreAudit(\'修改信息\', \'${ctx}/project/projectInterimPayment/form?id='+d.id+'\',\'95%\',\'95%\')" class="op-btn op-btn-edit" ><i class="fa fa-edit"></i> 修改</a>',
 						'<a href="${ctx}/project/projectInterimPayment/delete?id='+d.id+'" onclick="return confirmx(\'确认要删除该工程进度款记录吗?\', this.href)"   class="op-btn op-btn-delete"><i class="fa fa-trash"></i> 删除</a>',
 					].join('');
 				}else{