pan
9 天以前 a7b15461d3dc6d07c18e065fa3a6acd234c2d7c8
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Inbound/InboundOrderController.cs
@@ -215,9 +215,9 @@
        }
        [HttpPost, Route("UndoPalletGroup"), AllowAnonymous, MethodParamsValidate]
        public WebResponseContent UndoPalletGroup(string palletCode)
        public WebResponseContent UndoPalletGroup(string palletCode,string barcode="")
        {
            return Service.UndoPalletGroup(palletCode);
            return Service.UndoPalletGroup(palletCode,barcode);
        }
        /// <summary>
        ///