|
|
@@ -85,6 +85,13 @@
|
|
|
<td>2000.00</td>
|
|
|
<td><a href="">移除</a></td>
|
|
|
</tr>
|
|
|
+ <tr>
|
|
|
+ <td>外聘(不计税)-何银龄</td>
|
|
|
+ <td>1</td>
|
|
|
+ <td>2000.00</td>
|
|
|
+ <td>2000.00</td>
|
|
|
+ <td><a href="">移除</a></td>
|
|
|
+ </tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
</div>
|
|
|
@@ -114,8 +121,10 @@
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
- <table class="table table-bordered table-condensed">
|
|
|
+ <!--员工-->
|
|
|
+ <table class="table table-bordered table-condensed">
|
|
|
<tbody>
|
|
|
+ <tr><th colspan="2" class="taC">员工讲师</th></tr>
|
|
|
<tr>
|
|
|
<th class="taC">讲师</th><td>
|
|
|
<select>
|
|
|
@@ -135,6 +144,37 @@
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
+ <!--外聘-->
|
|
|
+ <table class="table table-bordered table-condensed">
|
|
|
+ <tbody>
|
|
|
+ <tr><th colspan="2" class="taC">外聘讲师</th></tr>
|
|
|
+ <tr>
|
|
|
+ <th class="taC">讲师</th><td>
|
|
|
+ <select>
|
|
|
+ <option>请选择</option>
|
|
|
+ <option>何银龄</option>
|
|
|
+ <option>张三</option>
|
|
|
+ </select>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th class="taC">计税</th><td>
|
|
|
+ <select>
|
|
|
+ <option>请选择</option>
|
|
|
+ <option>计税</option>
|
|
|
+ <option>不计税(需提供发票)</option>
|
|
|
+ </select>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th class="taC">授课日数</th><td><input value="0" placeholder="输入授课天数" pattern="[0-9]" min="0" step="0.5" type="number"></td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th class="taC">日授课费</th><td><input value="0" placeholder="输入日授课费" pattern="[0-9]" min="0" step="10" type="number"></td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th class="taC">合计应发授课费</th><td></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
</div>
|
|
|
<div class="modal-footer">
|
|
|
<a href="#" class="button" data-dismiss="modal" aria-hidden="true">确认</a>
|