调整出库任务单增加组织
This commit is contained in:
@@ -26,6 +26,8 @@ using WMS.Web.Core.Dto.Erp;
|
||||
using Microsoft.Extensions.Caching.Memory;
|
||||
using System.Reflection;
|
||||
using WMS.Web.Domain.Services;
|
||||
using SkiaSharp;
|
||||
using Google.Protobuf.Collections;
|
||||
|
||||
namespace WMS.Web.Api.Controllers
|
||||
{
|
||||
@@ -89,9 +91,22 @@ namespace WMS.Web.Api.Controllers
|
||||
[Route("hj")]
|
||||
public async Task<string> TestHJ()
|
||||
{
|
||||
//List<string> list = new List<string>();
|
||||
//list.Add("GD-02-15");
|
||||
//list.Add("GD-01-15");
|
||||
//list.Add("AB-02-23");
|
||||
//list.Add("AB-01-23");
|
||||
//list.Add("AB-01-15");
|
||||
//list.Add("AB-1-06");
|
||||
//list.Add("AB-3-15");
|
||||
//list.Add("C-3-15");
|
||||
//List<string> list2 = new List<string>();
|
||||
//list.ForEach(f => list2.Add(f.Replace("-0", "-")));
|
||||
//var ss = list2.OrderBy(s => s).ToList();
|
||||
|
||||
//await _inStockTaskService.ErpDel();
|
||||
//await _outStockTaskService.BillQueryForMisDeliveryOutStock(true, new List<string>() { "QTCK026812" });
|
||||
await _inStockTaskService.SysnMiscellaneous(new List<string>() { "QTRK028204" }, true);
|
||||
//await _inStockTaskService.SysnMiscellaneous(new List<string>() { "QTRK028204" }, true);
|
||||
|
||||
|
||||
// List<int> boxIds = new List<int>();
|
||||
|
||||
Reference in New Issue
Block a user