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
32d07ce7
Commit
32d07ce7
authored
Mar 29, 2019
by
guanzhenshan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
资产负债表所有明细增加导出明细功能
parent
b850f9a1
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
152 additions
and
61 deletions
+152
-61
FinanceController.cs
Bailun.DC.Web/Areas/Reports/Controllers/FinanceController.cs
+0
-0
BankBalance.cshtml
Bailun.DC.Web/Areas/Reports/Views/Finance/BankBalance.cshtml
+13
-0
CopeWith.cshtml
Bailun.DC.Web/Areas/Reports/Views/Finance/CopeWith.cshtml
+13
-0
CopeWithLogistics.cshtml
....Web/Areas/Reports/Views/Finance/CopeWithLogistics.cshtml
+14
-0
InventoryBalance.cshtml
...C.Web/Areas/Reports/Views/Finance/InventoryBalance.cshtml
+14
-0
OtherPayable.cshtml
...un.DC.Web/Areas/Reports/Views/Finance/OtherPayable.cshtml
+14
-30
OtherReceivable.cshtml
...DC.Web/Areas/Reports/Views/Finance/OtherReceivable.cshtml
+14
-31
PlatformBalance.cshtml
...DC.Web/Areas/Reports/Views/Finance/PlatformBalance.cshtml
+14
-0
PrePay.cshtml
Bailun.DC.Web/Areas/Reports/Views/Finance/PrePay.cshtml
+14
-0
PrePayLogistics.cshtml
...DC.Web/Areas/Reports/Views/Finance/PrePayLogistics.cshtml
+14
-0
SemiFinishStock.cshtml
...DC.Web/Areas/Reports/Views/Finance/SemiFinishStock.cshtml
+14
-0
WithDrawOnWay.cshtml
...n.DC.Web/Areas/Reports/Views/Finance/WithDrawOnWay.cshtml
+14
-0
No files found.
Bailun.DC.Web/Areas/Reports/Controllers/FinanceController.cs
View file @
32d07ce7
This diff is collapsed.
Click to expand it.
Bailun.DC.Web/Areas/Reports/Views/Finance/BankBalance.cshtml
View file @
32d07ce7
...
@@ -36,6 +36,15 @@
...
@@ -36,6 +36,15 @@
<div class="row">
<div class="row">
<div class="col-sm-12">
<div class="col-sm-12">
<div class="ibox-content m-b-sm border-bottom">
<div class="ibox-content m-b-sm border-bottom">
<form id="toolbar">
<div class="form-inline" style="line-height:40px;">
<div class="form-group">
<button type="button" class="btn btn-primary" onclick="exportFile();">导出</button>
</div>
</div>
</form>
</div>
<div class="ibox-content m-b-sm border-bottom">
<table id="roletable" style="table-layout:fixed;"></table>
<table id="roletable" style="table-layout:fixed;"></table>
</div>
</div>
</div>
</div>
...
@@ -70,6 +79,10 @@
...
@@ -70,6 +79,10 @@
tb.bootstrapTable('refresh', { url: url });
tb.bootstrapTable('refresh', { url: url });
}
}
}
}
function exportFile() {
window.open('@Url.Content("~/Reports/Finance/BankBalanceExport?date=" + ViewBag.date+ "&paycompanyid="+ViewBag.paycompanyid)', "_blank");
}
</script>
</script>
}
}
Bailun.DC.Web/Areas/Reports/Views/Finance/CopeWith.cshtml
View file @
32d07ce7
...
@@ -41,6 +41,15 @@
...
@@ -41,6 +41,15 @@
<div class="row">
<div class="row">
<div class="col-sm-12">
<div class="col-sm-12">
<div class="ibox-content m-b-sm border-bottom">
<div class="ibox-content m-b-sm border-bottom">
<form id="toolbar">
<div class="form-inline" style="line-height:40px;">
<div class="form-group">
<button type="button" class="btn btn-primary" onclick="exportFile();">导出</button>
</div>
</div>
</form>
</div>
<div class="ibox-content m-b-sm border-bottom">
<table id="roletable" style="table-layout:fixed;"></table>
<table id="roletable" style="table-layout:fixed;"></table>
</div>
</div>
</div>
</div>
...
@@ -95,6 +104,10 @@
...
@@ -95,6 +104,10 @@
tb.bootstrapTable('refresh', { url: url });
tb.bootstrapTable('refresh', { url: url });
}
}
}
}
function exportFile() {
window.open('@Url.Content("~/Reports/Finance/CopeWithExport?finish="+ViewBag.finish+"&date=" + ViewBag.date+ "&paycompanyid=" + ViewBag.paycompanyid)', "_blank");
}
</script>
</script>
}
}
...
...
Bailun.DC.Web/Areas/Reports/Views/Finance/CopeWithLogistics.cshtml
View file @
32d07ce7
...
@@ -7,6 +7,15 @@
...
@@ -7,6 +7,15 @@
<div class="row">
<div class="row">
<div class="col-sm-12">
<div class="col-sm-12">
<div class="ibox-content m-b-sm border-bottom">
<div class="ibox-content m-b-sm border-bottom">
<form id="toolbar">
<div class="form-inline" style="line-height:40px;">
<div class="form-group">
<button type="button" class="btn btn-primary" onclick="exportFile();">导出</button>
</div>
</div>
</form>
</div>
<div class="ibox-content m-b-sm border-bottom">
<table id="roletable" style="table-layout:fixed;"></table>
<table id="roletable" style="table-layout:fixed;"></table>
</div>
</div>
</div>
</div>
...
@@ -58,6 +67,11 @@
...
@@ -58,6 +67,11 @@
tb.bootstrapTable('refresh', { url: url });
tb.bootstrapTable('refresh', { url: url });
}
}
}
}
function exportFile() {
window.open('@Url.Content("~/Reports/Finance/CopeWithLogisticsExport?date=" + ViewBag.date+ "&paycompanyid=" + ViewBag.paycompanyid)', "_blank");
}
</script>
</script>
}
}
...
...
Bailun.DC.Web/Areas/Reports/Views/Finance/InventoryBalance.cshtml
View file @
32d07ce7
...
@@ -33,6 +33,15 @@
...
@@ -33,6 +33,15 @@
<div class="row">
<div class="row">
<div class="col-sm-12">
<div class="col-sm-12">
<div class="ibox-content m-b-sm border-bottom">
<div class="ibox-content m-b-sm border-bottom">
<form id="toolbar">
<div class="form-inline" style="line-height:40px;">
<div class="form-group">
<button type="button" class="btn btn-primary" onclick="exportFile();">导出</button>
</div>
</div>
</form>
</div>
<div class="ibox-content m-b-sm border-bottom">
<table id="roletable" style="table-layout:fixed;"></table>
<table id="roletable" style="table-layout:fixed;"></table>
</div>
</div>
</div>
</div>
...
@@ -65,6 +74,10 @@
...
@@ -65,6 +74,10 @@
tb.bootstrapTable('refresh', { url: url });
tb.bootstrapTable('refresh', { url: url });
}
}
}
}
function exportFile() {
window.open('@Url.Content("~/Reports/Finance/InventoryBalanceExport?date=" + ViewBag.date+ "&paycompanyid=" + ViewBag.paycompanyid+"&t="+ViewBag.t)', "_blank");
}
</script>
</script>
}
}
\ No newline at end of file
Bailun.DC.Web/Areas/Reports/Views/Finance/OtherPayable.cshtml
View file @
32d07ce7
...
@@ -4,39 +4,18 @@
...
@@ -4,39 +4,18 @@
Layout = "~/Pages/Shared/_MainLayout.cshtml";
Layout = "~/Pages/Shared/_MainLayout.cshtml";
}
}
@*<div class="ibox-content m-b-sm border-bottom">
<table id="tb" class="table table-hover table-bordered" style="width:100%;">
<tr>
<td>付款主体</td>
<td>还款方</td>
<td>期初金额</td>
<td>借方发生额</td>
<td>贷方发生额</td>
<td>期末金额</td>
<td>统计日期</td>
</tr>
@if (ViewBag.list.Count > 0)
{
foreach (var item in ViewBag.list)
{
<tr>
<td>@ViewBag.PayCompanyName</td>
<td>@item.borrower_or_payer</td>
<td>@item.start_amount.ToString("###,###.##")</td>
<td>@item.debit_amount.ToString("###,###.##")</td>
<td>@item.credit_amount.ToString("###,###.##")</td>
<td>@item.end_amount.ToString("###,###.##")</td>
<td>@item.day.ToString("yyyy-MM-dd")</td>
</tr>
}
}
</table>
</div>*@
<div class="row">
<div class="row">
<div class="col-sm-12">
<div class="col-sm-12">
<div class="ibox-content m-b-sm border-bottom">
<div class="ibox-content m-b-sm border-bottom">
<form id="toolbar">
<div class="form-inline" style="line-height:40px;">
<div class="form-group">
<button type="button" class="btn btn-primary" onclick="exportFile();">导出</button>
</div>
</div>
</form>
</div>
<div class="ibox-content m-b-sm border-bottom">
<table id="roletable" style="table-layout:fixed;"></table>
<table id="roletable" style="table-layout:fixed;"></table>
</div>
</div>
</div>
</div>
...
@@ -84,6 +63,11 @@
...
@@ -84,6 +63,11 @@
tb.bootstrapTable('refresh', { url: url });
tb.bootstrapTable('refresh', { url: url });
}
}
}
}
function exportFile() {
window.open('@Url.Content("~/Reports/Finance/OtherPayableExport?date=" + ViewBag.date+ "&paycompanyid=" + ViewBag.paycompanyid)', "_blank");
}
</script>
</script>
}
}
...
...
Bailun.DC.Web/Areas/Reports/Views/Finance/OtherReceivable.cshtml
View file @
32d07ce7
...
@@ -4,40 +4,18 @@
...
@@ -4,40 +4,18 @@
Layout = "~/Pages/Shared/_MainLayout.cshtml";
Layout = "~/Pages/Shared/_MainLayout.cshtml";
}
}
@*<div class="ibox-content m-b-sm border-bottom">
<table id="tb" class="table table-hover table-bordered" style="width:100%;">
<thead>
<tr>
<th>付款主体</th>
<th>借款方</th>
<th>期初金额</th>
<th>借方发生额</th>
<th>贷方发生额</th>
<th>期末金额</th>
<th>统计日期</th>
</tr>
</thead>
@if (ViewBag.list.Count > 0)
{
foreach (var item in ViewBag.list)
{
<tr>
<td>@ViewBag.PayCompanyName</td>
<td>@item.borrower_or_payer</td>
<td>@item.start_amount.ToString("###,###.##")</td>
<td>@item.debit_amount.ToString("###,###.##")</td>
<td>@item.credit_amount.ToString("###,###.##")</td>
<td>@item.end_amount.ToString("###,###.##")</td>
<td>@item.day.ToString("yyyy-MM-dd")</td>
</tr>
}
}
</table>
</div>*@
<div class="row">
<div class="row">
<div class="col-sm-12">
<div class="col-sm-12">
<div class="ibox-content m-b-sm border-bottom">
<div class="ibox-content m-b-sm border-bottom">
<form id="toolbar">
<div class="form-inline" style="line-height:40px;">
<div class="form-group">
<button type="button" class="btn btn-primary" onclick="exportFile();">导出</button>
</div>
</div>
</form>
</div>
<div class="ibox-content m-b-sm border-bottom">
<table id="roletable" style="table-layout:fixed;"></table>
<table id="roletable" style="table-layout:fixed;"></table>
</div>
</div>
</div>
</div>
...
@@ -87,6 +65,11 @@
...
@@ -87,6 +65,11 @@
tb.bootstrapTable('refresh', { url: url });
tb.bootstrapTable('refresh', { url: url });
}
}
}
}
function exportFile() {
window.open('@Url.Content("~/Reports/Finance/OtherReceivableExport?date=" + ViewBag.date+ "&paycompanyid=" + ViewBag.paycompanyid)', "_blank");
}
</script>
</script>
}
}
Bailun.DC.Web/Areas/Reports/Views/Finance/PlatformBalance.cshtml
View file @
32d07ce7
...
@@ -48,6 +48,15 @@
...
@@ -48,6 +48,15 @@
<div class="row">
<div class="row">
<div class="col-sm-12">
<div class="col-sm-12">
<div class="ibox-content m-b-sm border-bottom">
<div class="ibox-content m-b-sm border-bottom">
<form id="toolbar">
<div class="form-inline" style="line-height:40px;">
<div class="form-group">
<button type="button" class="btn btn-primary" onclick="exportFile();">导出</button>
</div>
</div>
</form>
</div>
<div class="ibox-content m-b-sm border-bottom">
<table id="roletable" style="table-layout:fixed;"></table>
<table id="roletable" style="table-layout:fixed;"></table>
</div>
</div>
</div>
</div>
...
@@ -89,6 +98,11 @@
...
@@ -89,6 +98,11 @@
tb.bootstrapTable('refresh', { url: url });
tb.bootstrapTable('refresh', { url: url });
}
}
}
}
function exportFile() {
window.open('@Url.Content("~/Reports/Finance/PlatformBalanceExport?date=" + ViewBag.date+ "&paycompanyid="+ViewBag.paycompanyid)', "_blank");
}
</script>
</script>
}
}
...
...
Bailun.DC.Web/Areas/Reports/Views/Finance/PrePay.cshtml
View file @
32d07ce7
...
@@ -42,6 +42,15 @@
...
@@ -42,6 +42,15 @@
<div class="row">
<div class="row">
<div class="col-sm-12">
<div class="col-sm-12">
<div class="ibox-content m-b-sm border-bottom">
<div class="ibox-content m-b-sm border-bottom">
<form id="toolbar">
<div class="form-inline" style="line-height:40px;">
<div class="form-group">
<button type="button" class="btn btn-primary" onclick="exportFile();">导出</button>
</div>
</div>
</form>
</div>
<div class="ibox-content m-b-sm border-bottom">
<table id="roletable" style="table-layout:fixed;"></table>
<table id="roletable" style="table-layout:fixed;"></table>
</div>
</div>
</div>
</div>
...
@@ -94,6 +103,11 @@
...
@@ -94,6 +103,11 @@
tb.bootstrapTable('refresh', { url: url });
tb.bootstrapTable('refresh', { url: url });
}
}
}
}
function exportFile() {
window.open('@Url.Content("~/Reports/Finance/PrePayExport?finish=" + ViewBag.finish + "&date=" + ViewBag.date+ "&paycompanyid=" + ViewBag.paycompanyid)', "_blank");
}
</script>
</script>
}
}
Bailun.DC.Web/Areas/Reports/Views/Finance/PrePayLogistics.cshtml
View file @
32d07ce7
...
@@ -7,6 +7,15 @@
...
@@ -7,6 +7,15 @@
<div class="row">
<div class="row">
<div class="col-sm-12">
<div class="col-sm-12">
<div class="ibox-content m-b-sm border-bottom">
<div class="ibox-content m-b-sm border-bottom">
<form id="toolbar">
<div class="form-inline" style="line-height:40px;">
<div class="form-group">
<button type="button" class="btn btn-primary" onclick="exportFile();">导出</button>
</div>
</div>
</form>
</div>
<div class="ibox-content m-b-sm border-bottom">
<table id="roletable" style="table-layout:fixed;"></table>
<table id="roletable" style="table-layout:fixed;"></table>
</div>
</div>
</div>
</div>
...
@@ -58,6 +67,11 @@
...
@@ -58,6 +67,11 @@
tb.bootstrapTable('refresh', { url: url });
tb.bootstrapTable('refresh', { url: url });
}
}
}
}
function exportFile() {
window.open('@Url.Content("~/Reports/Finance/PrePayLogisticsExport?date=" + ViewBag.date+ "&paycompanyid=" + ViewBag.paycompanyid)', "_blank");
}
</script>
</script>
}
}
...
...
Bailun.DC.Web/Areas/Reports/Views/Finance/SemiFinishStock.cshtml
View file @
32d07ce7
...
@@ -7,6 +7,15 @@
...
@@ -7,6 +7,15 @@
<div class="row">
<div class="row">
<div class="col-sm-12">
<div class="col-sm-12">
<div class="ibox-content m-b-sm border-bottom">
<div class="ibox-content m-b-sm border-bottom">
<form id="toolbar">
<div class="form-inline" style="line-height:40px;">
<div class="form-group">
<button type="button" class="btn btn-primary" onclick="exportFile();">导出</button>
</div>
</div>
</form>
</div>
<div class="ibox-content m-b-sm border-bottom">
<table id="roletable" style="table-layout:fixed;"></table>
<table id="roletable" style="table-layout:fixed;"></table>
</div>
</div>
</div>
</div>
...
@@ -40,6 +49,11 @@
...
@@ -40,6 +49,11 @@
tb.bootstrapTable('refresh', { url: url });
tb.bootstrapTable('refresh', { url: url });
}
}
}
}
function exportFile() {
window.open('@Url.Content("~/Reports/Finance/SemiFinishStockExport?date=" + ViewBag.date+ "&paycompanyid=" + ViewBag.paycompanyid)', "_blank");
}
</script>
</script>
}
}
...
...
Bailun.DC.Web/Areas/Reports/Views/Finance/WithDrawOnWay.cshtml
View file @
32d07ce7
...
@@ -40,6 +40,15 @@
...
@@ -40,6 +40,15 @@
<div class="row">
<div class="row">
<div class="col-sm-12">
<div class="col-sm-12">
<div class="ibox-content m-b-sm border-bottom">
<div class="ibox-content m-b-sm border-bottom">
<form id="toolbar">
<div class="form-inline" style="line-height:40px;">
<div class="form-group">
<button type="button" class="btn btn-primary" onclick="exportFile();">导出</button>
</div>
</div>
</form>
</div>
<div class="ibox-content m-b-sm border-bottom">
<table id="roletable" style="table-layout:fixed;"></table>
<table id="roletable" style="table-layout:fixed;"></table>
</div>
</div>
</div>
</div>
...
@@ -79,6 +88,11 @@
...
@@ -79,6 +88,11 @@
tb.bootstrapTable('refresh', { url: url });
tb.bootstrapTable('refresh', { url: url });
}
}
}
}
function exportFile() {
window.open('@Url.Content("~/Reports/Finance/WithDrawOnWayExport?date=" + ViewBag.date+ "&paycompanyid="+ViewBag.companyid)',"_blank");
}
</script>
</script>
}
}
...
...
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