|
|
@@ -640,7 +640,11 @@
|
|
|
<script type="text/javascript">
|
|
|
function search(){
|
|
|
let code = $("#code").val();
|
|
|
-
|
|
|
+ $("#sendTime").html('');
|
|
|
+ $("#kehuName").html('');
|
|
|
+ $("#saleLocation").html('');
|
|
|
+ $("#pinxiang").html('');
|
|
|
+ $("#status").html("")
|
|
|
if(!code){
|
|
|
msg("请输入数码");
|
|
|
return;
|
|
|
@@ -651,6 +655,7 @@ function search(){
|
|
|
url:"${ctx}/mobile/search",
|
|
|
data:{code:code,latitude:latitude,longitude:longitude},
|
|
|
success:function(res){
|
|
|
+
|
|
|
hide();
|
|
|
if(res.status){
|
|
|
$("#searchResult").show();
|