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
c0b34578
Commit
c0b34578
authored
Apr 01, 2019
by
guanzhenshan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
处理资产负债表导出明细时,url特殊字符自动转义的问题
parent
88383d97
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
13 additions
and
13 deletions
+13
-13
BankBalance.cshtml
Bailun.DC.Web/Areas/Reports/Views/Finance/BankBalance.cshtml
+1
-1
CopeWith.cshtml
Bailun.DC.Web/Areas/Reports/Views/Finance/CopeWith.cshtml
+1
-1
CopeWithLogistics.cshtml
....Web/Areas/Reports/Views/Finance/CopeWithLogistics.cshtml
+1
-1
InventoryBalance.cshtml
...C.Web/Areas/Reports/Views/Finance/InventoryBalance.cshtml
+1
-1
ListFixedAssets.cshtml
...DC.Web/Areas/Reports/Views/Finance/ListFixedAssets.cshtml
+1
-1
ListFixedAssetsDetails.cshtml
...Areas/Reports/Views/Finance/ListFixedAssetsDetails.cshtml
+1
-1
OtherPayable.cshtml
...un.DC.Web/Areas/Reports/Views/Finance/OtherPayable.cshtml
+1
-1
OtherReceivable.cshtml
...DC.Web/Areas/Reports/Views/Finance/OtherReceivable.cshtml
+1
-1
PlatformBalance.cshtml
...DC.Web/Areas/Reports/Views/Finance/PlatformBalance.cshtml
+1
-1
PrePay.cshtml
Bailun.DC.Web/Areas/Reports/Views/Finance/PrePay.cshtml
+1
-1
PrePayLogistics.cshtml
...DC.Web/Areas/Reports/Views/Finance/PrePayLogistics.cshtml
+1
-1
SemiFinishStock.cshtml
...DC.Web/Areas/Reports/Views/Finance/SemiFinishStock.cshtml
+1
-1
WithDrawOnWay.cshtml
...n.DC.Web/Areas/Reports/Views/Finance/WithDrawOnWay.cshtml
+1
-1
No files found.
Bailun.DC.Web/Areas/Reports/Views/Finance/BankBalance.cshtml
View file @
c0b34578
...
...
@@ -81,7 +81,7 @@
}
function exportFile() {
window.open('@Url.Content("~/Reports/Finance/BankBalanceExport?date="
+ ViewBag.date+ "&paycompanyid="+
ViewBag.paycompanyid)', "_blank");
window.open('@Url.Content("~/Reports/Finance/BankBalanceExport?date="
)' + '@(ViewBag.date)&paycompanyid=@(
ViewBag.paycompanyid)', "_blank");
}
</script>
...
...
Bailun.DC.Web/Areas/Reports/Views/Finance/CopeWith.cshtml
View file @
c0b34578
...
...
@@ -106,7 +106,7 @@
}
function exportFile() {
window.open('@Url.Content("~/Reports/Finance/CopeWithExport?finish="
+ViewBag.finish+"&date=" + ViewBag.date+ "&paycompanyid=" +
ViewBag.paycompanyid)', "_blank");
window.open('@Url.Content("~/Reports/Finance/CopeWithExport?finish="
)'+'@(ViewBag.finish)&date=@(ViewBag.date)&paycompanyid=@(
ViewBag.paycompanyid)', "_blank");
}
</script>
...
...
Bailun.DC.Web/Areas/Reports/Views/Finance/CopeWithLogistics.cshtml
View file @
c0b34578
...
...
@@ -69,7 +69,7 @@
}
function exportFile() {
window.open('@Url.Content("~/Reports/Finance/CopeWithLogisticsExport?date="
+ ViewBag.date+ "&paycompanyid=" +
ViewBag.paycompanyid)', "_blank");
window.open('@Url.Content("~/Reports/Finance/CopeWithLogisticsExport?date="
)' + '@(ViewBag.date)&paycompanyid=@(
ViewBag.paycompanyid)', "_blank");
}
</script>
...
...
Bailun.DC.Web/Areas/Reports/Views/Finance/InventoryBalance.cshtml
View file @
c0b34578
...
...
@@ -76,7 +76,7 @@
}
function exportFile() {
window.open('@Url.Content("~/Reports/Finance/InventoryBalanceExport?date="
+ ViewBag.date+ "&paycompanyid=" + ViewBag.paycompanyid+"&t="+
ViewBag.t)', "_blank");
window.open('@Url.Content("~/Reports/Finance/InventoryBalanceExport?date="
)' + '@(ViewBag.date)&paycompanyid=@(ViewBag.paycompanyid)&t=@(
ViewBag.t)', "_blank");
}
</script>
...
...
Bailun.DC.Web/Areas/Reports/Views/Finance/ListFixedAssets.cshtml
View file @
c0b34578
...
...
@@ -116,7 +116,7 @@
function exportFile() {
var pvalue = $('#companyvalue').val();
window.open('@Url.Content("~/Reports/Finance/ListFixedAssetsExport?date="
+ ViewBag.date+ "&paycompanyid=" + ViewBag.paycompanyid+ "&companyvalue=")
' + pvalue, "_blank");
window.open('@Url.Content("~/Reports/Finance/ListFixedAssetsExport?date="
)' + '@(ViewBag.date)&paycompanyid=@(ViewBag.paycompanyid)&companyvalue=
' + pvalue, "_blank");
}
</script>
...
...
Bailun.DC.Web/Areas/Reports/Views/Finance/ListFixedAssetsDetails.cshtml
View file @
c0b34578
...
...
@@ -82,7 +82,7 @@
}
function exportFile() {
window.open('@Url.Content("~/Reports/Finance/ListFixedAssetsDetailsExport?date="
+ ViewBag.date+ "&companyvalue=" +
ViewBag.companyvalue)', "_blank");
window.open('@Url.Content("~/Reports/Finance/ListFixedAssetsDetailsExport?date="
)' + '@(ViewBag.date)&companyvalue=@(
ViewBag.companyvalue)', "_blank");
}
</script>
...
...
Bailun.DC.Web/Areas/Reports/Views/Finance/OtherPayable.cshtml
View file @
c0b34578
...
...
@@ -65,7 +65,7 @@
}
function exportFile() {
window.open('@Url.Content("~/Reports/Finance/OtherPayableExport?date="
+ ViewBag.date+ "&paycompanyid=" +
ViewBag.paycompanyid)', "_blank");
window.open('@Url.Content("~/Reports/Finance/OtherPayableExport?date="
)' + '@(ViewBag.date)&paycompanyid=@(
ViewBag.paycompanyid)', "_blank");
}
</script>
...
...
Bailun.DC.Web/Areas/Reports/Views/Finance/OtherReceivable.cshtml
View file @
c0b34578
...
...
@@ -67,7 +67,7 @@
}
function exportFile() {
window.open('@Url.Content("~/Reports/Finance/OtherReceivableExport?date="
+ ViewBag.date+ "&paycompanyid=" +
ViewBag.paycompanyid)', "_blank");
window.open('@Url.Content("~/Reports/Finance/OtherReceivableExport?date="
)' + '@(ViewBag.date)&paycompanyid=@(
ViewBag.paycompanyid)', "_blank");
}
</script>
...
...
Bailun.DC.Web/Areas/Reports/Views/Finance/PlatformBalance.cshtml
View file @
c0b34578
...
...
@@ -100,7 +100,7 @@
}
function exportFile() {
window.open('@Url.Content("~/Reports/Finance/PlatformBalanceExport?date="
+ ViewBag.date+ "&paycompanyid="+
ViewBag.paycompanyid)', "_blank");
window.open('@Url.Content("~/Reports/Finance/PlatformBalanceExport?date="
)' + '@(ViewBag.date)&paycompanyid=@(
ViewBag.paycompanyid)', "_blank");
}
</script>
...
...
Bailun.DC.Web/Areas/Reports/Views/Finance/PrePay.cshtml
View file @
c0b34578
...
...
@@ -105,7 +105,7 @@
}
function exportFile() {
window.open('@Url.Content("~/Reports/Finance/PrePayExport?finish="
+ ViewBag.finish + "&date=" + ViewBag.date+ "&paycompanyid=" +
ViewBag.paycompanyid)', "_blank");
window.open('@Url.Content("~/Reports/Finance/PrePayExport?finish="
)' + '@(ViewBag.finish)&date=@(ViewBag.date)&paycompanyid=@(
ViewBag.paycompanyid)', "_blank");
}
</script>
...
...
Bailun.DC.Web/Areas/Reports/Views/Finance/PrePayLogistics.cshtml
View file @
c0b34578
...
...
@@ -69,7 +69,7 @@
}
function exportFile() {
window.open('@Url.Content("~/Reports/Finance/PrePayLogisticsExport?date="
+ ViewBag.date+ "&paycompanyid=" +
ViewBag.paycompanyid)', "_blank");
window.open('@Url.Content("~/Reports/Finance/PrePayLogisticsExport?date="
)' + '@(ViewBag.date)&paycompanyid=@(
ViewBag.paycompanyid)', "_blank");
}
</script>
...
...
Bailun.DC.Web/Areas/Reports/Views/Finance/SemiFinishStock.cshtml
View file @
c0b34578
...
...
@@ -51,7 +51,7 @@
}
function exportFile() {
window.open('@Url.Content("~/Reports/Finance/SemiFinishStockExport?date="
+ ViewBag.date+ "&paycompanyid=" +
ViewBag.paycompanyid)', "_blank");
window.open('@Url.Content("~/Reports/Finance/SemiFinishStockExport?date="
)' + '@(ViewBag.date)&paycompanyid=@(
ViewBag.paycompanyid)', "_blank");
}
</script>
...
...
Bailun.DC.Web/Areas/Reports/Views/Finance/WithDrawOnWay.cshtml
View file @
c0b34578
...
...
@@ -90,7 +90,7 @@
}
function exportFile() {
window.open('@Url.Content("~/Reports/Finance/WithDrawOnWayExport?date="
+ ViewBag.date+ "&paycompanyid="+
ViewBag.companyid)',"_blank");
window.open('@Url.Content("~/Reports/Finance/WithDrawOnWayExport?date="
)' + '@(ViewBag.date)&paycompanyid=@(
ViewBag.companyid)',"_blank");
}
</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