kazelee
2 天以前 6d2faa6e299bdfe545ee339269e64f2900229147
wms/WCSHelper.cs
@@ -1,5 +1,4 @@
using HH.WCS.Mobox3.AnGang.models;
using HH.WCS.Mobox3.AnGang.config;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
@@ -65,7 +64,7 @@
        public static TN_Task BuildInboundTask(TN_Location startLoc, string endLocCode, string cntId) {
            var type = TaskName.产品入库;
            var endArea = "HJQ";
            var endArea = Settings.Areas[AreaIndex.H货架区][0]; // HJQ
            TN_Task TN_Task = new TN_Task() {
                S_CODE = GenerateTaskNo(),
@@ -101,7 +100,7 @@
            var endArea = "";
            if (endLoc == null) {
                if (taskType == TaskName.产品入库) {
                    endArea = "HJQ"; // 货架区
                    endArea = Settings.Areas[AreaIndex.H货架区][0]; // HJQ
                }
                else {
                    LogHelper.Info("终点货位不存在,且任务类型不是PDA货品入库");