service/QC/OaApi.cs
@@ -27,6 +27,12 @@ public async Task<dynamic> SubmitIQCToOA(dynamic queryObj) { //if (unity.userName.IsNullOrEmpty()) throw new Exception("用户名不允许为空"); //if (unity.sectionCode.IsNullOrEmpty()) throw new Exception("库位编号不允许为空"); //if (unity.barcode.IsNullOrEmpty()) throw new Exception("条码不允许为空"); //if (unity.billNo.IsNullOrEmpty()) throw new Exception("申请单号不允许为空"); try { // 解析请求参数