Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
template_vue
Project
Project
Details
Activity
Releases
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
杨硕
template_vue
Commits
21a0ae50
Commit
21a0ae50
authored
Aug 14, 2023
by
CenXinYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 增加新的废弃字段
Signed-off-by:
CenXinYi
<
2810162984@qq.com
>
parent
adeff7fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
6 deletions
+13
-6
equipmentAbandonment.vue
src/views/equipment/equipmentAbandonment.vue
+13
-6
No files found.
src/views/equipment/equipmentAbandonment.vue
View file @
21a0ae50
...
...
@@ -55,22 +55,27 @@
<el-table
v-loading=
"loading"
border
:data=
"equipmentList"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
type=
"index"
label=
"序号"
width=
"80"
/>
<el-table-column
label=
"pn"
prop=
"pn"
width=
"
22
0"
>
<el-table-column
label=
"pn"
prop=
"pn"
width=
"
18
0"
>
<template
slot-scope=
"scope"
>
{{
scope
.
row
.
pn
||
'-'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"lot"
prop=
"lot"
width=
"
22
0"
>
<el-table-column
label=
"lot"
prop=
"lot"
width=
"
18
0"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
lot
||
'-'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"plocation"
prop=
"plocation"
width=
"
22
0"
>
<el-table-column
label=
"plocation"
prop=
"plocation"
width=
"
18
0"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
plocation
||
'-'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"厚度"
prop=
"phd"
width=
"220"
>
<el-table-column
label=
"pzl"
prop=
"createName"
width=
"180"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
pzl
||
'-'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"厚度"
prop=
"phd"
width=
"180"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
phd
||
'-'
}}
</
template
>
...
...
@@ -239,7 +244,9 @@
<el-form-item
label=
"fq_dbxi"
prop=
"fq_dbxi"
>
<el-input
v-model
.
trim=
"abandonFrom.fq_dbxi"
:maxlength=
"100"
placeholder=
"请输入fq_dbxi"
/>
</el-form-item>
<el-form-item
label=
"pzl"
prop=
"pzl"
>
<el-input
v-model
.
trim=
"abandonFrom.pzl"
:maxlength=
"100"
placeholder=
"请输入pzl"
/>
</el-form-item>
</el-form>
<div
slot=
"footer"
class=
"dialog-footer"
>
<el-button
@
click=
"cancel"
>
取 消
</el-button>
...
...
@@ -281,6 +288,7 @@ export default {
fq_mcode
:
''
,
fq_ys
:
''
,
fq_yy
:
''
,
pzl
:
''
,
pstatus
:
'1'
},
...
...
@@ -794,7 +802,6 @@ export default {
this
.
abandonFrom
.
plocation
=
row
.
plocation
this
.
abandonFrom
.
prank
=
row
.
prank
this
.
abandonFrom
.
psm
=
row
.
psm
this
.
abandonFrom
.
pzl
=
row
.
pzl
this
.
abandonOpen
=
true
// const EquipmentIds = row.businessId || this.ids;
...
...
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