|
@@ -584,7 +584,7 @@
|
|
|
$(span).find("span").eq(0).attr("class","default_open")
|
|
|
});
|
|
|
}
|
|
|
- function openInfo(id,value) {
|
|
|
+ function openInfo(id,value,identification) {
|
|
|
console.log(id);
|
|
|
top.layer.open({
|
|
|
type: 2,
|
|
@@ -592,7 +592,7 @@
|
|
|
title:"意见",
|
|
|
name:'friend',
|
|
|
skin:"two-btns",
|
|
|
- content: encodeURI("${ctx}/ruralProject/ruralCostProjectMessageNew/selectReproject?auditOpinion="+value),
|
|
|
+ content: encodeURI("${ctx}/ruralProject/ruralCostProjectMessageNew/selectReproject?auditOpinion="+value+ "&identification="+ identification),
|
|
|
btn: ['确定', '关闭'],
|
|
|
yes: function(index, layero){
|
|
|
var iframeWin = layero.find('iframe')[0].contentWindow; //得到iframe页的窗口对象,执行iframe页的方法:iframeWin.method();
|
|
@@ -1190,7 +1190,7 @@
|
|
|
<input id="reportedConsultantList{{idx}}_wordnr" placeholder="请输入本人负责内容" name="reportedConsultantList[{{idx}}].wordnr" value="{{row.wordnr}}" class="form-control judgment"/>
|
|
|
</td>
|
|
|
<td>
|
|
|
- <input id="reportedConsultantList{{idx}}_auditOpinion" placeholder="请输入审核意见" readonly="true" style="background-color: #FFFFFF;" name="reportedConsultantList[{{idx}}].auditOpinion" value="{{row.auditOpinion}}" onclick="openInfo(reportedConsultantList{{idx}},this.value)" class="form-control judgment"/>
|
|
|
+ <input id="reportedConsultantList{{idx}}_auditOpinion" placeholder="请输入审核意见" readonly="true" style="background-color: #FFFFFF;" name="reportedConsultantList[{{idx}}].auditOpinion" value="{{row.auditOpinion}}" onclick="openInfo(reportedConsultantList{{idx}},this.value,'projectReportDataLeaderConsultant')" class="form-control judgment"/>
|
|
|
</td>
|
|
|
|
|
|
<td class="text-center op-td" width="10">
|
|
@@ -1228,7 +1228,7 @@
|
|
|
<input id="reportedConsultantList{{idx}}_wordnr" placeholder="请输入本人负责内容" name="reportedConsultantList[{{idx}}].wordnr" value="{{row.wordnr}}" class="form-control judgment"/>
|
|
|
</td>
|
|
|
<td>
|
|
|
- <input id="reportedConsultantList{{idx}}_auditOpinion" placeholder="请输入审核意见" readonly="true" style="background-color: #FFFFFF;" name="reportedConsultantList[{{idx}}].auditOpinion" value="{{row.auditOpinion}}" onclick="openInfo(reportedConsultantList{{idx}},this.value)" class="form-control judgment"/>
|
|
|
+ <input id="reportedConsultantList{{idx}}_auditOpinion" placeholder="请输入审核意见" readonly="true" style="background-color: #FFFFFF;" name="reportedConsultantList[{{idx}}].auditOpinion" value="{{row.auditOpinion}}" onclick="openInfo(reportedConsultantList{{idx}},this.value,'projectReportDataLeaderPrincipal')" class="form-control judgment"/>
|
|
|
</td>
|
|
|
|
|
|
<td class="text-center op-td" width="10">
|
|
@@ -1265,7 +1265,7 @@
|
|
|
<input id="reportedConsultantList{{idx}}_wordnr" placeholder="请输入本人负责内容" name="reportedConsultantList[{{idx}}].wordnr" value="{{row.wordnr}}" class="form-control"/>
|
|
|
</td>
|
|
|
<td>
|
|
|
- <input id="reportedConsultantList{{idx}}_auditOpinion" placeholder="请输入审核意见" readonly="true" style="background-color: #FFFFFF;" name="reportedConsultantList[{{idx}}].auditOpinion" value="{{row.auditOpinion}}" onclick="openInfo(reportedConsultantList{{idx}},this.value)" class="form-control judgment"/>
|
|
|
+ <input id="reportedConsultantList{{idx}}_auditOpinion" placeholder="请输入审核意见" readonly="true" style="background-color: #FFFFFF;" name="reportedConsultantList[{{idx}}].auditOpinion" value="{{row.auditOpinion}}" onclick="openInfo(reportedConsultantList{{idx}},this.value,'projectReportDataLeader')" class="form-control judgment"/>
|
|
|
</td>
|
|
|
|
|
|
<td class="text-center op-td" width="10">
|