Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
DataCenter_Core2.1_20190520
Overview
Overview
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
bltdc
DataCenter_Core2.1_20190520
Commits
9ae0e188
Commit
9ae0e188
authored
Aug 28, 2021
by
guanzhenshan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首次进入页面默认加载流水数据
parent
09a36e5b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
FinanceAccount_OrderBilling.cshtml
...se/Views/PlatformOrder/FinanceAccount_OrderBilling.cshtml
+1
-1
BaseController.cs
Bailun.DC.Web/Base/BaseController.cs
+1
-1
No files found.
Bailun.DC.Web/Areas/DataWareHouse/Views/PlatformOrder/FinanceAccount_OrderBilling.cshtml
View file @
9ae0e188
...
@@ -134,7 +134,7 @@
...
@@ -134,7 +134,7 @@
var height = document.body.clientHeight;
var height = document.body.clientHeight;
$("#roletable").attr("data-height", (height - 170));
$("#roletable").attr("data-height", (height - 170));
//
list();
list();
$('#platform').change(function () {
$('#platform').change(function () {
//获取平台站点
//获取平台站点
...
...
Bailun.DC.Web/Base/BaseController.cs
View file @
9ae0e188
...
@@ -190,7 +190,7 @@ namespace Bailun.DC.Web.Base
...
@@ -190,7 +190,7 @@ namespace Bailun.DC.Web.Base
file
.
Close
();
file
.
Close
();
file
.
Dispose
();
file
.
Dispose
();
}
}
return
Json
(
new
{
erron
=
0
});
//
Demo,随便返回了个值,请勿参考
return
Json
(
new
{
erron
=
0
});
//
}
}
...
...
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