[关闭]
@Shel 2016-06-18T08:01:56.000000Z 字数 1394 阅读 926

Pay Slip 说明文档

CDP LRQA

Author: She Liu
Date: 2016-06-06
Location: Suzhou, China



如何填充对应内容?

举例一:

File Ref:  **201605** 
Period:   **2016.05.01 to 2016.05.31**
Employee No.:  **Employee_Code**
Employee Name: **Employee Name**

源代码:

  1. <div class="container">
  2. <p><strong>File Ref : </strong></p>
  3. <p><strong>Period : </strong></p>
  4. <p><strong>Employee No. : </strong></p>
  5. <p><strong>Employee Name : </strong></p>
  6. </div>

修改后:

  1. <div class="container">
  2. <p><strong>File Ref : </strong>201605</p>
  3. <p><strong>Period : </strong>2016.05.01 to 2016.05.31</p>
  4. <p><strong>Employee No. : </strong>Employee_Code</p>
  5. <p><strong>Employee Name : </strong>Employee Name</p>
  6. </div>

举例二:

Description               Amount                Employer's MPF
————————————————————————————————————————————————————————————————
Overtime Payment        **Overtime Payment**          **0.00**
Overseas Allowance      **Overseas Allowance**        **0.00**

源代码:

  1. <tr class="row">
  2. <td class="col-lg-6 col-md-6">Overtime Payment</td>
  3. <td class="col-lg-3 col-md-3"></td>
  4. <td class="col-lg-3 col-md-3"></td>
  5. </tr>
  6. <tr class="row">
  7. <td class="col-lg-6 col-md-6">Overseas Allowance</td>
  8. <td class="col-lg-3 col-md-3"></td>
  9. <td class="col-lg-3 col-md-3"></td>
  10. </tr>

修改后:

  1. <tr class="row">
  2. <td class="col-lg-6 col-md-6">Overtime Payment</td>
  3. <td class="col-lg-3 col-md-3">Overtime Payment</td>
  4. <td class="col-lg-3 col-md-3">0.00</td>
  5. </tr>
  6. <tr class="row">
  7. <td class="col-lg-6 col-md-6">Overseas Allowance</td>
  8. <td class="col-lg-3 col-md-3">Overseas Allowance</td>
  9. <td class="col-lg-3 col-md-3">0.00</td>
  10. </tr>

小结:上述两个实例基本可满足大部分更改需求。

添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注