|
|
@ -147,7 +147,7 @@ |
|
|
|
</el-form-item> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
</el-col> |
|
|
|
|
|
|
|
|
|
|
|
<!-- <el-col :span="24"> |
|
|
|
<el-col :span="24"> |
|
|
|
<el-form-item label="服务类型" prop="serviceType"> |
|
|
|
<el-form-item label="服务类型" prop="serviceType"> |
|
|
|
<el-radio-group |
|
|
|
<el-radio-group |
|
|
|
v-model="form.serviceType" |
|
|
|
v-model="form.serviceType" |
|
|
@ -159,7 +159,7 @@ |
|
|
|
}}</el-radio> |
|
|
|
}}</el-radio> |
|
|
|
</el-radio-group> |
|
|
|
</el-radio-group> |
|
|
|
</el-form-item> |
|
|
|
</el-form-item> |
|
|
|
</el-col> --> |
|
|
|
</el-col> |
|
|
|
</el-form> |
|
|
|
</el-form> |
|
|
|
</el-row> |
|
|
|
</el-row> |
|
|
|
<el-row> |
|
|
|
<el-row> |
|
|
@ -496,7 +496,6 @@ export default { |
|
|
|
}, |
|
|
|
}, |
|
|
|
// 表单数据 |
|
|
|
// 表单数据 |
|
|
|
form: { |
|
|
|
form: { |
|
|
|
// serviceType: null, |
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
formDetail: {}, |
|
|
|
formDetail: {}, |
|
|
|
// 选择行 |
|
|
|
// 选择行 |
|
|
@ -1003,7 +1002,14 @@ export default { |
|
|
|
getDictionaryBiz('distribution_type').then(res => { |
|
|
|
getDictionaryBiz('distribution_type').then(res => { |
|
|
|
// console.log("...",res.data.data); |
|
|
|
// console.log("...",res.data.data); |
|
|
|
this.distributionType = []; |
|
|
|
this.distributionType = []; |
|
|
|
this.distributionType = res.data.data; |
|
|
|
this.distributionType= res.data.data.map(item=>{ |
|
|
|
|
|
|
|
if(item.dictKey=='2'){ |
|
|
|
|
|
|
|
console.log(item,'item==???/'); |
|
|
|
|
|
|
|
return item |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}) |
|
|
|
|
|
|
|
this.form.serviceType='2' |
|
|
|
|
|
|
|
// this.distributionType |
|
|
|
}); |
|
|
|
}); |
|
|
|
getDictionaryBiz('logpm_unit').then(res => { |
|
|
|
getDictionaryBiz('logpm_unit').then(res => { |
|
|
|
// console.log("...",res.data.data); |
|
|
|
// console.log("...",res.data.data); |
|
|
|