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
c5d77a57
Commit
c5d77a57
authored
Oct 25, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
后台 优化
parent
2a82f91d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
13 deletions
+16
-13
performancesubsidiaryList.html
...view/performancesubsidiary/performancesubsidiaryList.html
+5
-4
getCollection.js
public/resource/js/getCollection.js
+7
-6
performance_subsidiary_template_tpl.html
...esource/template/performance_subsidiary_template_tpl.html
+3
-2
real_time_performance_template_tpl.html
...resource/template/real_time_performance_template_tpl.html
+1
-1
No files found.
application/index/view/performancesubsidiary/performancesubsidiaryList.html
View file @
c5d77a57
...
...
@@ -52,7 +52,7 @@
<thead>
<!--三级审核的搜索功能-->
<tr>
<td
colspan=
"1
3
"
>
<td
colspan=
"1
6
"
>
<form
id=
"maintable_form_search"
>
<!--<span class="fore-span">商铺类型:</span>-->
<select
class=
"form-control btn2"
name=
"maintable_shop_type"
id=
"maintable_shop_type_yeji"
>
...
...
@@ -110,10 +110,11 @@
<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>
</tr>
</thead>
...
...
public/resource/js/getCollection.js
View file @
c5d77a57
...
...
@@ -28,15 +28,16 @@ define(['doT', 'text!temp/get_collection_template_tpl.html', 'css!style/home.css
};
}(
jQuery
));
//入账日期修改为 只提交 年月日
$
(
".form_datetime"
).
datetimepicker
({
//format: 'yyyy-mm-dd hh:ii:ss',
format
:
'yyyy-mm-dd hh:ii:00'
,
// format: 'yyyy-mm-dd hh:ii:ss',
// format: 'yyyy-mm-dd hh:ii:00',
format
:
'yyyy-mm-dd'
,
autoclose
:
true
,
language
:
'zh-CN'
,
minView
:
0
,
minuteStep
:
30
//
hourStep: 1
minView
:
'month'
,
//
minuteStep: 30
//
hourStep: 1
});
$
(
'.datetimepicker'
).
hide
();
//初始化隐藏时间控件
},
...
...
public/resource/template/performance_subsidiary_template_tpl.html
View file @
c5d77a57
...
...
@@ -12,10 +12,11 @@
<
td
>
[
%=
it
[
item
][
'house_id'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'name'
]
%
]
-
[
%=
it
[
item
][
'phone'
]
%
]
<
/td
>
<
td
>
[
%=
sw2
(
it
[
item
][
'role'
])
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'
district_name'
]
%
]
-
[
%=
it
[
item
][
'
store_name'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'store_name'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'scale'
]
%
]
%<
/td
>
<
td
>
[
%=
it
[
item
][
'scale_fee'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'practical_fee'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'practical_fee'
]
%
]
<
/td
>
<
td
>
[
%
if
(
it
[
item
][
"father_id"
]
==
0
||
it
[
item
][
"father_id"
]
==
"0"
)
{
%
]
<
a
class
=
"btn1 btn-success details-btn"
href
=
"#modal_detail"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["id"] %]'
>
详情
<
/a
>
...
...
@@ -28,7 +29,7 @@
[
%
}
%
]
[
%
}
else
{
%
]
<
tr
>
<
td
colspan
=
"1
2
"
style
=
"text-align:center;"
>
暂无数据
<
/td
>
<
td
colspan
=
"1
6
"
style
=
"text-align:center;"
>
暂无数据
<
/td
>
<
/tr
>
[
%
}
%
]
</script>
...
...
public/resource/template/real_time_performance_template_tpl.html
View file @
c5d77a57
...
...
@@ -243,7 +243,7 @@
<
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
>
...
...
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