| | |
| | | </el-input> |
| | | </el-form-item> |
| | | <el-form-item label="项目价格" prop="proPrice"> |
| | | <el-input v-model="form.proPrice" placeholder="请输入项目价格" /> |
| | | <el-input |
| | | v-model="form.proPrice" |
| | | :disabled="isPriceDisabled" |
| | | placeholder="请输入项目价格" |
| | | /> |
| | | </el-form-item> |
| | | <el-form-item label="检查类别" prop="proCheckType"> |
| | | <el-input |
| | |
| | | // 部门树选项 |
| | | deptOptions: undefined, |
| | | dialogTableVisible: false, |
| | | isPriceDisabled: false, |
| | | sfxmList: [], |
| | | deptOptionstree: [], |
| | | defaultPropstree: { |
| | |
| | | lisXmmc: "", |
| | | proMetering: "", |
| | | proScope: "", |
| | | proSex:'2', |
| | | proSex: "2", |
| | | resultType: "", // 初始值 |
| | | }, |
| | | // 表单校验 |
| | |
| | | this.form = this.xiugaiList; |
| | | this.form.proStatus = this.form.proStatus.toString(); |
| | | this.proParent = true; |
| | | // 设置项目价格禁用 |
| | | this.isPriceDisabled = true; |
| | | // if(){ |
| | | // this.proParent = true |
| | | // } |