Commit 80341e0c authored by 张伯涛's avatar 张伯涛

项目加停用修改

parent 361a2d6b
...@@ -115,12 +115,12 @@ ...@@ -115,12 +115,12 @@
<el-form ref="stopUseForm" :model="stopUseForm"> <el-form ref="stopUseForm" :model="stopUseForm">
<el-form-item <el-form-item
label="停用说明:" label="停用说明:"
prop="DEACTIVATEDESC" prop="ZSTOPREASON"
:rules="[ :rules="[
{ required: true, message: '请选择停用说明', trigger: 'change' } { required: true, message: '请选择停用说明', trigger: 'change' }
]" ]"
> >
<el-select v-model="stopUseForm.DEACTIVATEDESC" clearable placeholder="请选择停用说明"> <el-select v-model="stopUseForm.ZSTOPREASON" clearable placeholder="请选择停用说明">
<el-option <el-option
v-for="item in stopOtions" v-for="item in stopOtions"
:key="item.id" :key="item.id"
...@@ -147,7 +147,7 @@ export default { ...@@ -147,7 +147,7 @@ export default {
return { return {
stopOtions: [], stopOtions: [],
stopUseForm: { stopUseForm: {
DEACTIVATEDESC: '', ZSTOPREASON: '',
ZSTATE: '' // ’0‘停用状态 ZSTATE: '' // ’0‘停用状态
}, },
stopUseParams: { stopUseParams: {
......
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