Commit 77840cb1 by guanzhenshan

1

parent 1b138b0a
......@@ -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){
......
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