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
0bd9779b
Commit
0bd9779b
authored
Dec 19, 2018
by
duxinyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
4b0a6ecf
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
getCollection.html
application/index/view/finance/getCollection.html
+1
-1
getCollection.js
public/resource/js/getCollection.js
+3
-0
No files found.
application/index/view/finance/getCollection.html
View file @
0bd9779b
...
@@ -713,7 +713,7 @@
...
@@ -713,7 +713,7 @@
</div>
</div>
<div
class=
"col-xs-12"
>
<div
class=
"col-xs-12"
>
<div
class=
"col-xs-6"
>
<div
class=
"col-xs-6
zhzd
"
>
<div
class=
"form-group"
>
<div
class=
"form-group"
>
<strong><span
class=
"col-xs-3 ld-Marheight"
>
最后转定时间:
</span></strong>
<strong><span
class=
"col-xs-3 ld-Marheight"
>
最后转定时间:
</span></strong>
<div
class=
"col-xs-6"
>
<div
class=
"col-xs-6"
>
...
...
public/resource/js/getCollection.js
View file @
0bd9779b
...
@@ -952,6 +952,7 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
...
@@ -952,6 +952,7 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
},
},
getValueFunction
:
function
(
data
){
getValueFunction
:
function
(
data
){
$
(
'.zhzd'
).
show
();
var
doc
=
$
(
'#modal-addPic'
);
var
doc
=
$
(
'#modal-addPic'
);
doc
.
find
(
"#ruzhangId"
).
text
(
data
.
id
);
doc
.
find
(
"#ruzhangId"
).
text
(
data
.
id
);
doc
.
find
(
"#dingdanId"
).
text
(
data
.
order_id
);
doc
.
find
(
"#dingdanId"
).
text
(
data
.
order_id
);
...
@@ -980,8 +981,10 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
...
@@ -980,8 +981,10 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
doc
.
find
(
"#intoType"
).
text
(
'佣金'
);
doc
.
find
(
"#intoType"
).
text
(
'佣金'
);
}
else
if
(
data
.
type
==
91
)
{
}
else
if
(
data
.
type
==
91
)
{
doc
.
find
(
"#intoType"
).
text
(
'中介费'
);
doc
.
find
(
"#intoType"
).
text
(
'中介费'
);
$
(
'.zhzd'
).
hide
();
}
else
if
(
data
.
type
==
92
)
{
}
else
if
(
data
.
type
==
92
)
{
doc
.
find
(
"#intoType"
).
text
(
'案场费'
);
doc
.
find
(
"#intoType"
).
text
(
'案场费'
);
$
(
'.zhzd'
).
hide
();
}
else
{
}
else
{
doc
.
find
(
"#intoType"
).
text
(
'佣金'
);
doc
.
find
(
"#intoType"
).
text
(
'佣金'
);
}
}
...
...
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