This commit is contained in:
@ -506,7 +506,7 @@ namespace Epost.BLL
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
ShowMessageModel_M show = new ShowMessageModel_M();
|
ShowMessageModel_M show = new ShowMessageModel_M();
|
||||||
show.Title = "SKU" + scanStr + "无任务!";
|
show.Title = "SKU" + scanStr + "未完纳!";
|
||||||
show.Color = EnumHelper.EMToDescriptionString(LightColor.Color.Red);
|
show.Color = EnumHelper.EMToDescriptionString(LightColor.Color.Red);
|
||||||
show.Block = item.block;
|
show.Block = item.block;
|
||||||
show.Islock = true;
|
show.Islock = true;
|
||||||
@ -698,7 +698,7 @@ namespace Epost.BLL
|
|||||||
|
|
||||||
//提示无任务
|
//提示无任务
|
||||||
ShowMessageModel_M show = new ShowMessageModel_M();
|
ShowMessageModel_M show = new ShowMessageModel_M();
|
||||||
show.Title = "商品:" + scanStr + "当前区无任务!";
|
show.Title = "商品:" + scanStr + "无任务!";
|
||||||
show.Color = EnumHelper.EMToDescriptionString(LightColor.Color.Red);
|
show.Color = EnumHelper.EMToDescriptionString(LightColor.Color.Red);
|
||||||
show.Block = data.Block;
|
show.Block = data.Block;
|
||||||
show.Area = data.Area;
|
show.Area = data.Area;
|
||||||
|
@ -286,7 +286,7 @@ namespace Epost.BLL
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
ShowMessageModel_M show = new ShowMessageModel_M();
|
ShowMessageModel_M show = new ShowMessageModel_M();
|
||||||
show.Title = "SKU" + scanStr + "无任务!";
|
show.Title = "SKU" + scanStr + "未完纳!";
|
||||||
show.Color = EnumHelper.EMToDescriptionString(LightColor.Color.Red);
|
show.Color = EnumHelper.EMToDescriptionString(LightColor.Color.Red);
|
||||||
show.Block = data.Block;
|
show.Block = data.Block;
|
||||||
show.Islock = true;
|
show.Islock = true;
|
||||||
@ -377,7 +377,7 @@ namespace Epost.BLL
|
|||||||
// data.Parameter = scanStr;
|
// data.Parameter = scanStr;
|
||||||
Hangup_SKU(scanStr, data.Block, data.Area);
|
Hangup_SKU(scanStr, data.Block, data.Area);
|
||||||
//删除sku对应缓存
|
//删除sku对应缓存
|
||||||
List<ResultMessageModel> sdown = downCacheDAL.GetPlanJobDownList().FindAll(p => p.Parameter == scanStr && p.Parameter == qdt.Rows[0]["sku"].ToString()&&p.Block == data.Block);
|
List<ResultMessageModel> sdown = downCacheDAL.GetPlanJobDownList().FindAll(p => p.Parameter == scanStr && p.Parameter == qdt.Rows[0]["sku"].ToString()&&p.Block == data.Block&&p.Area ==data.Area);
|
||||||
downCacheDAL.UpdateJobDownModelList(sdown, EdownCommend.Execute);
|
downCacheDAL.UpdateJobDownModelList(sdown, EdownCommend.Execute);
|
||||||
}
|
}
|
||||||
downCacheDAL.UpdateJobDownModelList(hangList, EdownCommend.Execute);
|
downCacheDAL.UpdateJobDownModelList(hangList, EdownCommend.Execute);
|
||||||
@ -479,7 +479,7 @@ namespace Epost.BLL
|
|||||||
|
|
||||||
//提示无任务
|
//提示无任务
|
||||||
ShowMessageModel_M show = new ShowMessageModel_M();
|
ShowMessageModel_M show = new ShowMessageModel_M();
|
||||||
show.Title = "商品:" + scanStr + "当前区无任务!";
|
show.Title = "商品:" + scanStr + "无任务!";
|
||||||
show.Color = EnumHelper.EMToDescriptionString(LightColor.Color.Red);
|
show.Color = EnumHelper.EMToDescriptionString(LightColor.Color.Red);
|
||||||
show.Block = data.Block;
|
show.Block = data.Block;
|
||||||
show.Area = data.Area;
|
show.Area = data.Area;
|
||||||
|
@ -131,12 +131,12 @@ namespace Epost.DAL.Cache
|
|||||||
//{
|
//{
|
||||||
// PlanJobList.Remove(planitem);
|
// PlanJobList.Remove(planitem);
|
||||||
//}
|
//}
|
||||||
List<JobModel> list = PlanJobList.FindAll(p => p.Block == JobParam.FirstOrDefault().Block);
|
//List<JobModel> list = PlanJobList.FindAll(p => p.Block == JobParam.FirstOrDefault().Block);
|
||||||
foreach (JobModel item in list)
|
//foreach (JobModel item in list)
|
||||||
{
|
//{
|
||||||
PlanJobList.Remove(item);
|
// PlanJobList.Remove(item);
|
||||||
}
|
//}
|
||||||
|
JobParam.ForEach(m => PlanJobList.Remove(m));//删除计划任务
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
<WebStackScaffolding_IsAsyncSelected>False</WebStackScaffolding_IsAsyncSelected>
|
<WebStackScaffolding_IsAsyncSelected>False</WebStackScaffolding_IsAsyncSelected>
|
||||||
<WebStackScaffolding_ViewDialogWidth>600</WebStackScaffolding_ViewDialogWidth>
|
<WebStackScaffolding_ViewDialogWidth>600</WebStackScaffolding_ViewDialogWidth>
|
||||||
<NameOfLastUsedPublishProfile>E:\WORK\代码管理\T系列\播种\Epost.TestToolsWeb\Properties\PublishProfiles\Toolsweb.pubxml</NameOfLastUsedPublishProfile>
|
<NameOfLastUsedPublishProfile>E:\WORK\代码管理\T系列\播种\Epost.TestToolsWeb\Properties\PublishProfiles\Toolsweb.pubxml</NameOfLastUsedPublishProfile>
|
||||||
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
|
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
|
||||||
<Use64BitIISExpress />
|
<Use64BitIISExpress />
|
||||||
<IISExpressSSLPort />
|
<IISExpressSSLPort />
|
||||||
<IISExpressAnonymousAuthentication />
|
<IISExpressAnonymousAuthentication />
|
||||||
|
@ -33,19 +33,19 @@
|
|||||||
<publishTime>04/04/2018 15:45:12</publishTime>
|
<publishTime>04/04/2018 15:45:12</publishTime>
|
||||||
</File>
|
</File>
|
||||||
<File Include="bin/App_global.asax.compiled">
|
<File Include="bin/App_global.asax.compiled">
|
||||||
<publishTime>12/06/2024 13:31:01</publishTime>
|
<publishTime>12/06/2024 17:02:43</publishTime>
|
||||||
</File>
|
</File>
|
||||||
<File Include="bin/App_global.asax.dll">
|
<File Include="bin/App_global.asax.dll">
|
||||||
<publishTime>12/06/2024 13:31:01</publishTime>
|
<publishTime>12/06/2024 17:02:43</publishTime>
|
||||||
</File>
|
</File>
|
||||||
<File Include="bin/BouncyCastle.Crypto.dll">
|
<File Include="bin/BouncyCastle.Crypto.dll">
|
||||||
<publishTime>02/24/2020 15:29:24</publishTime>
|
<publishTime>02/24/2020 15:29:24</publishTime>
|
||||||
</File>
|
</File>
|
||||||
<File Include="bin/Common.dll">
|
<File Include="bin/Common.dll">
|
||||||
<publishTime>12/06/2024 13:29:51</publishTime>
|
<publishTime>12/06/2024 14:38:44</publishTime>
|
||||||
</File>
|
</File>
|
||||||
<File Include="bin/Common.pdb">
|
<File Include="bin/Common.pdb">
|
||||||
<publishTime>12/06/2024 13:29:51</publishTime>
|
<publishTime>12/06/2024 14:38:44</publishTime>
|
||||||
</File>
|
</File>
|
||||||
<File Include="bin/ComposerSDK.dll">
|
<File Include="bin/ComposerSDK.dll">
|
||||||
<publishTime>04/29/2020 16:50:14</publishTime>
|
<publishTime>04/29/2020 16:50:14</publishTime>
|
||||||
@ -63,31 +63,31 @@
|
|||||||
<publishTime>10/23/2017 13:15:20</publishTime>
|
<publishTime>10/23/2017 13:15:20</publishTime>
|
||||||
</File>
|
</File>
|
||||||
<File Include="bin/Epost.BLL.dll">
|
<File Include="bin/Epost.BLL.dll">
|
||||||
<publishTime>12/06/2024 13:30:43</publishTime>
|
<publishTime>12/06/2024 17:02:33</publishTime>
|
||||||
</File>
|
</File>
|
||||||
<File Include="bin/Epost.BLL.pdb">
|
<File Include="bin/Epost.BLL.pdb">
|
||||||
<publishTime>12/06/2024 13:30:43</publishTime>
|
<publishTime>12/06/2024 17:02:33</publishTime>
|
||||||
</File>
|
</File>
|
||||||
<File Include="bin/Epost.BLL.XmlSerializers.dll">
|
<File Include="bin/Epost.BLL.XmlSerializers.dll">
|
||||||
<publishTime>08/26/2020 18:09:48</publishTime>
|
<publishTime>08/26/2020 18:09:48</publishTime>
|
||||||
</File>
|
</File>
|
||||||
<File Include="bin/Epost.DAL.dll">
|
<File Include="bin/Epost.DAL.dll">
|
||||||
<publishTime>12/06/2024 13:30:43</publishTime>
|
<publishTime>12/06/2024 15:54:14</publishTime>
|
||||||
</File>
|
</File>
|
||||||
<File Include="bin/Epost.DAL.pdb">
|
<File Include="bin/Epost.DAL.pdb">
|
||||||
<publishTime>12/06/2024 13:30:43</publishTime>
|
<publishTime>12/06/2024 15:54:14</publishTime>
|
||||||
</File>
|
</File>
|
||||||
<File Include="bin/Epost.DPS.dll">
|
<File Include="bin/Epost.DPS.dll">
|
||||||
<publishTime>12/06/2024 13:30:46</publishTime>
|
<publishTime>12/06/2024 17:02:35</publishTime>
|
||||||
</File>
|
</File>
|
||||||
<File Include="bin/Epost.DPS.pdb">
|
<File Include="bin/Epost.DPS.pdb">
|
||||||
<publishTime>12/06/2024 13:30:46</publishTime>
|
<publishTime>12/06/2024 17:02:35</publishTime>
|
||||||
</File>
|
</File>
|
||||||
<File Include="bin/Epost.Model.dll">
|
<File Include="bin/Epost.Model.dll">
|
||||||
<publishTime>12/06/2024 13:29:51</publishTime>
|
<publishTime>12/06/2024 14:38:44</publishTime>
|
||||||
</File>
|
</File>
|
||||||
<File Include="bin/Epost.Model.pdb">
|
<File Include="bin/Epost.Model.pdb">
|
||||||
<publishTime>12/06/2024 13:29:51</publishTime>
|
<publishTime>12/06/2024 14:38:44</publishTime>
|
||||||
</File>
|
</File>
|
||||||
<File Include="bin/Epost.TestToolsWeb.dll">
|
<File Include="bin/Epost.TestToolsWeb.dll">
|
||||||
<publishTime>09/06/2018 11:57:11</publishTime>
|
<publishTime>09/06/2018 11:57:11</publishTime>
|
||||||
@ -5652,7 +5652,7 @@
|
|||||||
<publishTime>05/30/2022 16:58:47</publishTime>
|
<publishTime>05/30/2022 16:58:47</publishTime>
|
||||||
</File>
|
</File>
|
||||||
<File Include="PrecompiledApp.config">
|
<File Include="PrecompiledApp.config">
|
||||||
<publishTime>12/06/2024 13:30:47</publishTime>
|
<publishTime>12/06/2024 17:02:37</publishTime>
|
||||||
</File>
|
</File>
|
||||||
<File Include="Scripts/ai.0.22.9-build00167.js">
|
<File Include="Scripts/ai.0.22.9-build00167.js">
|
||||||
<publishTime>04/04/2018 15:45:12</publishTime>
|
<publishTime>04/04/2018 15:45:12</publishTime>
|
||||||
@ -7572,7 +7572,7 @@
|
|||||||
<publishTime>07/04/2022 14:22:38</publishTime>
|
<publishTime>07/04/2022 14:22:38</publishTime>
|
||||||
</File>
|
</File>
|
||||||
<File Include="Web.config">
|
<File Include="Web.config">
|
||||||
<publishTime>12/06/2024 13:30:46</publishTime>
|
<publishTime>12/06/2024 14:42:01</publishTime>
|
||||||
</File>
|
</File>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
Reference in New Issue
Block a user