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
7ea9107d
Commit
7ea9107d
authored
Mar 14, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
入账类型修改
parent
4ed80d16
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
11 deletions
+10
-11
cashAccountList.html
application/index/view/redEnvelope/cashAccountList.html
+1
-3
getCollection.js
public/resource/js/getCollection.js
+3
-0
cash_account_list_template_tpl.html
public/resource/template/cash_account_list_template_tpl.html
+6
-8
No files found.
application/index/view/redEnvelope/cashAccountList.html
View file @
7ea9107d
...
...
@@ -32,7 +32,7 @@
<input
class=
"form-control btn4 ld-Marheight"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"create_time_end"
name=
"end_date1"
type=
"date"
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"industry_type"
placeholder=
"客户ID"
type=
"text"
value=
""
name=
"groupname"
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"dish"
placeholder=
"客户手机号"
type=
"text"
value=
""
name=
"store_name"
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"dish"
placeholder=
"客户昵称"
type=
"text"
value=
""
name=
"store_name"
>
<!-- <input class="form-control btn2 ld-Marheight" data-rule-phoneus="false" data-rule-required="false" id="dish" placeholder="客户昵称" type="text" value="" name="store_name">--
>
<span
class=
"btn btn-info btn3 ld-Marheight"
id=
"search"
>
搜索
</span>
<span
class=
"btn btn-info btn3 ld-Marheight"
id=
"reset"
>
重置
</span>
<div
style=
"margin-left: 8px;font-size: 18px;font-weight: 600;"
>
...
...
@@ -48,9 +48,7 @@
<th
class=
"text-center"
>
变动时间
</th>
<th
class=
"text-center"
>
变动金额
</th>
<th
class=
"text-center"
>
变动类型
</th>
<th
class=
"text-center"
>
余额(元)
</th>
<th
class=
"text-center"
>
客户ID
</th>
<th
class=
"text-center"
>
客户昵称
</th>
<th
class=
"text-center"
>
客户手机号
</th>
<th
class=
"text-center"
>
审核人
</th>
<th
class=
"text-center"
>
操作
</th>
...
...
public/resource/js/getCollection.js
View file @
7ea9107d
...
...
@@ -1039,6 +1039,9 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
recervablesParams
:
function
(){
var
params
=
{}
;
if
(
$
(
'#intoType'
).
val
()){
//入账类型
params
.
type
=
$
(
'#intoType'
).
val
()
};
if
(
$
(
'#ruzhangId'
).
text
()){
//入账ID
params
.
pay_id
=
$
(
'#ruzhangId'
).
text
()
};
...
...
public/resource/template/cash_account_list_template_tpl.html
View file @
7ea9107d
...
...
@@ -4,12 +4,10 @@
<
tr
class
=
"text-center"
>
<
td
>
[
%=
it
[
item
][
'create_time'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'money'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'create_time'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'create_time'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'create_time'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'create_time'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'create_time'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'create_time'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'status'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'user_id'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'create_time1'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'create_time1'
]
%
]
<
/td
>
<
td
>
<
a
class
=
"btn1 btn-success is_show"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["id"] %]'
data
-
target
=
"#modal-show"
>
审核通过
<
/a
>
<
/td
>
...
...
@@ -20,4 +18,5 @@
<
td
colspan
=
"12"
style
=
"text-align:center;"
>
暂无数据
<
/td
>
<
/tr
>
[
%
}
%
]
</script>
\ No newline at end of file
</script>
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