Commit cf5a21c5 authored by xishifeng's avatar xishifeng

bug处理

parent f2d9bb9a
......@@ -154,21 +154,18 @@ addtax_
margin-right: 10px;
}
#maid_table_main>thead th:nth-last-of-type(-n+8){
width: 91px;
width: 110px;
}
#maid_table_main>thead th:nth-of-type(1){
width: 54px;
width: 70px;
}
#maid_table_main>thead th:nth-of-type(2){
width: 170px;
}
#maid_table_main>thead th:nth-last-of-type(3){
width: 91px;
width: 100px;
}
#maid_table_main>thead th:nth-last-of-type(2){
width: 91px;
#maid_table_main>thead th:nth-of-type(3){
width: 120px;
}
#maid_table_main>thead th:nth-last-of-type(1){
#maid_table_main>thead th:nth-of-type(4){
width: 100px;
}
......@@ -199,7 +196,7 @@ addtax_
.detail-modal-maid-mix-td>div>span{
float: left;
width: 91px;
width: 110px;
height: 30px;
line-height: 30px;
border-right: 1px solid #ddd;
......@@ -209,10 +206,10 @@ addtax_
border-bottom: none;
}
.detail-modal-maid-mix-td>div>span:nth-last-of-type(2){
width: 91px;
/*width: 91px;*/
}
.detail-modal-maid-mix-td>div>span:nth-last-of-type(1){
width: 88px;
width: 104px;
border-right: none;
}
......@@ -356,7 +353,7 @@ addtax_
#modal_detail>div {
width: 1350px;
width: 1384px;
}
/*成交信息tab*/
......
......@@ -1201,6 +1201,7 @@ define(['doT', 'text!temp/reportList_template_tpl.html', 'css!style/home.css', '
//如果递归执行完毕则执行这条
alert(type===0?'保存成功':'确认成功');
bargain.maidShow();
bargain.isSaving = false;
} else {
$.ajax({
type: 'POST',
......@@ -1226,7 +1227,6 @@ define(['doT', 'text!temp/reportList_template_tpl.html', 'css!style/home.css', '
layerTipsX('enter error');
},
complete: function(xhr, textStatus){
bargain.isSaving = false;
if(textStatus === 'timeout') {
//处理超时的逻辑
layerTipsX('请求超时,请重试');
......
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