Authored by ZhongW

批量信息提示

@@ -182,6 +182,8 @@ @@ -182,6 +182,8 @@
182 </tr> 182 </tr>
183 </table> 183 </table>
184 </div> 184 </div>
  185 + <div class="panel-body red" id="message">
  186 + </div>
185 </div> 187 </div>
186 188
187 </div> 189 </div>
@@ -1011,7 +1011,7 @@ $(document).on('click', '.return-btn', function () { @@ -1011,7 +1011,7 @@ $(document).on('click', '.return-btn', function () {
1011 $('#priceChangeSearch').show(); 1011 $('#priceChangeSearch').show();
1012 $('.bulk_import').hide(); 1012 $('.bulk_import').hide();
1013 $('.bulk_batch_autdit').hide(); 1013 $('.bulk_batch_autdit').hide();
1014 - 1014 + $('#message').html("");
1015 }else{ 1015 }else{
1016 location.href = ''; 1016 location.href = '';
1017 } 1017 }