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("工件入库失败:数据不能为空!");