| | |
| | | case "upload": |
| | | $.ajax({ |
| | | type:"get", |
| | | url: "/priOnline/viewCheck/" + data.id + "/auth", |
| | | url: baseUrl+"/priOnline/viewCheck/" + data.id + "/auth", |
| | | dataType:"json", |
| | | headers: {'token': localStorage.getItem('token')}, |
| | | success:function(res) { |
| | |
| | | } |
| | | |
| | | $.ajax({ |
| | | url: "/priOnline/uploadCheck/auth", |
| | | url: baseUrl+"/priOnline/uploadCheck/auth", |
| | | headers: {'token': localStorage.getItem('token')}, |
| | | data: JSON.stringify({ |
| | | id: data.id, |
| | |
| | | //查看询价 |
| | | $.ajax({ |
| | | type:"get", |
| | | url: "/priOnline/viewCheck/" + data.id + "/auth", |
| | | url: baseUrl+"/priOnline/viewCheck/" + data.id + "/auth", |
| | | dataType:"json", |
| | | headers: {'token': localStorage.getItem('token')}, |
| | | success:function(res) { |