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
05a9ef25
Commit
05a9ef25
authored
Aug 22, 2018
by
xinyuandu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增id字段,新增搜索选项
parent
a4c33603
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
finance_update_log.html
application/index/view/finance/finance_update_log.html
+3
-1
finance_update_log.js
public/resource/js/finance_update_log.js
+1
-0
No files found.
application/index/view/finance/finance_update_log.html
View file @
05a9ef25
...
@@ -89,7 +89,9 @@
...
@@ -89,7 +89,9 @@
<input
class=
"form-control btn2 ld-Marheight btn2-2"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"store_num"
placeholder=
"商铺号"
type=
"text"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight btn2-2"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"store_num"
placeholder=
"商铺号"
type=
"text"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight btn2-2"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"user_name"
placeholder=
"修改人姓名"
type=
"text"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight btn2-2"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"user_name"
placeholder=
"修改人姓名"
type=
"text"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"user_phone"
placeholder=
"修改人手机号"
type=
"text"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"user_phone"
placeholder=
"修改人手机号"
type=
"text"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"bargain_id"
placeholder=
"成交报告id"
type=
"text"
value=
""
>
<br/>
<span
class=
"btn btn-info btn3"
id=
"search"
>
搜索
</span>
<span
class=
"btn btn-info btn3"
id=
"search"
>
搜索
</span>
<span
class=
"btn btn-info btn3"
id=
"reset"
>
重置
</span>
<span
class=
"btn btn-info btn3"
id=
"reset"
>
重置
</span>
<!--<span class="btn btn-info btn3" id="export">导出excel</span>-->
<!--<span class="btn btn-info btn3" id="export">导出excel</span>-->
...
...
public/resource/js/finance_update_log.js
View file @
05a9ef25
...
@@ -321,6 +321,7 @@ define(['doT', 'text!temp/financeUpdateLog_template_tpl.html', 'css!style/home.c
...
@@ -321,6 +321,7 @@ define(['doT', 'text!temp/financeUpdateLog_template_tpl.html', 'css!style/home.c
params
.
name
=
$
(
'#user_name'
).
val
();
params
.
name
=
$
(
'#user_name'
).
val
();
params
.
create_time
=
$
(
'#create_time'
).
val
();
params
.
create_time
=
$
(
'#create_time'
).
val
();
params
.
end_time
=
$
(
'#end_time'
).
val
();
params
.
end_time
=
$
(
'#end_time'
).
val
();
params
.
bargain_id
=
$
(
'#bargain_id'
).
val
();
$
.
ajax
({
$
.
ajax
({
url
:
'/index/financeUpdateLog'
,
//获取列表
url
:
'/index/financeUpdateLog'
,
//获取列表
type
:
'GET'
,
type
:
'GET'
,
...
...
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