Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
shenshaokai
jinfa-platform
Commits
5b890f12
Commit
5b890f12
authored
Apr 14, 2021
by
前端-黄佳鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🐞
fix: 修改采购询价单新增 需求对接的问题
parent
5e7d1481
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
index.tsx
...pages/transaction/purchaseAbility/offter/detail/index.tsx
+1
-1
demand.tsx
...eAbility/purchaseInquiry/addInquiry/components/demand.tsx
+9
-1
No files found.
src/pages/transaction/purchaseAbility/offter/detail/index.tsx
View file @
5b890f12
...
...
@@ -130,7 +130,7 @@ const QuoteDetails = () => {
<
ProgressLayout
/>
<
BasicLayout
effect=
{
basicEffect
}
/>
<
BidInfoLayout
fetch=
{
PublicApi
.
getPurchase
Confirm
QuotedPriceMaterielDetailed
}
fetch=
{
PublicApi
.
getPurchaseQuotedPriceMaterielDetailed
}
effect=
{
{
turn
:
dataSource
.
count
,
id
}
}
/>
<
OtherLayout
effect=
{
otherEffect
}
/>
...
...
src/pages/transaction/purchaseAbility/purchaseInquiry/addInquiry/components/demand.tsx
View file @
5b890f12
...
...
@@ -213,6 +213,14 @@ const Demand: React.FC<Iprops> = (props: any) => {
}
},
[
fetchdata
])
const
handleCancel
=
()
=>
{
setValue
(
3
)
setVisible
(
false
);
form
.
setFieldsValue
({
'type'
:
3
})
}
return
(
<>
<
Form
...
...
@@ -278,7 +286,7 @@ const Demand: React.FC<Iprops> = (props: any) => {
<
Store
visible=
{
visible
}
storeList=
{
storeList
}
onCancel=
{
()
=>
{
setVisible
(
false
);
setValue
(
2
)
}
}
onCancel=
{
()
=>
handleCancel
()
}
getStroeList=
{
handleStoreIds
}
/>
<
SelectMenber
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment