Commit b86f057a authored by 卢均锐's avatar 卢均锐

fix: [12955]

parent adaf9c8b
......@@ -64,7 +64,7 @@ const ConfirmBidResultModal: React.FC<ConfirmBidResultModalProps> = (props: any)
const _returnDefaultAwardResults = useMemo(() => {
return record ? `${record?.purchaseMemberName ?? record?.createMemberName}${record.details}》竞价工作已经结束,中标人已经确定。现将中标结果公布如下:
中标供应商:${record.memberName}(中标总金额(含税):${priceFormat(record.sumAwardPrice)})。
中标供应商:${record.memberName}(中标总金额(含税):¥${priceFormat(record.sumAwardPrice)})。
中标理由:${record.signUpIdea}` : '';
}, [record])
......
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