tom
2023-12-06 9e968679ed2e6937aeb7b50a6c450d5d19251f42
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
<!DOCTYPE html>  
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
    <title>济民可信扣留告知函</title>
</head>
 
<style>
    .title {
        text-align: center;
        font-size: 26px;
        font-weight: 400;
        letter-spacing: 20px;
        margin-bottom: 15px;
    }
</style>
 
<body style="text-align:center;font-size:14px;">
    <div class="title">告知函</div>
    <table style="font-size: 16px;margin:auto;width:700px;text-align:left;">
       <!-- <tr style="border-bottom: 1px solid red;">
          <td colspan="5" style="border-bottom: 2px solid #3276B1;padding-bottom:10px;">
             <img src="http://106.15.91.206/root/img/LOGO_03_1.png" style="margin-bottom:10px;" height="40"></img>
          </td>
       </tr> -->
       <tr>
          <td colspan="5" style="font-size:16px;padding-top:10px;">{{customerName}} :</td>
       </tr>
       <tr>
          <td colspan="5" style="text-indent: 2em;line-height: 30px; font-size:16px;">首先感谢贵单位对我公司的长期合作与支持。贵单位在 {{year}} 年 {{month}} 月合作中存在未按我司要求授权扫码并上传的情况。按照《 {{thisYear}} 年购销协议》相关条款约定,未按我司要求进行“码上放心”药品追溯系统扫码,建立物流追溯数据,则扣除漏扫当月全部商业合规折让费用,特此告知。</td>
       </tr>
     <!-- <tr>
          <td colspan="5" style="font-size:16px;">本次扣除金额共计:</td>
       </tr> -->
       <tr>
          <td colspan="5" style="font-size:16px;padding-bottom:10px;">本次扣除金额:(大写)¥ {{amtCn}} 元。</td>
       </tr>
       <tr>
          <td colspan="5" style="text-indent: 7em;font-size:16px;line-height: 36px;">(小写)¥ {{amt}} 元。</td>
       </tr>
       <tr>
          <td colspan="5" style="text-indent: 2em;font-size:16px;padding-bottom:10px;">本函仅为告知之用,返利扣留金额会在未支付商业折让中扣回。</td>
       </tr>
       <tr>
          <td colspan="5" style="text-indent: 2em;font-size:16px;padding-bottom:10px;">另请贵单位加强合规管理为感!避免由此造成的折让损失!顺致商祺!</td>
       </tr>
       <tr>
          <td colspan="5" style="font-size:16px;padding-bottom:10px; float: right;">{{deliveryPartName}}</td>
       </tr>
       <tr>
          <td colspan="5" style="font-size:16px;padding-bottom:10px; float: right;">{{thisYear}} 年 {{thisMonth}} 月 {{thisDay}} 日</td>
       </tr>
       <tr>
          <td colspan="5" style="font-size:16px;padding-bottom:10px; float: right;"></td>
       </tr>
       <tr>
          <td colspan="5" style="font-size:16px;padding-bottom:10px; float: right;"></td>
       </tr>
       <tr>
          <td colspan="5" style="font-size:16px;padding-bottom:10px; text-align: center;">回执联</td>
       </tr>
       <tr>
          <td colspan="5" style="font-size:16px;padding-bottom:10px; float: right;">请于 {{nextYear}} 年 {{nextMonth}} 月 {{thisDay}} 日前加盖商业鲜章回寄济民可信,谢谢!</td>
       </tr>
       <tr>
          <td colspan="5" style="text-indent: 30em;font-size:16px;padding-bottom:10px;">商业盖章:</td>
       </tr>
    </table>
</body>
 
</html>