📄 insert_special_plan_task.jsp
字号:
<td class="common bgcolor" nowrap> 任务编号 </td>
<td class="common" > <input name="D_Num" type="text" class="middle" <%if(set.getD_Num()==null){%> value="" <%}else{%>value=<%=StringFormat.changeHTMLTags(set.getD_Num())%> <%}%> <%//if((hasRight!=null)&&(hasRight.equals("t"))){%> <%//}else{%>readonly<%//}%>>
</td>
<td nowrap class="common bgcolor" > 任务名称 </td>
<td class="common"> <input type="text" class="middle" name="D_Topic" value="<%=StringFormat.changeHTMLTags(set.getD_Topic())%>" maxsize="20" <%//if((hasRight!=null)&&(hasRight.equals("t"))){%> <%//}else{%>readonly<%//}%>>
</td>
</tr>
<tr>
<td class="common bgcolor" >
所属目标
</td>
<td colspan="3" class="common"> <select name="P_Code" style="width:375" class="biglong" disabled>
<%if((null != yaset) && (yaset.size() != 0)){
yaset.beforefirst();
while(yaset.next()){
if(yaset.getA_Serial().equals(set.getA_Serial())){
%>
<option value="<%=yaset.getA_Serial()+"-"+yaset.getA_Topic()%>"><%=yaset.getA_Topic()%></option>
<%}}}%>
</select> </td>
</tr>
<tr>
<td class="common bgcolor" > 分管领导 </td>
<td colspan="1" class="common" nowrap> <input name="P_MakeManReal" type="text" class="middle"<%if(set.getI_Name()==null){%> value="" <%}else{%>value="<%=StringFormat.changeHTMLTags(set.getI_Name())%>"<%}%> readonly>
<input name="P_MakeMan" type="hidden" size="47"<%if(set.getUser_ID()!=null){%>value="<%=set.getUser_ID()%>"<%}else{%>value=""<%}%>readonly>
<a href="javascript:openWindow('/krm/servlet/UserSelectServlet?link1=addproject.P_MakeMan&link2=addproject.P_MakeManReal','selectuser','width=500,height=300')">
<!--<%if(((hasRight!=null)&&(hasRight.equals("t")))||((kaoheRight!=null)&&(kaoheRight.equals("t")))){%> <image src="/krm/jsp/image/selectperson.gif" border="0"><%}%>-->
</a></td>
<td class="common bgcolor" nowrap> 负责人 </td>
<td colspan="1" class="common" nowrap> <input type="text" name="ManagerName" alt="" class="middle" value="<%=StringFormat.changeHTMLTags(set.getD_ManagerName())%>" readonly="true"> <input type="hidden" name="ManagerID" value="<%=set.getD_ManagerID()%>">
<a href="javascript:openWindow('/krm/servlet/UserSelectServlet?link1=addproject.ManagerID&link2=addproject.ManagerName','selectuser','width=500,height=300')">
<!--<%if(((hasRight!=null)&&(hasRight.equals("t")))||((kaoheRight!=null)&&(kaoheRight.equals("t")))){%> <image src="/krm/jsp/image/selectperson.gif" border="0"><%}%>-->
</a>
</td>
</tr>
<tr>
<td class="common bgcolor" nowrap> 任务助理 </td>
<!--add by tang begin 2004.03.07-->
<%
String aidpersonid = set.getD_AidPerson();
PersonInfoBusiness bibu = new PersonInfoBusiness();
bibu.setQueryWhere(aidpersonid);
bibu.execute("query");
PersonInfoRecordSet PiRdSet = bibu.getRecordSet();
PiRdSet.next();
%>
<td colspan="1" class="common" nowrap> <input name="D_AidPersonName" type="text" class="middle" <%if(PiRdSet.getI_Name()==null){%> value=""<%}else{%>value="<%=StringFormat.changeHTMLTags(PiRdSet.getI_Name())%>"<%}%> readonly >
<input name="D_AidPerson" type="hidden" size="47" readonly <%if(set.getD_AidPerson()!=null){%> value="<%=set.getD_AidPerson()%>" <%}%>>
<a href="javascript:openWindow('/krm/servlet/UserSelectServlet?link1=addproject.D_AidPerson&link2=addproject.D_AidPersonName','selectuser','width=500,height=300')">
<!--<%if(((hasRight!=null)&&(hasRight.equals("t")))||((kaoheRight!=null)&&(kaoheRight.equals("t")))){%> <image src="/krm/jsp/image/selectperson.gif" border="0"><%}%>-->
</a>
</td>
<td class="common bgcolor" nowrap> 参与成员</td>
<%
String IntendPersonName = "";
if(set.getD_IntendPerson()==null)
{ IntendPersonName = "";
}else{
PersonInfoBusiness bibuPerson = new PersonInfoBusiness();
bibuPerson.setQueryWhereforAll();
bibuPerson.execute("query");
PersonInfoRecordSet PiRdSetPerson = bibuPerson.getRecordSet();
while(PiRdSetPerson.next()){
if(set.getD_IntendPerson().indexOf("#"+PiRdSetPerson.getUser_ID()+"#")!=-1)
{
IntendPersonName+=StringFormat.changeHTMLTags(PiRdSetPerson.getI_Name())+",";
//IntendPersonName.append(StringFormat.changeHTMLTags(PiRdSetPerson.getI_Name())+",");
}
}
}
%>
<td colspan="1" class="common" nowrap> <input name="D_IntendPersonName" type="text" class="middle" value="<%=IntendPersonName%>" readonly >
<input name="D_IntendPerson" type="hidden" size="47" readonly <%if(set.getD_IntendPerson()!=null){%> value="<%=set.getD_IntendPerson()%>" <%}%>>
<a href="javascript:openWindow('/krm/servlet/UserSelectServlet?src1=addproject.D_IntendPerson&src2=addproject.D_IntendPersonName','selectuser','width=500,height=300')">
<!--<%if(((hasRight!=null)&&(hasRight.equals("t")))||((kaoheRight!=null)&&(kaoheRight.equals("t")))){%> <image src="/krm/jsp/image/selectperson.gif" border="0"><%}%>-->
</a>
</td>
<!--add by tang end 2004.03.07-->
</tr>
<tr>
<td class="common bgcolor" nowrap> 负责部门 </td>
<td colspan="1" class="common" nowrap> <select name="Dept_ID" style="font-size:9pt;font-color:#FFFFFF;width:122" <%//if((hasRight!=null)&&(hasRight.equals("t"))) {%> <%//}else{%>disabled<%//}%>>
<%if(null != set.getD_Name()){%>
<option value="<%=set.getDept_ID()%>" selected><%=set.getD_Name()%></option>
<%}else{%>
<option value="<%=set.getDept_ID()%>" selected>none</option>
<%}%>
<%if(null != deset){
while(deset.next()){
if(!set.getDept_ID().equals(deset.getDept_ID())){%>
<option value="<%=deset.getDept_ID()%>"><%=deset.getD_Name()%></option>
<%}}}%>
</select> </td>
<td class="common bgcolor" nowrap> 任务级别 </td>
<!--add by tang begin 2004.02.20-->
<td colspan="1" class="common" nowrap> <select name="D_Importance" style="font-size:9pt;font-color:#FFFFFF;width:122" <%//if((hasRight!=null)&&(hasRight.equals("t"))) {%> <%//}else{%>disabled<%//}%>>
<% String Importance=set.getD_Importance();
tlset.beforefirst();
while(tlset.next()){%>
<option <%if(tlset.getO_Name().equals(Importance)){%> selected<%}%> value="<%=tlset.getO_Name()%>"><%=tlset.getO_Name()%></option>
<%}%>
<!--add by tang end 2004.02.20-->
</select> </td>
</tr>
<tr>
<td class="common bgcolor" nowrap> 开始日期 </td>
<td colspan="1" class="common" nowrap> <input type="text" class="middle" name="D_Begin" value="<%=set.getD_Begin()%>" readonly>
<a href="javascript:show_calendar('addproject.D_Begin');">
<!--<%if((hasRight!=null)&&(hasRight.equals("t"))){%><img src="/krm/jsp/image/selectdate.gif" border="0"> <%}%>-->
</a></td>
<td class="common bgcolor" nowrap> 完成日期 </td>
<td colspan="1" class="common" nowrap> <input type="text" class="middle" name="D_End" value="<%=set.getD_End()%>" readonly>
<a href="javascript:show_calendar('addproject.D_End');">
<!--<%if((hasRight!=null)&&(hasRight.equals("t"))){%><img src="/krm/jsp/image/selectdate.gif" border="0"> <%}%>-->
</a>
</td>
</tr>
<tr>
<td class="common bgcolor" > 意向 </td>
<td class="common"> <input name="D_WantMoney" readonly class="middle" <%if(set.getD_WantMoney().equals(" ")){%>value="0"<%}else{%>value="<%=set.getD_WantMoney()%>"<%}%>>
(万)</td>
<td class="common bgcolor" > <%if((hasRight!=null)&&(hasRight.equals("t"))){%><font color="#FF0000">自评</font><%}else{%>自评<%}%> </td>
<td colspan="1" class="common"> <select name="D_Process" style="font-size:9pt;font-color:#FFFFFF;width:122" <%if((hasRight!=null)&&(hasRight.equals("t"))){%> <%}else{%>disabled<%}%>>
<option value="0">0%</option>
<option <%if(set.getD_Process().equals("5")){%> selected<%}%> value="5">5%</option>
<option <%if(set.getD_Process().equals("10")){%> selected<%}%> value="10">10%</option>
<option <%if(set.getD_Process().equals("15")){%> selected<%}%> value="15">15%</option>
<option <%if(set.getD_Process().equals("20")){%> selected<%}%> value="20">20%</option>
<option <%if(set.getD_Process().equals("25")){%> selected<%}%> value="25">25%</option>
<option <%if(set.getD_Process().equals("30")){%> selected<%}%> value="30">30%</option>
<option <%if(set.getD_Process().equals("35")){%> selected<%}%> value="35">35%</option>
<option <%if(set.getD_Process().equals("40")){%> selected<%}%> value="40">40%</option>
<option <%if(set.getD_Process().equals("45")){%> selected<%}%> value="45">45%</option>
<option <%if(set.getD_Process().equals("50")){%> selected<%}%> value="50">50%</option>
<option <%if(set.getD_Process().equals("55")){%> selected<%}%> value="55">55%</option>
<option <%if(set.getD_Process().equals("60")){%> selected<%}%> value="60">60%</option>
<option <%if(set.getD_Process().equals("65")){%> selected<%}%> value="65">65%</option>
<option <%if(set.getD_Process().equals("70")){%> selected<%}%> value="70">70%</option>
<option <%if(set.getD_Process().equals("75")){%> selected<%}%> value="75">75%</option>
<option <%if(set.getD_Process().equals("80")){%> selected<%}%> value="80">80%</option>
<option <%if(set.getD_Process().equals("85")){%> selected<%}%> value="85">85%</option>
<option <%if(set.getD_Process().equals("90")){%> selected<%}%> value="90">90%</option>
<option <%if(set.getD_Process().equals("95")){%> selected<%}%> value="95">95%</option>
<option <%if(set.getD_Process().equals("100")){%> selected<%}%> value="100">100%</option>
</select> </td>
</tr>
<tr>
<td class="common bgcolor" > 合同 </td>
<td class="common"> <input name="D_ContactMoney" readonly class="middle" <%if(set.getD_ContactMoney().equals(" ")){%>value="0"<%}else{%>value="<%=set.getD_ContactMoney()%>"<%}%> >
(万)</td>
<td class="common bgcolor" > <%if((kaoheRight!=null)&&(kaoheRight.equals("t"))){%><font color="#FF0000">考核</font><%}else{%>考核<%}%> </td>
<td colspan="1" class="common" nowrap> <select name="D_PublicExplainMark" style="font-size:9pt;font-color:#FFFFFF;width:122" <%if((kaoheRight!=null)&&(kaoheRight.equals("t"))){%> <%}else{%>disabled<%}%>>
<option value="0%">0%</option>
<option <%if(set.getD_PublicExplainMark().equals("5%")){%> selected<%}%> value="5%">5%</option>
<option <%if(set.getD_PublicExplainMark().equals("10%")){%> selected<%}%> value="10%">10%</option>
<option <%if(set.getD_PublicExplainMark().equals("15%")){%> selected<%}%> value="15%">15%</option>
<option <%if(set.getD_PublicExplainMark().equals("20%")){%> selected<%}%> value="20%">20%</option>
<option <%if(set.getD_PublicExplainMark().equals("25%")){%> selected<%}%> value="25%">25%</option>
<option <%if(set.getD_PublicExplainMark().equals("30%")){%> selected<%}%> value="30%">30%</option>
<option <%if(set.getD_PublicExplainMark().equals("35%")){%> selected<%}%> value="35%">35%</option>
<option <%if(set.getD_PublicExplainMark().equals("40%")){%> selected<%}%> value="40%">40%</option>
<option <%if(set.getD_PublicExplainMark().equals("45%")){%> selected<%}%> value="45%">45%</option>
<option <%if(set.getD_PublicExplainMark().equals("50%")){%> selected<%}%> value="50%">50%</option>
<option <%if(set.getD_PublicExplainMark().equals("55%")){%> selected<%}%> value="55%">55%</option>
<option <%if(set.getD_PublicExplainMark().equals("60%")){%> selected<%}%> value="60%">60%</option>
<option <%if(set.getD_PublicExplainMark().equals("65%")){%> selected<%}%> value="65%">65%</option>
<option <%if(set.getD_PublicExplainMark().equals("70%")){%> selected<%}%> value="70%">70%</option>
<option <%if(set.getD_PublicExplainMark().equals("75%")){%> selected<%}%> value="75%">75%</option>
<option <%if(set.getD_PublicExplainMark().equals("80%")){%> selected<%}%> value="80%">80%</option>
<option <%if(set.getD_PublicExplainMark().equals("85%")){%> selected<%}%> value="85%">85%</option>
<option <%if(set.getD_PublicExplainMark().equals("90%")){%> selected<%}%> value="90%">90%</option>
<option <%if(set.getD_PublicExplainMark().equals("95%")){%> selected<%}%> value="95%">95%</option>
<option <%if(set.getD_PublicExplainMark().equals("100%")){%> selected<%}%> value="100%">100%</option>
</select>
</td>
</tr>
<tr>
<td class="common bgcolor" > 预支 </td>
<td class="common"> <input name="D_PreMoney" readonly class="middle" <%if(set.getD_PreMoney().equals(" ")){%>value="0"<%}else{%>value="<%=set.getD_PreMoney()%>"<%}%>>
(万)</td>
<td class="common bgcolor" > <%if((PingfenRight!=null)&&(PingfenRight.equals("t"))){%><font color="#FF0000">评分</font><%}else{%>评分<%}%> </td>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -