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
77840cb1
Commit
77840cb1
authored
Jul 16, 2021
by
guanzhenshan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
1b138b0a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
OrderBillings.cshtml
...as/DataWareHouse/Views/PlatformOrder/OrderBillings.cshtml
+6
-1
No files found.
Bailun.DC.Web/Areas/DataWareHouse/Views/PlatformOrder/OrderBillings.cshtml
View file @
77840cb1
...
...
@@ -8,6 +8,9 @@
<div class="row">
<div class="col-sm-12">
<div class="ibox-content m-b-sm border-bottom">
<div class="alert alert-warning">
</div>
<form id="toolbar">
<div class="form-inline" style="line-height:40px;">
<div id="sel_platform_contain" class="form-group" style="display:none;">
...
...
@@ -213,6 +216,7 @@
platform = $('#platform').val();
$('#platform').change(function () {
platform = $('#platform').val();
initUpload();
})
...
...
@@ -258,7 +262,9 @@
paramData: 'page=' + current_page + '&platform=' + platform+'&website=' + website + '&start=' + start + '&end=' + end + '&orderno=' + orderno,
func: function (result) {
layer.close(load_index)
$('#tb_head').html('');
$('#tb').html('');
$('#page-contain').html('<span id="pageresult"></span><div id="pagination" class="pagination" style="margin-left:5px;"></div>');
if (result.success) {
//表头
if (result.total == 0) {
...
...
@@ -318,7 +324,6 @@
// return false;
//}
uploadfile('btn_Upload',
'@Url.Content("~/DataWareHouse/PlatformOrder/UploadOrderBilling")' + '?platform=' + platform + '&website=' + website,
function(result){
...
...
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