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
0
Merge Requests
0
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
2290b3c2
Commit
2290b3c2
authored
Jun 25, 2025
by
zhuzhequan
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev' into dev
# Conflicts: # src/views/order/podUs/index.vue
parents
c9c063f4
399c0772
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
22 deletions
+8
-22
auto-imports.d.ts
+1
-16
src/views/order/podUs/index.vue
+7
-6
No files found.
auto-imports.d.ts
View file @
2290b3c2
...
@@ -88,21 +88,6 @@ declare global {
...
@@ -88,21 +88,6 @@ declare global {
// for type re-export
// for type re-export
declare
global
{
declare
global
{
// @ts-ignore
// @ts-ignore
export
type
{
export
type
{
Component
,
ComponentPublicInstance
,
ComputedRef
,
DirectiveBinding
,
ExtractDefaultPropTypes
,
ExtractPropTypes
,
ExtractPublicPropTypes
,
InjectionKey
,
PropType
,
Ref
,
MaybeRef
,
MaybeRefOrGetter
,
VNode
,
WritableComputedRef
}
from
'vue'
Component
,
ComponentPublicInstance
,
ComputedRef
,
DirectiveBinding
,
ExtractDefaultPropTypes
,
ExtractPropTypes
,
ExtractPublicPropTypes
,
InjectionKey
,
PropType
,
Ref
,
MaybeRef
,
MaybeRefOrGetter
,
VNode
,
WritableComputedRef
,
}
from
'vue'
import
(
'vue'
)
import
(
'vue'
)
}
}
src/views/order/podUs/index.vue
View file @
2290b3c2
...
@@ -678,8 +678,8 @@
...
@@ -678,8 +678,8 @@
status
===
'EXCEPTION_ORDER'
||
status
===
'EXCEPTION_ORDER'
||
status
===
'PICKING'
||
status
===
'PICKING'
||
status
===
'TO_BE_CONFIRMED'
||
status
===
'TO_BE_CONFIRMED'
||
status
===
'STOCK_OUT'
status
===
'STOCK_OUT'
||
?
'数量:'
status
===
'CREATE_LOGISTICS'
?
'数量:'
:
'已生产数量:'
:
'已生产数量:'
}}
</span>
}}
</span>
<span
class=
"goods-item-info-item-value"
>
<span
class=
"goods-item-info-item-value"
>
...
@@ -687,7 +687,8 @@
...
@@ -687,7 +687,8 @@
status
===
'EXCEPTION_ORDER'
||
status
===
'EXCEPTION_ORDER'
||
status
===
'PICKING'
||
status
===
'PICKING'
||
status
===
'TO_BE_CONFIRMED'
||
status
===
'TO_BE_CONFIRMED'
||
status
===
'STOCK_OUT'
status
===
'STOCK_OUT'
||
status
===
'CREATE_LOGISTICS'
?
item
.
num
?
item
.
num
:
item
.
passNum
:
item
.
passNum
}}
}}
...
@@ -1813,7 +1814,7 @@ const tableColumns = computed(() => [
...
@@ -1813,7 +1814,7 @@ const tableColumns = computed(() => [
label
:
'商品'
,
label
:
'商品'
,
prop
:
'goods'
,
prop
:
'goods'
,
slot
:
'goods'
,
slot
:
'goods'
,
minWidth
:
80
0
,
minWidth
:
92
0
,
}
,
}
,
{
{
label
:
'订单详情'
,
label
:
'订单详情'
,
...
@@ -1831,7 +1832,7 @@ const tableColumns = computed(() => [
...
@@ -1831,7 +1832,7 @@ const tableColumns = computed(() => [
{
{
label
:
'时间'
,
label
:
'时间'
,
slot
:
'time'
,
slot
:
'time'
,
width
:
30
0
,
width
:
18
0
,
prop
:
'time'
,
prop
:
'time'
,
align
:
'left'
,
align
:
'left'
,
}
,
}
,
...
@@ -3461,7 +3462,7 @@ const replenishmentSuccess = async () => {
...
@@ -3461,7 +3462,7 @@ const replenishmentSuccess = async () => {
.
goods
-
item
{
.
goods
-
item
{
display
:
grid
;
display
:
grid
;
grid
-
template
-
columns
:
100
px
1
fr
minmax
(
180
px
,
1
fr
)
1
4
0
px
;
grid
-
template
-
columns
:
100
px
1
fr
minmax
(
180
px
,
1
fr
)
1
8
0
px
;
gap
:
20
px
;
gap
:
20
px
;
.
goods
-
item
-
img
{
.
goods
-
item
-
img
{
...
...
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