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
861a13b3
Commit
861a13b3
authored
Dec 24, 2024
by
tanjunxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 过程检验表格增加工艺编码和名称字段
parent
26cd5f64
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
index.vue
src/views/mes/qc/ipqc/index.vue
+2
-0
No files found.
src/views/mes/qc/ipqc/index.vue
View file @
861a13b3
...
@@ -86,6 +86,8 @@
...
@@ -86,6 +86,8 @@
<el-table-column
label=
"编排单号"
width=
"150px"
align=
"center"
prop=
"arrangeCode"
/>
<el-table-column
label=
"编排单号"
width=
"150px"
align=
"center"
prop=
"arrangeCode"
/>
<el-table-column
label=
"产品物料编码"
width=
"120px"
align=
"center"
prop=
"sapItemCode"
/>
<el-table-column
label=
"产品物料编码"
width=
"120px"
align=
"center"
prop=
"sapItemCode"
/>
<el-table-column
label=
"产品物料名称"
width=
"150px"
align=
"center"
prop=
"itemName"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"产品物料名称"
width=
"150px"
align=
"center"
prop=
"itemName"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"工艺编码"
width=
"120px"
align=
"center"
prop=
"processCode"
/>
<el-table-column
label=
"工艺名称"
width=
"120px"
align=
"center"
prop=
"processName"
show-overflow-tooltip
/>
<el-table-column
label=
"规格型号"
align=
"center"
prop=
"specification"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"规格型号"
align=
"center"
prop=
"specification"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"单位"
align=
"center"
prop=
"unitOfMeasure"
/>
<el-table-column
label=
"单位"
align=
"center"
prop=
"unitOfMeasure"
/>
<el-table-column
label=
"检测数量"
align=
"center"
prop=
"quantityCheck"
/>
<el-table-column
label=
"检测数量"
align=
"center"
prop=
"quantityCheck"
/>
...
...
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