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

1.印刷原因只显示

parent 5169ac3b
...@@ -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()
......
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