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
9af557a5
Commit
9af557a5
authored
Jun 09, 2026
by
qinjianhui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 样式修改
parent
88454fd8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
80 additions
and
72 deletions
+80
-72
src/views/order/factoryOrderNew/index.vue
+80
-72
No files found.
src/views/order/factoryOrderNew/index.vue
View file @
9af557a5
...
...
@@ -776,91 +776,99 @@
>
<
template
#
operation
=
"{ row
}
"
>
<
div
class
=
"main-table-operation"
>
<
span
class
=
"item"
>
<
ElButton
v
-
if
=
"status === 'PENDING_RECEIVE'"
type
=
"primary"
link
size
=
"small"
@
click
.
stop
=
"handleSingleConfirmOrder(row)"
>
{{
pendingAcceptSubTab
===
'ACCEPT_FAIL_OUT_OF_STOCK'
?
'重新接单'
:
'接单'
}}
<
/ElButton
>
<
/span
>
<
span
class
=
"item"
>
<
ElButton
<
span
v
-
if
=
"status === 'PENDING_RECEIVE'"
class
=
"item"
>
<
ElButton
type
=
"primary"
link
size
=
"small"
@
click
.
stop
=
"handleSingleConfirmOrder(row)"
>
{{
pendingAcceptSubTab
===
'ACCEPT_FAIL_OUT_OF_STOCK'
?
'重新接单'
:
'接单'
}}
<
/ElButton
>
<
/span
>
<
span
v
-
if
=
"
showPendingLogisticsUpdateAddress() &&
row.shipmentType === 1
"
type
=
"primary"
link
size
=
"small"
@
click
.
stop
=
"openUpdateReceiverAddress(row)"
>
修改地址
<
/ElButton
>
<
/span
>
<
span
class
=
"item"
>
<
ElButton
v
-
if
=
"showChangeLogistics(row)"
type
=
"warning"
link
size
=
"small"
@
click
.
stop
=
"handleChangeLogistics(row)"
class
=
"item"
>
更换物流方式
<
/ElButton
>
<
/span
>
<
span
class
=
"item"
>
<
ElButton
<
ElButton
type
=
"primary"
link
size
=
"small"
@
click
.
stop
=
"openUpdateReceiverAddress(row)"
>
修改地址
<
/ElButton
>
<
/span
>
<
span
v
-
if
=
"showChangeLogistics(row)"
class
=
"item"
>
<
ElButton
type
=
"warning"
link
size
=
"small"
@
click
.
stop
=
"handleChangeLogistics(row)"
>
更换物流方式
<
/ElButton
>
<
/span
>
<
span
v
-
if
=
"showPendingLogisticsUpdateAddress()"
type
=
"success"
link
size
=
"small"
@
click
.
stop
=
"handleRefreshReceiverAddress(row)"
class
=
"item"
>
{{
row
.
shipmentType
===
0
?
'同步物流/地址'
:
'同步地址'
}}
<
/ElButton
>
<
/span
>
<
span
class
=
"item"
>
<
ElButton
<
ElButton
type
=
"success"
link
size
=
"small"
@
click
.
stop
=
"handleRefreshReceiverAddress(row)"
>
{{
row
.
shipmentType
===
0
?
'同步物流/地址'
:
'同步地址'
}}
<
/ElButton
>
<
/span
>
<
span
v
-
if
=
"status === 'SUSPEND' && suspendedSubTab !== 1"
type
=
"warning"
link
size
=
"small"
@
click
.
stop
=
"handleCancelSuspend(row)"
class
=
"item"
>
取消挂起
<
/ElButton
>
<
/span
>
<
span
class
=
"item"
>
<
ElButton
<
ElButton
type
=
"warning"
link
size
=
"small"
@
click
.
stop
=
"handleCancelSuspend(row)"
>
取消挂起
<
/ElButton
>
<
/span
>
<
span
v
-
if
=
"status === 'SUSPEND' && suspendedSubTab === 1"
type
=
"success"
link
size
=
"small"
@
click
.
stop
=
"handleInterceptionSuccess(row)"
class
=
"item"
>
拦截成功
<
/ElButton
>
<
/span
>
<
span
class
=
"item"
>
<
ElButton
<
ElButton
type
=
"success"
link
size
=
"small"
@
click
.
stop
=
"handleInterceptionSuccess(row)"
>
拦截成功
<
/ElButton
>
<
/span
>
<
span
v
-
if
=
"status === 'SUSPEND' && suspendedSubTab === 1"
type
=
"danger"
link
size
=
"small"
@
click
.
stop
=
"handleInterceptionFail(row)"
class
=
"item"
>
拦截失败
<
/ElButton
>
<
ElButton
type
=
"danger"
link
size
=
"small"
@
click
.
stop
=
"handleInterceptionFail(row)"
>
拦截失败
<
/ElButton
>
<
/span
>
<
/div
>
<
/template
>
...
...
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