出库回传关闭拦截
This commit is contained in:
parent
8fe054087c
commit
6c4d16c42f
|
|
@ -224,7 +224,7 @@ public class WMSSaleOutCloseController {
|
|||
return CustomApiResult.success(resultExt);
|
||||
}*/
|
||||
//开始关闭
|
||||
String message = cloneOperation(tqq9_otheroutapply, "其他出库申请单", "im_otheroutbill");
|
||||
String message = cloneOperation(tqq9_otheroutapply, "其他出库申请单", "pm_purrefundapplybill");
|
||||
if (message.length() > 0) {
|
||||
HashMap<String, Object> returnMap = resultExt.addOneErrorToResultBeanByNumber(results, message, TQQ9_OTHEROUTAPPLY);
|
||||
results = (List<ApiResultExt.ResultBean>) returnMap.get("ResultBeanList");
|
||||
|
|
@ -416,7 +416,7 @@ public class WMSSaleOutCloseController {
|
|||
return CustomApiResult.success(wmsXmlReturn);
|
||||
}*/
|
||||
//开始关闭
|
||||
String message = cloneOperation(tqq9_otheroutapply, "其他出库申请单", "im_otheroutbill");
|
||||
String message = cloneOperation(tqq9_otheroutapply, "其他出库申请单", "pm_purrefundapplybill");
|
||||
if (message.length() > 0) {
|
||||
errormsg.append(message);
|
||||
response.setMessage(errormsg.substring(1));
|
||||
|
|
|
|||
Loading…
Reference in New Issue