Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
pda-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
pda
pda-ui
Commits
2e575fb6
Commit
2e575fb6
authored
Mar 07, 2024
by
张海景
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:修改入库
parent
d3b4bbfd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
8 deletions
+5
-8
index.vue
src/views/mes/tm/toolmachinesrecord/index.vue
+3
-6
index.vue
src/views/mes/tm/toolrequestlist/index.vue
+2
-2
No files found.
src/views/mes/tm/toolmachinesrecord/index.vue
View file @
2e575fb6
...
...
@@ -331,12 +331,9 @@ export default {
/** 修改按钮操作 */
handleUpdate
(
row
)
{
this
.
reset
();
const
toolMachinesRecordId
=
row
.
toolMachinesRecordId
||
this
.
ids
getRecord
(
toolMachinesRecordId
).
then
(
response
=>
{
this
.
form
=
response
.
data
;
this
.
open
=
true
;
this
.
title
=
"申请入库"
;
});
this
.
form
=
Object
.
assign
(
row
,
{})
this
.
open
=
true
;
this
.
title
=
"申请入库"
;
},
/** 提交按钮 */
submitForm
()
{
...
...
src/views/mes/tm/toolrequestlist/index.vue
View file @
2e575fb6
...
...
@@ -73,10 +73,10 @@
<!--
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
-->
<el-table-column
label=
"物料编码"
width=
"130"
align=
"center"
prop=
"itemCode"
/>
<el-table-column
label=
"物料名称"
width=
"100"
align=
"center"
prop=
"itemName"
/>
<el-table-column
label=
"任务编码"
width=
"120"
align=
"center"
prop=
"taskCode"
/>
<el-table-column
label=
"任务名称"
show-overflow-tooltip
min-width=
"220"
align=
"center"
prop=
"taskName"
/>
<el-table-column
label=
"工作单元编码"
min-width=
"100"
align=
"center"
prop=
"workunitCode"
/>
<el-table-column
label=
"工作单元名称"
min-width=
"120"
align=
"center"
prop=
"workunitName"
/>
<el-table-column
label=
"任务编码"
width=
"120"
align=
"center"
prop=
"taskCode"
/>
<el-table-column
label=
"任务名称"
show-overflow-tooltip
min-width=
"220"
align=
"center"
prop=
"taskName"
/>
<el-table-column
label=
"上机状态"
width=
"100"
align=
"center"
prop=
"typeName"
/>
<el-table-column
label=
"数量"
width=
"80"
align=
"center"
prop=
"allQuantity"
/>
<el-table-column
label=
"使用寿命"
width=
"80"
align=
"center"
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