Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
LuJin-Im
Project
Project
Details
Activity
Releases
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
yangzhaojun
LuJin-Im
Commits
2a5d29f5
Commit
2a5d29f5
authored
Aug 28, 2018
by
李博今
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
完善信息电话
parent
8a01518d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
55 additions
and
4 deletions
+55
-4
conljjlwsultant.jsp
src/main/webapp/WEB-INF/page/user/conljjlwsultant.jsp
+18
-1
conljjyfsultant.jsp
src/main/webapp/WEB-INF/page/user/conljjyfsultant.jsp
+18
-1
conljtycsultant.jsp
src/main/webapp/WEB-INF/page/user/conljtycsultant.jsp
+18
-1
consultantlist.jsp
src/main/webapp/WEB-INF/page/user/consultantlist.jsp
+1
-1
No files found.
src/main/webapp/WEB-INF/page/user/conljjlwsultant.jsp
View file @
2a5d29f5
...
...
@@ -29,6 +29,7 @@
<th>
顾问姓名
</th>
<th>
所属部门
</th>
<th>
联系电话
</th>
<th>
信息电话
</th>
<th>
顾问描述
</th>
<th>
操作
</th>
</tr>
...
...
@@ -42,6 +43,7 @@
<td>
${user.name}
</td>
<td>
${user.deptName}
</td>
<td>
${user.phone}
</td>
<td>
${user.messagePhone}
</td>
<td>
${user.remark}
</td>
<td>
<a
class=
"layui-btn layui-btn-primary layui-btn-xs sendUserMsg"
...
...
@@ -106,6 +108,13 @@
placeholder=
"请输入联系电话"
class=
"layui-input"
>
</div>
</div>
<div
class=
"layui-form-item"
>
<label
class=
"layui-form-label"
>
信息电话
</label>
<div
class=
"layui-input-block"
>
<input
type=
"text"
name=
"messagePhone"
id=
"messagePhone1"
autocomplete=
"off"
placeholder=
"请输入信息电话"
class=
"layui-input"
>
</div>
</div>
<div
class=
"layui-form-item"
>
<label
class=
"layui-form-label"
>
描述
</label>
<div
class=
"layui-input-block"
>
...
...
@@ -157,6 +166,13 @@
autocomplete=
"off"
class=
"layui-input"
>
</div>
</div>
<div
class=
"layui-form-item"
>
<label
class=
"layui-form-label"
>
信息电话
</label>
<div
class=
"layui-input-block"
>
<input
type=
"text"
name=
"messagePhone"
id=
"messagePhone2"
placeholder=
"请输入信息电话"
autocomplete=
"off"
class=
"layui-input"
>
</div>
</div>
<div
class=
"layui-form-item"
>
<label
class=
"layui-form-label"
>
描述
</label>
<div
class=
"layui-input-block"
>
...
...
@@ -204,7 +220,8 @@
document
.
getElementById
(
"account1"
).
value
=
tr
.
children
[
2
].
innerHTML
;
document
.
getElementById
(
"name1"
).
value
=
tr
.
children
[
3
].
innerHTML
;
document
.
getElementById
(
"phone1"
).
value
=
tr
.
children
[
5
].
innerHTML
;
document
.
getElementById
(
"remark1"
).
value
=
tr
.
children
[
6
].
innerHTML
;
document
.
getElementById
(
"messagePhone1"
).
value
=
tr
.
children
[
6
].
innerHTML
;
document
.
getElementById
(
"remark1"
).
value
=
tr
.
children
[
7
].
innerHTML
;
list
.
style
.
display
=
'none'
;
updateDetailForm
.
style
.
display
=
'block'
;
}
...
...
src/main/webapp/WEB-INF/page/user/conljjyfsultant.jsp
View file @
2a5d29f5
...
...
@@ -29,6 +29,7 @@
<th>
顾问姓名
</th>
<th>
所属部门
</th>
<th>
联系电话
</th>
<th>
信息电话
</th>
<th>
顾问描述
</th>
<th>
操作
</th>
</tr>
...
...
@@ -42,6 +43,7 @@
<td>
${user.name}
</td>
<td>
${user.deptName}
</td>
<td>
${user.phone}
</td>
<td>
${user.messagePhone}
</td>
<td>
${user.remark}
</td>
<td>
<a
class=
"layui-btn layui-btn-primary layui-btn-xs sendUserMsg"
...
...
@@ -106,6 +108,13 @@
placeholder=
"请输入联系电话"
class=
"layui-input"
>
</div>
</div>
<div
class=
"layui-form-item"
>
<label
class=
"layui-form-label"
>
信息电话
</label>
<div
class=
"layui-input-block"
>
<input
type=
"text"
name=
"messagePhone"
id=
"messagePhone1"
autocomplete=
"off"
placeholder=
"请输入信息电话"
class=
"layui-input"
>
</div>
</div>
<div
class=
"layui-form-item"
>
<label
class=
"layui-form-label"
>
描述
</label>
<div
class=
"layui-input-block"
>
...
...
@@ -157,6 +166,13 @@
autocomplete=
"off"
class=
"layui-input"
>
</div>
</div>
<div
class=
"layui-form-item"
>
<label
class=
"layui-form-label"
>
信息电话
</label>
<div
class=
"layui-input-block"
>
<input
type=
"text"
name=
"messagePhone"
id=
"messagePhone2"
placeholder=
"请输入信息电话"
autocomplete=
"off"
class=
"layui-input"
>
</div>
</div>
<div
class=
"layui-form-item"
>
<label
class=
"layui-form-label"
>
描述
</label>
<div
class=
"layui-input-block"
>
...
...
@@ -204,7 +220,8 @@
document
.
getElementById
(
"account1"
).
value
=
tr
.
children
[
2
].
innerHTML
;
document
.
getElementById
(
"name1"
).
value
=
tr
.
children
[
3
].
innerHTML
;
document
.
getElementById
(
"phone1"
).
value
=
tr
.
children
[
5
].
innerHTML
;
document
.
getElementById
(
"remark1"
).
value
=
tr
.
children
[
6
].
innerHTML
;
document
.
getElementById
(
"messagePhone1"
).
value
=
tr
.
children
[
6
].
innerHTML
;
document
.
getElementById
(
"remark1"
).
value
=
tr
.
children
[
7
].
innerHTML
;
list
.
style
.
display
=
'none'
;
updateDetailForm
.
style
.
display
=
'block'
;
}
...
...
src/main/webapp/WEB-INF/page/user/conljtycsultant.jsp
View file @
2a5d29f5
...
...
@@ -29,6 +29,7 @@
<th>
顾问姓名
</th>
<th>
所属部门
</th>
<th>
联系电话
</th>
<th>
信息电话
</th>
<th>
顾问描述
</th>
<th>
操作
</th>
</tr>
...
...
@@ -42,6 +43,7 @@
<td>
${user.name}
</td>
<td>
${user.deptName}
</td>
<td>
${user.phone}
</td>
<td>
${user.messagePhone}
</td>
<td>
${user.remark}
</td>
<td>
<a
class=
"layui-btn layui-btn-primary layui-btn-xs sendUserMsg"
...
...
@@ -106,6 +108,13 @@
placeholder=
"请输入联系电话"
class=
"layui-input"
>
</div>
</div>
<div
class=
"layui-form-item"
>
<label
class=
"layui-form-label"
>
信息电话
</label>
<div
class=
"layui-input-block"
>
<input
type=
"text"
name=
"messagePhone"
id=
"messagePhone1"
autocomplete=
"off"
placeholder=
"请输入信息电话"
class=
"layui-input"
>
</div>
</div>
<div
class=
"layui-form-item"
>
<label
class=
"layui-form-label"
>
描述
</label>
<div
class=
"layui-input-block"
>
...
...
@@ -157,6 +166,13 @@
autocomplete=
"off"
class=
"layui-input"
>
</div>
</div>
<div
class=
"layui-form-item"
>
<label
class=
"layui-form-label"
>
信息电话
</label>
<div
class=
"layui-input-block"
>
<input
type=
"text"
name=
"messagePhone"
id=
"messagePhone2"
placeholder=
"请输入信息电话"
autocomplete=
"off"
class=
"layui-input"
>
</div>
</div>
<div
class=
"layui-form-item"
>
<label
class=
"layui-form-label"
>
描述
</label>
<div
class=
"layui-input-block"
>
...
...
@@ -204,7 +220,8 @@
document
.
getElementById
(
"account1"
).
value
=
tr
.
children
[
2
].
innerHTML
;
document
.
getElementById
(
"name1"
).
value
=
tr
.
children
[
3
].
innerHTML
;
document
.
getElementById
(
"phone1"
).
value
=
tr
.
children
[
5
].
innerHTML
;
document
.
getElementById
(
"remark1"
).
value
=
tr
.
children
[
6
].
innerHTML
;
document
.
getElementById
(
"messagePhone1"
).
value
=
tr
.
children
[
6
].
innerHTML
;
document
.
getElementById
(
"remark1"
).
value
=
tr
.
children
[
7
].
innerHTML
;
list
.
style
.
display
=
'none'
;
updateDetailForm
.
style
.
display
=
'block'
;
...
...
src/main/webapp/WEB-INF/page/user/consultantlist.jsp
View file @
2a5d29f5
...
...
@@ -256,7 +256,7 @@
document
.
getElementById
(
"id1"
).
value
=
tr
.
children
[
1
].
innerHTML
;
document
.
getElementById
(
"account1"
).
value
=
tr
.
children
[
2
].
innerHTML
;
document
.
getElementById
(
"name1"
).
value
=
tr
.
children
[
3
].
innerHTML
;
document
.
getElementById
(
"remark1"
).
value
=
tr
.
children
[
6
].
innerHTML
;
document
.
getElementById
(
"remark1"
).
value
=
tr
.
children
[
7
].
innerHTML
;
var
options
=
document
.
getElementsByClassName
(
"updateoption"
);
console
.
log
(
tr
.
children
[
4
].
innerHTML
);
if
(
tr
.
children
[
4
].
innerHTML
.
trim
()
==
"路劲太阳城置业顾问"
.
trim
())
{
...
...
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