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
91086728
Commit
91086728
authored
Jan 22, 2025
by
tanjunxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 1.刀模版具台账增加升降序功能; 2.部分页面字段优化
parent
6719f085
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
478 additions
and
218 deletions
+478
-218
returnItem.vue
src/components/MaterialReturn/returnItem.vue
+1
-1
indexApply.vue
src/views/mes/pro/workorder/indexApply.vue
+1
-0
index.vue
src/views/mes/tm/tool/index.vue
+476
-217
No files found.
src/components/MaterialReturn/returnItem.vue
View file @
91086728
...
@@ -76,7 +76,7 @@
...
@@ -76,7 +76,7 @@
/>
/>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<
el-table-column
label=
"申请退料数量"
align=
"center"
prop=
"backNum"
/
>
<
!-- <el-table-column label="申请退料数量" align="center" prop="backNum" /> --
>
<el-table-column
label=
"已退料数量"
align=
"center"
prop=
"returnNum"
/>
<el-table-column
label=
"已退料数量"
align=
"center"
prop=
"returnNum"
/>
<el-table-column
label=
"操作"
align=
"center"
class-name=
"small-padding fixed-width"
fixed=
"right"
>
<el-table-column
label=
"操作"
align=
"center"
class-name=
"small-padding fixed-width"
fixed=
"right"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
...
...
src/views/mes/pro/workorder/indexApply.vue
View file @
91086728
...
@@ -244,6 +244,7 @@
...
@@ -244,6 +244,7 @@
<dict-tag
:options=
"dict.type.mes_workorder_type"
:value=
"scope.row.workorderType"
/>
<dict-tag
:options=
"dict.type.mes_workorder_type"
:value=
"scope.row.workorderType"
/>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"需求用途"
width=
"150"
align=
"center"
prop=
"requirementType"
/>
<el-table-column
label=
"组合单号"
width=
"180"
align=
"center"
prop=
"combinationCode"
:show-overflow-tooltip=
"true"
>
<el-table-column
label=
"组合单号"
width=
"180"
align=
"center"
prop=
"combinationCode"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-button
size=
"mini"
type=
"text"
@
click=
"showCombDetail(scope.row, scope.row.combinationCode)"
>
{{
<el-button
size=
"mini"
type=
"text"
@
click=
"showCombDetail(scope.row, scope.row.combinationCode)"
>
{{
...
...
src/views/mes/tm/tool/index.vue
View file @
91086728
This diff is collapsed.
Click to expand it.
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