songjun
2025-09-15 15e82c0dd4200a332b30e2fcd458ad84e2e3d428
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
@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>纳税水识别号: 91310000MA1K31807P</h5>
            <h5>账号:8110 2010 1180 0795 393</h5>
            <h5>地址电话: 中国(上海)自由贸易试验区法赛路361号,021-31033802</h5>
            <h5>开户银行:中信银行股份有限公司上海虹桥支行</h5>
            <h5>开户银行行号: 731143</h5>
            <h5>汇款请注明:血型室间质评</h5>
        </div>
    </div>
</div>