Commit 287d2f43 authored by 前端-吴智勇's avatar 前端-吴智勇

Merge branch 'jinfa-0518' into 'jinfa-0518'

Jinfa 0518 See merge request project/jinfa-platform!287
parents c06716d8 49da450f
......@@ -273,7 +273,16 @@ const Add = () => {
// }
let _tableSource = [...tabelSource]
if (!_isFunds) {
_tableSource = _tableSource.map((item) => { return { ...item, sourceContractId: 0, writeOffAmount: 0, reconciliationAmount: 0 } })
_tableSource = _tableSource.map((item) => {
return {
...item,
sourceContractId: 0,
writeOffAmount: 0,
reconciliationAmount: 0,
applyPayment: Number(formRes?.applyPayment || 0).toFixed(2),
applyAmount: Number(formRes?.applyAmount || 0).toFixed(2)
}
})
}
const _params = {
...dataSource,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment