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
3e19b94d
Commit
3e19b94d
authored
Jan 04, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
意向金转保管金 调整出账 财务日报 修改
parent
a8e88c63
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
getCollection.html
application/index/view/finance/getCollection.html
+2
-0
financial_manager_daily_list.js
public/resource/js/financial_manager_daily_list.js
+1
-1
adjustment_template_tpl.html
public/resource/template/adjustment_template_tpl.html
+3
-1
No files found.
application/index/view/finance/getCollection.html
View file @
3e19b94d
...
...
@@ -475,6 +475,8 @@
<option
class=
"yixiangjin"
value=
"91"
>
中介费
</option>
<option
class=
"yixiangjin"
value=
"92"
>
案场费
</option>
<option
class=
"yixiangjin"
value=
"10"
>
意向金
</option>
<option
class=
"yixiangjin"
value=
"30"
>
保管金
</option>
<option
class=
"baoguanjin"
value=
"91"
>
中介费
</option>
<option
class=
"baoguanjin"
value=
"92"
>
案场费
</option>
<option
class=
"baoguanjin"
value=
"30"
>
保管金
</option>
...
...
public/resource/js/financial_manager_daily_list.js
View file @
3e19b94d
...
...
@@ -801,7 +801,7 @@ define(['doT', 'text!temp/financial_manager_daily_list_template_tpl.html', 'css!
var
sw
=
function
(
s
){
switch
(
Number
(
s
)){
case
10
:
return
"施总支付宝"
;
case
11
:
return
"林老师支付宝"
;
case
20
:
return
"施总微信"
;
case
21
:
return
"林老师微信"
;
case
30
:
return
"POS机器"
;
case
40
:
return
"地产转账"
;
case
41
:
return
"世家公账"
;
case
42
:
return
"3000账号"
;
case
50
:
return
"现金"
;
case
60
:
return
"其他"
;
default
:
return
s
}};
var
swtype
=
function
(
s
){
switch
(
Number
(
s
)){
case
1
:
return
"意向金转中介费"
;
case
2
:
return
"意向金转案场费"
;
case
3
:
return
"意向金转意向金"
;
case
4
:
return
"保管金转中介费"
;
case
5
:
return
"保管金转案场费"
;
case
6
:
return
"保管金转保管金"
;
default
:
return
s
}};
var
swtype
=
function
(
s
){
switch
(
Number
(
s
)){
case
1
:
return
"意向金转中介费"
;
case
2
:
return
"意向金转案场费"
;
case
3
:
return
"意向金转意向金"
;
case
4
:
return
"保管金转中介费"
;
case
5
:
return
"保管金转案场费"
;
case
6
:
return
"保管金转保管金"
;
case
7
:
return
"意向金转保管金"
;
default
:
return
s
}};
var
swopen
=
function
(
s
){
switch
(
Number
(
s
)){
case
0
:
return
"未开业"
;
case
1
:
return
"开业"
;
default
:
return
s
}};
...
...
public/resource/template/adjustment_template_tpl.html
View file @
3e19b94d
...
...
@@ -20,7 +20,9 @@
<
td
>
保管金转中介费
<
/td
>
[
%
}
else
if
(
it
[
item
][
'type'
]
==
5
)
{
%
]
<
td
>
保管金转案场费
<
/td
>
[
%
}
else
{
%
]
[
%
}
else
if
(
it
[
item
][
'type'
]
==
7
){
%
]
<
td
>
意向金转保管金
<
/td
>
[
%
}
else
{
%
]
<
td
>
保管金转保管金
<
/td
>
[
%
}
%
]
<
td
>
[
%=
it
[
item
][
'new_paylog_id '
]
%
]
<
/td
>
...
...
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