|
|
@@ -9,6 +9,9 @@
|
|
|
<link rel=stylesheet href=css/global.css>
|
|
|
<script src=js/jquery-1.7.1.min.js></script>
|
|
|
<script src=js/global.js></script>
|
|
|
+ <link href="css/datepicker.min.css" rel="stylesheet" type="text/css">
|
|
|
+ <script src="js/datepicker.min.js"></script>
|
|
|
+ <script src="js/datepicker.zh.js"></script>
|
|
|
</head>
|
|
|
<body>
|
|
|
<div class="mainLayout">
|
|
|
@@ -79,15 +82,15 @@
|
|
|
<table class="table table-bordered table-condensed table-hover">
|
|
|
<tbody>
|
|
|
<tr><th colspan="2" class="taC">生成银行流水</th></tr>
|
|
|
- <tr><th>流水类型("支出"由公司汇出,"收入"提交人汇款至公司。)</th><td class="taR" width="200"><span class="colGreen">收入</span><!-- <span class="colRed">支出</span> --></td></tr>
|
|
|
+ <tr><th>流水类型<br><span class="colGray">("支出"由公司汇出,"收入"提交人需汇款至公司。)</span></th><td class="taR" width="200"><!-- <span class="colGreen">收入</span> --><span class="colRed">支出</span></td></tr>
|
|
|
<tr><th>汇款金额</th><td class="taR" width="220">¥
|
|
|
2050.00
|
|
|
</td></tr>
|
|
|
<!--支出类型-->
|
|
|
- <!-- <tr><th>支出银行</th><td class="taR" width="200"><select><option>请选择</option><option>纵横广发</option><option>纵横工行</option><option>个人广发</option><option>华润银行</option></select></td></tr> -->
|
|
|
+ <tr><th>支出银行</th><td class="taR" width="200"><select><option>请选择</option><option>纵横广发</option><option>纵横工行</option><option>个人广发</option><option>华润银行</option></select></td></tr>
|
|
|
<!--收入类型-->
|
|
|
- <tr><th>到款银行</th><td class="taR" width="200"><select><option>请选择</option><option>纵横广发</option><option>纵横工行</option><option>个人广发</option><option>华润银行</option></select></td></tr>
|
|
|
- <tr><th>录入时间</th><td><input class="datepicker-here span3" placeholder="按时间筛选" type="text" data-timepicker="true" data-language="zh" data-time-format="hh:ii:00"></td></tr>
|
|
|
+ <!-- <tr><th>到款银行</th><td class="taR" width="200"><select><option>请选择</option><option>纵横广发</option><option>纵横工行</option><option>个人广发</option><option>华润银行</option></select></td></tr> -->
|
|
|
+ <tr><th>录入时间</th><td><input class="datepicker-here span3" placeholder="选择时间" type="text" data-timepicker="true" data-language="zh" data-time-format="hh:ii:00" value="2019-10-09 15:11:00"></td></tr>
|
|
|
<tr><th>备注</th><td><textarea></textarea></td></tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
@@ -96,9 +99,13 @@
|
|
|
<table class="table table-bordered table-condensed table-hover">
|
|
|
<tbody>
|
|
|
<tr><th colspan="2" class="taC">银行水流详情</th></tr>
|
|
|
- <tr><th>流水类型("支出"由公司汇出,"收入"提交人汇款至公司。)</th><td class="taR" width="200">支出</td></tr>
|
|
|
- <tr><th>汇款金额</th><td class="taR" width="220">¥2050.00
|
|
|
+ <tr><th>流水类型<br><span class="colGray">("支出"由公司汇出,"收入"提交人需汇款至公司。)</span></th><td class="taR" width="200"><span class="colRed">支出</span><!-- <span class="colGreen">收入</span> --></td></tr>
|
|
|
+ <tr><th>金额</th><td class="taR" width="220">¥2050.00
|
|
|
+ </td></tr>
|
|
|
+ <tr><th>支出银行</th><td class="taR" width="220">广发银行
|
|
|
</td></tr>
|
|
|
+ <!-- <tr><th>到款银行</th><td class="taR" width="220">广发银行
|
|
|
+ </td></tr> -->
|
|
|
<tr><th>提交人</th><td class="taR" width="220">
|
|
|
总部-黄嘉玲</td></tr>
|
|
|
<tr><th>备注</th><td class="taR" width="220">
|
|
|
@@ -173,12 +180,21 @@
|
|
|
</tbody>
|
|
|
</table>
|
|
|
<br>
|
|
|
+ <!--执行需要生成流水-->
|
|
|
<table class="table table-bordered table-condensed table-hover">
|
|
|
<tbody>
|
|
|
- <tr><th colspan="3" class="taC">确认汇款金额</th></tr>
|
|
|
- <tr><th>汇款金额(用于生成汇款单)</th><td class="taR" width="200">¥<input required placeholder="输入汇款金额" pattern="[0-9]" step="1" min="0" class="span2" type="number"></td></tr>
|
|
|
- <tr><th>支付银行</th><td class="taR" width="200"><select><option>请选择</option><option>纵横广发</option><option>纵横工行</option><option>个人广发</option><option>华润银行</option></select></td></tr>
|
|
|
- </tbody>
|
|
|
+ <tr><th colspan="2" class="taC">生成银行流水</th></tr>
|
|
|
+ <tr><th>流水类型<br><span class="colGray">("支出"由公司汇出,"收入"提交人需汇款至公司。)</span></th><td class="taR" width="200"><span class="colGreen">收入</span><!-- <span class="colRed">支出</span> --></td></tr>
|
|
|
+ <tr><th>汇款金额</th><td class="taR" width="220">¥
|
|
|
+ 2050.00
|
|
|
+ </td></tr>
|
|
|
+ <!--支出类型--><!--
|
|
|
+ <tr><th>支出银行</th><td class="taR" width="200"><select><option>请选择</option><option>纵横广发</option><option>纵横工行</option><option>个人广发</option><option>华润银行</option></select></td></tr> -->
|
|
|
+ <!--收入类型-->
|
|
|
+ <tr><th>到款银行</th><td class="taR" width="200"><select><option>请选择</option><option>纵横广发</option><option>纵横工行</option><option>个人广发</option><option>华润银行</option></select></td></tr>
|
|
|
+ <tr><th>录入时间</th><td><input class="datepicker-here span3" placeholder="选择时间" type="text" data-timepicker="true" data-language="zh" data-time-format="hh:ii:00"></td></tr>
|
|
|
+ <tr><th>备注</th><td><textarea></textarea></td></tr>
|
|
|
+ </tbody>
|
|
|
</table>
|
|
|
</div>
|
|
|
<div class="seCensor receipt-censor">
|
|
|
@@ -318,17 +334,26 @@
|
|
|
<table class="table table-bordered table-condensed">
|
|
|
<tr class="warning"><td class="taR"><b>本次借款</b></td><td class="taR" width="140"><b style="font-size:24px">¥3000.00</b><br>叁仟元整</td></tr>
|
|
|
<tr class="warning"><td class="taR"><b>本次报销金额</b></td><td class="taR"><b style="font-size:24px">¥2050.00</b><br>贰仟零伍拾元整</td></tr>
|
|
|
- <tr class="error"><td class="taR"><b>差额</b></td>
|
|
|
- <td class="taR"><b style="font-size:24px">-750.00</b><br>柒佰零伍拾元整</td>
|
|
|
+ <tr class="error"><td class="taR"><span class="colGray">报销 - 借款 = </span><b>差额</b></td>
|
|
|
+ <td class="taR"><b style="font-size:24px">-950.00</b><br>柒佰零伍拾元整</td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
<br>
|
|
|
+ <!--执行需要生成流水-->
|
|
|
<table class="table table-bordered table-condensed table-hover">
|
|
|
<tbody>
|
|
|
- <tr><th colspan="3" class="taC">确认汇款金额</th></tr>
|
|
|
- <tr><th>汇款金额(用于生成汇款单)</th><td class="taR" width="200">¥<input required placeholder="输入汇款金额" pattern="[0-9]" step="1" min="0" class="span2" type="number"></td></tr>
|
|
|
- <tr><th>支付银行</th><td class="taR" width="200"><select><option>请选择</option><option>纵横广发</option><option>纵横工行</option><option>个人广发</option><option>华润银行</option></select></td></tr>
|
|
|
- </tbody>
|
|
|
+ <tr><th colspan="2" class="taC">生成银行流水</th></tr>
|
|
|
+ <tr><th>流水类型<br><span class="colGray">("支出"由公司汇出,"收入"提交人需汇款至公司。)</span></th><td class="taR" width="200"><span class="colGreen">收入</span><!-- <span class="colRed">支出</span>--></td></tr>
|
|
|
+ <tr><th>汇款金额</th><td class="taR" width="220">¥
|
|
|
+ 950.00
|
|
|
+ </td></tr>
|
|
|
+ <!--支出类型-->
|
|
|
+ <!-- <tr><th>支出银行</th><td class="taR" width="200"><select><option>请选择</option><option>纵横广发</option><option>纵横工行</option><option>个人广发</option><option>华润银行</option></select></td></tr> -->
|
|
|
+ <!--收入类型-->
|
|
|
+ <tr><th>到款银行</th><td class="taR" width="200"><select><option>请选择</option><option>纵横广发</option><option>纵横工行</option><option>个人广发</option><option>华润银行</option></select></td></tr>
|
|
|
+ <tr><th>录入时间</th><td><input class="datepicker-here span3" placeholder="选择时间" type="text" data-timepicker="true" data-language="zh" data-time-format="hh:ii:00" value="2019-10-09 15:11:00"></td></tr>
|
|
|
+ <tr><th>备注</th><td><textarea></textarea></td></tr>
|
|
|
+ </tbody>
|
|
|
</table>
|
|
|
</div>
|
|
|
<div class="seCensor loan-censor">
|