Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
pda-ui
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pda
pda-ui
Commits
0769fbb2
Commit
0769fbb2
authored
Jun 21, 2024
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复bug
parent
54158b8b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
info.vue
src/views/mes/pro/arrange/info.vue
+6
-1
indexApply.vue
src/views/mes/pro/workorder/indexApply.vue
+2
-2
No files found.
src/views/mes/pro/arrange/info.vue
View file @
0769fbb2
...
@@ -363,7 +363,12 @@ export default {
...
@@ -363,7 +363,12 @@ export default {
/** 删除按钮操作 */
/** 删除按钮操作 */
handleDelete
(
row
)
{
handleDelete
(
row
)
{
const
arrangeIds
=
row
.
arrangeId
||
this
.
ids
;
const
arrangeIds
=
row
.
arrangeId
||
this
.
ids
;
this
.
$modal
.
confirm
(
'是否确认删除生产工单编号为"'
+
row
.
workorderCode
+
'"的数据项?'
).
then
(
function
()
{
let
workorderCode
=
row
.
workorderCode
if
(
!
row
||
!
workorderCode
)
{
const
finditem
=
this
.
arrangeList
.
find
(
v
=>
v
.
arrangeId
===
this
.
ids
[
0
])
if
(
finditem
)
workorderCode
=
finditem
.
workorderCode
}
this
.
$modal
.
confirm
(
'是否确认删除生产工单编号为"'
+
workorderCode
+
'"的数据项?'
).
then
(
function
()
{
return
delArrange
(
arrangeIds
);
return
delArrange
(
arrangeIds
);
}).
then
(()
=>
{
}).
then
(()
=>
{
this
.
getList
();
this
.
getList
();
...
...
src/views/mes/pro/workorder/indexApply.vue
View file @
0769fbb2
...
@@ -232,7 +232,7 @@
...
@@ -232,7 +232,7 @@
</el-button>
</el-button>
</el-col>
</el-col>
<el-col
:span=
"1.5"
>
<
!--
<
el-col
:span=
"1.5"
>
<el-button
<el-button
type=
"warning"
type=
"warning"
plain
plain
...
@@ -243,7 +243,7 @@
...
@@ -243,7 +243,7 @@
v-hasPermi=
"['mes:pro:workorder:dofinish']"
v-hasPermi=
"['mes:pro:workorder:dofinish']"
>
生成任务单
>
生成任务单
</el-button>
</el-button>
</el-col>
</el-col>
-->
<el-col
:span=
"1.5"
>
<el-col
:span=
"1.5"
>
<el-button
<el-button
type=
"warning"
type=
"warning"
...
...
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