Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
merchant-manage-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
ui
merchant-manage-ui
Commits
7c39742d
Commit
7c39742d
authored
Dec 22, 2022
by
武广
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改已发货订单列表缺少物流信息
parent
1c9a2cc9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
28 deletions
+31
-28
env.config.js
config/env.config.js
+1
-1
index.jsx
src/pages/orderManage/pendingDeliveryOrder/index.jsx
+30
-27
No files found.
config/env.config.js
View file @
7c39742d
const
isProduction
=
process
.
env
.
NODE_ENV
===
'
production
'
;
const
isProduction
=
process
.
env
.
NODE_ENV
===
'
production
'
;
const
isPre
=
process
.
env
.
PRE_ENV
===
'
pre
'
;
const
isPre
=
process
.
env
.
PRE_ENV
===
'
pre
'
;
const
environment
=
'
yxm
'
;
const
environment
=
'
xyqb
'
;
const
envAPi
=
{
const
envAPi
=
{
api
:
`https://security-
${
environment
}
.liangkebang.net`
,
//'https://security-xyqb.liangkebang.net',
api
:
`https://security-
${
environment
}
.liangkebang.net`
,
//'https://security-xyqb.liangkebang.net',
kdspOpApi
:
`https://sc-merchant-api-
${
environment
}
.liangkebang.net`
,
kdspOpApi
:
`https://sc-merchant-api-
${
environment
}
.liangkebang.net`
,
...
...
src/pages/orderManage/pendingDeliveryOrder/index.jsx
View file @
7c39742d
...
@@ -361,33 +361,36 @@ const TableList = props => {
...
@@ -361,33 +361,36 @@ const TableList = props => {
hideInSearch
:
true
,
hideInSearch
:
true
,
width
:
350
,
width
:
350
,
},
},
// {
{
// title: '物流公司',
title
:
'
物流公司
'
,
// dataIndex: 'expressCompanyName',
dataIndex
:
'
expressCompanyName
'
,
// key: 'expressCompanyName',
key
:
'
expressCompanyName
'
,
// width: 120,
width
:
120
,
// className: 'colStyle',
className
:
'
colStyle
'
,
// hideInSearch: true,
hideInSearch
:
true
,
// render: (_, record) => renderContent(record, 'expressCompanyName'),
hideInTable
:
props
.
type
!==
2
,
// },
render
:
(
_
,
record
)
=>
renderContent
(
record
,
'
expressCompanyName
'
),
// {
},
// title: '物流单号',
{
// dataIndex: 'deliveryNo',
title
:
'
物流单号
'
,
// key: 'deliveryNo',
dataIndex
:
'
deliveryNo
'
,
// width: 210,
key
:
'
deliveryNo
'
,
// className: 'colStyle',
width
:
210
,
// hideInSearch: true,
className
:
'
colStyle
'
,
// render: (_, record) => renderContent(record, 'deliveryNo'),
hideInSearch
:
true
,
// },
hideInTable
:
props
.
type
!==
2
,
// {
render
:
(
_
,
record
)
=>
renderContent
(
record
,
'
deliveryNo
'
),
// title: '物流信息',
},
// dataIndex: 'action',
{
// key: 'action',
title
:
'
物流信息
'
,
// width: 150,
dataIndex
:
'
action
'
,
// hideInSearch: true,
key
:
'
action
'
,
// className: 'colStyle',
width
:
150
,
// render: (_, record) => renderContent(record, 'action'),
hideInSearch
:
true
,
// },
hideInTable
:
props
.
type
!==
2
,
className
:
'
colStyle
'
,
render
:
(
_
,
record
)
=>
renderContent
(
record
,
'
action
'
),
},
{
{
title
:
'
订单状态
'
,
title
:
'
订单状态
'
,
dataIndex
:
'
orderStatusDesc
'
,
dataIndex
:
'
orderStatusDesc
'
,
...
...
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