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
928f5a95
Commit
928f5a95
authored
Dec 21, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
实收汇总修改
parent
6e9b7673
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
commission_total.html
application/index/view/finance/commission_total.html
+4
-0
commissionTotal.js
public/resource/js/commissionTotal.js
+4
-0
No files found.
application/index/view/finance/commission_total.html
View file @
928f5a95
...
...
@@ -99,6 +99,10 @@
<tr>
<td
colspan=
"10"
>
<form
id=
"form_search"
>
<span
class=
"text-danger fore-span"
>
Tips:收佣日期 和 成交日期 不能同时选择!!!
</span>
<div
class=
"clear"
>
</div>
<span
class=
"fore-span ld-Marheight"
>
收佣日期/开票日期:
</span>
<input
class=
"form-control btn4 ld-Marheight"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"create_time"
name=
"start_date"
type=
"date"
>
<span
class=
"fore-span ld-Marheight"
>
-
</span>
...
...
public/resource/js/commissionTotal.js
View file @
928f5a95
...
...
@@ -393,6 +393,9 @@ define(['doT', 'text!temp/commissionTotal_template_tpl.html', 'css!style/home.cs
getList
:
function
(
pageNo
)
{
business
.
pageNo
=
pageNo
;
var
params
=
{};
if
(
$
(
'#create_dealtime'
).
val
()
!=
''
&&
$
(
'#end_dealtime'
).
val
()
!=
''
&&
$
(
'#create_time'
).
val
()
!=
''
&&
$
(
'#end_time'
).
val
()
!=
''
){
alert
(
'收佣日期 和 成交日期 不能同时选择!!'
)
}
if
(
$
(
'#create_time'
).
val
()
!=
''
||
$
(
'#end_time'
).
val
()
!=
''
){
$
(
'#create_dealtime'
).
val
(
''
);
$
(
'#end_dealtime'
).
val
(
''
);
...
...
@@ -405,6 +408,7 @@ define(['doT', 'text!temp/commissionTotal_template_tpl.html', 'css!style/home.cs
$
(
'#create_ticketTime'
).
val
(
$
(
'#create_dealtime'
).
val
());
$
(
'#end_ticketTime'
).
val
(
$
(
'#end_dealtime'
).
val
())
}
//确认分佣时间 大于收佣日期 成交日期
var
start_
=
$
(
'#end_time'
).
val
()
+
" 00:00:00"
;
date_start
=
new
Date
(
Date
.
parse
(
start_
.
replace
(
/-/g
,
"/"
)));
...
...
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