| | |
| | | </el-form-item> |
| | | </el-cow> |
| | | <el-cow> |
| | | <el-form-item label="是否拜访水牌" prop="isPlacebrand" label-width="120px" |
| | | <el-form-item label="是否摆放水牌" prop="isPlacebrand" label-width="120px" |
| | | style="background: #FAD1E0;border-radius: 7px 7px 7px 7px;opacity: 1;"> |
| | | <el-select v-model="formData.isPlacebrand" placeholder="请选择 " clearable :style="{width: '100%'}" |
| | | :disabled="dsb"> |
| | |
| | | <el-cow> |
| | | <el-form-item label="状态" prop="statu" label-width="120px" |
| | | style="background: #FAD1E0;border-radius: 7px 7px 7px 7px;opacity: 1;"> |
| | | <el-select v-model="formData.statu" placeholder="请选择 " clearable :style="{width: '100%'}" |
| | | <el-select v-model="formData.statu" placeholder="" clearable :style="{width: '100%'}" |
| | | :disabled="true"> |
| | | <el-option v-for="(item, index) in typeOptions2" :key="index" :label="item.label" |
| | | :value="item.value"></el-option> |
| | | </el-select> |
| | | </el-form-item> |
| | | </el-cow> |
| | | <!-- <el-cow> |
| | | <el-form-item label="状态" prop="statu" label-width="90px" |
| | | style="background: #FAD1E0;border-radius: 7px 7px 7px 7px;opacity: 1;"> |
| | | <el-input v-if="!dsb" v-model="formData.connPhone" placeholder="待审批" clearable :style="{width: '100%'}" :disabled="dsb"></el-input> |
| | | <el-input v-if="dsb" v-model="formData.connPhone" placeholder="" clearable :style="{width: '100%'}" :disabled="dsb"></el-input> |
| | | </el-form-item> |
| | | </el-cow> --> |
| | | </el-row> |
| | | </el-container> |
| | | |
| | |
| | | }], |
| | | isPlacebrand: [{ |
| | | required: true, |
| | | message: '请选择是否拜访水牌', |
| | | message: '请选择是否摆放水牌', |
| | | trigger: 'blur' |
| | | }], |
| | | connPerson: [{ |
| | |
| | | trigger: 'blur' |
| | | }], |
| | | statu: [{ |
| | | // required: true, |
| | | required: true, |
| | | message: '请选择状态', |
| | | trigger: 'blur' |
| | | trigger: 'change' |
| | | }], |
| | | |
| | | }, |
| | |
| | | getMeetingInfo(id).then((response) => { |
| | | console.log(response.data,'123123123') |
| | | this.formData = response.data; |
| | | if(this.formData.statu == undefined){ |
| | | this.formData.statu = 3 |
| | | // alert(this.formData.statu) |
| | | } |
| | | // let paths = this.formData.url.split(","); |
| | | // for(let i = 0; i < paths.length; i++) |
| | | // { |
| | |
| | | this.$refs['elForm'].validate(valid => { |
| | | if (valid) { |
| | | if (this.formData.id != undefined) { |
| | | this.formData.statu = 3 |
| | | updateMeeting(this.formData).then(response => { |
| | | this.$modal.msgSuccess("修改成功"); |
| | | // if (this.formData.status == 1) |