|
@@ -81,7 +81,7 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- if (leng1==0){
|
|
|
|
|
|
+ if (leng1<=1){
|
|
top.layer.msg("请添加咨询员信息!", {icon: 0});
|
|
top.layer.msg("请添加咨询员信息!", {icon: 0});
|
|
return false;
|
|
return false;
|
|
}
|
|
}
|
|
@@ -1077,7 +1077,7 @@
|
|
<input id="reportedConsultantList${status.index+1}_major" readonly="true" name="reportedConsultantList[${status.index+1}].major" value="${info.major}" class="form-control required"/>
|
|
<input id="reportedConsultantList${status.index+1}_major" readonly="true" name="reportedConsultantList[${status.index+1}].major" value="${info.major}" class="form-control required"/>
|
|
</td>
|
|
</td>
|
|
<td>
|
|
<td>
|
|
- <input id="reportedConsultantList${status.index+1}_wordnr" placeholder="请输入本人负责内容" name="reportedConsultantList[${status.index+1}].wordnr" value="${info.wordnr}" class="form-control required"/>
|
|
|
|
|
|
+ <input id="reportedConsultantList${status.index+1}_wordnr" placeholder="请输入本人负责内容" name="reportedConsultantList[${status.index+1}].wordnr" value="${info.wordnr}" class="form-control judgment"/>
|
|
</td>
|
|
</td>
|
|
|
|
|
|
<td class="text-center op-td" width="10">
|
|
<td class="text-center op-td" width="10">
|
|
@@ -1114,10 +1114,10 @@
|
|
<input id="reportedConsultantList{{idx}}_major" readonly="true" name="reportedConsultantList[{{idx}}].major" value="{{row.major}}" class="form-control required"/>
|
|
<input id="reportedConsultantList{{idx}}_major" readonly="true" name="reportedConsultantList[{{idx}}].major" value="{{row.major}}" class="form-control required"/>
|
|
</td>
|
|
</td>
|
|
<td>
|
|
<td>
|
|
- <input id="reportedConsultantList{{idx}}_wordnr" placeholder="请输入本人负责内容" name="reportedConsultantList[{{idx}}].wordnr" value="{{row.wordnr}}" class="form-control required"/>
|
|
|
|
|
|
+ <input id="reportedConsultantList{{idx}}_wordnr" placeholder="请输入本人负责内容" name="reportedConsultantList[{{idx}}].wordnr" value="{{row.wordnr}}" class="form-control judgment"/>
|
|
</td>
|
|
</td>
|
|
<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 required"/>
|
|
|
|
|
|
+ <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"/>
|
|
</td>
|
|
</td>
|
|
|
|
|
|
<td class="text-center op-td" width="10">
|
|
<td class="text-center op-td" width="10">
|
|
@@ -1152,10 +1152,10 @@
|
|
<input id="reportedConsultantList{{idx}}_major" readonly="true" name="reportedConsultantList[{{idx}}].major" value="{{row.major}}" class="form-control required"/>
|
|
<input id="reportedConsultantList{{idx}}_major" readonly="true" name="reportedConsultantList[{{idx}}].major" value="{{row.major}}" class="form-control required"/>
|
|
</td>
|
|
</td>
|
|
<td>
|
|
<td>
|
|
- <input id="reportedConsultantList{{idx}}_wordnr" placeholder="请输入本人负责内容" name="reportedConsultantList[{{idx}}].wordnr" value="{{row.wordnr}}" class="form-control required"/>
|
|
|
|
|
|
+ <input id="reportedConsultantList{{idx}}_wordnr" placeholder="请输入本人负责内容" name="reportedConsultantList[{{idx}}].wordnr" value="{{row.wordnr}}" class="form-control judgment"/>
|
|
</td>
|
|
</td>
|
|
<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 required"/>
|
|
|
|
|
|
+ <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"/>
|
|
</td>
|
|
</td>
|
|
|
|
|
|
<td class="text-center op-td" width="10">
|
|
<td class="text-center op-td" width="10">
|