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
a252dfbf
Commit
a252dfbf
authored
Jul 25, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
一键生成时间优化
parent
d0bdeb28
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
quicklyGenerate.html
application/index/view/cost/quicklyGenerate.html
+1
-1
quicklyGenerate.js
public/resource/js/quicklyGenerate.js
+1
-1
No files found.
application/index/view/cost/quicklyGenerate.html
View file @
a252dfbf
...
...
@@ -303,7 +303,7 @@
<td
style=
"height: 800px;padding-left: 20px;"
>
<form
id=
"form_search"
>
<span
class=
"fore-span ld-Marheight"
>
计入月份:
</span>
<input
type=
"
date"
id=
"count_time
"
class=
"form-control ld-Marheight"
placeholder=
"请选择"
style=
"width: 150px;float: left;"
/>
<input
type=
"
month"
id=
"comit_time_start
"
class=
"form-control ld-Marheight"
placeholder=
"请选择"
style=
"width: 150px;float: left;"
/>
<!--<input id="comit_time_start" class="form-control btn4 ld-Marheight" type="text" placeholder="请选择"
onClick="WdatePicker({el:this,dateFmt:'yyyy-MM',readOnly:'readonly' })"> -->
...
...
public/resource/js/quicklyGenerate.js
View file @
a252dfbf
...
...
@@ -25,7 +25,7 @@ define(['doT', 'text!temp/cost_details_template_tpl.html', 'css!style/home.css',
var
_doc
=
$
(
document
);
//搜索
$
(
document
).
on
(
'
click'
,
'#search
'
,
function
(
e
){
$
(
document
).
on
(
'
input'
,
'#comit_time_start
'
,
function
(
e
){
that
.
getList
(
1
);
});
//重置搜索条件
...
...
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