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
958ca2f6
Commit
958ca2f6
authored
Dec 04, 2024
by
tanjunxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 1上机明细添加字段;2.刀模领用弹窗细节优化
parent
437d8747
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
index.vue
src/views/mes/tm/toolrequestlist/index.vue
+1
-0
index.vue
src/views/mes/tm/toolrequestuse/index.vue
+1
-1
No files found.
src/views/mes/tm/toolrequestlist/index.vue
View file @
958ca2f6
...
...
@@ -39,6 +39,7 @@
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
<el-table-column
label=
"物料编码"
width=
"130"
align=
"center"
prop=
"sapItemCode"
/>
<el-table-column
label=
"物料名称"
width=
"100"
align=
"center"
prop=
"itemName"
/>
<el-table-column
label=
"刀模SN"
width=
"100"
align=
"center"
prop=
"toolCode"
/>
<!--
<el-table-column
label=
"申请单编码"
min-width=
"130"
align=
"center"
prop=
"toolRequestCode"
/>
-->
<!--
<el-table-column
label=
"领用单编码"
min-width=
"150"
align=
"center"
prop=
"toolRequestUseCode"
/>
-->
<el-table-column
label=
"编排单号"
align=
"center"
prop=
"arrangeCode"
/>
...
...
src/views/mes/tm/toolrequestuse/index.vue
View file @
958ca2f6
...
...
@@ -365,7 +365,7 @@
<
/el-table
>
<
SelectSn
ref
=
"selectSnRef"
:
data
=
"tmToolRequestList"
:
id
=
"currentInfo.itemId"
@
onSelected
=
"onSelectSn"
/>
<
div
slot
=
"footer"
class
=
"dialog-footer"
>
<
el
-
button
type
=
"primary"
@
click
=
"submitForm"
>
确
定
<
/el-button
>
<
el
-
button
v
-
if
=
"title != '查看刀模版领用单'"
type
=
"primary"
@
click
=
"submitForm"
>
确
定
<
/el-button
>
<
el
-
button
@
click
=
"cancel"
>
取
消
<
/el-button
>
<
/div
>
<
/el-dialog
>
...
...
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