Commit 824e91e5 authored by 彭令令's avatar 彭令令

增加“申报月份”展示判断条件

parent 68b2a772
......@@ -37,11 +37,11 @@
<span style="float:left;display:block;margin-left: 10px;margin-top: 9px;top: 10px;" class="span-title">快捷申报缴款</span>
</div>
<div>
<!-- <div class="div-float" style="padding-bottom: 8px;">
<div class="div-float sbyf" style="padding-bottom: 8px;">
<span>申报月份:</span>
<input readonly id="getInputValue" name="birth_date" style="width: 20%; display: inline;" type="text"
class="Wdate checkId-input check-items-birthday form-control">
</div> -->
</div>
<div class="div-float text-right div-margin " style="height:100%;margin-left:52%">
<input id="pay" class="btn btn-primary tdDong-btn" style="margin-right: 1px;height: 32px;" type="button"
value="缴款" />
......
......@@ -11,6 +11,7 @@ $(function () {
prefix = "/web";
} else if (config.environmental == 'production') {
prefix = "/web/online";
$('.sbyf').css({'display':'none'})
}
showLoading();
getInitTable();
......
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