Authored by ZhongW

批量信息提示

... ... @@ -182,6 +182,8 @@
</tr>
</table>
</div>
<div class="panel-body red" id="message">
</div>
</div>
</div>
... ...
... ... @@ -1011,7 +1011,7 @@ $(document).on('click', '.return-btn', function () {
$('#priceChangeSearch').show();
$('.bulk_import').hide();
$('.bulk_batch_autdit').hide();
$('#message').html("");
}else{
location.href = '';
}
... ...