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
8c0ea58f
Commit
8c0ea58f
authored
Aug 03, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
后台样式优化
parent
70e73d6e
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
23 additions
and
9 deletions
+23
-9
index.html
application/index/view/cell_phone/index.html
+2
-0
getCollection.html
application/index/view/collection/getCollection.html
+1
-1
account_statement.html
application/index/view/finance/account_statement.html
+2
-2
commission.html
application/index/view/finance/commission.html
+7
-1
tax.html
application/index/view/finance/tax.html
+7
-1
home.css
public/resource/css/home.css
+1
-1
storeList.js
public/resource/js/storeList.js
+3
-3
No files found.
application/index/view/cell_phone/index.html
View file @
8c0ea58f
...
@@ -35,6 +35,8 @@
...
@@ -35,6 +35,8 @@
</select>
</select>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"industry_type"
placeholder=
"姓名"
type=
"text"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"industry_type"
placeholder=
"姓名"
type=
"text"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"dish"
placeholder=
"手机号"
type=
"phone"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"dish"
placeholder=
"手机号"
type=
"phone"
value=
""
>
<div
class=
"clear"
>
</div>
<span
class=
"fore-span ld-Marheight"
>
拨打时间:
</span>
<span
class=
"fore-span ld-Marheight"
>
拨打时间:
</span>
<input
class=
"form-control btn4 ld-Marheight"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"start_date"
name=
"start_date"
type=
"date"
>
<input
class=
"form-control btn4 ld-Marheight"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"start_date"
name=
"start_date"
type=
"date"
>
<span
class=
"fore-span ld-Marheight"
>
-
</span>
<span
class=
"fore-span ld-Marheight"
>
-
</span>
...
...
application/index/view/collection/getCollection.html
View file @
8c0ea58f
...
@@ -221,7 +221,7 @@
...
@@ -221,7 +221,7 @@
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"store_name"
placeholder=
"门店"
type=
"text"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"store_name"
placeholder=
"门店"
type=
"text"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"applicant_phone"
placeholder=
"报备手机号"
type=
"text"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"applicant_phone"
placeholder=
"报备手机号"
type=
"text"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"applicant_name"
placeholder=
"报备人姓名"
type=
"text"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"applicant_name"
placeholder=
"报备人姓名"
type=
"text"
value=
""
>
<
span
class=
" btn btn-info btn3 ld-Marheight"
style=
"visibility: hidden;"
>
搜索
</span
>
<
!--<span class=" btn btn-info btn3 ld-Marheight" style="visibility: hidden;">搜索</span>--
>
<span
class=
"btn btn-info btn3 ld-Marheight"
id=
"search"
>
搜索
</span>
<span
class=
"btn btn-info btn3 ld-Marheight"
id=
"search"
>
搜索
</span>
<span
class=
"btn btn-info btn3 ld-Marheight"
id=
"reset"
>
重置
</span>
<span
class=
"btn btn-info btn3 ld-Marheight"
id=
"reset"
>
重置
</span>
<span
class=
"money_total_two fore-span ld-Marheight "
>
总额:
</span><span
id=
"money_total"
class=
"money_total_two fore-span ld-Marheight"
></span>
<span
class=
"money_total_two fore-span ld-Marheight "
>
总额:
</span><span
id=
"money_total"
class=
"money_total_two fore-span ld-Marheight"
></span>
...
...
application/index/view/finance/account_statement.html
View file @
8c0ea58f
...
@@ -41,10 +41,10 @@
...
@@ -41,10 +41,10 @@
<input
class=
"form-control btn2"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"maintable_internal_address"
placeholder=
"商铺地址"
type=
"text"
value=
""
>
<input
class=
"form-control btn2"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"maintable_internal_address"
placeholder=
"商铺地址"
type=
"text"
value=
""
>
<input
class=
"form-control btn2"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"maintable_shop_num"
placeholder=
"商铺号"
type=
"text"
value=
""
>
<input
class=
"form-control btn2"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"maintable_shop_num"
placeholder=
"商铺号"
type=
"text"
value=
""
>
<input
class=
"form-control btn2"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"maintable_user_phone"
placeholder=
"客户电话"
type=
"text"
value=
""
>
<input
class=
"form-control btn2"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"maintable_user_phone"
placeholder=
"客户电话"
type=
"text"
value=
""
>
<select
name=
"district_id"
class=
"form-control btn
2
"
>
<select
name=
"district_id"
class=
"form-control btn
4
"
>
<option
value=
""
>
约带看人所在部门
</option>
<option
value=
""
>
约带看人所在部门
</option>
</select>
</select>
<select
name=
"store_id"
class=
"form-control btn
2
"
>
<select
name=
"store_id"
class=
"form-control btn
4
"
>
<option
value=
""
>
约带看人所在门店
</option>
<option
value=
""
>
约带看人所在门店
</option>
</select>
</select>
<input
class=
"form-control btn2"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"agent_name"
placeholder=
"约带看人姓名"
type=
"text"
value=
""
>
<input
class=
"form-control btn2"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"agent_name"
placeholder=
"约带看人姓名"
type=
"text"
value=
""
>
...
...
application/index/view/finance/commission.html
View file @
8c0ea58f
...
@@ -48,6 +48,9 @@
...
@@ -48,6 +48,9 @@
height
:
500px
;
height
:
500px
;
overflow-y
:
scroll
;
overflow-y
:
scroll
;
}
}
.clear
{
clear
:
both
;
}
</style>
</style>
<div
id=
"page-content-wrapper"
>
<div
id=
"page-content-wrapper"
>
<div
class=
"container"
>
<div
class=
"container"
>
...
@@ -72,8 +75,11 @@
...
@@ -72,8 +75,11 @@
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"internal_address"
placeholder=
"商铺地址"
type=
"text"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"internal_address"
placeholder=
"商铺地址"
type=
"text"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"internal_num"
placeholder=
"商铺号"
type=
"text"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"internal_num"
placeholder=
"商铺号"
type=
"text"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"user_name"
placeholder=
"业务员姓名"
type=
"text"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"user_name"
placeholder=
"业务员姓名"
type=
"text"
value=
""
>
<div
class=
"clear"
>
</div>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"user_phone"
placeholder=
"业务员手机号"
type=
"text"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"user_phone"
placeholder=
"业务员手机号"
type=
"text"
value=
""
>
<span
class=
"btn btn-info btn3"
id=
"search"
>
搜索
</span>
<span
class=
"btn btn-info btn3"
id=
"search"
>
搜索
</span>
<span
class=
"btn btn-info btn3"
id=
"reset"
>
重置
</span>
<span
class=
"btn btn-info btn3"
id=
"reset"
>
重置
</span>
<span
class=
"btn btn-info btn3"
id=
"export"
>
导出excel
</span>
<span
class=
"btn btn-info btn3"
id=
"export"
>
导出excel
</span>
...
...
application/index/view/finance/tax.html
View file @
8c0ea58f
...
@@ -48,6 +48,9 @@
...
@@ -48,6 +48,9 @@
height
:
500px
;
height
:
500px
;
overflow-y
:
scroll
;
overflow-y
:
scroll
;
}
}
.clear
{
clear
:
both
;
}
</style>
</style>
<div
id=
"page-content-wrapper"
>
<div
id=
"page-content-wrapper"
>
<div
class=
"container"
>
<div
class=
"container"
>
...
@@ -72,8 +75,11 @@
...
@@ -72,8 +75,11 @@
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"internal_address"
placeholder=
"商铺地址"
type=
"text"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"internal_address"
placeholder=
"商铺地址"
type=
"text"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"internal_num"
placeholder=
"商铺号"
type=
"text"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"internal_num"
placeholder=
"商铺号"
type=
"text"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"user_name"
placeholder=
"业务员姓名"
type=
"text"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"user_name"
placeholder=
"业务员姓名"
type=
"text"
value=
""
>
<div
class=
"clear"
>
</div>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"user_phone"
placeholder=
"业务员手机号"
type=
"text"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"user_phone"
placeholder=
"业务员手机号"
type=
"text"
value=
""
>
<span
class=
"btn btn-info btn3"
id=
"search"
>
搜索
</span>
<span
class=
"btn btn-info btn3"
id=
"search"
>
搜索
</span>
<span
class=
"btn btn-info btn3"
id=
"reset"
>
重置
</span>
<span
class=
"btn btn-info btn3"
id=
"reset"
>
重置
</span>
<!--<span class="btn btn-info btn3" id="export">导出excel</span>-->
<!--<span class="btn btn-info btn3" id="export">导出excel</span>-->
...
...
public/resource/css/home.css
View file @
8c0ea58f
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
border-radius
:
4px
;
border-radius
:
4px
;
}
}
.btn2
{
.btn2
{
width
:
1
2
%
!important
;
width
:
1
3
%
!important
;
float
:
left
;
float
:
left
;
margin-left
:
10px
;
margin-left
:
10px
;
}
}
...
...
public/resource/js/storeList.js
View file @
8c0ea58f
...
@@ -376,11 +376,11 @@ define(['doT', 'text!temp/store_template_tpl.html', 'css!style/home.css', 'ckfin
...
@@ -376,11 +376,11 @@ define(['doT', 'text!temp/store_template_tpl.html', 'css!style/home.css', 'ckfin
});
});
if
(
obj
.
type
==
'2'
){
if
(
obj
.
type
==
'2'
){
//为编辑时
//为编辑时
$
(
"#ss-store"
).
html
(
'<option value="" selected="selected">请选择</option>'
+
_html
);
$
(
"#ss-store"
).
html
(
'<option value="" selected="selected">请选择
部门
</option>'
+
_html
);
}
else
if
(
obj
.
type
==
'1'
){
}
else
if
(
obj
.
type
==
'1'
){
//为新增时
//为新增时
$
(
"#qx-store"
).
html
(
'<option value="" selected="selected">请选择</option>'
+
_html
);
$
(
"#qx-store"
).
html
(
'<option value="" selected="selected">请选择
部门
</option>'
+
_html
);
$
(
"#ss-store"
).
html
(
'<option value="" selected="selected">请选择</option>'
+
_html
);
$
(
"#ss-store"
).
html
(
'<option value="" selected="selected">请选择
部门
</option>'
+
_html
);
}
else
{}
}
else
{}
fn
&&
fn
();
fn
&&
fn
();
}
else
{
}
else
{
...
...
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