heshaofeng
7 天以前 0ea40a1592de878592b2872b9c3005014233a136
项目代码/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>
        ///