69 lines
3.3 KiB
Plaintext
69 lines
3.3 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="xcx.aspx.cs" Inherits="SystemManage_xcx" %>
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<head runat="server">
|
|
<title>小程序权限</title>
|
|
<style type="text/css">
|
|
.pic_text {
|
|
color: Red;
|
|
}
|
|
|
|
.pic_label {
|
|
color: Gray;
|
|
margin-top: 5px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.pic_image {
|
|
margin: 5px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<form id="form1" runat="server">
|
|
<table id="PrintHide" style="width: 100%" border="0" cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<td valign="middle" style="border-bottom: #006633 1px dashed; height: 30px;"> <img src="../images/BanKuaiJianTou.gif" />
|
|
<a class="hei" href="../Main/MyDesk.aspx">桌面</a> >> 系统管理 >> 小程序权限
|
|
</td>
|
|
<td align="right" valign="middle" style="border-bottom: #006633 1px dashed; height: 30px;">
|
|
<img class="HerCss" onclick="javascript:window.history.go(-1)" src="../images/Button/BtnExit.jpg" /> </td>
|
|
</tr>
|
|
<tr>
|
|
<td height="3px" colspan="2" style="background-color: #ffffff"></td>
|
|
</tr>
|
|
</table>
|
|
<div class="pic_image">
|
|
<asp:CheckBoxList ID="CheckBoxList1" runat="server" BackColor="#FFCCFF" RepeatColumns="2" Width="482px">
|
|
<asp:ListItem Value="0">全部</asp:ListItem>
|
|
<asp:ListItem Value="19">待我审核</asp:ListItem>
|
|
<asp:ListItem Value="20">我的申请</asp:ListItem>
|
|
<asp:ListItem Value="21">我参与的</asp:ListItem>
|
|
<asp:ListItem Value="1">预约人员列表</asp:ListItem>
|
|
<asp:ListItem Value="2">未来7天预约</asp:ListItem>
|
|
<asp:ListItem Value="3">快速办证</asp:ListItem>
|
|
<asp:ListItem Value="4">疫苗减免</asp:ListItem>
|
|
<asp:ListItem Value="5">统计图表</asp:ListItem>
|
|
<asp:ListItem Value="6">费用支出审批</asp:ListItem>
|
|
<asp:ListItem Value="7">项目经费审批</asp:ListItem>
|
|
<asp:ListItem Value="8">三重一大审批</asp:ListItem>
|
|
<asp:ListItem Value="9">出差审批</asp:ListItem>
|
|
<asp:ListItem Value="10">出差报销审批</asp:ListItem>
|
|
<asp:ListItem Value="11">预算审批</asp:ListItem>
|
|
<asp:ListItem Value="12">借款审批</asp:ListItem>
|
|
<asp:ListItem Value="13">物资采购审批</asp:ListItem>
|
|
<asp:ListItem Value="14">其他报销审批</asp:ListItem>
|
|
<asp:ListItem Value="15">物资采购报销</asp:ListItem>
|
|
<asp:ListItem Value="16">设备维修审批</asp:ListItem>
|
|
<asp:ListItem Value="17">公务接待审批</asp:ListItem>
|
|
<asp:ListItem Value="18">加班用餐审批</asp:ListItem>
|
|
<asp:ListItem Value="19">核酸检测登记</asp:ListItem>
|
|
</asp:CheckBoxList>
|
|
<div>
|
|
<asp:Button ID="btn_upload" runat="server" Text="保存" OnClick="btn_upload_Click" /><asp:Label ID="lbl_pic" runat="server" class="pic_text"></asp:Label></div>
|
|
</form>
|
|
|
|
</body>
|
|
</html>
|