采购发票上传

product
杨世强 2 years ago
parent 82d3044be9
commit 11b698b93d

@ -181,6 +181,8 @@ public class ReceiptinController {
List<PoundlistEntity> poundlistEntityList = purchaseorderitemService.getPoundList(purchaseorderEntity.getId());
for (PoundlistEntity poundlistEntity : poundlistEntityList) {
poundlistEntity.setPurchaseStatus("2");
poundlistEntity.setIsInvoicing("1");
poundlistEntity.setInputDate(new Date());
poundlistService.updateById(poundlistEntity);
}
}

Loading…
Cancel
Save