현금영수증 빠진 항목 수정 에스크로 amountInfo 셋팅
This commit is contained in:
@@ -76,6 +76,9 @@ export const CashReceiptDetailPage = () => {
|
||||
tid: tid
|
||||
};
|
||||
cashReceiptDetail(cashReceitDetailParams).then((rs: DetailResponse) => {
|
||||
if(rs.amountDetail){
|
||||
rs.amountDetail.customerName = rs.customerName;
|
||||
}
|
||||
setAmountInfo(rs.amountDetail || {});
|
||||
setIssueInfo(rs.issueInfo || {});
|
||||
setDetailInfo(rs.detailInfo || {});
|
||||
|
||||
Reference in New Issue
Block a user