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
651de945
Commit
651de945
authored
Jan 05, 2026
by
linjinhong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改问题
parent
54fb19a8
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
4 deletions
+12
-4
src/views/order/podCN/index.vue
+6
-2
src/views/order/podUs/index.vue
+6
-2
No files found.
src/views/order/podCN/index.vue
View file @
651de945
...
@@ -5908,11 +5908,15 @@ const getNewImageFn = (img: string) => {
...
@@ -5908,11 +5908,15 @@ const getNewImageFn = (img: string) => {
const
labelFn
=
async
(
type
:
boolean
)
=>
{
const
labelFn
=
async
(
type
:
boolean
)
=>
{
try
{
try
{
await
ElMessageBox
.
confirm
(
'确定添加“生产中缺货”标签?'
,
'提示'
,
{
await
ElMessageBox
.
confirm
(
`确定${type ? '添加' : '移除'
}
生产中缺货”标签?`
,
'提示'
,
{
confirmButtonText
:
'确定'
,
confirmButtonText
:
'确定'
,
cancelButtonText
:
'取消'
,
cancelButtonText
:
'取消'
,
type
:
'warning'
,
type
:
'warning'
,
}
)
}
,
)
}
catch
{
}
catch
{
return
return
}
}
...
...
src/views/order/podUs/index.vue
View file @
651de945
...
@@ -6895,11 +6895,15 @@ const getEmployeeList = async () => {
...
@@ -6895,11 +6895,15 @@ const getEmployeeList = async () => {
const
labelFn
=
async
(
type
:
boolean
)
=>
{
const
labelFn
=
async
(
type
:
boolean
)
=>
{
try
{
try
{
await
ElMessageBox
.
confirm
(
'确定添加“生产中缺货”标签?'
,
'提示'
,
{
await
ElMessageBox
.
confirm
(
`确定${type ? '添加' : '移除'
}
生产中缺货”标签?`
,
'提示'
,
{
confirmButtonText
:
'确定'
,
confirmButtonText
:
'确定'
,
cancelButtonText
:
'取消'
,
cancelButtonText
:
'取消'
,
type
:
'warning'
,
type
:
'warning'
,
}
)
}
,
)
}
catch
{
}
catch
{
return
return
}
}
...
...
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