@model DTO.ServiceChargeDTO
|
@using DTO;
|
@using zhengcaioa.Models;
|
@{
|
List<FiMemberDTO> Member = ViewBag.Member as List<FiMemberDTO>;
|
List<FiBookDTO> Book = ViewBag.Book as List<FiBookDTO>;
|
|
int nookcount = Book == null ? 0 : Book.Count;
|
|
List<PageEntity> ActionInfo2 = ViewData["ActionInfo2"] as List<PageEntity>;
|
}
|
@{
|
Layout = null;
|
}
|
|
<!DOCTYPE html>
|
<html>
|
<head>
|
<meta charset="utf-8">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
|
<meta name="description" content="">
|
<meta name="author" content="ThemeBucket">
|
<title>@(SiteConfig.SiteName)</title>
|
<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;
|
color: #000;
|
text-align: left;
|
vertical-align: bottom;
|
}
|
|
.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;
|
}
|
</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">
|
<form id="formtest">
|
<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="">
|
<div style="float:left;width:33%;">
|
<h3>一、图书销售</h3>
|
</div>
|
<div>
|
|
<a class="btn btn-default Update" href="javascript:void(0)" onclick="OpenWindow('新增图书','98%','100%', '/ServiceCharge/Edit');" style="margin-right:40px;margin-bottom:5px; border-radius:4px;float:right;width:5%;display:none;">
|
<i class="glyphicon glyphicon-plus"></i> <span class="bold">新增</span>
|
</a>
|
</div>
|
</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:20%;">
|
书名
|
</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].ChubantimeName </td>
|
|
|
<td>@Book[i].Danjia.Value.ToString("F2")</td>
|
<td>
|
<a href="javascript:void(0)" class="Update" onclick="OpenWindow('@Book[i].BookName','98%','100%', '/ServiceCharge/Edit?id=@Book[i].Id');" style="margin-left: 4px; border-radius: 4px; display: none;">
|
<span class="bold">修改</span>
|
</a>
|
<a href="javascript:void(0)" class="Update" onclick="delPosition('@Book[i].Id');" style="margin-left:4px; border-radius:4px;display:none;">
|
<span class="bold">删除</span>
|
</a>
|
</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">1、电话咨询:</label>
|
|
<div class="col-sm-2 col-md-2">
|
<input class="form-control" label="1、电话咨询:" name="Dianhuazixun" id="Dianhuazixun" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="text" value="@Model.Dianhuazixun" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)">
|
</div>
|
<label class="text-left col-sm-1 col-md-1 control-label">元/次</label>
|
|
</div>
|
<div class="clearfix layer-area" style="padding-bottom:15px;">
|
|
<label class="text-left col-sm-1 col-md-1 control-label">2、当面咨询:</label>
|
<div class="col-sm-2 col-md-2">
|
<input class="form-control" label="2、当面咨询:" name="Dangmianzixun" id="Dangmianzixun" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="text" value="@Model.Dangmianzixun" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)">
|
</div>
|
<label class="text-left col-sm-1 col-md-1 control-label">元/次</label>
|
</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> <input class="form-control" label="2、当面咨询:" name="Xuqiulunzheng1" id="Xuqiulunzheng1" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="text" value="@Model.Xuqiulunzheng1" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)"> </td>
|
<td> <input class="form-control" label="2、当面咨询:" name="Xuqiulunzheng2" id="Xuqiulunzheng2" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="text" value="@Model.Xuqiulunzheng2" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)"> </td>
|
<td> <input class="form-control" label="2、当面咨询:" name="Xuqiulunzheng3" id="Xuqiulunzheng3" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="text" value="@Model.Xuqiulunzheng3" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)"> </td>
|
<td> <input class="form-control" label="2、当面咨询:" name="Xuqiulunzheng4" id="Xuqiulunzheng4" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="text" value="@Model.Xuqiulunzheng4" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)"> </td>
|
<td> <input class="form-control" label="2、当面咨询:" name="Xuqiulunzheng5" id="Xuqiulunzheng5" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="text" value="@Model.Xuqiulunzheng5" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)"> </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> <input class="form-control" label="2、当面咨询:" name="Zhudaotoubiaowenjian1" id="Zhudaotoubiaowenjian1" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="text" value="@Model.Zhudaotoubiaowenjian1" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)"> </td>
|
<td> <input class="form-control" label="2、当面咨询:" name="Zhudaotoubiaowenjian2" id="Zhudaotoubiaowenjian2" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="text" value="@Model.Zhudaotoubiaowenjian2" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)"> </td>
|
<td> <input class="form-control" label="2、当面咨询:" name="Zhudaotoubiaowenjian3" id="Zhudaotoubiaowenjian3" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="text" value="@Model.Zhudaotoubiaowenjian3" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)"> </td>
|
<td> <input class="form-control" label="2、当面咨询:" name="Zhudaotoubiaowenjian4" id="Zhudaotoubiaowenjian4" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="text" value="@Model.Zhudaotoubiaowenjian4" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)"> </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> <input class="form-control" label="2、当面咨询:" name="Daishuzhiyi1" id="Daishuzhiyi1" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="text" value="@Model.Daishuzhiyi1" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)"> </td>
|
<td> <input class="form-control" label="2、当面咨询:" name="Daishuzhiyi2" id="Daishuzhiyi2" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="text" value="@Model.Daishuzhiyi2" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)"> </td>
|
<td> <input class="form-control" label="2、当面咨询:" name="Daishuzhiyi3" id="Daishuzhiyi3" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="text" value="@Model.Daishuzhiyi3" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)"> </td>
|
<td> <input class="form-control" label="2、当面咨询:" name="Daishuzhiyi4" id="Daishuzhiyi4" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="text" value="@Model.Daishuzhiyi4" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)"> </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> <input class="form-control" label="2、当面咨询:" name="Daushutousu1" id="Daushutousu1" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="text" value="@Model.Daushutousu1" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)"> </td>
|
<td> <input class="form-control" label="2、当面咨询:" name="Daushutousu2" id="Daushutousu2" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="text" value="@Model.Daushutousu2" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)"> </td>
|
<td> <input class="form-control" label="2、当面咨询:" name="Daushutousu3" id="Daushutousu3" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="text" value="@Model.Daushutousu3" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)"> </td>
|
<td> <input class="form-control" label="2、当面咨询:" name="Daushutousu4" id="Daushutousu4" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="text" value="@Model.Daushutousu4" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)"> </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">7、代拟质疑答复:</label>
|
<div class="col-sm-2 col-md-2">
|
<input class="form-control" label="7、代拟质疑答复:" name="Dainizhiyiwenda" id="Dainizhiyiwenda" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="text" value="@Model.Dainizhiyiwenda" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)">
|
</div>
|
<label class="text-left col-sm-1 col-md-1 control-label">元</label>
|
</div>
|
<div class="clearfix layer-area" style="padding-bottom:15px;">
|
|
<label class="text-left col-sm-1 col-md-1 control-label" style="width:10%;">8、代拟投诉处理决定:</label>
|
<div class="col-sm-2 col-md-2">
|
<input class="form-control" label="8、代拟投诉处理决定:" name="Dainitousuchulijueding" id="Dainitousuchulijueding" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="text" value="@Model.Dainitousuchulijueding" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)">
|
</div>
|
<label class="text-left col-sm-1 col-md-1 control-label">元</label>
|
</div>
|
<div class="clearfix layer-area" style="padding-bottom:15px;">
|
|
<label class="text-left col-sm-1 col-md-1 control-label" style="width:20%;">9、竞争对手和评审专家参加政府采购数据信息查询:</label>
|
<div class="col-sm-2 col-md-2">
|
<input class="form-control" label="9、竞争对手和评审专家参加政府采购数据信息查询:" name="Jinzhengfuishou" id="Jinzhengfuishou" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="text" value="@Model.Jinzhengfuishou" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)">
|
</div>
|
<label class="text-left col-sm-1 col-md-1 control-label">元/年</label>
|
</div>
|
<div class="clearfix layer-area" style="padding-bottom:15px;">
|
|
<label class="text-left col-sm-1 col-md-1 control-label">10、政采贷:</label>
|
<div class="col-sm-2 col-md-2">
|
<input class="form-control" label="10、政采贷:" name="Zhengcaidai" id="Zhengcaidai" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="text" value="@Model.Zhengcaidai" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)">
|
</div>
|
<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: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> <input class="form-control" label="2、当面咨询:" name="Biaoshuzhizuo1" id="Biaoshuzhizuo1" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="text" value="@Model.Biaoshuzhizuo1" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)"> </td>
|
<td> <input class="form-control" label="2、当面咨询:" name="Biaoshuzhizuo2" id="Biaoshuzhizuo2" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="text" value="@Model.Biaoshuzhizuo2" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)"> </td>
|
<td> <input class="form-control" label="2、当面咨询:" name="Biaoshuzhizuo3" id="Biaoshuzhizuo3" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="text" value="@Model.Biaoshuzhizuo3" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)"> </td>
|
<td> <input class="form-control" label="2、当面咨询:" name="Biaoshuzhizuo4" id="Biaoshuzhizuo4" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="text" value="@Model.Biaoshuzhizuo4" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)"> </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">1、在线讲座:</label>
|
<div class="col-sm-2 col-md-2">
|
<input class="form-control" label="1、在线讲座:" name="Zaixianjiangzuo" id="Zaixianjiangzuo" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="text" value="@Model.Zaixianjiangzuo" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)">
|
</div>
|
<label class="text-left col-sm-1 col-md-1 control-label">元/课程(有效期3天)</label>
|
</div>
|
<div class="clearfix layer-area" style="padding-bottom:15px;">
|
|
<label class="text-left col-sm-1 col-md-1 control-label">2、线下讲座:</label>
|
<div class="col-sm-2 col-md-2">
|
<input class="form-control" label="2、线下讲座:" name="Xianxiajiangzuo" id="Xianxiajiangzuo" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="text" value="@Model.Xianxiajiangzuo" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)">
|
</div>
|
<label class="text-left col-sm-1 col-md-1 control-label">元/次(当天有效)</label>
|
</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 class="col-sm-2 col-md-2">
|
<input class="form-control" label="3、供应商培训:" name="Gongyingshangpeixun" id="Gongyingshangpeixun" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="text" value="@Model.Gongyingshangpeixun" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)">
|
</div>
|
<label class="text-left col-sm-1 col-md-1 control-label">元/专家.次</label>
|
</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 class="col-sm-2 col-md-2">
|
<input class="form-control" label="4、采购人培训:" name="Caigourenpeixun" id="Caigourenpeixun" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="text" value="@Model.Caigourenpeixun" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)">
|
</div>
|
<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: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><input type="hidden" name="MemberId" value="@Member[i].Id" /> <input class="form-control" label="4、采购人培训:" name="Huifei" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="text" value="@Member[i].Huifei.Value.ToString("F2")" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)"></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">1、具备条件:</label>
|
<div class="col-sm-2 col-md-2">
|
<input class="form-control" label="1、具备条件:" name="Jubeitiaojian" id="Jubeitiaojian" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="text" value="@Model.Jubeitiaojian" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)">
|
</div>
|
<label class="text-left col-sm-1 col-md-1 control-label">元</label>
|
</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 class="col-sm-2 col-md-2">
|
<input class="form-control" label="2、增加品目:" name="Zengjiapinmu" id="Zengjiapinmu" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="text" value="@Model.Zengjiapinmu" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)">
|
</div>
|
<label class="text-left col-sm-1 col-md-1 control-label">元</label>
|
</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 class="col-sm-2 col-md-2">
|
<input class="form-control" label="3、不具备条件:" name="Bujubeitiaojian" id="Bujubeitiaojian" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="text" value="@Model.Bujubeitiaojian" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)">
|
</div>
|
<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: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> <input class="form-control" label="2、当面咨询:" name="Lvyuejiufen1" id="Lvyuejiufen1" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="text" value="@Model.Lvyuejiufen1" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)"> </td>
|
<td> <input class="form-control" label="2、当面咨询:" name="Lvyuejiufen2" id="Lvyuejiufen2" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="text" value="@Model.Lvyuejiufen2" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)"> </td>
|
<td> <input class="form-control" label="2、当面咨询:" name="Lvyuejiufen3" id="Lvyuejiufen3" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="text" value="@Model.Lvyuejiufen3" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)"> </td>
|
<td> <input class="form-control" label="2、当面咨询:" name="Lvyuejiufen4" id="Lvyuejiufen4" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="text" value="@Model.Lvyuejiufen4" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)"> </td>
|
<td> <input class="form-control" label="2、当面咨询:" name="Lvyuejiufen5" id="Lvyuejiufen5" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="text" value="@Model.Lvyuejiufen5" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)"> </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> <input class="form-control" label="2、当面咨询:" name="Ruanjian1" id="Ruanjian1" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="text" value="@Model.Ruanjian1" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)"> </td>
|
|
</tr>
|
<tr>
|
|
<td> 2</td>
|
<td> 投标信息管理系统 </td>
|
<td> <input class="form-control" label="2、当面咨询:" name="Ruanjian2" id="Ruanjian2" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="text" value="@Model.Ruanjian2" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)"> </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 class="" style="float:right;" data-bootstro-width="500px" data-bootstro-content="功能按钮:“保存”,“删除”">
|
|
<a class="btn btn-default Dayin" href="javascript:void(0)" onclick="Print();" style="margin-left:4px; border-radius:4px;display:none;">
|
<i class="glyphicon glyphicon-print"></i> <span class="bold">打印</span>
|
</a>
|
|
<a class="btn btn-success Update" href="javascript:void(0)" onclick="savePosition();" style="margin-left: 4px; border-radius: 4px; display: none;">
|
<i class="glyphicon glyphicon-ok"></i> <span class="bold">提交</span>
|
</a>
|
</div>
|
</div>
|
|
</form>
|
<script type="text/javascript">
|
var hh = document.body.clientHeight+2000+(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"
|
};
|
|
|
|
var delPosition = function (id) {
|
|
|
|
$.ajax({
|
type: "GET",
|
url: "/ServiceCharge/Nullify?id=" + id,
|
dataType: "json",
|
global: false,
|
data: '',
|
success: function (data) {
|
|
|
if (data.Result) {
|
// parent._afterSave(true);
|
parent.layer.msg('删除成功', { icon: 6 });
|
_pageAutoClose();//自动关闭页面方法
|
}
|
else {
|
// toastr.error("");
|
parent.layer.msg('删除失败', { icon: 5 });
|
}
|
|
},
|
error: function () {
|
if ($.isNumber(imgLoad)) {
|
parent.layer.close(imgLoad);
|
}
|
//toastr.error("保存失败");
|
|
parent.layer.msg('保存失败', { icon: 5 });
|
}
|
});
|
|
}
|
|
|
var Print = function () {
|
|
window.open('/ServiceCharge/Print', "_blank");
|
}
|
|
|
|
// 保存岗位信息
|
var savePosition = function () {
|
|
|
|
|
//var data = { id: $("#Id").val(), StartTime:$("#StartTime").val(), Sheng: $("#Sheng").val(), job_level: $("#Job_level").val().toString(), ExistsAttachment: fileId != "" }
|
$.ajax({
|
type: "POST",
|
url: "/ServiceCharge/SaveService",
|
dataType: "json",
|
global: false,
|
data: $('form').serializeArray(),
|
success: function (data) {
|
|
|
|
if (data.Result) {
|
// parent._afterSave(true);
|
parent.layer.msg('成功保存', { icon: 6 });
|
//window.location = "/Project/add?id=" + data.ReturnID;
|
|
_pageAutoClose();
|
//try {
|
// _pageAutoClose();//自动关闭页面方法
|
//}
|
//catch (err) {
|
// parent._CloseTab1("/Systemsetting/Edit/");
|
//}
|
|
}
|
else {
|
// toastr.error("失败");
|
parent.layer.msg(data.Message, { icon: 5 });
|
}
|
|
},
|
error: function () {
|
|
|
parent.layer.msg('失败', { icon: 5 });
|
}
|
});
|
}
|
|
|
|
|
function _pageAutoClose() {
|
window.location = "/ServiceCharge/Index";
|
//var index = parent.layer.getFrameIndex(window.name);
|
//parent.layer.isRefresh = true;
|
//parent.layer.closeAll('loading');
|
//parent.layer.close(index);
|
return false;
|
}
|
|
var ActionInfo22 = '@Html.Raw(Newtonsoft.Json.JsonConvert.SerializeObject(ActionInfo2))';
|
|
|
|
$(function () {
|
var data = JSON.parse(ActionInfo22);
|
for (var o in data) {
|
$("." + data[o].PageShortcut).show();
|
|
}
|
});
|
</script>
|
</body>
|
</html>
|