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
bd839ae2
Commit
bd839ae2
authored
May 21, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
视频审核 开业确定时间
parent
8bcc167d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
3 deletions
+21
-3
getCollection.html
application/index/view/finance/getCollection.html
+2
-2
video_check_list.html
application/index/view/video_check/video_check_list.html
+4
-0
getCollection.js
public/resource/js/getCollection.js
+15
-1
No files found.
application/index/view/finance/getCollection.html
View file @
bd839ae2
...
...
@@ -357,10 +357,10 @@
onClick=
"WdatePicker({el:this,dateFmt:'yyyy-MM-dd',minDate:'#F{ $dp.$D(\'into_time_start\')}',maxDate:'%y-%M-%d',readOnly:'readonly'})"
>
<span
class=
"fore-span ld-Marheight"
>
开业确定时间:
</span>
<input
id=
"
into
_time_start"
class=
"form-control btn4 ld-Marheight"
type=
"text"
<input
id=
"
open
_time_start"
class=
"form-control btn4 ld-Marheight"
type=
"text"
onClick=
"WdatePicker({el:this,dateFmt:'yyyy-MM-dd',maxDate:'#F{ $dp.$D(\'into_time_end\')||\'%y-%M-%d\'}',readOnly:'readonly'})"
>
<span
class=
"fore-span ld-Marheight"
>
-
</span>
<input
id=
"
into
_time_end"
class=
"form-control btn4 ld-Marheight"
type=
"text"
<input
id=
"
open
_time_end"
class=
"form-control btn4 ld-Marheight"
type=
"text"
onClick=
"WdatePicker({el:this,dateFmt:'yyyy-MM-dd',minDate:'#F{ $dp.$D(\'into_time_start\')}',maxDate:'%y-%M-%d',readOnly:'readonly'})"
>
<select
class=
"form-control btn2 ld-Marheight"
id=
"maintable_deal_type"
>
...
...
application/index/view/video_check/video_check_list.html
View file @
bd839ae2
...
...
@@ -101,6 +101,10 @@
<tr>
<td
colspan=
"10"
>
<form
id=
"form_search"
>
<span
class=
"fore-span margin-left-10 ld-Marheight"
>
视频上传时间:
</span>
<input
class=
"form-control btn4 ld-Marheight"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"maintable_create_time"
name=
"start_date"
type=
"date"
>
<span
class=
"fore-span margin-left-10 ld-Marheight"
>
至
</span>
<input
class=
"form-control btn4 ld-Marheight"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"maintable_end_time"
name=
"end_date"
type=
"date"
>
<select
class=
"form-control btn4 ld-Marheight input"
name=
""
id=
"district_id"
>
<option
value=
""
>
上传人所属部门
</option>
</select>
...
...
public/resource/js/getCollection.js
View file @
bd839ae2
...
...
@@ -1262,7 +1262,8 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
var
comit_name
=
$
(
'#comit_name'
).
val
(
""
);
var
is_open
=
$
(
'#is_open'
).
val
(
"-1"
);
var
is_normality
=
$
(
'#is_normality'
).
val
(
"0"
);
$
(
'#open_time_start'
).
val
(
""
);
$
(
'#open_time_end'
).
val
(
""
);
},
...
...
@@ -1315,6 +1316,17 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
var
paramsStr
=
""
;
var
is_open
=
$
(
'#is_open'
).
val
();
var
is_normality
=
$
(
'#is_normality'
).
val
();
var
open_time_start
=
$
(
'#open_time_start'
).
val
();
var
open_time_end
=
$
(
'#open_time_end'
).
val
();
if
(
open_time_start
)
{
params
.
open_time_start
=
open_time_start
;
paramsStr
+=
"open_time_start="
+
open_time_start
+
"&"
}
if
(
open_time_end
)
{
params
.
open_time_end
=
open_time_end
;
paramsStr
+=
"open_time_end="
+
open_time_end
+
"&"
}
if
(
commite_time_start
)
{
params
.
start_time
=
commite_time_start
;
paramsStr
+=
"start_time="
+
commite_time_start
+
"&"
...
...
@@ -1495,6 +1507,8 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
doc
.
find
(
"#tijiaoren"
).
text
(
data
.
agent_name
);
doc
.
find
(
"#address"
).
text
(
data
.
address
);
doc
.
find
(
"#comit_time"
).
text
(
data
.
create_time
);
doc
.
find
(
"#open_time"
).
text
(
data
.
open_time
);
//开业确定时间
//判断收款详情的类型
if
(
data
.
type
==
91
){
$
(
'.agency_fees_type_hide'
).
show
();
...
...
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