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
37f71e06
Commit
37f71e06
authored
Jul 25, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
1cb5d395
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
accountingTable_list_template_tpl.html
.../resource/template/accountingTable_list_template_tpl.html
+10
-10
No files found.
public/resource/template/accountingTable_list_template_tpl.html
View file @
37f71e06
...
@@ -4,8 +4,8 @@
...
@@ -4,8 +4,8 @@
[
%
for
(
var
item
in
it
){
%
]
[
%
for
(
var
item
in
it
){
%
]
<
tr
>
<
tr
>
<
td
>
[
%=
countTime
()
%
]
<
/td
>
<
td
>
[
%=
countTime
()
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'id'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'apply_for_id'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'apply_for_id'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'cost_id'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'apply_for_time'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'apply_for_time'
]
%
]
<
/td
>
<
td
>
[
%=
switchFeeType
(
it
[
item
][
'type'
])
%
]
<
/td
>
<
td
>
[
%=
switchFeeType
(
it
[
item
][
'type'
])
%
]
<
/td
>
<
td
>
[
%=
switchFeeItem
(
it
[
item
][
'fee_item'
])
%
]
<
/td
>
<
td
>
[
%=
switchFeeItem
(
it
[
item
][
'fee_item'
])
%
]
<
/td
>
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
<
td
>
[
%=
it
[
item
][
'assume_fee'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'assume_fee'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'purpose'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'purpose'
]
%
]
<
/td
>
<
td
>
<
td
>
<
a
class
=
"btn1 btn-success checkCost"
href
=
"#modal-addPic"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["
cost
_id"] %]'
data
-
status
=
'[%= it[item]["status"] %]'
>
详情
<
/a
>
<
a
class
=
"btn1 btn-success checkCost"
href
=
"#modal-addPic"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["
apply_for
_id"] %]'
data
-
status
=
'[%= it[item]["status"] %]'
>
详情
<
/a
>
<
/td
>
<
/td
>
<
/tr
>
<
/tr
>
[
%
}
%
]
[
%
}
%
]
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
[
%
for
(
var
item
in
it
){
%
]
[
%
for
(
var
item
in
it
){
%
]
<
tr
>
<
tr
>
<
td
>
[
%=
countTime
()
%
]
<
/td
>
<
td
>
[
%=
countTime
()
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'
apply_for_
id'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'id'
]
%
]
<
/td
>
<
td
><
/td
>
<
td
><
/td
>
<
td
>
[
%=
it
[
item
][
'apply_for_time'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'apply_for_time'
]
%
]
<
/td
>
<
td
>
[
%=
switchFeeType
(
it
[
item
][
'type'
])
%
]
<
/td
>
<
td
>
[
%=
switchFeeType
(
it
[
item
][
'type'
])
%
]
<
/td
>
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
<
td
>
[
%=
it
[
item
][
'assume_fee'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'assume_fee'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'purpose'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'purpose'
]
%
]
<
/td
>
<
td
>
<
td
>
<
a
class
=
"btn1 btn-success checkCost"
href
=
"#modal-addPic"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["
cost
_id"] %]'
data
-
status
=
'[%= it[item]["status"] %]'
>
详情
<
/a
>
<
a
class
=
"btn1 btn-success checkCost"
href
=
"#modal-addPic"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["
apply_for
_id"] %]'
data
-
status
=
'[%= it[item]["status"] %]'
>
详情
<
/a
>
<
/td
>
<
/td
>
<
/tr
>
<
/tr
>
[
%
}
%
]
[
%
}
%
]
...
@@ -56,7 +56,7 @@
...
@@ -56,7 +56,7 @@
[
%
for
(
var
item
in
it
){
%
]
[
%
for
(
var
item
in
it
){
%
]
<
tr
>
<
tr
>
<
td
>
[
%=
countTime
()
%
]
<
/td
>
<
td
>
[
%=
countTime
()
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'
apply_for_
id'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'id'
]
%
]
<
/td
>
<
td
><
/td
>
<
td
><
/td
>
<
td
>
[
%=
it
[
item
][
'apply_for_time'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'apply_for_time'
]
%
]
<
/td
>
<
td
>
[
%=
switchFeeType
(
it
[
item
][
'type'
])
%
]
<
/td
>
<
td
>
[
%=
switchFeeType
(
it
[
item
][
'type'
])
%
]
<
/td
>
...
@@ -66,7 +66,7 @@
...
@@ -66,7 +66,7 @@
<
td
>
[
%=
it
[
item
][
'assume_fee'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'assume_fee'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'purpose'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'purpose'
]
%
]
<
/td
>
<
td
>
<
td
>
<
a
class
=
"btn1 btn-success checkCost"
href
=
"#modal-addPic"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["
cost
_id"] %]'
data
-
status
=
'[%= it[item]["status"] %]'
>
详情
<
/a
>
<
a
class
=
"btn1 btn-success checkCost"
href
=
"#modal-addPic"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["
apply_for
_id"] %]'
data
-
status
=
'[%= it[item]["status"] %]'
>
详情
<
/a
>
<
/td
>
<
/td
>
<
/tr
>
<
/tr
>
[
%
}
%
]
[
%
}
%
]
...
@@ -82,7 +82,7 @@
...
@@ -82,7 +82,7 @@
[
%
for
(
var
item
in
it
){
%
]
[
%
for
(
var
item
in
it
){
%
]
<
tr
>
<
tr
>
<
td
>
[
%=
countTime
()
%
]
<
/td
>
<
td
>
[
%=
countTime
()
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'
apply_for_
id'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'id'
]
%
]
<
/td
>
<
td
><
/td
>
<
td
><
/td
>
<
td
>
[
%=
it
[
item
][
'apply_for_time'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'apply_for_time'
]
%
]
<
/td
>
<
td
>
[
%=
switchFeeType
(
it
[
item
][
'type'
])
%
]
<
/td
>
<
td
>
[
%=
switchFeeType
(
it
[
item
][
'type'
])
%
]
<
/td
>
...
@@ -92,7 +92,7 @@
...
@@ -92,7 +92,7 @@
<
td
>
[
%=
it
[
item
][
'assume_fee'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'assume_fee'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'purpose'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'purpose'
]
%
]
<
/td
>
<
td
>
<
td
>
<
a
class
=
"btn1 btn-success checkCost"
href
=
"#modal-addPic"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["
cost
_id"] %]'
data
-
status
=
'[%= it[item]["status"] %]'
>
详情
<
/a
>
<
a
class
=
"btn1 btn-success checkCost"
href
=
"#modal-addPic"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["
apply_for
_id"] %]'
data
-
status
=
'[%= it[item]["status"] %]'
>
详情
<
/a
>
<
/td
>
<
/td
>
<
/tr
>
<
/tr
>
[
%
}
%
]
[
%
}
%
]
...
@@ -108,8 +108,8 @@
...
@@ -108,8 +108,8 @@
[
%
for
(
var
item
in
it
){
%
]
[
%
for
(
var
item
in
it
){
%
]
<
tr
>
<
tr
>
<
td
>
[
%=
countTime
()
%
]
<
/td
>
<
td
>
[
%=
countTime
()
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'id'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'apply_for_id'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'apply_for_id'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'cost_id'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'apply_for_time'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'apply_for_time'
]
%
]
<
/td
>
<
td
>
[
%=
switchFeeType
(
it
[
item
][
'type'
])
%
]
<
/td
>
<
td
>
[
%=
switchFeeType
(
it
[
item
][
'type'
])
%
]
<
/td
>
<
td
>
[
%=
switchFeeItem
(
it
[
item
][
'fee_item'
])
%
]
<
/td
>
<
td
>
[
%=
switchFeeItem
(
it
[
item
][
'fee_item'
])
%
]
<
/td
>
...
@@ -118,7 +118,7 @@
...
@@ -118,7 +118,7 @@
<
td
>
[
%=
it
[
item
][
'assume_fee'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'assume_fee'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'purpose'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'purpose'
]
%
]
<
/td
>
<
td
>
<
td
>
<
a
class
=
"btn1 btn-success checkCost"
href
=
"#modal-addPic"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["
cost
_id"] %]'
data
-
status
=
'[%= it[item]["status"] %]'
>
详情
<
/a
>
<
a
class
=
"btn1 btn-success checkCost"
href
=
"#modal-addPic"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["
apply_for
_id"] %]'
data
-
status
=
'[%= it[item]["status"] %]'
>
详情
<
/a
>
<
/td
>
<
/td
>
<
/tr
>
<
/tr
>
[
%
}
%
]
[
%
}
%
]
...
...
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