Commit fa6ff14d authored by agping's avatar agping

财务日报打印

parent ddb7714f
......@@ -322,7 +322,7 @@
<option value="1">经纪人拨打</option>
<option value="2">客户回拨</option>
</select>
<span class="fore-span ld-Marheight">用户类型:</span>
<span class="fore-span ld-Marheight">用户类型99:</span>
<select class="form-control btn2 ld-Marheight" id="user_type">
<option value="-1">请选择</option>
<option value="0">客户</option>
......
......@@ -150,7 +150,7 @@
}
.manager-title{
float: left;
/*float: left;*/
font-size: 16px;
font-weight: 600;
margin-top: 11px;
......@@ -332,7 +332,6 @@
ul {
-webkit-padding-start: 0px !important;
}
</style>
<div id="page-content-wrapper">
<div class="container" id="screen_shot_area">
......@@ -340,26 +339,24 @@
<div class="">
<div class="panel panel-default">
<div class="panel-heading breadcrumb">
<li>
<li style="width: 100%;">
<div class="tip-con text-danger">
注: 1、 财务日报的账目由当天的正常收款、调整收款、调整出账构成。当日的财务日报里 调整收款+调整出账=0<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2、当日的财务日报 显示当日 属于本门店的所有经纪人操作账目。即 账目的 操作人是属于本门店的,操作时间是当天。<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3、前端开发控制 财务审核前,店长都可以进行修改,财务开始审核后,只有财务可以修改。
</div>
<span class="is-print ld-Marheight">打印</span>
<a class="btn btn-default is-close ld-Marheight" style="display: none;margin-left: 20px;">关闭</a>
</li>
<!--startprint1-->
<li>
<div class="text-center">
<div style="text-align: center;width: 100%;">
<span class="manager-title ld-Marheight" style="font-weight: 600;">杭州同联- 九部一组周小雨</span>
<input class="btn4-pk ld-Marheight input-pk-style" value="" data-rule-phoneus="false" data-rule-required="false" id="create_time_start" name="start_date1" type="date">
</div>
</div>
</li>
</div>
<div class="panel-body manager-daily-detail">
<!--1-->
<h4>当日中介费入账</h4>
<div class="table-responsive">
<table class="table table-striped table-bordered table-hover table-condensed">
<table class="table table-striped table-bordered table-bordered1 table-hover table-condensed">
<thead>
<tr class="maintable-tr-bar">
<th class="text-center">类型</th>
......@@ -392,7 +389,7 @@
当日案场费入账
</h4>
<div class="table-responsive">
<table class="table table-striped table-bordered table-hover table-condensed">
<table class="table table-striped table-bordered table-bordered1 table-hover table-condensed">
<thead>
<tr class="maintable-tr-bar">
<th class="text-center">类型</th>
......@@ -424,7 +421,7 @@
当日意向金入账
</h4>
<div class="table-responsive">
<table class="table table-striped table-bordered table-hover table-condensed">
<table class="table table-striped table-bordered table-bordered1 table-hover table-condensed">
<thead>
<tr class="maintable-tr-bar">
<th class="text-center">类型</th>
......@@ -453,7 +450,7 @@
当日保管金入账
</h4>
<div class="table-responsive">
<table class="table table-striped table-bordered table-hover table-condensed">
<table class="table table-striped table-bordered table-bordered1 table-hover table-condensed">
<thead>
<tr class="maintable-tr-bar">
<th class="text-center">类型</th>
......@@ -482,7 +479,7 @@
当日调整出账
</h4>
<div class="table-responsive">
<table class="table table-striped table-bordered table-hover table-condensed">
<table class="table table-striped table-bordered table-bordered1 table-hover table-condensed">
<thead>
<tr class="maintable-tr-bar">
<th class="text-center">类型</th>
......@@ -512,7 +509,7 @@
</h4>
<div class="table-responsive">
<table class="table table-striped table-bordered table-hover table-condensed">
<table class="table table-striped table-bordered table-bordered1 table-hover table-condensed">
<thead>
<tr class="maintable-tr-bar">
<!--深圳-->
......@@ -692,7 +689,7 @@
审核记录
</h4>
<div class="table-responsive">
<table class="table table-striped table-bordered table-hover table-condensed">
<table class="table table-striped table-bordered table-bordered1 table-hover table-condensed">
<thead>
<tr class="maintable-tr-bar">
<!--深圳-->
......@@ -1397,7 +1394,34 @@
</div>
<!-- /.modal -->
</div>
<!-- /#备注 -->
<div class="modal fade" id="modal-beizhu" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">
&times;
</button>
<h4 class="modal-title">
备注
</h4>
</div>
<div class="modal-body">
<div class="modal-body">
<div class="beizhu_con">
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">取消
</button>
</div>
</div>
<!-- /.modal-content -->
</div>
<!-- /.modal -->
</div>
<!-- 弹出框 成交报告详情 -->
<div class="modal fade" id="modal_detail_liu" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog" style="width: 1080px;">
......
......@@ -259,6 +259,11 @@ th {
.table-bordered td {
border: 1px solid #ddd !important;
}
/*打印加深颜色*/
.table-bordered1 th,
.table-bordered1 td {
border: 1px solid #666 !important;
}
}
@font-face {
font-family: 'Glyphicons Halflings';
......@@ -2305,6 +2310,10 @@ th {
.table-bordered {
border: 1px solid #ddd;
}
/*打印加深颜色*/
.table-bordered1 {
border: 1px solid #666;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
......@@ -2313,6 +2322,15 @@ th {
.table-bordered > tfoot > tr > td {
border: 1px solid #ddd;
}
/*打印加深颜色*/
.table-bordered1 > thead > tr > th,
.table-bordered1 > tbody > tr > th,
.table-bordered1 > tfoot > tr > th,
.table-bordered1 > thead > tr > td,
.table-bordered1 > tbody > tr > td,
.table-bordered1 > tfoot > tr > td {
border: 1px solid #666;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px;
......
......@@ -559,8 +559,15 @@ define(['doT','html2canvas','text!temp/financial_manager_daily_list_template_tpl
_doc.on('click', '.is-print', function(e) {
e.preventDefault();
e.stopPropagation();
// window.print();//网页全部打印
bargain.preview(1);//网页局部打印
window.print();//网页全部打印
// bargain.preview(1);//网页局部打印
});
//点击备注按钮 获取备注内容
_doc.on('click', '.beizhu-details', function(e) {
e.preventDefault();
e.stopPropagation();
$('.beizhu_con').html($(this).attr('data-remark'));
});
//操作---调整
$(document).on('click','.money_change',function(e){
......
......@@ -110,7 +110,10 @@
<td></td>
[%}%]
<td>[%= swred(it[item]['is_dividend'])%]</td>
<td>[%= it[item]['remark'] %]</td>
<!--<td>[%= it[item]['remark'] %]</td>-->
<td>
<a class="btn1 btn-info beizhu-details" href="#modal-beizhu" data-remark="[%= it[item]['remark'] %]" data-toggle="modal">备注</a>
</td>
<td>[%= it[item]['income_time'] %]</td>
<td>
<a class="btn1 btn-info record-pic" href="#modal_financial" data-recordid="[%= it[item]['id'] %]" data-toggle="modal" data-typeC="[%= it[item]['types'] %]">资料</a>
......@@ -347,8 +350,11 @@
<td>[%= it[item]['operation_name'] %]</td>
<td>[%= it[item]['update_time'] %]</td>
<td>[%= it[item]['remark'] %]</td>
<!--<td>[%= it[item]['remark'] %]</td>-->
<td>
<a class="btn1 btn-info beizhu-details" href="#modal-beizhu" data-remark="[%= it[item]['remark'] %]" data-toggle="modal">备注</a>
</td>
</tr>
[% } %]
[% }else{ %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment