完善单据明细列表接口

This commit is contained in:
季圣华
2023-12-05 22:10:13 +08:00
parent 66b1a21320
commit 646dfc50f8
2 changed files with 2 additions and 2 deletions

View File

@@ -1046,7 +1046,7 @@ public class DepotItemService {
|| BusinessConstants.SUB_TYPE_SALES_RETURN.equals(depotHead.getSubType())) {
goToType = BusinessConstants.SUB_TYPE_OTHER;
}
} else {
} else if("basic".equals(linkType)) {
//采购订单转采购入库
if(BusinessConstants.SUB_TYPE_PURCHASE_ORDER.equals(depotHead.getSubType())) {
goToType = BusinessConstants.SUB_TYPE_PURCHASE;