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
linweijiong
jinfa-platform
Commits
8c62ff58
Commit
8c62ff58
authored
Oct 26, 2020
by
前端-钟卫鹏
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://10.0.0.22:3000/lingxi/lingxi-business-paltform
into dev
parents
5568abe0
91faafe9
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
7 deletions
+4
-7
index.tsx
src/pages/afterService/exchangeGoods/orderPreview/index.tsx
+1
-1
confirmModal.tsx
...ages/transaction/enquiryOffer/components/confirmModal.tsx
+2
-2
detail.tsx
src/pages/transaction/enquiryOffer/toAddSubmit/detail.tsx
+1
-4
No files found.
src/pages/afterService/exchangeGoods/orderPreview/index.tsx
View file @
8c62ff58
...
...
@@ -6,7 +6,7 @@ import OrderProcess from './components/orderProcess'
import
ReplaceGoods
from
'./components/replaceGoods'
import
ReturnGoods
from
'./components/returnGoods'
import
ReplaceDetail
from
'./components/replaceDetail'
import
HistoryLog
from
'./components/
H
istoryLog'
import
HistoryLog
from
'./components/
h
istoryLog'
interface
OrderPreviewPropsType
{
}
...
...
src/pages/transaction/enquiryOffer/components/confirmModal.tsx
View file @
8c62ff58
...
...
@@ -27,13 +27,13 @@ const comfirmDialog: React.FC<Params> = (props) => {
value
.
id
=
Number
(
props
.
id
)
console
.
log
(
'value'
,
value
)
if
(
props
.
type
==
1
){
PublicApi
.
postOrder
RequisitionFormAudit
(
value
).
then
(
res
=>
{
PublicApi
.
postOrder
QuotationDocumentsReview
(
value
).
then
(
res
=>
{
if
(
res
.
code
===
1000
)
{
props
.
onOK
()
}
})
}
else
if
(
props
.
type
==
2
){
PublicApi
.
postOrder
RequisitionFormAudit
Two
(
value
).
then
(
res
=>
{
PublicApi
.
postOrder
QuotationDocumentsReview
Two
(
value
).
then
(
res
=>
{
if
(
res
.
code
===
1000
)
{
props
.
onOK
()
}
...
...
src/pages/transaction/enquiryOffer/toAddSubmit/detail.tsx
View file @
8c62ff58
...
...
@@ -572,10 +572,7 @@ const Detail: React.FC<{}> = () => {
let
areaCodeList
=
[]
setdataInfo
(
data
)
//总
//地区
setinitialValues
({
quotationSummary
:
data
,
})
setinitialValues
(
data
)
getOrderProductAll
(
data
.
requisitionFormId
)
//查询规格 赋值弹窗单位和采购数量
tabForm
.
resetFields
()
}
...
...
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