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
a3198cfc
Commit
a3198cfc
authored
May 31, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
财务修改
parent
3834d08c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
63 additions
and
18 deletions
+63
-18
commission.html
application/index/view/finance/commission.html
+14
-14
tax.html
application/index/view/finance/tax.html
+0
-0
commission.js
public/resource/js/commission.js
+1
-1
tax.js
public/resource/js/tax.js
+0
-0
reportList_maidtwo_template_tpl.html
...ic/resource/template/reportList_maidtwo_template_tpl.html
+45
-0
tax_template_tpl.html
public/resource/template/tax_template_tpl.html
+3
-3
No files found.
application/index/view/finance/commission.html
View file @
a3198cfc
...
@@ -131,19 +131,19 @@
...
@@ -131,19 +131,19 @@
<span>
商铺地址:
</span><span
id=
"bargaininfo_internal_address"
></span><br>
<span>
商铺地址:
</span><span
id=
"bargaininfo_internal_address"
></span><br>
<span>
客户姓名:
</span><span
id=
"bargaininfo_user_name"
></span><br>
<span>
客户姓名:
</span><span
id=
"bargaininfo_user_name"
></span><br>
<span>
成交类型:
</span>
<span>
成交类型:
</span>
<select
class=
"form-control"
id=
"bargaininfo_type"
>
<select
class=
"form-control"
id=
"bargaininfo_type"
disabled=
"disabled"
>
<option
value=
"10"
>
出租
</option>
<option
value=
"10"
>
出租
</option>
<option
value=
"20"
>
增佣
</option>
<option
value=
"20"
>
增佣
</option>
<option
value=
"30"
>
代理
</option>
<option
value=
"30"
>
代理
</option>
<option
value=
"40"
>
好处费
</option>
<option
value=
"40"
>
好处费
</option>
</select>
</select>
<br
/>
<br
/>
<span>
应收总佣金:
</span>
<input
class=
"form-control"
id=
"bargaininfo_total_commission"
type=
"number"
>
元
<br>
<span>
应收总佣金:
</span>
<input
class=
"form-control"
id=
"bargaininfo_total_commission"
type=
"number"
disabled=
"disabled"
>
元
<br>
</div>
</div>
<div
class=
"detail-modal-bargaininfo-main-right"
>
<div
class=
"detail-modal-bargaininfo-main-right"
>
<span>
是否开业:
</span>
<span>
是否开业:
</span>
<select
class=
"form-control"
id=
"bargaininfo_is_open"
>
<select
class=
"form-control"
id=
"bargaininfo_is_open"
disabled=
"disabled"
>
<option
value=
"0"
>
否
</option>
<option
value=
"0"
>
否
</option>
<option
value=
"1"
>
是
</option>
<option
value=
"1"
>
是
</option>
</select>
<br
/>
</select>
<br
/>
...
@@ -156,33 +156,33 @@
...
@@ -156,33 +156,33 @@
<div
class=
"form-group detail-modal-bargaininfo-commission-sec"
>
<div
class=
"form-group detail-modal-bargaininfo-commission-sec"
>
<label
class=
""
>
实收佣金:
</label>
<label
class=
""
>
实收佣金:
</label>
<div
class=
"input-group"
>
<div
class=
"input-group"
>
<input
type=
"number"
class=
"form-control"
placeholder=
"请输入"
>
<input
type=
"number"
class=
"form-control"
placeholder=
"请输入"
disabled=
"disabled"
>
<div
class=
"input-group-addon"
>
元
</div>
<div
class=
"input-group-addon"
>
元
</div>
</div>
</div>
<label
class=
""
>
收佣日期:
</label>
<label
class=
""
>
收佣日期:
</label>
<div
class=
"input-group"
>
<div
class=
"input-group"
>
<input
type=
"date"
class=
"form-control"
placeholder=
"请输入"
>
<input
type=
"date"
class=
"form-control"
placeholder=
"请输入"
disabled=
"disabled"
>
</div>
</div>
<!--<mark href="javascript:;" class="detail-modal-bargaininfo-commission-cancel-pic"><img src="/resource/image/search_gb.png" /></mark>-->
<!--<mark href="javascript:;" class="detail-modal-bargaininfo-commission-cancel-pic"><img src="/resource/image/search_gb.png" /></mark>-->
</div>
</div>
</div>
</div>
<div
id=
"bargaininfo_commission_add_btn"
>
<
!--<
div id="bargaininfo_commission_add_btn">
<img src="/resource/image/jia2@2x.png" />
<img src="/resource/image/jia2@2x.png" />
</div>
</div>
-->
</div>
</div>
<div>
<div>
<span
class=
"detail-modal-bargaininfo-span-beizhu"
>
备注:
</span>
<span
class=
"detail-modal-bargaininfo-span-beizhu"
>
备注:
</span>
<textarea
id=
"bargaininfo_beizhu"
></textarea>
<textarea
id=
"bargaininfo_beizhu"
disabled=
"disabled"
></textarea>
</div>
</div>
</form>
</form>
<div
class=
"tc"
>
<div
class=
"tc"
>
<
button
type=
"button"
class=
"btn btn-primary"
id=
"bargaininfo_btn_save"
>
保存
</button
>
<
!--<button type="button" class="btn btn-primary" id="bargaininfo_btn_save">保存</button>--
>
</div>
</div>
</div>
</div>
<div
class=
"detail-modal-body-sec"
>
<div
class=
"detail-modal-body-sec"
>
<div
class=
"detail-modal-maid-top-btn-area oh"
>
<div
class=
"detail-modal-maid-top-btn-area oh"
>
<
a
class=
"btn btn-success"
href=
"#modal_new_maid"
data-toggle=
"modal"
>
新增
</a
>
<
!--<a class="btn btn-success" href="#modal_new_maid" data-toggle="modal">新增</a>--
>
<
a
id=
"maid_new_btn"
class=
"btn btn-primary"
data-toggle=
"modal"
>
增加实收
</a
>
<
!--<a id="maid_new_btn" class="btn btn-primary" data-toggle="modal">增加实收</a>--
>
</div>
</div>
<table
class=
"table table-striped table-bordered table-hover table-condensed"
id=
"maid_table_main"
>
<table
class=
"table table-striped table-bordered table-hover table-condensed"
id=
"maid_table_main"
>
<thead>
<thead>
...
@@ -239,15 +239,15 @@
...
@@ -239,15 +239,15 @@
</table>
</table>
<div
class=
"detail-modal-maid-bottom-btn-area text-right"
>
<div
class=
"detail-modal-maid-bottom-btn-area text-right"
>
<
a
id=
"maid_ok_btn"
class=
"btn btn-primary"
data-toggle=
"modal"
>
确认分佣
</a
>
<
!--<a id="maid_ok_btn" class="btn btn-primary" data-toggle="modal">确认分佣</a>--
>
<
a
id=
"maid_save_btn"
class=
"btn btn-primary"
data-toggle=
"modal"
>
保存
</a
>
<
!--<a id="maid_save_btn" class="btn btn-primary" data-toggle="modal">保存</a>--
>
</div>
</div>
<!--分佣提成-->
<!--分佣提成-->
</div>
</div>
<div
class=
"detail-modal-body-sec"
>
<div
class=
"detail-modal-body-sec"
>
<div>
<div>
<div
class=
"tc"
>
<div
class=
"tc"
>
<
a
class=
"btn btn-success"
href=
"#modal_new_tax"
data-toggle=
"modal"
>
新增开票
</a
>
<
!--<a class="btn btn-success" href="#modal_new_tax" data-toggle="modal">新增开票</a>--
>
</div>
</div>
<div
id=
"tax_main_box"
>
<div
id=
"tax_main_box"
>
<!--内容为模板生成-->
<!--内容为模板生成-->
...
...
application/index/view/finance/tax.html
View file @
a3198cfc
This diff is collapsed.
Click to expand it.
public/resource/js/commission.js
View file @
a3198cfc
...
@@ -355,7 +355,7 @@
...
@@ -355,7 +355,7 @@
// };
// };
// return business;
// return business;
//});
//});
define
([
'doT'
,
'text!temp/commission_template_tpl.html'
,
'text!temp/reportList_shuiFee_template_tpl.html'
,
'text!temp/reportList_maid_template_tpl.html'
,
'text!temp/reportList_maid_sub1_template_tpl.html'
,
'css!style/home.css'
,
'css!style/report_list.css'
,
'ckfinder'
,
'ckfinderStart'
,
'pagination'
,
'bootstrapJs'
],
function
(
doT
,
template
,
template_tax
,
template_maid
,
template_maid_sub1
)
{
define
([
'doT'
,
'text!temp/commission_template_tpl.html'
,
'text!temp/reportList_shuiFee_template_tpl.html'
,
'text!temp/reportList_maid
two
_template_tpl.html'
,
'text!temp/reportList_maid_sub1_template_tpl.html'
,
'css!style/home.css'
,
'css!style/report_list.css'
,
'ckfinder'
,
'ckfinderStart'
,
'pagination'
,
'bootstrapJs'
],
function
(
doT
,
template
,
template_tax
,
template_maid
,
template_maid_sub1
)
{
bargain
=
{
bargain
=
{
pageNo
:
1
,
pageNo
:
1
,
/*第几页*/
/*第几页*/
...
...
public/resource/js/tax.js
View file @
a3198cfc
This diff is collapsed.
Click to expand it.
public/resource/template/reportList_maidtwo_template_tpl.html
0 → 100644
View file @
a3198cfc
<script
id=
"reportList_maid_list_tpl"
type=
"text/template"
>
[
%
if
(
it
[
'data'
]
&&
it
[
'data'
].
length
&&
it
[
'data'
].
length
>
0
)
{
%
]
[
%
var
dealT
=
function
(
g
){
if
(
g
&&
(
g
!=
"null"
)){
return
g
}
else
{
return
""
}};
%
]
[
%
for
(
var
i
in
it
[
'data'
]){
%
]
<
tr
class
=
"text-center"
data
-
id
=
"[%= it['data'][i]['id'] %]"
data
-
agentid
=
"[%= it['data'][i]['agent_id'] %]"
data
-
role
=
"[%= it['data'][i]['role'] %]"
data
-
lastid
=
"[%= it['data'][i]['last_commission_id'] %]"
>
<
td
>
[
%=
it
[
'data'
][
i
][
'role_name'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
'data'
][
i
][
'agent'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
'data'
][
i
][
'district_store'
]
%
]
<
/td
>
<
td
><
span
class
=
"detail-modal-maid-span-scale"
>
[
%=
it
[
'data'
][
i
][
'scale'
]
%
]
<
/span><span>%</
span
><
/td
>
<
td
class
=
"detail-modal-maid-td-should-commission"
>
[
%=
it
[
'data'
][
i
][
'scale_fee'
]
%
]
<
/td
>
<
td
colspan
=
"6"
class
=
"detail-modal-maid-mix-td oh"
>
[
%
if
(
it
[
'data'
][
i
][
'partial_commission'
]
&&
it
[
'data'
][
i
][
'partial_commission'
].
length
&&
it
[
'data'
][
i
][
'partial_commission'
].
length
>
0
)
{
%
]
[
%
for
(
var
j
in
it
[
'data'
][
i
][
'partial_commission'
]){
%
]
<
div
class
=
"oh"
data
-
id
=
"[%= it['data'][i]['partial_commission'][j]['id'] %]"
>
<
span
class
=
"detail-modal-maid-span-real-fee"
>
[
%=
it
[
'data'
][
i
][
'partial_commission'
][
j
][
'real_fee'
]
%
]
<
/span
>
<
span
class
=
"detail-modal-maid-span-service-charge"
>
[
%=
it
[
'data'
][
i
][
'partial_commission'
][
j
][
'service_charge'
]
%
]
<
/span
>
<
span
class
=
"detail-modal-maid-span-charity-fund"
>
[
%=
it
[
'data'
][
i
][
'partial_commission'
][
j
][
'charity_fund'
]
%
]
<
/span
>
<
span
class
=
"detail-modal-maid-span-cash"
>
[
%=
it
[
'data'
][
i
][
'partial_commission'
][
j
][
'cash'
]
%
]
<
/span
>
<
span
class
=
"detail-modal-maid-span-practical-fee"
>
[
%=
it
[
'data'
][
i
][
'partial_commission'
][
j
][
'practical_fee'
]
%
]
<
/span
>
<
span
class
=
"detail-modal-maid-span-time"
>
[
%=
dealT
(
it
[
'data'
][
i
][
'partial_commission'
][
j
][
'confirm_date'
])
%
]
<
/span
>
<
/div
>
[
%
}
%
]
[
%
}
else
{
%
]
<
div
class
=
"oh"
>
<
span
class
=
"detail-modal-maid-span-real-fee"
><
/span
>
<
span
class
=
"detail-modal-maid-span-service-charge"
>
0
<
/span
>
<
span
class
=
"detail-modal-maid-span-charity-fund"
>
0
<
/span
>
<
span
class
=
"detail-modal-maid-span-cash"
>
0
<
/span
>
<
span
class
=
"detail-modal-maid-span-practical-fee"
><
/span
>
<
span
class
=
"detail-modal-maid-span-time"
><
/span
>
<
/div>
[
%
}
%
]
<
/td
>
<
/tr
>
[
%
}
%
]
[
%
}
else
{
%
]
<
tr
>
<
td
colspan
=
"11"
style
=
"text-align:center;"
>
暂无数据
<
/td
>
<
/tr
>
[
%
}
%
]
</script>
public/resource/template/tax_template_tpl.html
View file @
a3198cfc
<script
id=
"tax_list_tpl"
type=
"text/template"
>
<script
id=
"tax_list_tpl"
type=
"text/template"
>
[
%
if
(
it
)
{
%
]
[
%
if
(
it
)
{
%
]
[
%
for
(
var
item
in
it
){
%
]
[
%
for
(
var
item
in
it
){
%
]
<
tr
class
=
"text-center"
>
<
tr
class
=
"text-center"
data
-
id
=
"[%= it[item]['id'] %]"
data
-
orderid
=
"[%= it[item]['order_id'] %]"
data
-
fatherid
=
"[%= it[item]['father_id'] %]"
>
<
td
>
[
%=
it
[
item
][
'create_time'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'create_time'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'district_store'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'district_store'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'name'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'name'
]
%
]
<
/td
>
...
@@ -11,8 +11,8 @@
...
@@ -11,8 +11,8 @@
<
td
>
<
td
>
<
a
class
=
"btn1 btn-info
edit"
href
=
"#modal-details
"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["id"] %]'
>
详情
<
/a
>
<
a
class
=
"btn1 btn-info
details-btn"
href
=
"#modal_detail
"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["id"] %]'
>
详情
<
/a
>
<
a
class
=
"btn1 btn-info timeline"
href
=
"#modal-
line
time"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["id"] %]'
>
时间轴
<
/a
>
<
a
class
=
"btn1 btn-info timeline"
href
=
"#modal-time"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["id"] %]'
>
时间轴
<
/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