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
f05eff37
Commit
f05eff37
authored
Dec 12, 2018
by
duxinyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change date picker follow
parent
5c219c03
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
13 deletions
+13
-13
adjustment.html
application/index/view/finance/adjustment.html
+9
-9
receivables.html
application/index/view/finance/receivables.html
+4
-4
No files found.
application/index/view/finance/adjustment.html
View file @
f05eff37
...
@@ -251,7 +251,7 @@
...
@@ -251,7 +251,7 @@
<div
class=
"panel panel-default"
>
<div
class=
"panel panel-default"
>
<div
class=
"panel-heading breadcrumb"
>
<div
class=
"panel-heading breadcrumb"
>
<li>
<li>
<a
href=
"javascript:;"
>
收款记录
</a>
<a
href=
"javascript:;"
>
调整出账
</a>
</li>
</li>
</div>
</div>
<div
class=
"panel-body"
style=
"overflow:hidden;"
>
<div
class=
"panel-body"
style=
"overflow:hidden;"
>
...
@@ -269,17 +269,17 @@
...
@@ -269,17 +269,17 @@
<td
colspan=
"15"
>
<td
colspan=
"15"
>
<form
id=
"form_search"
>
<form
id=
"form_search"
>
<span
class=
"fore-span ld-Marheight"
>
提交时间:
</span>
<span
class=
"fore-span ld-Marheight"
>
提交时间:
</span>
<input
id=
"comit_time_start"
class=
"form-control btn4 ld-Marheight"
type=
"text"
<input
id=
"comit_time_start"
class=
"form-control btn4 ld-Marheight"
type=
"text"
placeholder=
"开始时间"
onClick=
"WdatePicker({el:this,dateFmt:'yyyy-MM-dd',maxDate:'
%y-%M-%d',readOnly:true
})"
>
onClick=
"WdatePicker({el:this,dateFmt:'yyyy-MM-dd',maxDate:'
#F{ $dp.$D(\'comit_time_end\')||\'%y-%M-%d\'}',readOnly:'readonly'
})"
>
<span
class=
"fore-span ld-Marheight"
>
-
</span>
<span
class=
"fore-span ld-Marheight"
>
-
</span>
<input
id=
"comit_time_end"
class=
"form-control btn4 ld-Marheight"
type=
"text"
<input
id=
"comit_time_end"
class=
"form-control btn4 ld-Marheight"
type=
"text"
placeholder=
"结束时间"
onClick=
"WdatePicker({el:this,dateFmt:'yyyy-MM-dd',m
axDate:'%y-%M-%d',readOnly:true
})"
>
onClick=
"WdatePicker({el:this,dateFmt:'yyyy-MM-dd',m
inDate:'#F{ $dp.$D(\'comit_time_start\' )}',maxDate:'%y-%M-%d',readOnly:'readOnly'
})"
>
<span
class=
"fore-span ld-Marheight"
>
入账日期:
</span>
<span
class=
"fore-span ld-Marheight"
>
入账日期:
</span>
<input
id=
"into_time_start"
class=
"form-control btn4 ld-Marheight"
type=
"text"
<input
id=
"into_time_start"
class=
"form-control btn4 ld-Marheight"
type=
"text"
placeholder=
"开始时间"
onClick=
"WdatePicker({el:this,dateFmt:'yyyy-MM-dd',maxDate:'
%y-%M-%d',readOnly:true
})"
>
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>
<span
class=
"fore-span ld-Marheight"
>
-
</span>
<input
id=
"into_time_end"
class=
"form-control btn4 ld-Marheight"
type=
"text"
<input
id=
"into_time_end"
class=
"form-control btn4 ld-Marheight"
type=
"text"
placeholder=
"结束时间"
onClick=
"WdatePicker({el:this,dateFmt:'yyyy-MM-dd',m
axDate:'%y-%M-%d',readOnly:true
})"
>
onClick=
"WdatePicker({el:this,dateFmt:'yyyy-MM-dd',m
inDate:'#F{ $dp.$D(\'into_time_start\')}',maxDate:'%y-%M-%d',readOnly:'readonly'
})"
>
<select
class=
"form-control btn2 ld-Marheight"
id=
"changed_type"
>
<select
class=
"form-control btn2 ld-Marheight"
id=
"changed_type"
>
<option
value=
""
>
调整类型
</option>
<option
value=
""
>
调整类型
</option>
<option
value=
"10"
>
意向金转意向金
</option>
<option
value=
"10"
>
意向金转意向金
</option>
...
...
application/index/view/finance/receivables.html
View file @
f05eff37
...
@@ -263,16 +263,16 @@
...
@@ -263,16 +263,16 @@
<form
id=
"form_search"
>
<form
id=
"form_search"
>
<span
class=
"fore-span ld-Marheight"
>
提交时间:
</span>
<span
class=
"fore-span ld-Marheight"
>
提交时间:
</span>
<input
id=
"comit_time_start"
class=
"form-control btn4 ld-Marheight"
type=
"text"
<input
id=
"comit_time_start"
class=
"form-control btn4 ld-Marheight"
type=
"text"
onClick=
"WdatePicker({el:this,dateFmt:'yyyy-MM-dd',maxDate:'
%y-%M-%d',readOnly:true
})"
>
onClick=
"WdatePicker({el:this,dateFmt:'yyyy-MM-dd',maxDate:'
#F{ $dp.$D(\'comit_time_end\')||\'%y-%M-%d\'}',readOnly:'readonly'
})"
>
<span
class=
"fore-span ld-Marheight"
>
-
</span>
<span
class=
"fore-span ld-Marheight"
>
-
</span>
<input
id=
"comit_time_end"
class=
"form-control btn4 ld-Marheight"
type=
"text"
<input
id=
"comit_time_end"
class=
"form-control btn4 ld-Marheight"
type=
"text"
onClick=
"WdatePicker({el:this,dateFmt:'yyyy-MM-dd',m
axDate:'%y-%M-%d',readOnly:true
})"
>
onClick=
"WdatePicker({el:this,dateFmt:'yyyy-MM-dd',m
inDate:'#F{ $dp.$D(\'comit_time_start\' )}',maxDate:'%y-%M-%d',readOnly:'readonly'
})"
>
<span
class=
"fore-span ld-Marheight"
>
入账日期:
</span>
<span
class=
"fore-span ld-Marheight"
>
入账日期:
</span>
<input
id=
"into_time_start"
class=
"form-control btn4 ld-Marheight"
type=
"text"
<input
id=
"into_time_start"
class=
"form-control btn4 ld-Marheight"
type=
"text"
onClick=
"WdatePicker({el:this,dateFmt:'yyyy-MM-dd',maxDate:'
%y-%M-%d',readOnly:true
})"
>
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>
<span
class=
"fore-span ld-Marheight"
>
-
</span>
<input
id=
"into_time_end"
class=
"form-control btn4 ld-Marheight"
type=
"text"
<input
id=
"into_time_end"
class=
"form-control btn4 ld-Marheight"
type=
"text"
onClick=
"WdatePicker({el:this,dateFmt:'yyyy-MM-dd',m
axDate:'%y-%M-%d',readOnly:true
})"
>
onClick=
"WdatePicker({el:this,dateFmt:'yyyy-MM-dd',m
inDate:'#F{ $dp.$D(\'into_time_start\')}',maxDate:'%y-%M-%d',readOnly:'readonly'
})"
>
<select
class=
"form-control btn2 ld-Marheight"
id=
"maintable_deal_type"
>
<select
class=
"form-control btn2 ld-Marheight"
id=
"maintable_deal_type"
>
<option
value=
""
>
入账类型
</option>
<option
value=
""
>
入账类型
</option>
<option
value=
"10"
>
意向金
</option>
<option
value=
"10"
>
意向金
</option>
...
...
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