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
26890831
Commit
26890831
authored
May 13, 2025
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
刀模板具申请单, 查看详情,新增,修改 都需要增加一个物料编码字段 sap_item_code
parent
e1f27186
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
index.vue
src/views/mes/pro/return/index.vue
+2
-2
itemIndex.vue
src/views/mes/tm/toolrequest/itemIndex.vue
+2
-0
No files found.
src/views/mes/pro/return/index.vue
View file @
26890831
...
...
@@ -42,7 +42,7 @@
</el-form>
<el-row
:gutter=
"10"
class=
"mb8"
>
<
!--
<
el-col
:span=
"1.5"
>
<el-col
:span=
"1.5"
>
<el-button
type=
"primary"
plain
...
...
@@ -52,7 +52,7 @@
v-hasPermi=
"['pro:materialReturn:add']"
>
新增
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
<
!--
<
el-col
:span=
"1.5"
>
<el-button
type=
"success"
plain
...
...
src/views/mes/tm/toolrequest/itemIndex.vue
View file @
26890831
...
...
@@ -14,6 +14,7 @@
<!--
<el-table-column
label=
"主键id"
align=
"center"
prop=
"toolRequestItemId"
/>
-->
<el-table-column
label=
"序号"
align=
"center"
type=
"index"
/>
<el-table-column
label=
"刀模版物料名称"
align=
"center"
prop=
"itemName"
/>
<el-table-column
label=
"物料编码"
align=
"center"
prop=
"sapItemCode"
/>
<el-table-column
width=
"120px"
label=
"预计使用寿命"
align=
"center"
prop=
"estimatedLifeTime"
/>
<el-table-column
width=
"120px"
label=
"是否校验"
align=
"center"
prop=
"inspectionStatus"
>
<template
slot-scope=
"scope"
>
...
...
@@ -169,6 +170,7 @@ export default {
this
.
addList
.
push
({
itemId
:
item
.
itemId
,
itemName
:
item
.
itemName
,
sapItemCode
:
item
.
sapItemCode
,
estimatedLifeTime
:
Number
(
this
.
$attrs
.
quantity
)
||
0
})
}
...
...
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