schangxiang@126.com
2024-09-10 97a5a103f118e8e6ad95db730a4c8d0519c4d3e7
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("工件入库失败:数据不能为空!");