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
610dbe83
Commit
610dbe83
authored
Apr 23, 2025
by
guang.wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 处理收货人手机显示逻辑
parent
ffdda113
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
8 deletions
+5
-8
changeLog.jsx
...eliveryOrder/components/LogisticsPhoneModal/changeLog.jsx
+1
-1
staticData.js
...eliveryOrder/components/LogisticsPhoneModal/staticData.js
+2
-6
index.jsx
src/pages/orderManage/pendingDeliveryOrder/index.jsx
+2
-1
No files found.
src/pages/orderManage/pendingDeliveryOrder/components/LogisticsPhoneModal/changeLog.jsx
View file @
610dbe83
...
@@ -33,7 +33,7 @@ const ChangeLog = props => {
...
@@ -33,7 +33,7 @@ const ChangeLog = props => {
props
.
visible
&&
(
props
.
visible
&&
(
<
Modal
<
Modal
open=
{
props
.
visible
}
open=
{
props
.
visible
}
width=
{
8
0
0
}
width=
{
8
4
0
}
onCancel=
{
()
=>
closeModal
(
false
)
}
onCancel=
{
()
=>
closeModal
(
false
)
}
footer=
{
[
footer=
{
[
<
Button
key=
"close"
onClick=
{
()
=>
closeModal
(
false
)
}
>
<
Button
key=
"close"
onClick=
{
()
=>
closeModal
(
false
)
}
>
...
...
src/pages/orderManage/pendingDeliveryOrder/components/LogisticsPhoneModal/staticData.js
View file @
610dbe83
...
@@ -82,11 +82,7 @@ export const logColumn = [
...
@@ -82,11 +82,7 @@ export const logColumn = [
title
:
'
操作人
'
,
title
:
'
操作人
'
,
dataIndex
:
'
orderNo
'
,
dataIndex
:
'
orderNo
'
,
key
:
'
orderNo
'
,
key
:
'
orderNo
'
,
width
:
200
,
width
:
240
,
render
:
(
text
,
record
)
=>
(
render
:
(
text
,
record
)
=>
<
div
>
{
record
?.
operator
}
<
/div>
,
<
div
>
{
record
?.
operator
}
{
record
?.
operateTypeDesc
}
<
/div
>
),
},
},
];
];
src/pages/orderManage/pendingDeliveryOrder/index.jsx
View file @
610dbe83
...
@@ -467,7 +467,8 @@ const TableList = props => {
...
@@ -467,7 +467,8 @@ const TableList = props => {
{
props
.
type
===
2
?
'
更新物流信息
'
:
'
填写物流信息
'
}
{
props
.
type
===
2
?
'
更新物流信息
'
:
'
填写物流信息
'
}
</
Button
>
</
Button
>
)
}
)
}
{
canEditable
&&
ShowUpdateBtn
.
includes
(
record
?.
skuSource
?.
value
)
?
null
:
(
{
(
canEditable
&&
ShowUpdateBtn
.
includes
(
record
?.
skuSource
?.
value
))
||
props
.
type
!==
2
?
null
:
(
<
Button
<
Button
type=
"primary"
type=
"primary"
style=
{
{
style=
{
{
...
...
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