其它出入库 生产报告改正式库地址

This commit is contained in:
2024-08-31 10:19:50 +08:00
parent a624883127
commit 9f33a4ec15
3 changed files with 6 additions and 4 deletions

View File

@@ -2525,7 +2525,8 @@ namespace Tnb.ProductionMgr
thirdWebapiRecord.third_name = WmsWareHouseConst.BIP;
thirdWebapiRecord.name = "生产报告";
thirdWebapiRecord.method = "POST";
thirdWebapiRecord.url = config.value+"uapws/rest/pwrnew/save";
// thirdWebapiRecord.url = config.value+"uapws/rest/pwrnew/save";
thirdWebapiRecord.url = WmsWareHouseConst.BIP_DOMAIN+"uapws/rest/pwrnew/save";
thirdWebapiRecord.request_data = JsonConvert.SerializeObject(erpRequestData);
thirdWebapiRecord.create_time = DateTime.Now;