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
cf643f5b
Commit
cf643f5b
authored
Dec 16, 2021
by
前端-黄佳鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改新增物流选择订单商品
parent
9fa88708
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
otherExplain.tsx
...ity/inquiryOffer/waitAddOffer/components/otherExplain.tsx
+1
-1
ModalTableOrder.tsx
...icsBillSubmit/addLogistics/components/ModalTableOrder.tsx
+2
-0
No files found.
src/pages/transaction/dealAbility/inquiryOffer/waitAddOffer/components/otherExplain.tsx
View file @
cf643f5b
...
@@ -7,7 +7,7 @@ import { useStateFilterSearchLinkageEffect } from '@/formSchema/effects/useFilte
...
@@ -7,7 +7,7 @@ import { useStateFilterSearchLinkageEffect } from '@/formSchema/effects/useFilte
import
{
FORM_FILTER_PATH
}
from
'@/formSchema/const'
;
import
{
FORM_FILTER_PATH
}
from
'@/formSchema/const'
;
import
{
getMemberManageUsersPage
}
from
'@/services/MemberV2Api'
;
import
{
getMemberManageUsersPage
}
from
'@/services/MemberV2Api'
;
import
{
getIntl
}
from
'umi'
;
import
{
getIntl
}
from
'umi'
;
import
{
getManageCountryAreaGetTelCode
}
from
'@/services/ManageV2Api
/id13091
'
;
import
{
getManageCountryAreaGetTelCode
}
from
'@/services/ManageV2Api'
;
interface
OtherExplainLayoutProps
{
interface
OtherExplainLayoutProps
{
/** 获取联系人 */
/** 获取联系人 */
...
...
src/pages/transaction/logisticsAbility/logisticsBillSubmit/addLogistics/components/ModalTableOrder.tsx
View file @
cf643f5b
...
@@ -197,7 +197,9 @@ const ModalTableOrder: React.FC<ModalTableProps> = (props) => {
...
@@ -197,7 +197,9 @@ const ModalTableOrder: React.FC<ModalTableProps> = (props) => {
getOrderCommonLogisticsPage
({
...
parmas
}).
then
(
res
=>
{
getOrderCommonLogisticsPage
({
...
parmas
}).
then
(
res
=>
{
if
(
res
.
code
===
1000
)
{
if
(
res
.
code
===
1000
)
{
res
.
data
.
data
.
forEach
((
item
:
any
)
=>
{
res
.
data
.
data
.
forEach
((
item
:
any
)
=>
{
item
.
id
=
item
.
orderId
item
.
applyNo
=
item
.
orderNo
item
.
applyNo
=
item
.
orderNo
item
.
memberName
=
item
.
buyerMemberName
item
.
applyAbstract
=
item
.
orderThe
item
.
applyAbstract
=
item
.
orderThe
item
.
applyTime
=
item
.
createTime
item
.
applyTime
=
item
.
createTime
})
})
...
...
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