schangxiang@126.com
2024-09-10 b78a8a99a9817b29289dc637711ab122cee829a8
iWara.SCADA.Code/iWare.Wms.Application/Service/Pda/PdaService.cs
@@ -486,10 +486,10 @@
        public async Task<string> outBoundWorkPiece([FromBody] OutBoundInput input)
        {
            if (input.Password == null || !input.Password.Equals("123456"))
            {
                throw Oops.Oh("修改工件质量状态失败:密码输入错误!");
            }
            //if (input.Password == null || !input.Password.Equals("123456"))
            //{
            //    throw Oops.Oh("修改工件质量状态失败:密码输入错误!");
            //}
            if (input.WorkPieceInfoLst.Count < 1)
            {
                throw Oops.Oh("工件入库失败:数据不能为空!");