| | |
| | | <option value="11">客户联谊</option> |
| | | <option value="13">开票申请</option> |
| | | <option value="14">外协付款申请</option> |
| | | <option value="15">付款申请</option> |
| | | <option value="16">采购付款申请</option> |
| | | <option value="12">其他</option> |
| | | </select> |
| | | </td> |
| | | |
| | | <td class="ali03"> |
| | | 姓名: |
| | | </td> |
| | | <td > |
| | | <input id="txtPlanPeople" type="text" class=" w90px" runat="server" /> |
| | | </td> |
| | | |
| | | |
| | | <td class="ali03"> |
| | | 是否批复: |
| | | </td> |
| | |
| | | <select keepdefaultstyle="true" runat="server" id="selPlanStatus"> |
| | | <option value="">全部</option> |
| | | <option value="2">已批复</option> |
| | | <option value="1">未批复</option> |
| | | <option value="1" selected="selected">未批复</option> |
| | | </select> |
| | | </td> |
| | | <td class="ali03"> |
| | |
| | | <th width="70" style="text-align: center"> |
| | | 请示类别 |
| | | </th> |
| | | <th style="text-align: center"> |
| | | 请示主题 |
| | | <th width="300" style="text-align: center"> |
| | | 请示内容 |
| | | </th> |
| | | <th style="text-align: center"> |
| | | <th width="70" style="text-align: center"> |
| | | 申请费用(元) |
| | | </th> |
| | | <th width="70" style="text-align: center"> |
| | | 是否批复 |
| | | </th> |
| | | <th style="text-align: center"> |
| | | <th width="70" style="text-align: center"> |
| | | 批复结果 |
| | | </th> |
| | | <th style="text-align: center"> |
| | | <th width="70" style="text-align: center"> |
| | | 操作 |
| | | </th> |
| | | </tr> |
| | |
| | | <%#Eval("PlanDataTypeName")%> |
| | | </td> |
| | | <td style="text-align: center"> |
| | | <%#Eval("PlanTitle")%> |
| | | <%# String.Format("{0}", Eval("PlanContent").ToString().Substring(0, Math.Min(Eval("PlanContent").ToString().Length, 150))) %> |
| | | |
| | | </td> |
| | | <td style="text-align: center"> |
| | | <%#Eval("PlanMoney", "{0:F2}")%> |
| | | </td> |
| | | <td style="text-align: center"> |
| | | <%#Eval("PlanStatus").ToString()=="1"?"未批复":"已批复"%> |