Commit 78968125 authored by shenshaokai's avatar shenshaokai

Merge branch 'fix-20221102' into 'jinfa-20221102'

fix: [38463] 创建请购单合同跳转到新增合同-采购物料-交货日期bug修改 See merge request project/jinfa-platform!510
parents 2b2e76ac 78cdbb01
......@@ -178,7 +178,7 @@ const FormList = (props: any) => {
// i.price = form.getFieldValue(`price${i.prpId}_${i.id}`) || ''
i.bidAmount = (i.bidCount && i.price) ? new BigNumber(+i.bidCount).multipliedBy(i.price).toNumber().toFixed(2) : ''
form.setFieldsValue({ [`advanceDeliveryDate${k}`]: i.advanceDeliveryDate ? moment(i.advanceDeliveryDate) : null })
})
setData(newList)
......@@ -191,6 +191,7 @@ const FormList = (props: any) => {
item.bidAmount = (item.bidCount && item.price) ? new BigNumber(+item.bidCount).multipliedBy(item.price).toNumber().toFixed(2) : ''
item.materielId = item.id
// val_taxPoint(item)
form.setFieldsValue({ [`advanceDeliveryDate${index}`]: item.advanceDeliveryDate ? moment(item.advanceDeliveryDate) : null })
})
setIsModalVisible(false)
......
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