Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
factory_front
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qinjianhui
factory_front
Commits
b44b5e4a
Commit
b44b5e4a
authored
May 29, 2026
by
wusiyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 工厂订单new列表操作物流相关按钮可见页面修改 #1004198
parent
6b8f53c8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
5 deletions
+11
-5
src/views/order/factoryOrderNew/index.vue
+11
-5
No files found.
src/views/order/factoryOrderNew/index.vue
View file @
b44b5e4a
...
...
@@ -741,11 +741,12 @@
size
=
"small"
@
click
.
stop
=
"handleChangeLogistics(row)"
>
更换物流
更换物流
方式
<
/ElButton
>
<
ElButton
v
-
if
=
"
[
'ALL',
'PENDING_RECEIVE',
'PENDING_CREATE_LOGISTICS',
'PENDING_SCHEDULE',
...
...
@@ -1264,6 +1265,7 @@ const receiverAddressForm = ref<AddressInfo>({
const
showPendingLogisticsUpdateAddress
=
(
row
:
FactoryOrderNewListData
)
=>
[
'ALL'
,
'PENDING_RECEIVE'
,
'PENDING_CREATE_LOGISTICS'
,
'PENDING_SCHEDULE'
,
...
...
@@ -1273,9 +1275,13 @@ const showPendingLogisticsUpdateAddress = (row: FactoryOrderNewListData) =>
].
includes
(
status
.
value
)
&&
row
.
shipmentType
===
1
const
showChangeLogistics
=
(
row
:
FactoryOrderNewListData
)
=>
[
'PENDING_SCHEDULE'
,
'PICKING'
,
'PENDING_DELIVERY'
,
'SUSPEND'
].
includes
(
status
.
value
,
)
&&
row
.
shipmentType
===
1
[
'ALL'
,
'PENDING_SCHEDULE'
,
'PICKING'
,
'PENDING_DELIVERY'
,
'SUSPEND'
,
].
includes
(
status
.
value
)
&&
row
.
shipmentType
===
1
const
submitFactoryOrderReceiverAddress
=
(
data
:
AddressInfo
)
=>
updateReceiverAddressApi
(
data
)
...
...
@@ -1519,7 +1525,7 @@ const mainColumns = computed(() => [
{
prop
:
'operation'
,
label
:
'操作'
,
minWidth
:
22
0
,
minWidth
:
30
0
,
align
:
'center'
,
slot
:
'operation'
,
fixed
:
'right'
,
...
...
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