记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
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
董敬伟
liquidnet-bus-v1
Commits
bc4f5e51
Commit
bc4f5e51
authored
Apr 20, 2022
by
xuchen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
前端修改bug
parent
1b9f1e16
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
7 deletions
+22
-7
list.html
...resources/templates/zhengzai/smile/organization/list.html
+11
-5
list.html
.../main/resources/templates/zhengzai/smile/school/list.html
+11
-2
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/smile/organization/list.html
View file @
bc4f5e51
...
...
@@ -13,6 +13,9 @@
align-items
:
center
;
padding
:
0
20px
;
}
.picker
{
height
:
300px
;
}
#addClassify
.selectClassify
label
{
display
:
flex
;
margin-right
:
20px
;
...
...
@@ -34,6 +37,9 @@
text-align
:
left
;
padding
:
10px
15px
12px
;
}
.layui-layer-shade
{
opacity
:
30%
;
}
</style>
</head>
<body
class=
"gray-bg"
>
...
...
@@ -104,7 +110,6 @@
addressStr
:
[],
addressIds
:
[]
}
function
yes
()
{
var
groupName
=
$
(
'.groupName'
).
val
();
// var groupMobile = $('.groupMobile').val();
...
...
@@ -112,11 +117,11 @@
var
postData
=
{
name
:
groupName
,
// name: groupMobile,
area
:
adArr
.
addressStr
[
2
],
//
area: adArr.addressStr[2],
delTag
:
0
,
areaId
:
adArr
.
addressIds
[
2
].
toString
(),
city
:
adArr
.
addressStr
[
1
],
cityId
:
adArr
.
addressIds
[
1
].
toString
(),
//
areaId: adArr.addressIds[2].toString(),
//
city: adArr.addressStr[1],
//
cityId: adArr.addressIds[1].toString(),
province
:
adArr
.
addressStr
[
0
],
provinceId
:
adArr
.
addressIds
[
0
].
toString
()
};
...
...
@@ -151,6 +156,7 @@
$
(
"#button-open-10"
).
click
(
function
(){
$
(
'.editCon'
).
val
(
''
);
$
(
'.groupName'
).
val
(
''
);
layer
.
open
({
type
:
1
,
shade
:
true
,
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/smile/school/list.html
View file @
bc4f5e51
...
...
@@ -22,6 +22,12 @@
margin
:
0
;
margin-right
:
2px
;
}
.layui-layer-shade
{
opacity
:
30%
;
}
.picker
{
height
:
300px
;
}
</style>
</head>
<body
class=
"gray-bg"
>
...
...
@@ -128,7 +134,8 @@
$
(
".layui-layer-close1"
).
click
();
}
$
(
"#button-open-10"
).
click
(
function
(){
$
(
"#schoolName"
).
val
(
''
);
$
(
".schoolName"
).
val
(
''
);
$
(
".schoolAdress"
).
val
(
''
);
$
(
'.editCon'
).
val
(
''
);
layer
.
open
({
type
:
1
,
...
...
@@ -194,6 +201,7 @@
url
:
prefix
+
'/del'
,
data
:
{
id
:
id
},
success
:
function
(
e
)
{
refreshItem
();
layer
.
msg
(
"操作成功!"
);
}
})
...
...
@@ -215,9 +223,10 @@
$
(
'.schoolName'
).
val
(
e
.
data
.
name
);
$
(
'.schoolAdress'
).
val
(
e
.
data
.
address
);
$
.
getJSON
(
ctx
+
'smile/user/getAreaJson'
).
done
(
function
(
res
)
{
console
.
log
(
JSON
.
parse
(
res
.
msg
))
$
(
"#demo-1"
).
iPicker
({
data
:
JSON
.
parse
(
res
.
msg
),
defaultValue
:
[
e
.
data
.
provinceId
,
e
.
data
.
areaId
,
e
.
data
.
city
Id
],
defaultValue
:
[
e
.
data
.
provinceId
,
e
.
data
.
cityId
,
e
.
data
.
area
Id
],
onSelect
:
function
(
v
,
t
,
set
)
{
adArr
.
addressIds
=
v
;
adArr
.
addressStr
=
t
;
...
...
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