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
4ea013d1
Commit
4ea013d1
authored
Feb 25, 2024
by
jzc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整申请单字段展示
parent
d232e848
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
index.vue
src/views/mes/tm/toolrequest/index.vue
+1
-1
itemIndex.vue
src/views/mes/tm/toolrequest/itemIndex.vue
+1
-1
No files found.
src/views/mes/tm/toolrequest/index.vue
View file @
4ea013d1
...
...
@@ -141,7 +141,7 @@
<
span
>
{{
parseTime
(
scope
.
row
.
endTime
,
'{y
}
-{m
}
-{d
}
'
)
}}
<
/span
>
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
label
=
"
申请
数量"
align
=
"center"
prop
=
"requestNum"
/>
<
el
-
table
-
column
label
=
"
总
数量"
align
=
"center"
prop
=
"requestNum"
/>
<!--
<
el
-
table
-
column
label
=
"编排单号"
align
=
"center"
prop
=
"arrangeCode"
/>
-->
<
el
-
table
-
column
label
=
"操作"
align
=
"center"
class
-
name
=
"small-padding fixed-width"
>
<
template
slot
-
scope
=
"scope"
>
...
...
src/views/mes/tm/toolrequest/itemIndex.vue
View file @
4ea013d1
...
...
@@ -26,7 +26,7 @@
<el-form-item
label=
"物料id"
prop=
"itemId"
>
<el-input
v-model=
"form.itemId"
placeholder=
"请输入物料id"
/>
</el-form-item>
<el-form-item
label=
"
总
数量"
prop=
"allQuantity"
>
<el-form-item
label=
"数量"
prop=
"allQuantity"
>
<el-input
v-model=
"form.allQuantity"
placeholder=
"请输入总数量"
/>
</el-form-item>
<el-form-item
label=
"预计使用寿命"
prop=
"nextMaintenPeriod"
>
...
...
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