@model DTO.ServiceChargeDTO
|
@using DTO;
|
@{
|
ViewBag.Title = "ServiceCharge";
|
Layout = null;
|
List<FiMemberDTO> Member = ViewBag.Member as List<FiMemberDTO>;
|
List<FiBookDTO> Book = ViewBag.Book as List<FiBookDTO>;
|
|
int nookcount = Book == null ? 0 : Book.Count;
|
}
|
|
<!DOCTYPE html>
|
<html>
|
<head>
|
<meta charset="utf-8">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="Pragma" content="no-cache">
|
<meta http-equiv="Cache-Control" content="no-siteapp" />
|
<meta http-equiv="Cache-Control" content="no-cache">
|
<meta http-equiv="Expires" content="0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
|
<meta name="renderer" content="webkit">
|
<title>@SiteConfig.SiteName</title>
|
<meta name="keywords" content="@SiteConfig.Keywords">
|
<meta name="description" content="@SiteConfig.Description">
|
<meta name="author" content="@SiteConfig.Author">
|
<link rel="icon" type="image/x-icon" href="@SiteConfig.ShortcutIcon">
|
<!-- uc强制竖屏 -->
|
<meta name="screen-orientation" content="portrait">
|
<!-- QQ强制竖屏 -->
|
<meta name="x5-orientation" content="portrait">
|
<!-- UC强制全屏 -->
|
<meta name="full-screen" content="yes">
|
<!-- QQ强制全屏 -->
|
<meta name="x5-fullscreen" content="true">
|
<!--[if lt IE 9]>
|
<meta http-equiv="refresh" content="0;ie.html" />
|
<![endif]-->
|
<script src="~/js/jquery.min.js"></script>
|
<link href="~/css/bootstrap.min.css" rel="stylesheet">
|
<link href="~/css/font-awesome.min.css" rel="stylesheet">
|
<link href="~/css/animate.min.css" rel="stylesheet">
|
|
@*<link href="~/css/plugins/iCheck/custom.css" rel="stylesheet">*@
|
<link href="~/css/style.min.css" rel="stylesheet">
|
<link href="~/css/plugins/chosen/chosen.css" rel="stylesheet">
|
@*<link href="~/js/plugins/layer/skin/layer.css" rel="stylesheet">*@
|
@*<link href="~/css/plugins/datapicker/datepicker3.css" rel="stylesheet">*@
|
<link href="~/css/style.min.css" rel="stylesheet">
|
<link href="~/css/plugins/toastr/toastr.min.css" rel="stylesheet" />
|
<link href="~/css/plugins/webuploader/webuploader.css" rel="stylesheet" />
|
|
<style type="text/css">
|
.webuploader-pick {
|
position: relative;
|
display: inline-block;
|
cursor: pointer;
|
background: #00b7ee;
|
padding: 8px 14px 7px 14px;
|
color: #fff;
|
text-align: center;
|
border-radius: 3px;
|
overflow: hidden;
|
}
|
|
div.clearfix > label {
|
padding-top: 8px;
|
}
|
|
.chosen-container {
|
border-radius: 1px;
|
border: 1px solid #e5e6e7;
|
}
|
|
.col-md-1.control-label {
|
padding-right: 0px;
|
font-weight: 400;
|
}
|
|
html {
|
font-family: sans-serif;
|
-ms-text-size-adjust: 100%;
|
-webkit-text-size-adjust: 100%;
|
}
|
|
body {
|
margin: 10px;
|
}
|
|
table {
|
border-collapse: collapse;
|
border-spacing: 0;
|
}
|
|
td, th {
|
padding: 0;
|
}
|
|
.pure-table {
|
border-collapse: collapse;
|
border-spacing: 0;
|
empty-cells: show;
|
border: 1px solid #cbcbcb;
|
}
|
|
.pure-table caption {
|
color: #000;
|
font: italic 85%/1 arial,sans-serif;
|
padding: 1em 0;
|
text-align: center;
|
}
|
|
.pure-table td, .pure-table th {
|
border-left: 1px solid #cbcbcb;
|
border-width: 0 0 0 1px;
|
font-size: inherit;
|
margin: 0;
|
overflow: visible;
|
padding: .5em 1em;
|
}
|
|
.pure-table thead {
|
background-color: #e0e0e0 !important;
|
color: #000;
|
text-align: left;
|
vertical-align: bottom;
|
-webkit-print-color-adjust: exact;
|
}
|
|
.pure-table td {
|
background-color: transparent;
|
}
|
|
.pure-table-bordered td {
|
border-bottom: 1px solid #cbcbcb;
|
}
|
|
.pure-table-bordered tbody > tr:last-child > td {
|
border-bottom-width: 0;
|
}
|
|
/* .pure-table-bordered th {
|
border-bottom: 1px solid #cbcbcb;
|
}
|
|
.pure-table-bordered tbody > tr:last-child > th {
|
border-bottom-width: 0;
|
}*/
|
</style>
|
|
<!-- jqgrid-->
|
@*<link href="~/css/plugins/jqgrid/ui.jqgrid.css" rel="stylesheet">*@
|
<script language="javascript" src="~/js/jquery.min.js" type="text/javascript"></script>
|
<script src="~/js/bootstrap.min.js"></script>
|
@*<script src="~/js/plugins/bootstro/bootstro.js"></script>*@
|
|
<!--容器-->
|
@*<script language="javascript" src="~/js/datehelper.js" type="text/javascript"></script>*@
|
@*<script language="javascript" src="~/js/plugins/query/jquery.query-object.js" type="text/javascript"></script>*@
|
@*<script language="javascript" src="~/js/plugins/iCheck/icheck.min.js" type="text/javascript"></script>*@
|
<script language="javascript" src="~/js/plugins/chosen/chosen.jquery.js" type="text/javascript"></script>
|
@*<script language="javascript" src="~/js/plugins/datapicker/bootstrap-datepicker.js" type="text/javascript"></script>*@
|
<script language="javascript" src="~/js/plugins/layer/layer.js" type="text/javascript"></script>
|
@*<script src="~/js/plugins/jqgrid/jquery.jqGrid.min.js" type="text/javascript"></script>*@
|
@*<script src="~/js/plugins/jqgrid/i18n/grid.locale-cn.js" type="text/javascript"></script>*@
|
<script src="~/js/plugins/toastr/toastr.min.js" type="text/javascript"></script>
|
<script src="~/js/plugins/webuploader/webuploader.min.js"></script>
|
|
<script language="javascript" src="~/js/common-layout.js" type="text/javascript"></script>
|
<script src="~/js/plugins/layer/laydate/laydate.js" type="text/javascript"></script>
|
@*<script src="~/js/plugins/iTexbox/itextbox.js" type="text/javascript"></script>*@
|
@*<script src="~/js/plugins/iuploader/iuploader.js"></script>*@
|
<script src="~/js/TUJS.js"></script>
|
</head>
|
<body class="gray-bg" style="overflow:auto">
|
<button type="button" id="printl" onclick="onprint()">打印</button>
|
<div id="printArea">
|
<div class="wrapper wrapper-content" id="ibox-content" style="padding:15px;">
|
<div class="row">
|
<div class="col-sm-12">
|
<div class="ibox float-e-margins">
|
|
<div id="div_content" class="ibox-content" style="background-color:white;">
|
<div class="" style="text-align: center;">
|
|
<h1>服务收费</h1>
|
|
</div>
|
<div class="row">
|
<div class="">
|
|
<h3>一、图书销售</h3>
|
|
</div>
|
|
|
|
|
<div class="clearfix layer-area" style="padding-bottom:15px;">
|
<table class="pure-table pure-table-bordered" style="width:100%;">
|
<thead>
|
<tr>
|
<th style="width:8%;">
|
序号
|
</th>
|
<th style="width:15%;">
|
货号
|
</th>
|
<th style="width:15%;">
|
书名
|
</th>
|
<th style="width:15%;">
|
出版社
|
</th>
|
<th style="width:15%;">
|
出版时间
|
</th>
|
<th style="width:15%;">
|
单价
|
</th>
|
|
</tr>
|
|
</thead>
|
<tbody>
|
@{
|
if (Book != null && Book.Count > 0)
|
{
|
for (int i = 0; i < Book.Count; i++)
|
{
|
<tr>
|
<td>@(i+1)</td>
|
<td>@Book[i].BookNo</td>
|
<td>@Book[i].BookName</td>
|
<td>@Book[i].Chubanshe</td>
|
<td>@Book[i].Chubantime.Value.ToString("yyyy-MM-dd")</td>
|
<td>@Book[i].Danjia.Value.ToString("F2")</td>
|
|
</tr>
|
}
|
}
|
}
|
</tbody>
|
</table>
|
</div>
|
|
<div class="">
|
|
<h3>二、政府采购问题咨询</h3>
|
|
</div>
|
<div class="clearfix layer-area" style="padding-bottom:15px;">
|
1、电话咨询: @Model.Dianhuazixun 元/次
|
|
|
|
</div>
|
<div class="clearfix layer-area" style="padding-bottom:15px;">
|
|
2、当面咨询: @Model.Dangmianzixun 元/次
|
</div>
|
<div class="clearfix layer-area" style="padding-bottom:15px;">
|
|
<label class="text-left col-sm-1 col-md-1 control-label">3、需求论证:</label>
|
|
</div>
|
<div class="clearfix layer-area" style="padding-bottom:15px;">
|
<table class="pure-table pure-table-bordered" style="width:100%;">
|
<thead>
|
<tr>
|
|
<th style="width:15%;">
|
30万元以下
|
</th>
|
<th style="width:15%;">
|
30-200万元
|
</th>
|
<th style="width:15%;">
|
200-500万元
|
</th>
|
<th style="width:15%;">
|
500-1000万元
|
</th>
|
<th style="width:15%;">
|
1000万元以上
|
</th>
|
|
</tr>
|
|
</thead>
|
<tbody>
|
|
<tr>
|
|
<td> @Model.Xuqiulunzheng1 </td>
|
<td> @Model.Xuqiulunzheng2 </td>
|
<td> @Model.Xuqiulunzheng3 </td>
|
<td> @Model.Xuqiulunzheng4 </td>
|
<td> @Model.Xuqiulunzheng5 </td>
|
|
</tr>
|
|
</tbody>
|
</table>
|
</div>
|
|
<div class="clearfix layer-area" style="padding-bottom:15px;">
|
|
<label class="text-left col-sm-1 col-md-1 control-label">4、指导投标文件:</label>
|
|
</div>
|
<div class="clearfix layer-area" style="padding-bottom:15px;">
|
<table class="pure-table pure-table-bordered" style="width:100%;">
|
<thead>
|
<tr>
|
|
<th style="width:15%;">
|
30万元以下
|
</th>
|
<th style="width:15%;">
|
30-200万元
|
</th>
|
<th style="width:15%;">
|
200-500万元
|
</th>
|
<th style="width:15%;">
|
500万元以上
|
</th>
|
|
|
</tr>
|
|
</thead>
|
<tbody>
|
|
<tr>
|
|
<td> @Model.Zhudaotoubiaowenjian1 </td>
|
<td> @Model.Zhudaotoubiaowenjian2 </td>
|
<td> @Model.Zhudaotoubiaowenjian3 </td>
|
<td> @Model.Zhudaotoubiaowenjian4 </td>
|
|
</tr>
|
|
</tbody>
|
</table>
|
</div>
|
<div class="clearfix layer-area" style="padding-bottom:15px;">
|
|
<label class="text-left col-sm-1 col-md-1 control-label">5、代书质疑:</label>
|
|
</div>
|
<div class="clearfix layer-area" style="padding-bottom:15px;">
|
<table class="pure-table pure-table-bordered" style="width:100%;">
|
<thead>
|
<tr>
|
|
<th style="width:15%;">
|
30万元以下
|
</th>
|
<th style="width:15%;">
|
30-200万元
|
</th>
|
<th style="width:15%;">
|
200-500万元
|
</th>
|
<th style="width:15%;">
|
500万元以上
|
</th>
|
|
|
</tr>
|
|
</thead>
|
<tbody>
|
|
<tr>
|
|
<td> @Model.Daishuzhiyi1 </td>
|
<td> @Model.Daishuzhiyi2 </td>
|
<td> @Model.Daishuzhiyi3 </td>
|
<td> @Model.Daishuzhiyi4 </td>
|
|
</tr>
|
|
</tbody>
|
</table>
|
</div>
|
<div class="clearfix layer-area" style="padding-bottom:15px;">
|
|
<label class="text-left col-sm-1 col-md-1 control-label">6、代书投诉:</label>
|
|
</div>
|
<div class="clearfix layer-area" style="padding-bottom:15px;">
|
<table class="pure-table pure-table-bordered" style="width:100%;">
|
<thead>
|
<tr>
|
|
<th style="width:15%;">
|
30万元以下
|
</th>
|
<th style="width:15%;">
|
30-200万元
|
</th>
|
<th style="width:15%;">
|
200-500万元
|
</th>
|
<th style="width:15%;">
|
500万元以上
|
</th>
|
|
|
</tr>
|
|
</thead>
|
<tbody>
|
|
<tr>
|
|
<td> @Model.Daushutousu1 </td>
|
<td> @Model.Daushutousu2 </td>
|
<td> @Model.Daushutousu3 </td>
|
<td> @Model.Daushutousu4 </td>
|
|
</tr>
|
|
</tbody>
|
</table>
|
</div>
|
<div class="clearfix layer-area" style="padding-bottom:15px;">
|
|
7、代拟质疑答复: @Model.Dainizhiyiwenda 元
|
|
</div>
|
<div class="clearfix layer-area" style="padding-bottom:15px;">
|
|
8、代拟投诉处理决定: @Model.Dainitousuchulijueding 元
|
|
</div>
|
<div class="clearfix layer-area" style="padding-bottom:15px;">
|
|
9、竞争对手和评审专家查询: @Model.Jinzhengfuishou 元/年
|
</div>
|
<div class="clearfix layer-area" style="padding-bottom:15px;">
|
|
10、政采贷: @Model.Zhengcaidai %
|
</div>
|
<div class="">
|
|
<h3>三、标书制作</h3>
|
|
</div>
|
<div class="clearfix layer-area" style="padding-bottom:15px;">
|
<table class="pure-table pure-table-bordered" style="width:100%;">
|
<thead>
|
<tr>
|
|
<th style="width:15%;">
|
30万元以下
|
</th>
|
<th style="width:15%;">
|
30-200万元
|
</th>
|
<th style="width:15%;">
|
200-500万元
|
</th>
|
<th style="width:15%;">
|
500万元以上
|
</th>
|
|
|
</tr>
|
|
</thead>
|
<tbody>
|
|
<tr>
|
|
<td> @Model.Biaoshuzhizuo1 </td>
|
<td> @Model.Biaoshuzhizuo2 </td>
|
<td> @Model.Biaoshuzhizuo3 </td>
|
<td> @Model.Biaoshuzhizuo4 </td>
|
|
</tr>
|
|
</tbody>
|
</table>
|
</div>
|
<div class="">
|
|
<h3>四、培训</h3>
|
|
</div>
|
|
<div class="clearfix layer-area" style="padding-bottom:15px;">
|
|
1、在线讲座: @Model.Zaixianjiangzuo 元/课程(有效期3天)
|
</div>
|
<div class="clearfix layer-area" style="padding-bottom:15px;">
|
|
2、线下讲座: @Model.Xianxiajiangzuo 元/次(当天有效)
|
</div>
|
<div class="clearfix layer-area" style="padding-bottom:15px;">
|
|
3、供应商培训: @Model.Gongyingshangpeixun 元/专家.次
|
</div>
|
<div class="clearfix layer-area" style="padding-bottom:15px;">
|
|
4、采购人培训: @Model.Caigourenpeixun 元/次
|
</div>
|
|
<div class="">
|
|
<h3>五、会员套餐</h3>
|
|
</div>
|
<div class="clearfix layer-area" style="padding-bottom:15px;">
|
<table class="pure-table pure-table-bordered" style="width:100%;">
|
<thead>
|
<tr>
|
<th style="width:5%;">
|
序号
|
</th>
|
<th style="width:15%;">
|
会员类型
|
</th>
|
<th style="width:40%;">
|
会员权限
|
</th>
|
<th style="width:10%;">
|
会费
|
</th>
|
|
</tr>
|
|
</thead>
|
<tbody>
|
@{
|
if (Member != null && Member.Count > 0)
|
{
|
for (int i = 0; i < Member.Count; i++)
|
{
|
<tr>
|
<td>@(i+1)</td>
|
<td>@Member[i].MemberType</td>
|
<td>@Member[i].MemberAuthority</td>
|
<td>@Member[i].Huifei.Value.ToString("F2") </td>
|
</tr>
|
}
|
}
|
}
|
</tbody>
|
</table>
|
</div>
|
|
<div class="">
|
|
<h3>六、专家申请</h3>
|
|
</div>
|
|
<div class="clearfix layer-area" style="padding-bottom:15px;">
|
|
1、具备条件: @Model.Jubeitiaojian 元
|
</div>
|
<div class="clearfix layer-area" style="padding-bottom:15px;">
|
|
3、增加品目: @Model.Zengjiapinmu 元
|
</div>
|
<div class="clearfix layer-area" style="padding-bottom:15px;">
|
|
3、不具备条件: @Model.Bujubeitiaojian 元
|
</div>
|
<div class="">
|
|
<h3>七、履约纠纷</h3>
|
|
</div>
|
<div class="clearfix layer-area" style="padding-bottom:15px;">
|
<table class="pure-table pure-table-bordered" style="width:100%;">
|
<thead>
|
<tr>
|
|
<th style="width:15%;">
|
30万元以下
|
</th>
|
<th style="width:15%;">
|
30-200万元
|
</th>
|
<th style="width:15%;">
|
200-500万元
|
</th>
|
<th style="width:15%;">
|
500-1000万元
|
</th>
|
<th style="width:15%;">
|
1000万元以上
|
</th>
|
|
|
</tr>
|
|
</thead>
|
<tbody>
|
|
<tr>
|
|
<td> @Model.Lvyuejiufen1 </td>
|
<td> @Model.Lvyuejiufen2 </td>
|
<td> @Model.Lvyuejiufen3 </td>
|
<td> @Model.Lvyuejiufen4 </td>
|
<td> @Model.Lvyuejiufen5 </td>
|
</tr>
|
|
</tbody>
|
</table>
|
</div>
|
<div class="">
|
|
<h3>八、风险代理</h3>
|
|
</div>
|
<div class="clearfix layer-area" style="padding-bottom:15px;">
|
|
<label class="text-left col-sm-1 col-md-1 control-label">面议</label>
|
|
</div>
|
<div class="">
|
|
<h3>九、软件</h3>
|
|
</div>
|
<div class="clearfix layer-area" style="padding-bottom:15px;">
|
<table class="pure-table pure-table-bordered" style="width:100%;">
|
<thead>
|
<tr>
|
|
<th style="width:5%;">
|
序号
|
</th>
|
<th style="width:15%;">
|
软件名称
|
</th>
|
<th style="width:15%;">
|
价格
|
</th>
|
|
|
|
</tr>
|
|
</thead>
|
<tbody>
|
|
<tr>
|
|
<td> 1</td>
|
<td> 自动标书制作软件 </td>
|
<td> @Model.Ruanjian1 </td>
|
|
</tr>
|
<tr>
|
|
<td> 2</td>
|
<td> 投标信息管理系统 </td>
|
<td> @Model.Ruanjian2 </td>
|
|
</tr>
|
</tbody>
|
</table>
|
</div>
|
|
<div class="">
|
|
<h3>十、其他</h3>
|
|
</div>
|
|
|
|
|
</div>
|
</div>
|
</div>
|
</div>
|
</div>
|
</div>
|
<div class="wrapper wrapper-content" style="margin-top:0px"></div>
|
<div class="ibox-content" id="top" style="z-index:100; position:fixed; height:50px; width:100%;bottom:0; text-align: right; padding-top:8px ">
|
|
</div>
|
</div>
|
</body>
|
<script type="text/javascript">
|
|
var hh = document.body.clientHeight+1500+(60*@nookcount);
|
$("#div_content").height(hh);
|
|
toastr.options = {
|
"closeButton": true,
|
"debug": false,
|
"progressBar": true,
|
"positionClass": "toast-bottom-right",
|
"onclick": null,
|
"showDuration": "300",
|
"hideDuration": "600",
|
"timeOut": "4500",
|
"extendedTimeOut": "600",
|
"showEasing": "swing",
|
"hideEasing": "linear",
|
"showMethod": "fadeIn",
|
"hideMethod": "fadeOut"
|
};
|
|
|
function printHtml(html) {
|
//var bodyHtml = document.body.innerHTML;
|
//document.body.innerHTML = html;
|
$("#printl").hide();
|
window.print();
|
//document.body.innerHTML = bodyHtml;
|
$("#printl").show();
|
}
|
function onprint() {
|
var html = $("#printArea").html();
|
printHtml(html);
|
}
|
</script>
|
</html>
|