Commit f00d0b3c authored by wzy's avatar wzy

fix: 合同修改-物料时间回显问题

parent b7e6a801
......@@ -87,7 +87,6 @@ const Editing: React.FC<{}> = (props: any) => {
if (i.requisitionList?.length) {
i.requisitionList.map(item => {
prpIds.push(item.detailId)
i.advanceDeliveryDate = item.advanceDeliveryDate
})
}
i.prpIds = prpIds
......
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