????

Your IP : 3.22.70.102


Current Path : C:/inetpub/vhost/lantha.gdtsolutions.vn/apitest/template/html/BaoCaoTonKho/
Upload File :
Current File : C:/inetpub/vhost/lantha.gdtsolutions.vn/apitest/template/html/BaoCaoTonKho/index.cshtml

@*@model ApiGDTVietnam.Models.SanPhamDichVuKhoModel
*@
<!DOCTYPE html>
<html>
<head>
</head>
<body>
    {header.cshtml}
    <table border="0" cellspacing="0" cellpadding="5" width="100%">
        <tbody>
            <tr>
                @foreach (var dichVus in Model.sanPhamDichVuKhos)
                {
                    string cc = (dichVus.Khos.Count + 3).ToString();

                    <td excel-colspan="@cc" colspan="12" align="center">
                        <h3><b>BÁO CÁO TỒN KHO</b></h3>
                    </td>

                    break;
                }
            </tr>
        </tbody>
    </table>
    <br />
    {detail.cshtml}

    {footer.cshtml}
</body>
</html>