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
41208115
Commit
41208115
authored
Jun 03, 2025
by
qinjianhui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 问题修改
parent
703fa4a0
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
5 deletions
+10
-5
src/views/order/pod/index.vue
+1
-1
src/views/order/pod/rightMenu.vue
+3
-3
src/views/order/podUs/index.vue
+6
-1
No files found.
src/views/order/pod/index.vue
View file @
41208115
...
...
@@ -971,7 +971,7 @@
<
/el-dialog
>
<
right
-
menu
ref
=
"rightMenuRef"
:
show
_copy_shop_
number
=
"
:
show
-
copy
-
shop
-
number
=
"
['IN_PRODUCTION', 'TO_BE_CONFIRMED', 'WAIT_SHIPMENT'].includes(status)
"
@
change
=
"rightChange"
...
...
src/views/order/pod/rightMenu.vue
View file @
41208115
...
...
@@ -7,8 +7,8 @@
<button
@
click=
"$emit('change', 'clear_check')"
>
取消选择
</button>
<button
@
click=
"$emit('change', 'copy_code')"
>
复制选中生产单号
</button>
<button
v-if=
"show
_copy_shop_n
umber"
@
click=
"$emit('change', 'copy_shopNumber')"
>
复制选中店铺单号
</button>
<button
v-if=
"show
_copy_shop_n
umber"
@
click=
"$emit('change', 'count')"
>
统计数量
</button>
<button
v-if=
"show
CopyShopN
umber"
@
click=
"$emit('change', 'copy_shopNumber')"
>
复制选中店铺单号
</button>
<button
v-if=
"show
CopyShopN
umber"
@
click=
"$emit('change', 'count')"
>
统计数量
</button>
</div>
<!--
</div>
-->
</
template
>
...
...
@@ -20,7 +20,7 @@ interface E{
y
:
number
}
defineProps
({
show
_copy_shop_n
umber
:{
show
CopyShopN
umber
:{
type
:
Boolean
,
default
:
true
}
...
...
src/views/order/podUs/index.vue
View file @
41208115
...
...
@@ -725,7 +725,11 @@
><
/ElPagination
>
<
/div
>
<
/div
>
<
right
-
menu
ref
=
"rightMenuRef"
@
change
=
"rightChange"
/>
<
right
-
menu
ref
=
"rightMenuRef"
:
show
-
copy
-
shop
-
number
=
"false"
@
change
=
"rightChange"
/>
<
el
-
dialog
v
-
model
=
"confirmDialogShow"
:
close
-
on
-
click
-
modal
=
"false"
...
...
@@ -916,6 +920,7 @@ import PodMakeOrder from './PodMakeOrder.vue'
import
{
OrderData
}
from
'@/types/api/podMakeOrder'
import
useLodop
,
{
LODOPObject
}
from
'@/utils/hooks/useLodop'
import
dayjs
from
'dayjs'
import
rightMenu
from
'../pod/rightMenu.vue'
declare
global
{
interface
Window
{
...
...
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