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
098679b2
Commit
098679b2
authored
Nov 22, 2024
by
chenzj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
生产工单和生产版本bom新增一个物料编码
parent
d0deb87c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
ProogingBom.vue
...ews/mes/pro/productionSolution/components/ProogingBom.vue
+1
-0
ProogingBom.vue
src/views/mes/pro/workorder/components/ProogingBom.vue
+3
-0
No files found.
src/views/mes/pro/productionSolution/components/ProogingBom.vue
View file @
098679b2
...
@@ -49,6 +49,7 @@
...
@@ -49,6 +49,7 @@
<el-table
:data=
"tableData"
@
selection-change=
"handleSelectionChange"
>
<el-table
:data=
"tableData"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
label=
"序号"
align=
"center"
prop=
"idx"
/>
<el-table-column
label=
"序号"
align=
"center"
prop=
"idx"
/>
<el-table-column
label=
"组件名称"
align=
"center"
prop=
"itemName"
/>
<el-table-column
label=
"组件名称"
align=
"center"
prop=
"itemName"
/>
<el-table-column
label=
"组件编码"
align=
"center"
prop=
"sapItemCode"
/>
<el-table-column
label=
"项目类别"
align=
"center"
prop=
"itemClass"
>
<el-table-column
label=
"项目类别"
align=
"center"
prop=
"itemClass"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<dict-tag
<dict-tag
...
...
src/views/mes/pro/workorder/components/ProogingBom.vue
View file @
098679b2
...
@@ -26,6 +26,7 @@
...
@@ -26,6 +26,7 @@
<el-table
:data=
"tableData"
@
selection-change=
"handleSelectionChange"
>
<el-table
:data=
"tableData"
@
selection-change=
"handleSelectionChange"
>
<!--
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
-->
<!--
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
-->
<el-table-column
label=
"物料名称"
align=
"center"
prop=
"itemName"
/>
<el-table-column
label=
"物料名称"
align=
"center"
prop=
"itemName"
/>
<el-table-column
label=
"物料名称"
align=
"center"
prop=
"sapItemCode"
/>
<el-table-column
<el-table-column
label=
"组件数量"
label=
"组件数量"
align=
"center"
align=
"center"
...
@@ -238,6 +239,7 @@ export default {
...
@@ -238,6 +239,7 @@ export default {
form
:
{
form
:
{
quantity
:
""
,
quantity
:
""
,
itemName
:
""
,
itemName
:
""
,
sapItemCode
:
""
,
itemId
:
""
,
itemId
:
""
,
unitOfMeasure
:
""
,
unitOfMeasure
:
""
,
scrapPercentage
:
""
,
scrapPercentage
:
""
,
...
@@ -321,6 +323,7 @@ export default {
...
@@ -321,6 +323,7 @@ export default {
scrapPercentage
:
""
,
scrapPercentage
:
""
,
isBackflush
:
""
,
isBackflush
:
""
,
virtualProjectLog
:
""
,
virtualProjectLog
:
""
,
sapItemCode
:
""
,
storeAddr
:
""
,
storeAddr
:
""
,
unitUsage
:
""
,
unitUsage
:
""
,
storeAddr2
:
""
,
storeAddr2
:
""
,
...
...
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