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
c1f6d3f5
Commit
c1f6d3f5
authored
Nov 13, 2024
by
chenzj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调料申请新增是否副产品
parent
07cebd9a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
returnItem.vue
src/components/MaterialReturn/returnItem.vue
+8
-0
No files found.
src/components/MaterialReturn/returnItem.vue
View file @
c1f6d3f5
...
...
@@ -67,6 +67,14 @@
<el-table-column
label=
"生产工单"
align=
"center"
prop=
"workorderCode"
/>
<el-table-column
label=
"批次号"
align=
"center"
prop=
"batchNo"
/>
<el-table-column
label=
"卷号"
align=
"center"
prop=
"packNo"
/>
<el-table-column
label=
"是否副产品"
align=
"center"
prop=
"coproduct"
>
<template
slot-scope=
"scope"
>
<dict-tag
:options=
"dict.type.sys_yes_no"
:value=
"scope.row.coproduct"
/>
</
template
>
</el-table-column>
<el-table-column
label=
"申请退料数量"
align=
"center"
prop=
"backNum"
/>
<el-table-column
label=
"已退料数量"
align=
"center"
prop=
"returnNum"
/>
<el-table-column
label=
"操作"
align=
"center"
class-name=
"small-padding fixed-width"
fixed=
"right"
>
...
...
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