Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
a2beedd7
Commit
a2beedd7
authored
Dec 13, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
公告修改
parent
0faa78f7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
53 additions
and
322 deletions
+53
-322
daily_details.html
application/index/view/finance/daily_details.html
+25
-12
daily_list.html
application/index/view/finance/daily_list.html
+7
-304
index.html
application/index/view/notice/index.html
+4
-4
financial_manager_daily_list.js
public/resource/js/financial_manager_daily_list.js
+6
-0
notice.js
public/resource/js/notice.js
+1
-0
financial_daily_list_template_tpl.html
.../resource/template/financial_daily_list_template_tpl.html
+1
-1
notice_template_tpl.html
public/resource/template/notice_template_tpl.html
+9
-1
No files found.
application/index/view/finance/daily_details.html
View file @
a2beedd7
{layout name="global/frame_tpl" /}
<input
type=
"hidden"
class=
"page-load"
id=
"financial_daily_list"
/>
<input
type=
"hidden"
class=
"page-load"
id=
"financial_
manager_
daily_list"
/>
<style
type=
"text/css"
>
.clear
{
clear
:
both
;
...
...
@@ -80,10 +80,10 @@
margin
:
0
;
margin-bottom
:
5px
;
}
.manager-daily-detail
{
/*
.manager-daily-detail{
height: 800px;
overflow-y: scroll;
}
}
*/
.manager-title
{
float
:
left
;
font-size
:
16px
;
...
...
@@ -113,18 +113,23 @@
.is-submit-div
{
text-align
:
center
;
}
.is-submit
{
.is-submit
,
.is-print
{
display
:
inline-block
;
background-color
:
#286090
;
color
:
white
;
padding
:
0
3px
;
border-radius
:
6px
;
width
:
111px
;
height
:
3
4
px
;
line-height
:
3
4
px
;
height
:
3
2
px
;
line-height
:
3
2
px
;
font-size
:
15px
;
text-align
:
center
;
cursor
:
pointer
;
}
.is-print
{
width
:
80px
;
}
</style>
<div
id=
"page-content-wrapper"
>
<div
class=
"container"
>
...
...
@@ -135,6 +140,8 @@
<li>
<span
class=
"manager-title ld-Marheight"
>
杭州同联- 九部一组周小雨
</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"
>
<span
class=
"is-print ld-Marheight"
>
打印
</span>
</li>
</div>
<div
class=
"panel-body manager-daily-detail"
>
...
...
@@ -177,7 +184,7 @@
<td
class=
"text-center"
>
888
</td>
<td
class=
"text-center"
>
888
</td>
<td
class=
"text-center"
>
999
</td>
<td
class=
"text-center"
>
资料
</td>
<td
class=
"text-center
text-primary
"
>
资料
</td>
</tr>
</tbody>
...
...
@@ -222,7 +229,7 @@
<td
class=
"text-center"
>
666
</td>
<td
class=
"text-center"
>
888
</td>
<td
class=
"text-center"
>
888
</td>
<td
class=
"text-center"
>
资料
</td>
<td
class=
"text-center
text-primary
"
>
资料
</td>
</tr>
</tbody>
...
...
@@ -263,7 +270,7 @@
<td
class=
"text-center"
>
22
</td>
<td
class=
"text-center"
>
15517301736
</td>
<td
class=
"text-center"
>
666
</td>
<td
class=
"text-center"
>
资料
</td>
<td
class=
"text-center
text-primary
"
>
资料
</td>
</tr>
</tbody>
</table>
...
...
@@ -301,7 +308,7 @@
<td
class=
"text-center"
>
22
</td>
<td
class=
"text-center"
>
15517301736
</td>
<td
class=
"text-center"
>
666
</td>
<td
class=
"text-center"
>
资料
</td>
<td
class=
"text-center
text-primary
"
>
资料
</td>
</tr>
</tbody>
</table>
...
...
@@ -337,7 +344,7 @@
<td
class=
"text-center"
>
33
</td>
<td
class=
"text-center"
>
22
</td>
<td
class=
"text-center"
>
15517301736
</td>
<td
class=
"text-center"
>
资料
</td>
<td
class=
"text-center
text-primary
"
>
资料
</td>
</tr>
</tbody>
</table>
...
...
@@ -416,8 +423,14 @@
</tbody>
</table>
</div>
<div
class=
"is-submit-div"
>
<a
href=
"javascript:;"
class=
"is-submit"
>
提交
</a>
<span
class=
"is-submit"
>
提交
</span>
<span>
<span
class=
"is-submit"
>
审核通过
</span>
<span
class=
"is-submit"
>
转到已审核
</span>
</span>
</div>
</div>
</div>
...
...
application/index/view/finance/daily_list.html
View file @
a2beedd7
...
...
@@ -77,6 +77,13 @@
h4
{
font-weight
:
700
;
font-size
:
16px
;
margin
:
0
;
margin-bottom
:
5px
;
}
.day-con-detail
{
width
:
1180px
;
height
:
760px
;
overflow-y
:
scroll
;
}
</style>
<div
id=
"page-content-wrapper"
>
...
...
@@ -126,7 +133,6 @@
<span
class=
"btn btn-info btn3 search"
id=
"maintable_search"
>
搜索
</span>
<span
class=
"btn btn-info btn3"
id=
"maintable_reset"
>
重置
</span>
<span
class=
"btn btn-info btn3"
id=
"export"
>
统计
</span>
<a
class=
"btn btn-info btn3"
href=
"#modal_financial"
data-recordid=
"[%= it[item]['id'] %]"
data-toggle=
"modal"
>
新增财务日报
</a>
</div>
</form>
</td>
...
...
@@ -156,309 +162,6 @@
</div>
</div>
</div>
<!--商铺详情 弹出框-->
<div
class=
"modal fade"
id=
"modal_financial"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"myModalLabel"
aria-hidden=
"true"
>
<div
class=
"modal-dialog"
style=
'width: 1180px;'
>
<div
class=
"modal-content"
>
<div
class=
"modal-header"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-hidden=
"true"
>
×
</button>
<h3
class=
"modal-title"
>
杭州同联- 九部一组周小雨(2018.12.12)
</h3>
</div>
<div
class=
"modal-body"
>
<!--1-->
<h4>
当日中介费入账
</h4>
<div
class=
"table-responsive"
>
<table
class=
"table table-striped table-bordered table-hover table-condensed"
>
<thead>
<tr
class=
"maintable-tr-bar"
>
<th
class=
"text-center"
>
收款ID
</th>
<th
class=
"text-center"
>
成交报告ID
</th>
<th
class=
"text-center"
>
成交商铺地址
</th>
<th
class=
"text-center"
>
成交价
</th>
<th
class=
"text-center"
>
应收金额
</th>
<th
class=
"text-center"
>
本次收佣
</th>
<th
class=
"text-center"
>
之前已收佣
</th>
<th
class=
"text-center"
>
多收金额
</th>
<th
class=
"text-center"
>
支付方式
</th>
<th
class=
"text-center"
>
转账户名
</th>
<th
class=
"text-center"
>
业务员
</th>
<th
class=
"text-center"
>
所属门店
</th>
<th
class=
"text-center"
>
是否开业
</th>
<th
class=
"text-center"
>
是否分红
</th>
<th
class=
"text-center"
>
附件
</th>
</tr>
</thead>
<tbody
class=
"text-center"
id=
"maintable_list_a"
>
<tr>
<td
class=
"text-center"
>
11
</td>
<td
class=
"text-center"
>
555
</td>
<td
class=
"text-center"
>
5
</td>
<td
class=
"text-center"
>
6
</td>
<td
class=
"text-center"
>
3
</td>
<td
class=
"text-center"
>
2
</td>
<td
class=
"text-center"
>
2
</td>
<td
class=
"text-center"
>
33
</td>
<td
class=
"text-center"
>
22
</td>
<td
class=
"text-center"
>
15517301736
</td>
<td
class=
"text-center"
>
666
</td>
<td
class=
"text-center"
>
888
</td>
<td
class=
"text-center"
>
888
</td>
<td
class=
"text-center"
>
999
</td>
<td
class=
"text-center"
>
资料
</td>
</tr>
</tbody>
</table>
</div>
<!--2-->
<h4>
当日案场费入账
</h4>
<div
class=
"table-responsive"
>
<table
class=
"table table-striped table-bordered table-hover table-condensed"
>
<thead>
<tr
class=
"maintable-tr-bar"
>
<th
class=
"text-center"
>
收款ID
</th>
<th
class=
"text-center"
>
成交报告ID
</th>
<th
class=
"text-center"
>
成交商铺地址
</th>
<th
class=
"text-center"
>
应收案场费
</th>
<th
class=
"text-center"
>
本次收佣
</th>
<th
class=
"text-center"
>
之前已收佣
</th>
<th
class=
"text-center"
>
支付方式
</th>
<th
class=
"text-center"
>
转账户名
</th>
<th
class=
"text-center"
>
业务员
</th>
<th
class=
"text-center"
>
所属门店
</th>
<th
class=
"text-center"
>
是否开业
</th>
<th
class=
"text-center"
>
是否分红
</th>
<th
class=
"text-center"
>
备注
</th>
<th
class=
"text-center"
>
附件
</th>
</tr>
</thead>
<tbody
class=
"text-center"
id=
"maintable_list_a"
>
<tr>
<td
class=
"text-center"
>
11
</td>
<td
class=
"text-center"
>
555
</td>
<td
class=
"text-center"
>
5
</td>
<td
class=
"text-center"
>
6
</td>
<td
class=
"text-center"
>
3
</td>
<td
class=
"text-center"
>
2
</td>
<td
class=
"text-center"
>
2
</td>
<td
class=
"text-center"
>
33
</td>
<td
class=
"text-center"
>
22
</td>
<td
class=
"text-center"
>
15517301736
</td>
<td
class=
"text-center"
>
666
</td>
<td
class=
"text-center"
>
888
</td>
<td
class=
"text-center"
>
888
</td>
<td
class=
"text-center"
>
资料
</td>
</tr>
</tbody>
</table>
</div>
<!--3-->
<h4>
当日意向金入账
</h4>
<div
class=
"table-responsive"
>
<table
class=
"table table-striped table-bordered table-hover table-condensed"
>
<thead>
<tr
class=
"maintable-tr-bar"
>
<th
class=
"text-center"
>
收款ID
</th>
<th
class=
"text-center"
>
订单ID
</th>
<th
class=
"text-center"
>
房源ID
</th>
<th
class=
"text-center"
>
成交商铺地址
</th>
<th
class=
"text-center"
>
意向金金额
</th>
<th
class=
"text-center"
>
支付方式
</th>
<th
class=
"text-center"
>
转账户名
</th>
<th
class=
"text-center"
>
业务员
</th>
<th
class=
"text-center"
>
所属门店
</th>
<th
class=
"text-center"
>
审核人
</th>
<th
class=
"text-center"
>
意向金收条编号
</th>
<th
class=
"text-center"
>
附件
</th>
</tr>
</thead>
<tbody
class=
"text-center"
id=
"maintable_list_a"
>
<tr>
<td
class=
"text-center"
>
11
</td>
<td
class=
"text-center"
>
555
</td>
<td
class=
"text-center"
>
5
</td>
<td
class=
"text-center"
>
6
</td>
<td
class=
"text-center"
>
3
</td>
<td
class=
"text-center"
>
2
</td>
<td
class=
"text-center"
>
2
</td>
<td
class=
"text-center"
>
33
</td>
<td
class=
"text-center"
>
22
</td>
<td
class=
"text-center"
>
15517301736
</td>
<td
class=
"text-center"
>
666
</td>
<td
class=
"text-center"
>
资料
</td>
</tr>
</tbody>
</table>
</div>
<!--4-->
<h4>
当日保管金入账
</h4>
<div
class=
"table-responsive"
>
<table
class=
"table table-striped table-bordered table-hover table-condensed"
>
<thead>
<tr
class=
"maintable-tr-bar"
>
<th
class=
"text-center"
>
收款ID
</th>
<th
class=
"text-center"
>
房源ID
</th>
<th
class=
"text-center"
>
成交商铺地址
</th>
<th
class=
"text-center"
>
保管金金额
</th>
<th
class=
"text-center"
>
支付方式
</th>
<th
class=
"text-center"
>
转账户名
</th>
<th
class=
"text-center"
>
业务员
</th>
<th
class=
"text-center"
>
所属门店
</th>
<th
class=
"text-center"
>
审核人
</th>
<th
class=
"text-center"
>
保管金收条编号
</th>
<th
class=
"text-center"
>
附件
</th>
</tr>
</thead>
<tbody
class=
"text-center"
id=
"maintable_list_a"
>
<tr>
<td
class=
"text-center"
>
555
</td>
<td
class=
"text-center"
>
5
</td>
<td
class=
"text-center"
>
6
</td>
<td
class=
"text-center"
>
3
</td>
<td
class=
"text-center"
>
2
</td>
<td
class=
"text-center"
>
2
</td>
<td
class=
"text-center"
>
33
</td>
<td
class=
"text-center"
>
22
</td>
<td
class=
"text-center"
>
15517301736
</td>
<td
class=
"text-center"
>
666
</td>
<td
class=
"text-center"
>
资料
</td>
</tr>
</tbody>
</table>
</div>
<!--5-->
<h4>
当日调整出账
</h4>
<div
class=
"table-responsive"
>
<table
class=
"table table-striped table-bordered table-hover table-condensed"
>
<thead>
<tr
class=
"maintable-tr-bar"
>
<th
class=
"text-center"
>
调整ID
</th>
<th
class=
"text-center"
>
调整前房源ID
</th>
<th
class=
"text-center"
>
调整前房源地址
</th>
<th
class=
"text-center"
>
调整前类型
</th>
<th
class=
"text-center"
>
调整后类型
</th>
<th
class=
"text-center"
>
入账日期
</th>
<th
class=
"text-center"
>
收据编号
</th>
<th
class=
"text-center"
>
业务员
</th>
<th
class=
"text-center"
>
所属门店
</th>
<th
class=
"text-center"
>
附件
</th>
</tr>
</thead>
<tbody
class=
"text-center"
id=
"maintable_list_a"
>
<tr>
<td
class=
"text-center"
>
555
</td>
<td
class=
"text-center"
>
5
</td>
<td
class=
"text-center"
>
6
</td>
<td
class=
"text-center"
>
3
</td>
<td
class=
"text-center"
>
2
</td>
<td
class=
"text-center"
>
2
</td>
<td
class=
"text-center"
>
33
</td>
<td
class=
"text-center"
>
22
</td>
<td
class=
"text-center"
>
15517301736
</td>
<td
class=
"text-center"
>
资料
</td>
</tr>
</tbody>
</table>
</div>
<!--6-->
<h4>
以上入账金额:451223元
以上出账金额:45123元
入账应汇款:145222
</h4>
<div
class=
"table-responsive"
>
<table
class=
"table table-striped table-bordered table-hover table-condensed"
>
<thead>
<tr
class=
"maintable-tr-bar"
>
<th
class=
"text-center"
>
支付宝转账
</th>
<th
class=
"text-center"
>
微信转账
</th>
<th
class=
"text-center"
>
地产转账
</th>
<th
class=
"text-center"
>
世家公账
</th>
<th
class=
"text-center"
>
3000账号
</th>
<th
class=
"text-center"
>
现金
</th>
<th
class=
"text-center"
>
POS机
</th>
<th
class=
"text-center"
>
其他
</th>
<th
class=
"text-center"
>
提交人
</th>
<th
class=
"text-center"
>
提交时间
</th>
</tr>
</thead>
<tbody
class=
"text-center"
id=
"maintable_list_a"
>
<tr>
<td
class=
"text-center"
>
555
</td>
<td
class=
"text-center"
>
5
</td>
<td
class=
"text-center"
>
6
</td>
<td
class=
"text-center"
>
3
</td>
<td
class=
"text-center"
>
2
</td>
<td
class=
"text-center"
>
2
</td>
<td
class=
"text-center"
>
33
</td>
<td
class=
"text-center"
>
22
</td>
<td
class=
"text-center"
>
15517301736
</td>
<td
class=
"text-center"
>
2017.3.6
</td>
</tr>
</tbody>
</table>
</div>
<!--7-->
<h4>
审核记录
</h4>
<div
class=
"table-responsive"
>
<table
class=
"table table-striped table-bordered table-hover table-condensed"
>
<thead>
<tr
class=
"maintable-tr-bar"
>
<th
class=
"text-center"
>
支付宝转账
</th>
<th
class=
"text-center"
>
微信转账
</th>
<th
class=
"text-center"
>
地产转账
</th>
<th
class=
"text-center"
>
世家公账
</th>
<th
class=
"text-center"
>
3000账号
</th>
<th
class=
"text-center"
>
现金
</th>
<th
class=
"text-center"
>
POS机
</th>
<th
class=
"text-center"
>
其他
</th>
<th
class=
"text-center"
>
审核人
</th>
<th
class=
"text-center"
>
审核时间
</th>
</tr>
</thead>
<tbody
class=
"text-center"
id=
"maintable_list_a"
>
<tr>
<td
class=
"text-center"
>
555
</td>
<td
class=
"text-center"
>
5
</td>
<td
class=
"text-center"
>
6
</td>
<td
class=
"text-center"
>
3
</td>
<td
class=
"text-center"
>
2
</td>
<td
class=
"text-center"
>
2
</td>
<td
class=
"text-center"
>
33
</td>
<td
class=
"text-center"
>
22
</td>
<td
class=
"text-center"
>
15517301736
</td>
<td
class=
"text-center"
>
2017.3.6
</td>
</tr>
</tbody>
</table>
</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
id=
"main_loading_pic"
>
<img
src=
"/resource/image/jz2.gif"
>
...
...
application/index/view/notice/index.html
View file @
a2beedd7
...
...
@@ -171,10 +171,10 @@
<span
class=
"fore-span ld-Marheight"
>
-
</span>
<input
class=
"form-control btn4 ld-Marheight"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"end_date"
name=
"end_date"
type=
"date"
>
<select
class=
"form-control btn4 ld-Marheight notice-lable"
>
<option
value=
"
0
"
>
公告标签
</option>
<option
value=
"1"
>
财务
公告
</option>
<option
value=
"2"
>
人事
公告
</option>
<option
value=
"3"
>
行政公告
</option>
<option
value=
""
>
公告标签
</option>
<option
value=
"1"
>
人事+行政
公告
</option>
<option
value=
"2"
>
财务
公告
</option>
</select>
<input
class=
"form-control btn2 margin-top-ld"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"release_title"
placeholder=
"发布标题"
type=
"text"
value=
""
>
<span
class=
"btn btn-info btn3 margin-top-ld"
id=
"search"
>
搜索
</span>
...
...
public/resource/js/financial_manager_daily_list.js
View file @
a2beedd7
...
...
@@ -37,6 +37,12 @@ define(['doT', 'text!temp/financial_manager_daily_list_template_tpl.html', 'css!
e
.
stopPropagation
();
bargain
.
getList
(
1
);
//一级审核搜索
});
//打印功能
_doc
.
on
(
'click'
,
'.is-print'
,
function
(
e
)
{
e
.
preventDefault
();
e
.
stopPropagation
();
window
.
print
();
});
//点击li 列表消失
$
(
document
).
delegate
(
".addphone"
,
"click"
,
function
()
{
//list消失新增客户 点击li事件 获取id ul消失
bargain
.
addphone
(
this
);
...
...
public/resource/js/notice.js
View file @
a2beedd7
...
...
@@ -304,6 +304,7 @@ define (['doT', 'text!temp/notice_template_tpl.html','ckfinder','ckfinderStart',
params
.
start_time
=
$
(
"#start_date"
).
val
();
params
.
end_time
=
$
(
"#end_date"
).
val
();
params
.
title
=
$
(
"#release_title"
).
val
();
params
.
auth_group_id
=
$
(
".notice-lable"
).
val
();
params
.
pageNo
=
user
.
pageNo
;
params
.
pageSize
=
user
.
pageSize
;
...
...
public/resource/template/financial_daily_list_template_tpl.html
View file @
a2beedd7
...
...
@@ -8,7 +8,7 @@
<
td
>
[
%=
it
[
item
][
'phone'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'store_name'
]
%
]
<
/td
>
<
td
>
<
a
class
=
"btn1 btn-info"
href
=
"
#modal_financial
"
data
-
recordid
=
"[%= it[item]['id'] %]"
data
-
toggle
=
"modal"
>
审核
<
/a
>
<
a
class
=
"btn1 btn-info"
href
=
"
/index/dailyDetails
"
data
-
recordid
=
"[%= it[item]['id'] %]"
data
-
toggle
=
"modal"
>
审核
<
/a
>
<
/td
>
<
/tr
>
[
%
}
%
]
...
...
public/resource/template/notice_template_tpl.html
View file @
a2beedd7
...
...
@@ -7,7 +7,15 @@
[
%=
it
[
item
][
"name"
]
%
]
[
%
}
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'create_time'
]
%
]
<
/td
>
<
td
>
[
%
if
(
it
[
item
][
"auth_group_id"
]
==
2
)
{
%
]
人事
+
行政
[
%
}
else
if
((
it
[
item
][
"auth_group_id"
]
==
22
)
||
(
it
[
item
][
"auth_group_id"
]
==
23
)
||
(
it
[
item
][
"auth_group_id"
]
==
25
)
||
(
it
[
item
][
"auth_group_id"
]
==
26
))
{
%
]
财务
[
%
}
else
{
%
]
其它
[
%
}
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
"title"
]
%
]
<
/td
>
<
td
>
<
a
class
=
"btn1 btn-success announcement-details"
href
=
"#modal-record"
data
-
toggle
=
"modal"
data
-
createTime
=
'[%= it[item]["create_time"] %]'
data
-
title
=
'[%= it[item]["title"] %]'
data
-
content
=
'[%= it[item]["content"] %]'
data
-
fujian
=
'[%= JSON.stringify(it[item]["annex_file_path"]) %]'
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment