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
85414546
Commit
85414546
authored
Jul 12, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
客方所属城市
parent
315c0623
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
4 deletions
+9
-4
myCollectionUserList.html
...ion/index/view/myCollectionUser/myCollectionUserList.html
+1
-1
remarkFollowOffice.html
...ication/index/view/officeBuilding/remarkFollowOffice.html
+1
-1
remark_follow_index.html
application/index/view/remark/remark_follow_index.html
+1
-1
RemarkFollowIndex.js
public/resource/js/RemarkFollowIndex.js
+2
-0
myCollectionUserList.js
public/resource/js/myCollectionUserList.js
+2
-1
remarkFollowOffice.js
public/resource/js/remarkFollowOffice.js
+2
-0
No files found.
application/index/view/myCollectionUser/myCollectionUserList.html
View file @
85414546
...
@@ -772,7 +772,7 @@
...
@@ -772,7 +772,7 @@
<tr>
<tr>
<td>
<td>
<div
class=
"form-group"
>
<div
class=
"form-group"
>
<span
class=
"fore-span ld-Marheight"
>
客方:
</span>
<span
class=
"fore-span ld-Marheight"
>
<span
class=
"kefang-city"
></span>
客方:
</span>
<div
class=
"col-sm-9"
>
<div
class=
"col-sm-9"
>
<input
type=
"text"
class=
"form-control btn6-1 ld-Marheight cus_fang"
name=
"pwd"
autocomplete=
"off"
>
<input
type=
"text"
class=
"form-control btn6-1 ld-Marheight cus_fang"
name=
"pwd"
autocomplete=
"off"
>
<ul
class=
"user-ul2"
></ul>
<ul
class=
"user-ul2"
></ul>
...
...
application/index/view/officeBuilding/remarkFollowOffice.html
View file @
85414546
...
@@ -650,7 +650,7 @@
...
@@ -650,7 +650,7 @@
<tr>
<tr>
<td>
<td>
<div
class=
"form-group"
>
<div
class=
"form-group"
>
<span
class=
"fore-span ld-Marheight"
>
客方:
</span>
<span
class=
"fore-span ld-Marheight"
>
<span
class=
"kefang-city"
></span>
客方:
</span>
<div
class=
"col-sm-9"
>
<div
class=
"col-sm-9"
>
<input
type=
"text"
class=
"form-control btn6-1 ld-Marheight cus_fang"
name=
"pwd"
autocomplete=
"off"
>
<input
type=
"text"
class=
"form-control btn6-1 ld-Marheight cus_fang"
name=
"pwd"
autocomplete=
"off"
>
<ul
class=
"user-ul2"
></ul>
<ul
class=
"user-ul2"
></ul>
...
...
application/index/view/remark/remark_follow_index.html
View file @
85414546
...
@@ -650,7 +650,7 @@
...
@@ -650,7 +650,7 @@
<tr>
<tr>
<td>
<td>
<div
class=
"form-group"
>
<div
class=
"form-group"
>
<span
class=
"fore-span ld-Marheight"
>
客方:
</span>
<span
class=
"fore-span ld-Marheight"
>
<span
class=
"kefang-city"
></span>
客方:
</span>
<div
class=
"col-sm-9"
>
<div
class=
"col-sm-9"
>
<input
type=
"text"
class=
"form-control btn6-1 ld-Marheight cus_fang"
name=
"pwd"
autocomplete=
"off"
>
<input
type=
"text"
class=
"form-control btn6-1 ld-Marheight cus_fang"
name=
"pwd"
autocomplete=
"off"
>
<ul
class=
"user-ul2"
></ul>
<ul
class=
"user-ul2"
></ul>
...
...
public/resource/js/RemarkFollowIndex.js
View file @
85414546
...
@@ -67,6 +67,8 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css'
...
@@ -67,6 +67,8 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css'
//初始化城市 区域筛选
//初始化城市 区域筛选
user
.
initializationCityFunction
();
user
.
initializationCityFunction
();
user
.
event
();
user
.
event
();
var
str_
=
user_info_obj
.
city
;
$
(
'.kefang-city'
).
html
(
str_
.
substr
(
0
,
str_
.
length
-
1
));
//时间控件初始化
//时间控件初始化
//bootstrap 时间控件选择
//bootstrap 时间控件选择
...
...
public/resource/js/myCollectionUserList.js
View file @
85414546
...
@@ -47,7 +47,8 @@ define(['doT', 'text!temp/my_collection_user_template_tpl.html', 'css!style/home
...
@@ -47,7 +47,8 @@ define(['doT', 'text!temp/my_collection_user_template_tpl.html', 'css!style/home
user
.
event
();
user
.
event
();
//时间控件初始化
//时间控件初始化
//bootstrap 时间控件选择
//bootstrap 时间控件选择
var
str_
=
user_info_obj
.
city
;
$
(
'.kefang-city'
).
html
(
str_
.
substr
(
0
,
str_
.
length
-
1
));
//汉化实现
//汉化实现
;(
function
(
$
){
;(
function
(
$
){
$
.
fn
.
datetimepicker
.
dates
[
'zh-CN'
]
=
{
$
.
fn
.
datetimepicker
.
dates
[
'zh-CN'
]
=
{
...
...
public/resource/js/remarkFollowOffice.js
View file @
85414546
...
@@ -67,6 +67,8 @@ define(['doT', 'text!temp/remark_follow_office_template_tpl.html', 'css!style/ho
...
@@ -67,6 +67,8 @@ define(['doT', 'text!temp/remark_follow_office_template_tpl.html', 'css!style/ho
//初始化城市 区域筛选
//初始化城市 区域筛选
user
.
initializationCityFunction
();
user
.
initializationCityFunction
();
user
.
event
();
user
.
event
();
var
str_
=
user_info_obj
.
city
;
$
(
'.kefang-city'
).
html
(
str_
.
substr
(
0
,
str_
.
length
-
1
));
//时间控件初始化
//时间控件初始化
//bootstrap 时间控件选择
//bootstrap 时间控件选择
...
...
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