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
ed190d7e
Commit
ed190d7e
authored
Apr 23, 2018
by
hujun
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/test' into test
parents
1857f433
5a84d2ad
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
11 deletions
+0
-11
edit.js
public/resource/js/edit.js
+0
-11
No files found.
public/resource/js/edit.js
View file @
ed190d7e
...
@@ -180,17 +180,6 @@ define (['ckfinder','ckfinderStart', 'bootstrapJs'], function () {
...
@@ -180,17 +180,6 @@ define (['ckfinder','ckfinderStart', 'bootstrapJs'], function () {
};
};
_landlordNum
++
;
_landlordNum
++
;
});
});
for
(
var
i
in
_data
[
'agents_name'
]){
if
(
_acqxNum
==
0
){
$
(
'#acqx_tel_jia'
).
prev
().
find
(
'input'
).
val
(
_data
[
'agents_name'
][
i
]).
attr
(
'data-id'
,
_data
[
'agents_name'
][
i
].
split
(
'-'
)[
0
]);
}
else
{
$
(
'#acqx_tel_jia'
).
before
(
'<div class="form-group phone-list-container"><input type="tel" class="form-control phone_jia" placeholder="请输入" value="{0}" data-id="{1}"><ul></ul><img src="/resource/image/search_gb.png" class="input-cancel-pic"></div>'
.
stringFormatObj
({
'0'
:
_data
[
'agents_name'
][
i
],
'1'
:
_data
[
'agents_name'
][
i
].
split
(
'-'
)[
0
]
}));
};
_landlordNum
++
;
};
_landlordPhoneObj
.
val
(
_data
[
'landlord_phone'
]);
//房东手机号
_landlordPhoneObj
.
val
(
_data
[
'landlord_phone'
]);
//房东手机号
_internalNameObj
.
val
(
_data
[
'internal_title'
]);
//对内商铺名称
_internalNameObj
.
val
(
_data
[
'internal_title'
]);
//对内商铺名称
...
...
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