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
55a3616d
Commit
55a3616d
authored
Oct 17, 2018
by
zw
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'test'
parents
7b0d0435
4b413173
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
8 deletions
+6
-8
commission_total.html
application/index/view/finance/commission_total.html
+2
-1
commissionTotal_template_tpl.html
public/resource/template/commissionTotal_template_tpl.html
+3
-2
reportList_template_tpl.html
public/resource/template/reportList_template_tpl.html
+1
-5
No files found.
application/index/view/finance/commission_total.html
View file @
55a3616d
...
@@ -133,7 +133,8 @@
...
@@ -133,7 +133,8 @@
<th
class=
"text-center"
>
成交日期/开票日期
</th>
<th
class=
"text-center"
>
成交日期/开票日期
</th>
<th
class=
"text-center"
>
所属部门/门店
</th>
<th
class=
"text-center"
>
所属部门/门店
</th>
<th
class=
"text-center"
>
业务员
</th>
<th
class=
"text-center"
>
业务员
</th>
<th
class=
"text-center"
>
应分佣金(元)
</th>
<th
class=
"text-center"
>
手续费(元)
</th>
<th
class=
"text-center"
>
慈善基金(元)
</th>
<th
class=
"text-center"
>
现金奖(元)
</th>
<th
class=
"text-center"
>
现金奖(元)
</th>
<th
class=
"text-center"
>
实收佣金(元)
</th>
<th
class=
"text-center"
>
实收佣金(元)
</th>
<th
class=
"text-center"
>
税费(元)
</th>
<th
class=
"text-center"
>
税费(元)
</th>
...
...
public/resource/template/commissionTotal_template_tpl.html
View file @
55a3616d
...
@@ -6,12 +6,13 @@
...
@@ -6,12 +6,13 @@
<
td
>
[
%=
it
[
item
][
'operation_date'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'operation_date'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'district_store'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'district_store'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'name'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'name'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'should_commission'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'service_charge'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'charity_fund'
]
%
]
<
/td
>
<
td
>
<
td
>
[
%
if
(
it
[
item
][
'cash'
]
){
%
]
[
%
if
(
it
[
item
][
'cash'
]
){
%
]
[
%=
it
[
item
][
'cash'
]
%
]
[
%=
it
[
item
][
'cash'
]
%
]
[
%
}
else
{
%
]
[
%
}
else
{
%
]
[
%=
0
%
]
<
div
%=
""
0
=
""
><
/div
>
[
%
}
%
]
[
%
}
%
]
<
/td
>
<
/td
>
<
td
>
<
td
>
...
...
public/resource/template/reportList_template_tpl.html
View file @
55a3616d
...
@@ -116,11 +116,7 @@
...
@@ -116,11 +116,7 @@
<
span
contenteditable
class
=
"detail-modal-maid-span-cash"
>
[
%=
it
[
'data'
][
i
][
'partial_commission'
][
j
][
'cash'
]
%
]
<
/span
>
<
span
contenteditable
class
=
"detail-modal-maid-span-cash"
>
[
%=
it
[
'data'
][
i
][
'partial_commission'
][
j
][
'cash'
]
%
]
<
/span
>
<
span
contenteditable
class
=
"detail-modal-maid-span-practical-fee"
>
[
%=
it
[
'data'
][
i
][
'partial_commission'
][
j
][
'practical_fee'
]
%
]
<
/span
>
<
span
contenteditable
class
=
"detail-modal-maid-span-practical-fee"
>
[
%=
it
[
'data'
][
i
][
'partial_commission'
][
j
][
'practical_fee'
]
%
]
<
/span
>
[
%
if
(
!
it
[
'data'
][
i
][
'partial_commission'
][
j
][
'income_time'
]
||
(
Array
.
isArray
(
it
[
'data'
][
i
][
'partial_commission'
][
j
][
'income_time'
])
&&
it
[
'data'
][
i
][
'partial_commission'
][
j
][
'income_time'
].
length
<
1
)
)
{
%
]
[
%
if
(
!
it
[
'data'
][
i
][
'partial_commission'
][
j
][
'income_time'
]
||
(
Array
.
isArray
(
it
[
'data'
][
i
][
'partial_commission'
][
j
][
'income_time'
])
&&
it
[
'data'
][
i
][
'partial_commission'
][
j
][
'income_time'
].
length
<
1
)
)
{
%
]
[
%
if
(
it
[
'data'
][
i
][
'partial_commission'
][
j
][
'income_time_add'
])
{
%
]
<
span
class
=
"detail-modal-maid-span-date"
data
-
dateid
=
""
>
请点击选择
<
/span
>
<
span
class
=
"detail-modal-maid-span-date"
data
-
dateid
=
"[%= it['data'][i]['partial_commission'][j]['income_time_add']['id'] %]"
>
[
%=
it
[
'data'
][
i
][
'partial_commission'
][
j
][
'income_time_add'
][
'income_time'
]
%
]
<
/span
>
[
%
}
else
{
%
]
<
span
class
=
"detail-modal-maid-span-date"
data
-
dateid
=
""
>
请点击选择
<
/span
>
[
%
}
%
]
[
%
}
else
{
%
]
[
%
}
else
{
%
]
<
span
class
=
"detail-modal-maid-span-date"
data
-
dateid
=
"[%= it['data'][i]['partial_commission'][j]['income_time']['id'] %]"
>
[
%=
it
[
'data'
][
i
][
'partial_commission'
][
j
][
'income_time'
][
'income_time'
]
%
]
<
/span
>
<
span
class
=
"detail-modal-maid-span-date"
data
-
dateid
=
"[%= it['data'][i]['partial_commission'][j]['income_time']['id'] %]"
>
[
%=
it
[
'data'
][
i
][
'partial_commission'
][
j
][
'income_time'
][
'income_time'
]
%
]
<
/span
>
[
%
}
%
]
[
%
}
%
]
...
...
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