记得上下班打卡 | git大法好,push需谨慎

Commit eabda39f authored by sangchunxi's avatar sangchunxi

修改正在下单判断

parent 330832af
...@@ -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({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment