同步湿料计划加工厂号

master
zhaoaomin 2 years ago
parent 634e91451f
commit ce06ec1e6e

Binary file not shown.

@ -10,6 +10,7 @@ namespace XGL.Models.Model.OrderPrepare
{
public string reqCode { get; set; }
public string reqTime { get; set; }
public string factory { get; set; }
public string planNo { get; set; }
public List<skuInfo> data { get; set; }
}

@ -8,11 +8,11 @@
</configSections>
<appSettings>
<!--车间编码-->
<add key="SiteCode" value="BPZ01"/>
<add key="SiteCode" value="1000"/>
<!--设备编码-->
<add key="DeviceCode" value="C1"/>
<!--上位机类型 0:工单准备1成型机\shoupei2烘房-->
<add key="ClientMode" value="1"/>
<add key="ClientMode" value="0"/>
<!--上位机类型 1 上件 2 排空区 0下件区-->
<add key="PostType" value="1"/>
<!--线体编码-->

@ -218,6 +218,7 @@ namespace XGL.Views
materialPlanModel.reqCode = CommonFunc.Common.GetUUID();
materialPlanModel.reqTime = DateTime.Now.ToString();
materialPlanModel.factory = Utils.GetAppSetting("SiteCode");
materialPlanModel.planNo = orderID;

Loading…
Cancel
Save