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
0e2f8fab
Commit
0e2f8fab
authored
Jul 25, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
37f71e06
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
14 deletions
+12
-14
accountingTable.html
application/index/view/cost/accountingTable.html
+2
-2
accountingTable.js
public/resource/js/accountingTable.js
+10
-12
No files found.
application/index/view/cost/accountingTable.html
View file @
0e2f8fab
...
@@ -20,9 +20,9 @@
...
@@ -20,9 +20,9 @@
<div
class=
"panel-heading breadcrumb"
>
<div
class=
"panel-heading breadcrumb"
>
<li>
<li>
<span
class=
"manager-title ld-Marheight"
></span>
<span
class=
"manager-title ld-Marheight"
></span>
<
input
id=
"count_time2"
class=
"form-control ld-Marheight"
placeholder=
"请选择"
style=
"width: 150px;float: left;"
>
<
!--<input id="count_time2" class="form-control ld-Marheight" placeholder="请选择" style="width: 150px;float: left;">--
>
<input
type=
"
date
"
id=
"count_time"
class=
"form-control ld-Marheight"
placeholder=
"请选择"
style=
"width: 150px;float: left;"
/>
<input
type=
"
month
"
id=
"count_time"
class=
"form-control ld-Marheight"
placeholder=
"请选择"
style=
"width: 150px;float: left;"
/>
<a
class=
"btn btn-info is-print ld-Marheight"
style=
"margin-left: 20px;"
>
打印
</a>
<a
class=
"btn btn-info is-print ld-Marheight"
style=
"margin-left: 20px;"
>
打印
</a>
<!--<a class="btn btn-info is-close ld-Marheight" style="margin-left: 20px;">导出excel</a>-->
<!--<a class="btn btn-info is-close ld-Marheight" style="margin-left: 20px;">导出excel</a>-->
...
...
public/resource/js/accountingTable.js
View file @
0e2f8fab
...
@@ -32,18 +32,16 @@ define(['doT','html2canvas','text!temp/accountingTable_list_template_tpl.html',
...
@@ -32,18 +32,16 @@ define(['doT','html2canvas','text!temp/accountingTable_list_template_tpl.html',
},
},
event
:
function
()
{
event
:
function
()
{
var
that
=
bargain
;
var
that
=
bargain
;
$
(
'#count_time2'
).
datetimepicker
({
// $('#count_time2').datetimepicker({
format
:
'yyyy-mm'
,
// format:'yyyy-mm',
startView
:
3
,
// startView: 3,
maxViewMode
:
1
,
// maxViewMode: 1,
minViewMode
:
1
,
// minViewMode:1,
autoclose
:
true
,
// autoclose : true,
minView
:
3
,
// minView : 3 ,
onChange
:
function
()
{
}
// onChange : function() { }
});
// });
$
(
'#count_time2'
).
change
(
function
(){
alert
(
"time change"
)
});
var
_doc
=
$
(
document
);
var
_doc
=
$
(
document
);
//门店成本 时间搜索
//门店成本 时间搜索
_doc
.
on
(
'input'
,
'#count_time'
,
function
()
{
_doc
.
on
(
'input'
,
'#count_time'
,
function
()
{
...
...
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