记得上下班打卡 | 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
2d1b0a7d
Commit
2d1b0a7d
authored
Apr 24, 2022
by
sangchunxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#1999 #2000 bug修复
parent
2086cb02
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
80 additions
and
40 deletions
+80
-40
list.html
.../main/resources/templates/zhengzai/smile/school/list.html
+51
-29
detail.html
...rces/templates/zhengzai/smile/userPendingList/detail.html
+29
-11
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/smile/school/list.html
View file @
2d1b0a7d
...
@@ -37,7 +37,6 @@
...
@@ -37,7 +37,6 @@
width
:
100%
;
width
:
100%
;
height
:
34px
;
height
:
34px
;
border
:
1px
solid
#dfdfdf
;
border
:
1px
solid
#dfdfdf
;
margin-top
:
20px
;
}
}
/* 低部按钮 */
/* 低部按钮 */
#addClassify
.bottomBtn
{
#addClassify
.bottomBtn
{
...
@@ -46,6 +45,21 @@
...
@@ -46,6 +45,21 @@
.layui-layer-shade
{
.layui-layer-shade
{
opacity
:
30%
;
opacity
:
30%
;
}
}
.picker
{
height
:
34px
;
position
:
relative
;
}
.picker
.require-item
{
color
:
red
;
position
:
absolute
;
top
:
6px
;
left
:
-12px
;
font-size
:
20px
;
}
.show-require-text
{
color
:
red
;
height
:
18px
;
}
</style>
</style>
</head>
</head>
<body
class=
"gray-bg"
>
<body
class=
"gray-bg"
>
...
@@ -84,8 +98,10 @@
...
@@ -84,8 +98,10 @@
<div
class=
"file-loading"
>
<div
class=
"file-loading"
>
<input
class=
"schoolName"
type=
"text"
placeholder=
"学校名称"
>
<input
class=
"schoolName"
type=
"text"
placeholder=
"学校名称"
>
<div
class=
"picker"
>
<div
class=
"picker"
>
<div
class=
"require-item"
>
*
</div>
<div
class=
"demo"
id=
"demo-1"
></div>
<div
class=
"demo"
id=
"demo-1"
></div>
</div>
</div>
<p
class=
"show-require-text"
id=
"requireProvinceText"
></p>
<input
class=
"schoolAdress"
type=
"text"
placeholder=
"详细地址输入"
>
<input
class=
"schoolAdress"
type=
"text"
placeholder=
"详细地址输入"
>
</div>
</div>
</div>
</div>
...
@@ -115,12 +131,14 @@
...
@@ -115,12 +131,14 @@
address
:
schoolAdress
,
address
:
schoolAdress
,
name
:
schoolName
,
name
:
schoolName
,
area
:
adArr
.
addressStr
[
2
],
area
:
adArr
.
addressStr
[
2
],
areaId
:
adArr
.
addressIds
[
2
]
.
toString
()
,
areaId
:
adArr
.
addressIds
[
2
]
+
''
,
city
:
adArr
.
addressStr
[
1
],
city
:
adArr
.
addressStr
[
1
],
cityId
:
adArr
.
addressIds
[
1
]
.
toString
()
,
cityId
:
adArr
.
addressIds
[
1
]
+
''
,
province
:
adArr
.
addressStr
[
0
],
province
:
adArr
.
addressStr
[
0
],
provinceId
:
adArr
.
addressIds
[
0
]
.
toString
()
provinceId
:
adArr
.
addressIds
[
0
]
+
''
};
};
if
(
adArr
.
addressStr
[
0
])
{
$
(
'#requireProvinceText'
).
val
(
''
);
if
(
editStatus
!=
''
)
{
if
(
editStatus
!=
''
)
{
postData
.
id
=
editStatus
;
postData
.
id
=
editStatus
;
$
.
ajax
({
$
.
ajax
({
...
@@ -148,6 +166,10 @@
...
@@ -148,6 +166,10 @@
}
}
})
})
}
}
}
else
{
$
(
'#requireProvinceText'
).
text
(
'省为必填项!'
);
}
}
}
function
closeModal
()
{
function
closeModal
()
{
$
(
".layui-layer-close1"
).
click
();
$
(
".layui-layer-close1"
).
click
();
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/smile/userPendingList/detail.html
View file @
2d1b0a7d
...
@@ -67,8 +67,10 @@
...
@@ -67,8 +67,10 @@
<div
class=
"selectClassify"
>
<div
class=
"selectClassify"
>
<div
class=
"ibox-content"
>
<div
class=
"ibox-content"
>
<div
class=
"form-group"
>
<div
class=
"form-group"
>
<span
class=
"require-*"
>
*
</span>
<input
class=
"reason_text"
type=
"textarea"
placeholder=
"请输入驳回原因"
>
<input
class=
"reason_text"
type=
"textarea"
placeholder=
"请输入驳回原因"
>
</div>
</div>
<p
class=
"requireFalseText"
></p>
</div>
</div>
</div>
</div>
<input
type=
"hidden"
class=
"editCon"
>
<input
type=
"hidden"
class=
"editCon"
>
...
@@ -165,6 +167,10 @@
...
@@ -165,6 +167,10 @@
reason
:
$
(
'.reason_text'
).
val
()
reason
:
$
(
'.reason_text'
).
val
()
}
}
}
}
// 驳回原因必填
if
(
$
(
'.reason_text'
).
val
())
{
$
(
'.requireFalseText'
).
text
(
''
)
$
.
ajax
({
$
.
ajax
({
type
:
'post'
,
type
:
'post'
,
url
:
smilePrefix
+
"/check/updateById"
,
url
:
smilePrefix
+
"/check/updateById"
,
...
@@ -176,6 +182,10 @@
...
@@ -176,6 +182,10 @@
location
.
reload
();
location
.
reload
();
}
}
})
})
}
else
{
$
(
'.requireFalseText'
).
text
(
'驳回原因为必填项!'
)
}
}
}
function
yes
()
{
function
yes
()
{
...
@@ -268,6 +278,14 @@
...
@@ -268,6 +278,14 @@
font-weight
:
bold
;
font-weight
:
bold
;
font-size
:
16px
;
font-size
:
16px
;
}
}
.require-
*
{
font-size
:
20px
;
color
:
red
;
margin-right
:
10px
;
}
.requireFalseText
{
color
:
red
;
}
</style>
</style>
</html>
</html>
\ No newline at end of file
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