|
|
@@ -590,9 +590,9 @@ public class OutboundSaleReturnService extends BaseService<Outbound> {
|
|
|
if (Constant.OutStatus.YICHUKU.getName().equals(outboundVO.getOutStatus())) {
|
|
|
|
|
|
//region 退账
|
|
|
- if (outboundVO.getReceivableId() != null) {
|
|
|
- accountService.reverseReceivable(outboundVO.getOutId(), Constant.InventoryDocCode.OUTBOUND.getTableName());
|
|
|
- }
|
|
|
+// if (outboundVO.getReceivableId() != null) {
|
|
|
+ accountService.reverseReceivable(outboundVO.getOutId(), Constant.InventoryDocCode.OUTBOUND.getTableName());
|
|
|
+// }
|
|
|
//endregion
|
|
|
|
|
|
//region 反写出库总单和明细 反写订单总单和明细
|
|
|
@@ -715,9 +715,9 @@ public class OutboundSaleReturnService extends BaseService<Outbound> {
|
|
|
//endregion
|
|
|
|
|
|
//region 入账
|
|
|
- if (outboundVO.getReceivableId() != null) {
|
|
|
- accountService.accReceivable(outboundVO.getOutId(), Constant.InventoryDocCode.OUTBOUND.getTableName());
|
|
|
- }
|
|
|
+// if (outboundVO.getReceivableId() != null) {
|
|
|
+ accountService.accReceivable(outboundVO.getOutId(), Constant.InventoryDocCode.OUTBOUND.getTableName());
|
|
|
+// }
|
|
|
//endregion
|
|
|
|
|
|
//region 修改库存
|