Merge branch 'dev' of https://git.tuotong-tech.com/tnb/tnb.server into dev
This commit is contained in:
@@ -1897,8 +1897,7 @@ namespace Tnb.ProductionMgr
|
|||||||
bindCarryCodeInput.location_code = location.location_code;
|
bindCarryCodeInput.location_code = location.location_code;
|
||||||
bindCarryCodeInput.code_batch = prdMoTask.batch;
|
bindCarryCodeInput.code_batch = prdMoTask.batch;
|
||||||
|
|
||||||
// string response1 = HttpUtils.RequestPost($"{config.value}/api/wms/wms-carry/bind-carry-material",JsonConvert.SerializeObject(bindCarryCodeInput), header);
|
string response1 = HttpUtils.RequestPost($"{config.value}/api/wms/wms-carry/bind-carry-material",JsonConvert.SerializeObject(bindCarryCodeInput), header);
|
||||||
string response1 = HttpUtils.RequestPost($"http://localhost:9232/api/wms/wms-carry/bind-carry-material",JsonConvert.SerializeObject(bindCarryCodeInput), header);
|
|
||||||
AuthResponse authResponse1 = JsonConvert.DeserializeObject<AuthResponse>(response1);
|
AuthResponse authResponse1 = JsonConvert.DeserializeObject<AuthResponse>(response1);
|
||||||
AuthResponse authResponse11 = JsonConvert.DeserializeObject<AuthResponse>(authResponse1.data.ToString());
|
AuthResponse authResponse11 = JsonConvert.DeserializeObject<AuthResponse>(authResponse1.data.ToString());
|
||||||
if (authResponse11.code != 200)
|
if (authResponse11.code != 200)
|
||||||
@@ -1936,8 +1935,7 @@ namespace Tnb.ProductionMgr
|
|||||||
carry_id = wmsCarryH.id,
|
carry_id = wmsCarryH.id,
|
||||||
});
|
});
|
||||||
|
|
||||||
// string response2 = HttpUtils.RequestPost($"{config.value}/api/wms/wms-prd-instock-h/prd-instock",JsonConvert.SerializeObject(wmsPrdInstockInput), header);
|
string response2 = HttpUtils.RequestPost($"{config.value}/api/wms/wms-prd-instock-h/prd-instock",JsonConvert.SerializeObject(wmsPrdInstockInput), header);
|
||||||
string response2 = HttpUtils.RequestPost($"http://localhost:9232/api/wms/wms-prd-instock-h/prd-instock",JsonConvert.SerializeObject(wmsPrdInstockInput), header);
|
|
||||||
AuthResponse authResponse2 = JsonConvert.DeserializeObject<AuthResponse>(response2);
|
AuthResponse authResponse2 = JsonConvert.DeserializeObject<AuthResponse>(response2);
|
||||||
AuthResponse authResponse22 = JsonConvert.DeserializeObject<AuthResponse>(authResponse2.data.ToString());
|
AuthResponse authResponse22 = JsonConvert.DeserializeObject<AuthResponse>(authResponse2.data.ToString());
|
||||||
if (authResponse22.code != 200)
|
if (authResponse22.code != 200)
|
||||||
|
|||||||
Reference in New Issue
Block a user