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
4c15678b
Commit
4c15678b
authored
Dec 13, 2023
by
高宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.印刷原因只显示
parent
5169ac3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
6 deletions
+10
-6
index.vue
src/views/processManagement/deviceReuse/index.vue
+10
-6
No files found.
src/views/processManagement/deviceReuse/index.vue
View file @
4c15678b
...
@@ -57,8 +57,8 @@
...
@@ -57,8 +57,8 @@
<!--
</el-row>
-->
<!--
</el-row>
-->
<el-row
:gutter=
"40"
>
<el-row
:gutter=
"40"
>
<el-col
:span=
"12"
style=
"padding-left: 10%;"
>
<el-col
:span=
"12"
style=
"padding-left: 10%;"
>
<el-form-item
label=
"印刷原因:"
style=
"flex-basis: 50%;"
prop=
"
fq_yy
"
>
<el-form-item
label=
"印刷原因:"
style=
"flex-basis: 50%;"
prop=
"
tempYY
"
>
<span>
{{
getDictValue
(
form
.
fq_yy
)
||
'无'
}}
</span>
<span>
{{
getDictValue
(
form
.
tempYY
)
||
'无'
}}
</span>
<!--
<el-input
ref=
"input7"
v-model=
"form.fq_yy"
:readonly=
"true"
placeholder=
"请输入印刷原因"
clearable
style=
"width: 400px"
:maxlength=
"100"
@
keyup
.
enter
.
native=
"handelTab(7,$event)"
/>
-->
<!--
<el-input
ref=
"input7"
v-model=
"form.fq_yy"
:readonly=
"true"
placeholder=
"请输入印刷原因"
clearable
style=
"width: 400px"
:maxlength=
"100"
@
keyup
.
enter
.
native=
"handelTab(7,$event)"
/>
-->
</el-form-item>
</el-form-item>
</el-col>
</el-col>
...
@@ -101,7 +101,9 @@ export default {
...
@@ -101,7 +101,9 @@ export default {
fq_ys
:
''
,
fq_ys
:
''
,
flag
:
1
,
flag
:
1
,
ptype
:
''
,
ptype
:
''
,
pstatus
:
0
pstatus
:
0
,
// 只在前端显示原因,
tempYY
:
''
},
},
historForm
:
{},
historForm
:
{},
rule
:
{
rule
:
{
...
@@ -189,7 +191,7 @@ export default {
...
@@ -189,7 +191,7 @@ export default {
this
.
form
.
phd
=
res
.
data
.
phd
this
.
form
.
phd
=
res
.
data
.
phd
this
.
form
.
psm
=
res
.
data
.
psm
this
.
form
.
psm
=
res
.
data
.
psm
this
.
form
.
exitPsm
=
true
this
.
form
.
exitPsm
=
true
this
.
form
.
fq_yy
=
res
.
data
.
fq_yy
this
.
form
.
tempYY
=
res
.
data
.
fq_yy
this
.
form
.
pzl
=
res
.
data
.
pzl
this
.
form
.
pzl
=
res
.
data
.
pzl
})
})
}
}
...
@@ -206,7 +208,8 @@ export default {
...
@@ -206,7 +208,8 @@ export default {
prank
:
''
,
prank
:
''
,
flag
:
1
,
flag
:
1
,
ptype
:
''
,
ptype
:
''
,
pstatus
:
0
pstatus
:
0
,
tempYY
:
''
}
}
sessionStorage
.
setItem
(
'recycleform'
,
JSON
.
stringify
(
this
.
form
))
sessionStorage
.
setItem
(
'recycleform'
,
JSON
.
stringify
(
this
.
form
))
},
},
...
@@ -262,7 +265,8 @@ export default {
...
@@ -262,7 +265,8 @@ export default {
prank
:
''
,
prank
:
''
,
flag
:
1
,
flag
:
1
,
ptype
:
''
,
ptype
:
''
,
pstatus
:
0
pstatus
:
0
,
tempYY
:
''
}
}
// 重置表单校验
// 重置表单校验
this
.
$refs
.
form
.
clearValidate
()
this
.
$refs
.
form
.
clearValidate
()
...
...
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