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
306c1967
Commit
306c1967
authored
Mar 18, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
6
parent
a3c0c928
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
getCollection.js
public/resource/js/getCollection.js
+1
-2
refundList.js
public/resource/js/refundList.js
+1
-0
cash_account_list_template_tpl.html
public/resource/template/cash_account_list_template_tpl.html
+4
-1
No files found.
public/resource/js/getCollection.js
View file @
306c1967
...
...
@@ -1139,9 +1139,8 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
// var get_id = $('#get_id').val();
// var status = refund.check_status;
receiv
.
buildSearchParams
();
var
_url
=
'/index/getCollection
'
+
'?'
+
'excel'
+
'='
+
'excel&
'
;
var
_url
=
'/index/getCollection
Excel'
+
'?
'
;
window
.
open
(
_url
+
receiv
.
buildSearchParamsLiu
);
console
.
log
(
receiv
.
buildSearchParamsLiu
);
},
...
...
public/resource/js/refundList.js
View file @
306c1967
...
...
@@ -530,6 +530,7 @@ define(['doT', 'text!temp/refund_template_tpl.html', 'css!style/home.css', 'ckfi
$
(
'#comit_name'
).
val
(
""
);
$
(
'#comit_phone'
).
val
(
""
);
$
(
'#is_type'
).
val
(
""
);
$
(
'#back_id_money'
).
val
(
""
);
that
.
agent_id_phone
=
""
;
},
...
...
public/resource/template/cash_account_list_template_tpl.html
View file @
306c1967
...
...
@@ -21,7 +21,10 @@
[
%
}
%
]
<
td
>
[
%=
it
[
item
][
'user_id'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'user_phone'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'operator_name'
]
%
]
<
/td
>
<
td
>
[
%
if
(
it
[
item
][
'operator_name'
]){
%
]
[
%=
it
[
item
][
'operator_name'
]
%
]
[
%
}
%
]
<
/td
>
<
td
>
[
%
if
(
it
[
item
][
'status'
]
==
0
&&
it
[
item
][
'is_essay'
]
==
2
){
%
]
<
a
class
=
"btn1 btn-success audit-pic"
href
=
"#modal-addPic"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["id"] %]'
>
审核通过
<
/a
>
...
...
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