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
90164ce5
Commit
90164ce5
authored
Jul 17, 2019
by
guanzhenshan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改退款流水,订单汇总流水无法筛选平台进行搜索的问题
parent
605c1cf9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
11 deletions
+6
-11
ListReturn.cshtml
Bailun.DC.Web/Areas/Reports/Views/Orders/ListReturn.cshtml
+5
-10
OrderSaleCount.cshtml
...n.DC.Web/Areas/Reports/Views/Orders/OrderSaleCount.cshtml
+1
-1
No files found.
Bailun.DC.Web/Areas/Reports/Views/Orders/ListReturn.cshtml
View file @
90164ce5
...
...
@@ -81,6 +81,10 @@
$("#roletable").attr("data-height", (height - 170));
listPlatform();
$('#platform').change(function () {
listWebsite();
})
})
function list() {
...
...
@@ -145,15 +149,6 @@
for (var i = 0; i < result.length; i++) {
$('#platform').append('<option value="' + result[i] + '">' + result[i]+'</option>');
}
$('#platform').val('@ViewBag.platform');
$('#platform').change(function () {
listWebsite();
})
list();
listWebsite();
}
}
})
...
...
@@ -163,7 +158,7 @@
$.submit({
url: '@Url.Content("~/Reports/Orders/ListAccount")',
type:'POST',
paramData: 'platform=
@(ViewBag.platform)'
,
paramData: 'platform=
' + $('#platform').val()
,
func: function (result) {
if (result != null && result != undefined) {
$('#account').html('<option value="">选择帐号</option>');
...
...
Bailun.DC.Web/Areas/Reports/Views/Orders/OrderSaleCount.cshtml
View file @
90164ce5
...
...
@@ -10,7 +10,6 @@
<div class="col-sm-12">
<div class="ibox-content m-b-sm border-bottom">
<form id="toolbar">
<input id="platform" name="platform" type="hidden" value="@ViewBag.platform" />
<div class="form-inline" style="line-height:40px;">
<div class="form-group">
<label>平台:</label>
...
...
@@ -164,6 +163,7 @@
function listPlatform() {
$.submit({
url: '@Url.Content("~/Reports/Orders/ListPlatform")',
type:'POST',
paramData: '',
func: function (result) {
if (result != null && result != undefined) {
...
...
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