Commit de76e205 authored by 前端-黄佳鑫's avatar 前端-黄佳鑫

docs: 修改招标货品生成文字

parent 47340565
......@@ -76,7 +76,7 @@ const AddNewBid: React.FC<AddNewBidProps> = (props) => {
}
useEffect(() => {
if (id) {
setFormLoading(true)
getPurchaseInviteTenderGetInviteTender({
......@@ -185,14 +185,14 @@ const AddNewBid: React.FC<AddNewBidProps> = (props) => {
}
})
params.shopType = 1
let res = await postPurchaseInviteTenderSaveOrUpdateInviteTender(params)
if (res.code === 1000) {
history.goBack()
} else {
setBtnLoading(false)
}
} catch (error) {
setBtnLoading(false)
......@@ -353,7 +353,7 @@ const AddNewBid: React.FC<AddNewBidProps> = (props) => {
{/* 关联投标商品 */}
<RelevanceGoodDrawer
title={intl.formatMessage({ id: 'detail.purchase.modalTitle2' })}
title={intl.formatMessage({ id: 'detail.purchase.modalTitle27' })}
currentRef={goodRef}
schemaAction={drawerSchemaAction}
pageAction={addSchemaAction}
......@@ -369,7 +369,7 @@ const AddNewBid: React.FC<AddNewBidProps> = (props) => {
pageAction={addSchemaAction}
/>
:null}
{/* 选择会员 */}
<MemberModal
......
......@@ -223,7 +223,7 @@ const bidMaterial: ISchema = {
}],
enum: [
{
label: intl.formatMessage({ id: 'detail.purchase.modalTitle4' }),
label: intl.formatMessage({ id: 'detail.purchase.modalTitle27' }),
value: 1
},
// {
......
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