@model sbcLabSystem.Models.Backstage.UserRequestInfoModel
|
@{
|
ViewBag.Title = "注册信息";
|
}
|
|
<script>
|
function getNowFormatDate() {
|
var date = new Date();
|
var seperator1 = "-";
|
var seperator2 = ":";
|
var month = date.getMonth() + 1;
|
var strDate = date.getDate();
|
if (month >= 1 && month <= 9) {
|
month = "0" + month;
|
}
|
if (strDate >= 0 && strDate <= 9) {
|
strDate = "0" + strDate;
|
}
|
var currentdate = date.getFullYear() + seperator1 + month + seperator1 + strDate
|
;
|
return currentdate;
|
}
|
var viewModel;
|
$(function () {
|
viewModel =@Html.Raw(Json.Encode(Model));
|
viewModel.dates=ko.observable(getNowFormatDate());
|
ko.applyBindings(viewModel, $(".container")[1]);
|
})
|
</script>
|
@Html.Partial("HeadUI");
|
<div class="container">
|
<div class="row" style="border-top: solid #c2bfbf">
|
<table class="table">
|
<caption style="text-align:center">WHO中国地区血型血清学输血实验室室间质评登记注册核对表</caption>
|
<tbody>
|
|
<tr>
|
<td style="text-align:center" colspan="2" data-bind="text:LabName"></td>
|
</tr>
|
<tr>
|
<td>
|
<table class="table">
|
<tbody>
|
<tr>
|
<th>1. 实验室负责人</th>
|
</tr>
|
<tr>
|
<th>负责人姓名:</th>
|
<th data-bind="text:ManagerName"></th>
|
</tr>
|
<tr>
|
<th>职位:</th>
|
<th></th>
|
</tr>
|
<tr>
|
<th>部门:</th>
|
<th></th>
|
</tr>
|
<tr>
|
<th>单位名称:</th>
|
<th data-bind="text:CompanyName"></th>
|
</tr>
|
<tr>
|
<th>地址:</th>
|
<th data-bind="text:Address"></th>
|
</tr>
|
<tr>
|
<th>城市(地区):</th>
|
<th data-bind="text:Province"></th>
|
</tr>
|
<tr>
|
<th>邮编: </th>
|
<th data-bind="text:PostCode"></th>
|
</tr>
|
<tr>
|
<th>手机:</th>
|
<th data-bind="text:ManagerMobile"></th>
|
</tr>
|
<tr>
|
<th>电话:</th>
|
<th data-bind="text:ManagerPhone"></th>
|
</tr>
|
<tr>
|
<th>传真:</th>
|
<th data-bind="text:ManagerFax"></th>
|
</tr>
|
<tr>
|
<th>电子邮箱:</th>
|
<th data-bind="text:ManagerEmail"></th>
|
</tr>
|
</tbody>
|
</table>
|
</td>
|
<td>
|
<table class="table">
|
<tbody>
|
<tr>
|
<th>2. 实验操作负责人</th>
|
</tr>
|
<tr>
|
<th>负责人姓名:</th>
|
<th data-bind="text:OperatorName"></th>
|
</tr>
|
<tr>
|
<th>职位:</th>
|
<th></th>
|
</tr>
|
<tr>
|
<th>部门:</th>
|
<th></th>
|
</tr>
|
<tr>
|
<th>单位名称:</th>
|
<th data-bind="text:CompanyName"></th>
|
</tr>
|
<tr>
|
<th>地址:</th>
|
<th data-bind="text:Address"></th>
|
</tr>
|
<tr>
|
<th>城市(地区):</th>
|
<th data-bind="text:Province"></th>
|
</tr>
|
<tr>
|
<th>邮编:</th>
|
<th data-bind="text:PostCode"></th>
|
</tr>
|
<tr>
|
<th>手机:</th>
|
<th data-bind="text:OperatorMobile"></th>
|
</tr>
|
<tr>
|
<th>电话:</th>
|
<th data-bind="text:OperatorPhone"></th>
|
</tr>
|
<tr>
|
<th>传真:</th>
|
<th data-bind="text:OperatorFax"></th>
|
</tr>
|
<tr>
|
<th>电子邮箱:</th>
|
<th data-bind="text:OperatorEmail"></th>
|
</tr>
|
</tbody>
|
</table>
|
</td>
|
</tr>
|
|
</tbody>
|
</table>
|
<div class="row">
|
<h3>3. 参加实验的项目:</h3>
|
<h4> 室间质控项目</h4>
|
<select data-bind="value:ProjectId" disabled="disabled">
|
<option value="1">I 类项目 : ABO,Rh定型,抗体筛选鉴定,交叉配血</option>
|
<option value="2">II 类项目 : ABO,Rh定型,抗体筛选,交叉配血 </option>
|
<option value="3">III类项目 : ABO,Rh定型</option>
|
<option value="4">IV类项目 : ABO,Rh定型,抗体筛选</option>
|
</select>
|
<h5 style="text-align:right">日期:<span data-bind="text:dates"></span></h5>
|
<h5>收费标准:</h5>
|
<h5>“WHO中国地区血型血清学输血实验室室间质评”收费标准:</h5>
|
<h5>
|
<select data-bind="value:ProjectId" disabled="disabled">
|
<option value="1">I 类项目 : ABO,Rh定型,抗体筛选鉴定,交叉配血:1500元</option>
|
<option value="2">II 类项目 : ABO,Rh定型,抗体筛选,交叉配血:1500元 </option>
|
<option value="3">III类项目 : ABO,Rh定型:1000元</option>
|
<option value="4">IV类项目 : ABO,Rh定型,抗体筛选</option>
|
</select>
|
</h5>
|
<h5>收款单位:上海市血液中心</h5>
|
<h5>账号:7311430183100000139</h5>
|
<h5>开户银行:中信银行股份有限公司上海虹桥支行</h5>
|
<h5>汇款请注明:血型室间质评</h5>
|
</div>
|
</div>
|
</div>
|