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
b7e38c13
Commit
b7e38c13
authored
Jun 05, 2025
by
qinjianhui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 样式修改
parent
ceca35f3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
24 deletions
+20
-24
components.d.ts
+0
-1
src/views/order/podUs/index.vue
+20
-23
No files found.
components.d.ts
View file @
b7e38c13
...
@@ -51,7 +51,6 @@ declare module 'vue' {
...
@@ -51,7 +51,6 @@ declare module 'vue' {
ElTag
:
typeof
import
(
'element-plus/es'
)[
'ElTag'
]
ElTag
:
typeof
import
(
'element-plus/es'
)[
'ElTag'
]
ElTooltip
:
typeof
import
(
'element-plus/es'
)[
'ElTooltip'
]
ElTooltip
:
typeof
import
(
'element-plus/es'
)[
'ElTooltip'
]
ElTree
:
typeof
import
(
'element-plus/es'
)[
'ElTree'
]
ElTree
:
typeof
import
(
'element-plus/es'
)[
'ElTree'
]
ElUpload
:
typeof
import
(
'element-plus/es'
)[
'ElUpload'
]
Icon
:
typeof
import
(
'./src/components/Icon.vue'
)[
'default'
]
Icon
:
typeof
import
(
'./src/components/Icon.vue'
)[
'default'
]
ImageView
:
typeof
import
(
'./src/components/ImageView.vue'
)[
'default'
]
ImageView
:
typeof
import
(
'./src/components/ImageView.vue'
)[
'default'
]
LogList
:
typeof
import
(
'./src/components/LogList.vue'
)[
'default'
]
LogList
:
typeof
import
(
'./src/components/LogList.vue'
)[
'default'
]
...
...
src/views/order/podUs/index.vue
View file @
b7e38c13
...
@@ -172,33 +172,30 @@
...
@@ -172,33 +172,30 @@
<
ElButton
type
=
"warning"
@
click
=
"printPodOrder"
>
POD
打单
<
/ElButton
>
<
ElButton
type
=
"warning"
@
click
=
"printPodOrder"
>
POD
打单
<
/ElButton
>
<
/span
>
<
/span
>
<
span
v
-
if
=
"status === 'WAIT_SHIPMENT'"
class
=
"item"
>
<
span
v
-
if
=
"status === 'WAIT_SHIPMENT'"
class
=
"item"
>
<
ElButton
<
ElDropdown
>
type
=
"success"
<
el
-
button
type
=
"success"
>
@
click
=
"getOrderByIdApi('getTrackingNumber')"
物流接口
<
el
-
icon
class
=
"el-icon--right"
><
ArrowDown
/><
/el-icon
>
>
<
/el-button
>
获取跟踪号
<
template
#
dropdown
>
<
/ElButton
>
<
ElDropdownMenu
>
<
/span
>
<
ElDropdownItem
@
click
=
"getOrderByIdApi('getTrackingNumber')"
<
span
v
-
if
=
"status === 'WAIT_SHIPMENT'"
class
=
"item"
>
>
获取跟踪号
<
/ElDropdownIte
m
<
ElButton
type
=
"success"
@
click
=
"getOrderByIdApi('getPrintOrder')"
>
>
获取打印面单
<
ElDropdownItem
@
click
=
"getOrderByIdApi('getPrintOrder')"
<
/ElButton
>
>
获取打印面单
<
/ElDropdownIte
m
<
/span
>
>
<
span
v
-
if
=
"status === 'WAIT_SHIPMENT'"
class
=
"item"
>
<
ElDropdownItem
@
click
=
"getOrderByIdApi('cancelLogisticsOrder')"
<
ElButton
>
取消物流订单
<
/ElDropdownIte
m
type
=
"success"
>
@
click
=
"getOrderByIdApi('cancelLogisticsOrder')"
<
/ElDropdownMenu
>
>
<
/template
>
取消物流订单
<
/ElDropdown
>
<
/ElButton
>
<
/span
>
<
/span
>
<
span
v
-
if
=
"status === 'STOCK_OUT'"
class
=
"item"
>
<
span
v
-
if
=
"status === 'STOCK_OUT'"
class
=
"item"
>
<
ElButton
type
=
"warning"
@
click
=
"stockOutCheck"
>
补货校验
<
/ElButton
>
<
ElButton
type
=
"warning"
@
click
=
"stockOutCheck"
>
补货校验
<
/ElButton
>
<
/span
>
<
/span
>
<
span
v
-
if
=
"status === 'STOCK_OUT'"
class
=
"item"
>
<
span
v
-
if
=
"status === 'STOCK_OUT'"
class
=
"item"
>
<
ElButton
type
=
"success"
@
click
=
"toBePicking"
>
<
ElButton
type
=
"success"
@
click
=
"toBePicking"
>
转至待拣胚
<
/ElButton
>
转至待拣胚
<
/ElButton
>
<
/span
>
<
/span
>
<
span
class
=
"item"
>
<
span
class
=
"item"
>
...
@@ -901,7 +898,7 @@
...
@@ -901,7 +898,7 @@
<
script
setup
lang
=
"ts"
>
<
script
setup
lang
=
"ts"
>
import
{
getUserMarkList
}
from
'@/api/common'
import
{
getUserMarkList
}
from
'@/api/common'
import
{
WarningFilled
}
from
'@element-plus/icons-vue'
import
{
ArrowDown
,
WarningFilled
}
from
'@element-plus/icons-vue'
import
{
import
{
getCardOrderList
,
getCardOrderList
,
getOrderList
,
getOrderList
,
...
...
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