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
9acd5f12
Commit
9acd5f12
authored
Sep 20, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
收取方显示
parent
990d166c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
getCollectionShop.html
application/index/view/officeBuilding/getCollectionShop.html
+1
-1
getCollectionShop.js
public/resource/js/getCollectionShop.js
+2
-3
No files found.
application/index/view/officeBuilding/getCollectionShop.html
View file @
9acd5f12
...
...
@@ -777,7 +777,7 @@
<div
class=
"form-group"
>
<strong><span
class=
"col-xs-3 ld-Marheight"
style=
"margin-left: -7px;"
>
被收取方:
</span></strong>
<div
class=
"col-xs-6"
>
<select
class=
"form-control"
id=
"charge_side"
>
<select
class=
"form-control"
id=
"charge_side
_detail
"
>
<option
class=
""
value=
""
>
请选择
</option>
<option
class=
""
value=
"1"
>
房东
</option>
<option
class=
""
value=
"2"
>
客户
</option>
...
...
public/resource/js/getCollectionShop.js
View file @
9acd5f12
...
...
@@ -1426,8 +1426,7 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
//判断是否是 案场费
if
(
$
(
'#intoType'
).
val
()
==
91
){
params
.
type_ext
=
$
(
'#agency_fees_type_text'
).
val
();
params
.
be_charged_party
=
$
(
'#charge_side'
).
val
();
//收款详情 中介费 新增收取方
params
.
be_charged_party
=
$
(
'#charge_side_detail'
).
val
();
//收款详情 中介费 新增收取方
};
//判断是否是 案场费 中介费
if
(
$
(
'#intoType'
).
val
()
==
92
||
$
(
'#intoType'
).
val
()
==
91
){
...
...
@@ -1710,7 +1709,7 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
doc
.
find
(
"#comit_time"
).
text
(
data
.
create_time
);
doc
.
find
(
"#open_time"
).
text
(
data
.
open_time
);
//开业确定时间
doc
.
find
(
"#store_name"
).
text
(
data
.
reckon_in_store_name
);
//所属门店
doc
.
find
(
"#charge_side
"
).
text
(
data
.
be_charged_party
);
//中介费 被收取方
doc
.
find
(
"#charge_side
_detail"
).
val
(
data
.
be_charged_party
);
//中介费 被收取方
//判断收款详情的类型
if
(
data
.
type
==
91
){
//中介费
...
...
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