You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
121 lines
8.2 KiB
121 lines
8.2 KiB
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta http-equiv="Expires" content="0">
|
|
<meta http-equiv="Pragma" content="no-cache">
|
|
<meta http-equiv="Cache-control" content="no-cache">
|
|
<meta http-equiv="Cache" content="no-cache">
|
|
<title data-i18n="common.BillChangeApply_Qry">帳單更改申請單</title>
|
|
<link href="/Content/googleapis.css" rel="stylesheet" type='text/css' />
|
|
<link href="/Scripts/plugins/jquery-ui/jquery-ui.min.css" rel="stylesheet" type="text/css" />
|
|
<link href="/Scripts/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
|
|
<link href="/Scripts/plugins/fontawesome/css/font-awesome.css" rel="stylesheet" type="text/css" />
|
|
<link href="/Scripts/plugins/line-icons/simple-line-icons.css" rel="stylesheet" type="text/css" />
|
|
<link href="/Scripts/plugins/uniform/css/uniform.default.min.css" rel="stylesheet" />
|
|
<link href="/Scripts/plugins/toastr/toastr.min.css" rel="stylesheet" type="text/css" />
|
|
<link href="/Scripts/3rd/jGrid/jsgrid.min.css" rel="stylesheet" />
|
|
<link href="/Scripts/3rd/jGrid/jsgrid-theme.min.css" rel="stylesheet" />
|
|
<link href="/Scripts/3rd/select2/css/select2.min.css" rel="stylesheet" />
|
|
<link href="/Content/modern.min.css" rel="stylesheet" type="text/css" />
|
|
<link href="/Content/custom.min.css" rel="stylesheet" />
|
|
<link href="/Content/themes/red.css" rel="stylesheet" type="text/css" />
|
|
<link href="/Content/style2.0.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<div class="page-inner">
|
|
<div class="page-title">
|
|
</div>
|
|
<div id="Toolbar">
|
|
</div>
|
|
<div id="main-wrapper">
|
|
<!--主作業區 Start-->
|
|
<div class="row">
|
|
<div class="panel-info">
|
|
<div class="panel-body">
|
|
<div class="table-responsive project-stats">
|
|
<!--查詢條件區開始-->
|
|
<div id="searchbar">
|
|
<form id="form_main" class="form-horizontal">
|
|
<div class="row">
|
|
<label class="col-sm-1 control-label" for="input-Default">
|
|
<span data-i18n="common.KeyNote">簽核主旨</span><span>:</span>
|
|
</label>
|
|
<div class="col-sm-2">
|
|
<input type="text" name="KeyNote" id="KeyNote" maxlength="50" class="form-control w100p" />
|
|
</div>
|
|
<label class="col-sm-1 control-label ismobile" for="input-Default">
|
|
<span data-i18n="common.Applicant">申請人</span><span>:</span>
|
|
</label>
|
|
<div class="col-sm-2 ismobile">
|
|
<select name="Applicant" id="Applicant" class="form-control w100p" data-type="select2"></select>
|
|
</div>
|
|
<label class="col-sm-1 control-label ismobile" for="input-Default">
|
|
<span data-i18n="common.Important">重要性</span><span>:</span>
|
|
</label>
|
|
<div class="col-sm-2 ismobile">
|
|
<input id="Important_0" type="radio" name="Important" value="1,2,3" checked="checked" />
|
|
<label for="Important_0" data-i18n="common.All">全部</label>
|
|
<input id="Important_1" type="radio" name="Important" value="3" />
|
|
<label for="Important_1" data-i18n="common.Important_3">很重要</label>
|
|
<input id="Important_2" type="radio" name="Important" value="2" />
|
|
<label for="Important_2" data-i18n="common.Important_2">重要</label>
|
|
<input id="Important_3" type="radio" name="Important" value="1" />
|
|
<label for="Important_3" data-i18n="common.Important_1">普通</label>
|
|
</div>
|
|
</div>
|
|
<div class="row ismobile">
|
|
<label class="col-sm-1 control-label" for="input-Default">
|
|
<span data-i18n="common.DataType">資料類型</span><span>:</span>
|
|
</label>
|
|
<div class="col-sm-5">
|
|
<label for="Status_0">
|
|
<input id="Status_0" name="Status[]" type="checkbox" value="A"><span data-i18n="common.Draft">草稿</span>
|
|
</label>
|
|
<label for="Status_1">
|
|
<input id="Status_1" name="Status[]" type="checkbox" value="B"><span data-i18n="common.InAudit">審核中</span>
|
|
</label>
|
|
<label for="Status_2">
|
|
<input id="Status_2" name="Status[]" type="checkbox" value="C-O"><span data-i18n="common.HasReEdited">已抽單</span>
|
|
</label>
|
|
<label for="Status_3">
|
|
<input id="Status_3" name="Status[]" type="checkbox" value="D-O"><span data-i18n="common.HasReturned">已退件</span>
|
|
</label>
|
|
<label for="Status_4">
|
|
<input id="Status_4" name="Status[]" type="checkbox" value="X"><span data-i18n="common.HasVoid">已作廢</span>
|
|
</label>
|
|
<label for="Status_5">
|
|
<input id="Status_5" name="Status[]" type="checkbox" value="E"><span data-i18n="common.ToHandle">待經辦</span>
|
|
</label>
|
|
<label for="Status_6">
|
|
<input id="Status_6" name="Status[]" type="checkbox" value="H-O"><span data-i18n="common.Hashandle">已經辦</span>
|
|
</label>
|
|
<!--<label for="Status_7">
|
|
<input id="Status_7" name="Status[]" type="checkbox" value="C-O,D-O,H-O"><span data-i18n="common.HasFinish">已歸檔</span>
|
|
</label>-->
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
<!--查詢條件區結束-->
|
|
<div id="content-box-view">
|
|
<div id="content-box-info-nostyle" class="shadowbox">
|
|
<div>
|
|
<div id="jsGrid"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!--主作業區 End-->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
<script src="/Scripts/loadjs.min.js"></script>
|
|
<script src="/Scripts/JSLoader.js?v=20180801"></script>
|
|
<script src="/Scripts/3rd/jquery-2.1.3.min.js"></script>
|
|
<script src="/Scripts/3rd/layer/layui/layui.all.min.js"></script>
|
|
<script src="/Scripts/pages/Eip/BillChangeApply_Qry.js?v=20180801"></script>
|