|
@@ -771,12 +771,11 @@ if (location.href.indexOf('jyblog') === -1) {
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- 暂无法开发票弹框 -->
|
|
|
-<style>
|
|
|
+<!-- <style>
|
|
|
#cantOpenInvoiceDialog.modal{
|
|
|
- /* display: none; */
|
|
|
+ display: none;
|
|
|
overflow-x: hidden!important;
|
|
|
overflow-y: auto!important;
|
|
|
- /* width: 400px; */
|
|
|
background-color: transparent;
|
|
|
}
|
|
|
#cantOpenInvoiceDialog .modal-dialog{
|
|
@@ -815,17 +814,15 @@ if (location.href.indexOf('jyblog') === -1) {
|
|
|
<div class="modal-dialog">
|
|
|
<div class="modal-content">
|
|
|
<div class="modal-header">
|
|
|
- <!-- <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> -->
|
|
|
<h4 class="modal-title" id="myModalLabel">温馨提示</h4>
|
|
|
</div>
|
|
|
<div class="modal-body">因年底集中结算,发票功能暂停使用。给您带来的不便表示抱歉,我们会在恢复发票功能后第一时间通知!</div>
|
|
|
<div class="modal-footer">
|
|
|
<button type="button" class="btn btn-default" data-dismiss="modal">我知道了</button>
|
|
|
- <!-- <button type="button" class="btn btn-primary">提交更改</button> -->
|
|
|
</div>
|
|
|
- </div><!-- /.modal-content -->
|
|
|
- </div><!-- /.modal -->
|
|
|
-</div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+</div> -->
|
|
|
<!--E-侧边栏-->
|
|
|
|
|
|
<script type="text/javascript">
|
|
@@ -1116,6 +1113,7 @@ $("#b-clear").click(function(){
|
|
|
</script>
|
|
|
<script>;
|
|
|
/* 能开发票时删除以下代码 及详情页开发票点击事件里的return false */
|
|
|
+ /*
|
|
|
$('#order_detail .openinvoice').css({
|
|
|
'background': '#EDEFF2',
|
|
|
'color': '#5F5E64'
|
|
@@ -1130,5 +1128,6 @@ $("#b-clear").click(function(){
|
|
|
$('#order_two .openinvoice').unbind('click').bind('click', function(e) {
|
|
|
return $('#cantOpenInvoiceDialog').modal()
|
|
|
})
|
|
|
+ */
|
|
|
|
|
|
</script>
|