master
zhaoaomin 2 years ago
parent 5496895696
commit bc9b5c993f

Binary file not shown.

@ -37,6 +37,8 @@
<add key="thriftBoxPort" value="7915" />
<!--FormBoardthrift端口-->
<add key="FormBoardThriftPort" value="7931" />
<!--物料同步接口地址-->
<add key="WCSMaterialSyncAddress" value="http://192.168.202.28:9001/api/v1/ReceiveMesMsg/materialPlanSync"/>
</appSettings>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />

@ -199,7 +199,7 @@ namespace XGL.Views
bucketList = bucketList.Distinct().ToList();
//var jsonObject = JsonConvert.DeserializeObject(jsonStrCXJList);
string apiUrl = "http://192.168.202.28:9001/api/v1/ReceiveMesMsg/materialPlanSync";
string apiUrl = Utils.GetAppSetting("WCSMaterialSyncAddress")=="" ? "http://192.168.202.28:9001/api/v1/ReceiveMesMsg/materialPlanSync": Utils.GetAppSetting("WCSMaterialSyncAddress");
MaterialPlanModel materialPlanModel = new MaterialPlanModel();

Loading…
Cancel
Save