|
|
@@ -15,7 +15,7 @@ $.each(location.href.split("?")[1].split("&"),function(i,n){
|
|
15
|
15
|
$.ajax({
|
|
16
|
16
|
type: "get",
|
|
17
|
17
|
// url: "http://101.36.160.140:10310/depot-intelligent/intelligents/wareHouseBasicInfo/getStorehouse?orgId=24&cfCode=017&libraryType=0",
|
|
18
|
|
- url: location.protocol+"//"+location.host+"/depot-intelligent/intelligents/wareHouseBasicInfo/getStorehouse?unitId=" + LCcs[0] + "&cfCode=" + LCcs[1] + "&libraryType=" + LCcs[3],
|
|
|
18
|
+ url: location.protocol+"//"+location.host+"/depot-intelligent/intelligents/wareHouseBasicInfo/getStorehouse?orgId=" + LCcs[0] + "&cfCode=" + LCcs[1] + "&libraryType=" + LCcs[3],
|
|
19
|
19
|
data: {},
|
|
20
|
20
|
async:true,
|
|
21
|
21
|
dataType: "json",
|