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
3079739f
Commit
3079739f
authored
Feb 25, 2024
by
李驰骋
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev' into dev
parents
067f2f82
0555a996
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
index.vue
src/views/mes/tm/toolrequest/index.vue
+3
-3
itemIndex.vue
src/views/mes/tm/toolrequest/itemIndex.vue
+3
-3
No files found.
src/views/mes/tm/toolrequest/index.vue
View file @
3079739f
...
...
@@ -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"
>
...
...
@@ -233,8 +233,8 @@
<
/el-form-item
>
<
/el-col
>
<
el
-
col
:
span
=
"8"
>
<
el
-
form
-
item
label
=
"
申请
数量"
prop
=
"requestNum"
>
<
el
-
input
v
-
model
=
"form.requestNum"
placeholder
=
"请输入
申请
数量"
/>
<
el
-
form
-
item
label
=
"
总
数量"
prop
=
"requestNum"
>
<
el
-
input
v
-
model
=
"form.requestNum"
placeholder
=
"请输入
总
数量"
/>
<
/el-form-item
>
<
/el-col
>
<
/el-row
>
...
...
src/views/mes/tm/toolrequest/itemIndex.vue
View file @
3079739f
...
...
@@ -4,8 +4,8 @@
<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=
"toolRequestId"
/>
-->
<el-table-column
label=
"物料名称"
align=
"center"
prop=
"itemName"
/>
<el-table-column
label=
"
总
数量"
align=
"center"
prop=
"allQuantity"
/>
<el-table-column
label=
"
刀模板
物料名称"
align=
"center"
prop=
"itemName"
/>
<el-table-column
label=
"数量"
align=
"center"
prop=
"allQuantity"
/>
<el-table-column
label=
"预计使用寿命"
align=
"center"
prop=
"nextMaintenPeriod"
/>
</el-table>
...
...
@@ -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