Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
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
hujun
tl_estate
Commits
cf5a21c5
Commit
cf5a21c5
authored
Sep 26, 2018
by
xishifeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug处理
parent
f2d9bb9a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
14 deletions
+11
-14
report_list.css
public/resource/css/report_list.css
+10
-13
reportList.js
public/resource/js/reportList.js
+1
-1
No files found.
public/resource/css/report_list.css
View file @
cf5a21c5
...
...
@@ -154,21 +154,18 @@ addtax_
margin-right
:
10px
;
}
#maid_table_main
>
thead
th
:nth-last-of-type
(
-n
+
8
)
{
width
:
91
px
;
width
:
110
px
;
}
#maid_table_main
>
thead
th
:nth-of-type
(
1
)
{
width
:
54
px
;
width
:
70
px
;
}
#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
:
91
px
;
#maid_table_main
>
thead
th
:nth-
of-type
(
3
)
{
width
:
120
px
;
}
#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
:
91
px
;
width
:
110
px
;
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
:
88
px
;
width
:
104
px
;
border-right
:
none
;
}
...
...
@@ -356,7 +353,7 @@ addtax_
#modal_detail
>
div
{
width
:
13
50
px
;
width
:
13
84
px
;
}
/*成交信息tab*/
...
...
public/resource/js/reportList.js
View file @
cf5a21c5
...
...
@@ -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
(
'请求超时,请重试'
);
...
...
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