Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
Theater
Project
Project
Details
Activity
Releases
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
吴春
Theater
Commits
63959ff2
Commit
63959ff2
authored
Mar 04, 2019
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去掉多余的Console
parent
f8839c1c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
8 deletions
+5
-8
TheaterSeat.cshtml
...ll.Web/Areas/Admin/Views/TheaterManage/TheaterSeat.cshtml
+5
-8
No files found.
EheMall.Web/Areas/Admin/Views/TheaterManage/TheaterSeat.cshtml
View file @
63959ff2
...
...
@@ -525,7 +525,7 @@
* */
//获取数据
self
.
getSeat
=
function
()
{
console
.
log
(
SeatData
(),
'数据'
);
//
console.log(SeatData(), '数据');
};
self
.
SetArea
=
function
(
type
)
{
...
...
@@ -605,11 +605,11 @@
});
if
(
nowLouCount
>
0
)
{
newObj
.
rowIndex
=
""
;
console
.
log
((
i
+
1
-
louCount
),
"隐藏排"
);
}
else
{
newObj
.
rowIndex
=
(
i
+
1
-
louCount
)
+
"排"
;
console
.
log
((
i
+
1
-
louCount
),
"排"
);
}
}
else
{
...
...
@@ -625,20 +625,17 @@
});
if
(
nowTangCount
>
0
)
{
newObj
.
rowIndex
=
""
;
console
.
log
((
i
+
1
-
lourow
-
TangCount
),
"隐藏排"
);
}
else
{
newObj
.
rowIndex
=
(
i
+
1
-
lourow
-
TangCount
)
+
"排"
;
console
.
log
((
i
+
1
-
lourow
-
TangCount
),
"排"
);
}
}
$
(
".row_input"
).
each
(
function
(
x
)
{
//console.log($(this),'thsithisthis');
console
.
log
(
$
(
this
).
val
(),
'vvvvvvvv'
)
if
(
$
(
this
).
val
()
==
''
)
{
$
(
this
).
addClass
(
'noSeat'
);
}
})
SeatData
.
replace
(
SeatData
()[
i
],
newObj
);
}
...
...
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