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

项目加停用修改

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