记得上下班打卡 | 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
eabda39f
Commit
eabda39f
authored
Jul 29, 2022
by
sangchunxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改正在下单判断
parent
330832af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
addNewActivity.html
...templates/zhengzai/store/placingOrder/addNewActivity.html
+9
-7
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/store/placingOrder/addNewActivity.html
View file @
eabda39f
...
@@ -70,7 +70,7 @@
...
@@ -70,7 +70,7 @@
选择演出:
选择演出:
</span>
</span>
<div
class=
"input-group"
style=
"width: 300px;"
>
<div
class=
"input-group"
style=
"width: 300px;"
>
<input
type=
"text"
class=
"form-control select-show
"
id=
"selectShow"
placeholder=
""
disabled
>
<input
type=
"text"
class=
"form-control select-show
editDisabled"
id=
"selectShow"
placeholder=
""
>
<div
class=
"input-group-btn"
>
<div
class=
"input-group-btn"
>
<button
type=
"button"
class=
"btn btn-white dropdown-toggle"
data-toggle=
"dropdown"
>
<button
type=
"button"
class=
"btn btn-white dropdown-toggle"
data-toggle=
"dropdown"
>
<span
class=
"caret"
></span>
<span
class=
"caret"
></span>
...
@@ -86,13 +86,13 @@
...
@@ -86,13 +86,13 @@
<em
class=
"required"
>
*
</em>
<em
class=
"required"
>
*
</em>
有效期:
有效期:
</span>
</span>
<input
type=
"text"
class=
"layui-input form-control
"
id=
"startTime"
autocomplete=
"off"
placeholder=
"请选择活动开始时间"
disabled
>
<input
type=
"text"
class=
"layui-input form-control
editDisabled"
id=
"startTime"
autocomplete=
"off"
placeholder=
"请选择活动开始时间"
>
~
~
<input
type=
"text"
class=
"layui-input form-control
"
id=
"endTime"
style=
"margin-left: 10px;"
autocomplete=
"off"
placeholder=
"请选择活动结束时间"
disabled
>
<input
type=
"text"
class=
"layui-input form-control
editDisabled"
style=
"margin-left: 10px;"
autocomplete=
"off"
placeholder=
"请选择活动结束时间"
>
</div>
</div>
<!-- <div class="first_footer" style="padding-left: 60px;margin-top: 12px;">--
>
<div
class=
"first_footer editshow"
style=
"padding-left: 60px;margin-top: 12px;"
>
<!-- <button class="btn btn-primary" onclick="nextBtn()">确定</button>--
>
<button
class=
"btn btn-primary"
onclick=
"nextBtn()"
>
确定
</button
>
<!-- </div>--
>
</div
>
</div>
</div>
<div
class=
"content_item"
style=
"display: none;"
>
<div
class=
"content_item"
style=
"display: none;"
>
<div
class=
"content_title"
>
<div
class=
"content_title"
>
...
@@ -153,6 +153,8 @@
...
@@ -153,6 +153,8 @@
common
();
common
();
if
(
r
)
{
if
(
r
)
{
marketId
=
unescape
(
r
[
2
]);
marketId
=
unescape
(
r
[
2
]);
$
(
".editDisabled"
).
attr
(
'disabled'
,
true
);
$
(
".editshow"
).
style
(
'display'
,
'none'
);
let
data
=
{
let
data
=
{
marketId
marketId
}
}
...
@@ -174,7 +176,7 @@
...
@@ -174,7 +176,7 @@
})
})
}
}
$
(
".select-show"
).
attr
(
'disabled'
,
true
);
})
})
function
common
()
{
function
common
()
{
$
(
"#selectShow"
).
bsSuggest
({
$
(
"#selectShow"
).
bsSuggest
({
...
...
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