Commit 77840cb1 by guanzhenshan

1

parent 1b138b0a
...@@ -8,6 +8,9 @@ ...@@ -8,6 +8,9 @@
<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">
<div class="alert alert-warning">
</div>
<form id="toolbar"> <form id="toolbar">
<div class="form-inline" style="line-height:40px;"> <div class="form-inline" style="line-height:40px;">
<div id="sel_platform_contain" class="form-group" style="display:none;"> <div id="sel_platform_contain" class="form-group" style="display:none;">
...@@ -213,6 +216,7 @@ ...@@ -213,6 +216,7 @@
platform = $('#platform').val(); platform = $('#platform').val();
$('#platform').change(function () { $('#platform').change(function () {
platform = $('#platform').val();
initUpload(); initUpload();
}) })
...@@ -258,7 +262,9 @@ ...@@ -258,7 +262,9 @@
paramData: 'page=' + current_page + '&platform=' + platform+'&website=' + website + '&start=' + start + '&end=' + end + '&orderno=' + orderno, paramData: 'page=' + current_page + '&platform=' + platform+'&website=' + website + '&start=' + start + '&end=' + end + '&orderno=' + orderno,
func: function (result) { func: function (result) {
layer.close(load_index) layer.close(load_index)
$('#tb_head').html('');
$('#tb').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.success) {
//表头 //表头
if (result.total == 0) { if (result.total == 0) {
...@@ -318,7 +324,6 @@ ...@@ -318,7 +324,6 @@
// return false; // return false;
//} //}
uploadfile('btn_Upload', uploadfile('btn_Upload',
'@Url.Content("~/DataWareHouse/PlatformOrder/UploadOrderBilling")' + '?platform=' + platform + '&website=' + website, '@Url.Content("~/DataWareHouse/PlatformOrder/UploadOrderBilling")' + '?platform=' + platform + '&website=' + website,
function(result){ function(result){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment