Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-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
mes
mes-ui
Commits
bbacdebb
Commit
bbacdebb
authored
Oct 15, 2024
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
0311a71a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
15 deletions
+0
-15
WorkOrderSale.vue
src/views/mes/pro/workorder/components/WorkOrderSale.vue
+0
-15
No files found.
src/views/mes/pro/workorder/components/WorkOrderSale.vue
View file @
bbacdebb
...
@@ -334,9 +334,6 @@
...
@@ -334,9 +334,6 @@
prop=
"packType"
prop=
"packType"
width=
"120"
width=
"120"
>
>
<template
slot-scope=
"scope"
>
{{
packOption
.
find
(
v
=>
v
.
value
===
scope
.
row
.
packType
)
?
packOption
.
find
(
v
=>
v
.
value
===
scope
.
row
.
packType
).
name
:
''
}}
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
label=
"包装单位"
label=
"包装单位"
...
@@ -637,24 +634,12 @@ export default {
...
@@ -637,24 +634,12 @@ export default {
packBySize
:
""
,
packBySize
:
""
,
purchaseOrg
:
""
,
purchaseOrg
:
""
,
},
},
packOption
:
[],
currentRowIdx
:
undefined
,
currentRowIdx
:
undefined
,
};
};
},
},
created
()
{
created
()
{
this
.
getWorkOrderSoDirectivePkgRequireTypeEnum
()
},
},
methods
:
{
methods
:
{
getWorkOrderSoDirectivePkgRequireTypeEnum
(){
getWorkOrderSoDirectivePkgRequireTypeEnum
().
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
Object
.
keys
(
res
.
data
).
forEach
(
item
=>
{
this
.
packOption
.
push
({
name
:
res
.
data
[
item
],
value
:
item
})
})
}
})
},
/**多选 */
/**多选 */
handleSelectionChange
(
val
)
{
handleSelectionChange
(
val
)
{
this
.
selection
=
val
;
this
.
selection
=
val
;
...
...
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