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
99e73b44
Commit
99e73b44
authored
Mar 15, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
6
parent
c308b81b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
daily_list.html
application/index/view/finance/daily_list.html
+3
-3
reportDetails.vue
public/appnew/src/components/reportDetails/reportDetails.vue
+1
-1
cash_back_list_template_tpl.html
public/resource/template/cash_back_list_template_tpl.html
+1
-1
No files found.
application/index/view/finance/daily_list.html
View file @
99e73b44
...
...
@@ -75,9 +75,9 @@
<form
id=
"maintable_form_search"
>
<select
class=
"form-control btn2 margin-top-ld"
id=
"financial_city_choose"
>
<option
value=
"-1"
>
选择城市
</option>
<option
value=
"1"
>
上海市
</option>
<option
value=
"
0
"
>
杭州市
</option>
<option
value=
"
0
"
>
深圳市
</option>
<option
value=
"1
0001
"
>
上海市
</option>
<option
value=
"
10002
"
>
杭州市
</option>
<option
value=
"
10003
"
>
深圳市
</option>
</select>
<span
class=
"fore-span margin-left-10"
>
提交时间:
</span>
...
...
public/appnew/src/components/reportDetails/reportDetails.vue
View file @
99e73b44
...
...
@@ -179,7 +179,7 @@
<div
class=
"special-style"
>
收款ID:
<span
class=
"margin-left"
>
{{
item
.
id
}}
</span></div>
</li>
<li
class=
"main-sec-li half no-background-color"
>
<div
class=
"special-style"
>
提
交报告ID:
<span
class=
"margin-left"
>
{{
item
.
bargain_id
}}
</span></div>
<div
class=
"special-style"
>
成
交报告ID:
<span
class=
"margin-left"
>
{{
item
.
bargain_id
}}
</span></div>
</li>
<li
class=
"main-sec-li half no-background-color"
>
<div
class=
"special-style"
>
入账金额:
<span
class=
"margin-left"
>
{{
item
.
money
}}
</span></div>
...
...
public/resource/template/cash_back_list_template_tpl.html
View file @
99e73b44
<script
id=
"cash_back_template_tpl"
type=
"text/template"
>
[
%
var
swAction
=
function
(
s
){
switch
(
Number
(
s
)){
case
0
:
return
"首次登陆"
;
case
1
:
return
"邀请登陆"
;
case
2
:
return
"邀请成交"
;
default
:
return
s
}};
%
]
[
%
var
swStatus
=
function
(
s
){
switch
(
Number
(
s
)){
case
0
:
return
"
正常"
;
case
1
:
return
"手动停止"
;
case
3
:
return
"时间过期"
;
case
4
:
return
"删除"
;
case
5
:
return
"未开始
"
;
default
:
return
s
}};
%
]
[
%
var
swStatus
=
function
(
s
){
switch
(
Number
(
s
)){
case
0
:
return
"
有效"
;
case
1
:
return
"已使用"
;
case
2
:
return
"过期
"
;
default
:
return
s
}};
%
]
[
%
if
(
it
!=
''
)
{
%
]
[
%
for
(
var
item
in
it
){
%
]
<
tr
class
=
"text-center"
>
...
...
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