HTML/views/SOSetting/ExportAllot.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Wms/WMS.BLL/BllSoServer/ExportAllotServer.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Wms/WMS.BLL/BllSoServer/ExportNoticeServer.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Wms/Wms/Wms.csproj | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
HTML/views/SOSetting/ExportAllot.html
@@ -241,7 +241,8 @@ <table id="LAY-app-content-list2" lay-filter="LAY-app-content-list2"></table> <!-- #region 自定义表头 --> <div class="headerSetIcon"> <button class="layui-btn layui-btn-primary layui-btn-sm" data-type="customCols2"> <button class="layui-btn layui-btn-primary layui-btn-sm" data-type="customCols2"> <i class="layui-icon"></i> </button> </div> @@ -783,8 +784,7 @@ sendData(IP + "/Basis/GetRoleRightList", {}, 'get', function(res) { if (res.code == 0) { //成功 for (var k = 0; k < res.data.length; k++) { if(res.data[k].ParentNo == "2400") { if (res.data[k].ParentNo == "2400") { if (res.data[k].MenuName == "撤销") { console.log(res.data[k].MenuName); $(function() { @@ -824,7 +824,7 @@ yemianid = 1; }); var doing = true; //删除 //撤销 table.on('tool(LAY-app-content-list)', function (obj) { console.log(obj); if (obj.event === 'del') { Wms/WMS.BLL/BllSoServer/ExportAllotServer.cs
@@ -132,16 +132,17 @@ { throw new Exception("未查询到要分配的库存总量信息"); } //验证任务信息是否存在 if (task == null) // 若任务已下发,判断任务状态 if (task != null) { throw new Exception("未查询到当前托盘任务信息"); } //验证任务状态是否为正在执行 if (task.Status == "0" || task.Status == "1" || task.Status == "2") { throw new Exception("当前任务等待执行或正在执行,请取消后删除"); } } Db.BeginTran(); var time = DateTime.Now; //修改任务信息 Wms/WMS.BLL/BllSoServer/ExportNoticeServer.cs
@@ -3026,7 +3026,7 @@ { throw new Exception("操作失败,部分储位库存异常!"); } if (st.Qty > (stock.Qty - stock.LockQty - stock.FrozenQty - stock.InspectQty)) if (st.Qty > (stock.Qty - stock.LockQty - stock.FrozenQty)) // 输入的数量 - 托盘上可用的数量(托盘上数量-锁定的数量-冻结的数量) { throw new Exception("操作失败,出库数量超出库存数量!"); } Wms/Wms/Wms.csproj
@@ -30,6 +30,8 @@ <ItemGroup> <ProjectReference Include="..\WMS.BLL\WMS.BLL.csproj" /> </ItemGroup> <ProjectExtensions><VisualStudio><UserProperties appsettings_1json__JsonSchema="" /></VisualStudio></ProjectExtensions> </Project>