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
0555a996
Commit
0555a996
authored
Feb 25, 2024
by
jzc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改申请单展示字段名称
parent
4ea013d1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
index.vue
src/views/mes/tm/toolrequest/index.vue
+2
-2
itemIndex.vue
src/views/mes/tm/toolrequest/itemIndex.vue
+2
-2
No files found.
src/views/mes/tm/toolrequest/index.vue
View file @
0555a996
...
@@ -233,8 +233,8 @@
...
@@ -233,8 +233,8 @@
<
/el-form-item
>
<
/el-form-item
>
<
/el-col
>
<
/el-col
>
<
el
-
col
:
span
=
"8"
>
<
el
-
col
:
span
=
"8"
>
<
el
-
form
-
item
label
=
"
申请
数量"
prop
=
"requestNum"
>
<
el
-
form
-
item
label
=
"
总
数量"
prop
=
"requestNum"
>
<
el
-
input
v
-
model
=
"form.requestNum"
placeholder
=
"请输入
申请
数量"
/>
<
el
-
input
v
-
model
=
"form.requestNum"
placeholder
=
"请输入
总
数量"
/>
<
/el-form-item
>
<
/el-form-item
>
<
/el-col
>
<
/el-col
>
<
/el-row
>
<
/el-row
>
...
...
src/views/mes/tm/toolrequest/itemIndex.vue
View file @
0555a996
...
@@ -4,8 +4,8 @@
...
@@ -4,8 +4,8 @@
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
<!--
<el-table-column
label=
"主键id"
align=
"center"
prop=
"toolRequestItemId"
/>
<!--
<el-table-column
label=
"主键id"
align=
"center"
prop=
"toolRequestItemId"
/>
<el-table-column
label=
"刀模板申请单id"
align=
"center"
prop=
"toolRequestId"
/>
-->
<el-table-column
label=
"刀模板申请单id"
align=
"center"
prop=
"toolRequestId"
/>
-->
<el-table-column
label=
"物料名称"
align=
"center"
prop=
"itemName"
/>
<el-table-column
label=
"
刀模板
物料名称"
align=
"center"
prop=
"itemName"
/>
<el-table-column
label=
"
总
数量"
align=
"center"
prop=
"allQuantity"
/>
<el-table-column
label=
"数量"
align=
"center"
prop=
"allQuantity"
/>
<el-table-column
label=
"预计使用寿命"
align=
"center"
prop=
"nextMaintenPeriod"
/>
<el-table-column
label=
"预计使用寿命"
align=
"center"
prop=
"nextMaintenPeriod"
/>
</el-table>
</el-table>
...
...
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