| | |
| | | top.Dialog.open({ URL: "/Pages/work/MyBaoxiaoAdd.aspx?keyid=" + keyid, Title: "修改报销", Width: 550, Height: 600 }); |
| | | } |
| | | |
| | | //再次提交 |
| | | function onZaiciEdit(keyid) { |
| | | top.Dialog.open({ URL: "/Pages/work/MyBaoxiaoAdd.aspx?keyid=" + keyid + "&&zaici=zaici", Title: "再次提交", Width: 550, Height: 600 }); |
| | | } |
| | | |
| | | //删除 |
| | | function onDele(keyid) { |
| | | top.Dialog.confirm("确定要删除该记录吗?", function () { |
| | |
| | | </td> |
| | | |
| | | <td class="ali03"> |
| | | 批复结果: |
| | | 审批结果: |
| | | </td> |
| | | <td> |
| | | <select keepdefaultstyle="true" runat="server" id="selApprovalStatus"> |
| | | <option value="-1">全部</option> |
| | | <option value="0">未批复</option> |
| | | <option value="3">未提交</option> |
| | | <option value="0">未审批</option> |
| | | <option value="1">批准</option> |
| | | <option value="2">不批准</option> |
| | | </select> |
| | | </td> |
| | | |
| | | <td class="ali03"> |
| | | 付款状态: |
| | | </td> |
| | | <td> |
| | | <select keepdefaultstyle="true" runat="server" id="selEvaluationStatus"> |
| | | <option value="-1">全部</option> |
| | | <option value="1">已付款</option> |
| | | <option value="2">未付款</option> |
| | | </select> |
| | | </td> |
| | | <td> |
| | |
| | | <th width="130" style="text-align: center"> |
| | | 申请日期 |
| | | </th> |
| | | <th width="130" style="text-align: center"> |
| | | 报销单号 |
| | | </th> |
| | | <th width="70" style="text-align: center"> |
| | | 科目 |
| | | </th> |
| | |
| | | 附件 |
| | | </th> |
| | | <th width="150" style="text-align: center"> |
| | | 报销状态 |
| | | 审批状态 |
| | | </th> |
| | | <th width="150" style="text-align: center"> |
| | | 付款状态 |
| | | </th> |
| | | <th width="200" style="text-align: center"> |
| | | 操作 |
| | | </th> |
| | | </tr> |
| | |
| | | <ItemTemplate> |
| | | <tr> |
| | | <td> |
| | | <input type="checkbox" value='<%#Eval("Keyid")%>' class='<%#(Eval("Nengfoushanchu").ToString()=="1" )?"AlreadyReply":""%>' /> |
| | | <input type="checkbox" value='<%#Eval("Keyid")%>' /> |
| | | </td> |
| | | <td style="text-align: center"> |
| | | <%#Container.ItemIndex + 1+ this.UCPager1.PageSize * (this.UCPager1.PageIndex - 1)%> |
| | | </td> |
| | | <td style="text-align: center"> |
| | | <%#Eval("PlanStartTime", "{0:yyyy-MM-dd}")%> |
| | | </td> |
| | | <td style="text-align: center"> |
| | | <%#Eval("EvaluationContent")%> |
| | | </td> |
| | | <td style="text-align: center"> |
| | | <%#Eval("RewardContent")%> |
| | |
| | | <td style="text-align: center"> |
| | | <%#Eval("ApprovalStatusName")%> |
| | | </td> |
| | | <td style="text-align: center"> |
| | | <%#Eval("EvaluationStatusName")%> |
| | | </td> |
| | | <td class="Operate " style="text-align: center"> |
| | | <span menu_member_case_id="case_PlanView" menu_member_case_name="查看" onclick="onView('<%#Eval("Keyid")%>')">查看</span> |
| | | <span menu_member_case_id="case_PlanEdit" menu_member_case_name="修改" onclick="onEdit('<%#Eval("Keyid")%>')" class='<%#(Eval("Nengfoushenpi").ToString()=="1")?"AlreadyReply":""%>'>修改</span> |
| | | <span menu_member_case_id="case_PlanDele" menu_member_case_name="删除" onclick="onDele('<%#Eval("Keyid")%>')" class='<%#(Eval("Nengfoushanchu").ToString()=="1" )?"AlreadyReply":""%>'>删除</span> |
| | | |
| | | <span menu_member_case_id="case_ZaiciEdit" menu_member_case_name="再次提交" onclick="onZaiciEdit('<%#Eval("Keyid")%>')" class='<%#(Eval("ApprovalStatus").ToString()!="2")?"AlreadyReply":""%>'>再次提交</span> |
| | | </td> |
| | | </tr> |
| | | </ItemTemplate> |
| | |
| | | |
| | | </asp:Repeater> |
| | | <tr class="StatisticsMoney"> |
| | | <td colspan="5" class="ali03"> |
| | | <td colspan="6" class="ali03"> |
| | | 合计: |
| | | </td> |
| | | <td colspan="5" class="ali01"> |