songjun
2025-05-30 e5a31599aa8d58bc438096aaf761426a2163de08
fix bug
1个文件已添加
2个文件已修改
25 ■■■■■ 已修改文件
sbcLabSystem.Service/QC/QCService.cs 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
sbcLabSystem/Excel/25N2.xlsx 补丁 | 查看 | 原始文档 | blame | 历史
sbcLabSystem/Views/Shared/Bottom.cshtml 13 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
sbcLabSystem.Service/QC/QCService.cs
@@ -169,13 +169,13 @@
            ws.Cells["M28"].Value = Identity2["Score"].ToString();
            ws.Cells["M29"].Value = Identity3["Score"].ToString();
            ws.Cells["N27"].Value = Patient1X["Score"].ToString();
            ws.Cells["N28"].Value = Patient1Y["Score"].ToString();
            ws.Cells["N29"].Value = Patient1Z["Score"].ToString();
            ws.Cells["O27"].Value = Patient2X["Score"].ToString();
            ws.Cells["N28"].Value = Patient2X["Score"].ToString();
            ws.Cells["N29"].Value = Patient3X["Score"].ToString();
            ws.Cells["O27"].Value = Patient1X["Score"].ToString();
            ws.Cells["O28"].Value = Patient2Y["Score"].ToString();
            ws.Cells["O29"].Value = Patient2Z["Score"].ToString();
            ws.Cells["P27"].Value = Patient3X["Score"].ToString();
            ws.Cells["P28"].Value = Patient3Y["Score"].ToString();
            ws.Cells["O29"].Value = Patient3Y["Score"].ToString();
            ws.Cells["P27"].Value = Patient1Z["Score"].ToString();
            ws.Cells["P28"].Value = Patient2Z["Score"].ToString();
            ws.Cells["P29"].Value = Patient3Z["Score"].ToString();
            ws.Cells["Q27"].Value = ZhiKang1["Score"].ToString();
            ws.Cells["Q28"].Value = ZhiKang2["Score"].ToString();
sbcLabSystem/Excel/25N2.xlsx
Binary files differ
sbcLabSystem/Views/Shared/Bottom.cshtml
@@ -1,19 +1,22 @@
<div class="container">
    <div class="row" style="background:#e9eeee">
        <div class="col-xs-4">
        @*<div class="col-xs-4">
            <a href="#top">top</a>
        </div>
        </div>*@
        @*<div class="col-xs-4" style="text-align:center">
            <a href="@Url.Action("Login","Backstage")">室间质评管理登录</a>
        </div>*@ 
        <div class="col-xs-8" style="text-align:right">
        @*<div class="col-xs-8" style="text-align:right">
            <a href="http://www.sbc.org.cn/">© 上海市血液中心 版权所有</a>
        </div>
        </div>*@
        <div class="col-xs-12 text-center">
            <a href="https://beian.miit.gov.cn" target="_blank">
                ICP备案号 19017600号-1</a>
    </div>
      
    <div class="row">
        <div class="col-xs-12 text-center">
            <span style="color:#24328f">Design and built by SongJun</span>
            <span style="color:#24328f">由上海复全网络技术有限公司负责维护</span>
        </div>
    </div>
</div>