Commit 4c15678b authored by 高宇's avatar 高宇

1.印刷原因只显示

parent 5169ac3b
......@@ -57,8 +57,8 @@
<!-- </el-row>-->
<el-row :gutter="40">
<el-col :span="12" style="padding-left: 10%;">
<el-form-item label="印刷原因:" style="flex-basis: 50%;" prop="fq_yy">
<span>{{ getDictValue(form.fq_yy) || '无' }}</span>
<el-form-item label="印刷原因:" style="flex-basis: 50%;" prop="tempYY">
<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-form-item>
</el-col>
......@@ -101,7 +101,9 @@ export default {
fq_ys: '',
flag: 1,
ptype: '',
pstatus: 0
pstatus: 0,
// 只在前端显示原因,
tempYY: ''
},
historForm: {},
rule: {
......@@ -189,7 +191,7 @@ export default {
this.form.phd = res.data.phd
this.form.psm = res.data.psm
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
})
}
......@@ -206,7 +208,8 @@ export default {
prank: '',
flag: 1,
ptype: '',
pstatus: 0
pstatus: 0,
tempYY: ''
}
sessionStorage.setItem('recycleform', JSON.stringify(this.form))
},
......@@ -262,7 +265,8 @@ export default {
prank: '',
flag: 1,
ptype: '',
pstatus: 0
pstatus: 0,
tempYY: ''
}
// 重置表单校验
this.$refs.form.clearValidate()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment