|
|
|
@ -133,6 +133,20 @@
|
|
|
|
|
<el-input style="width: 80%" size="small" splaceholder="请输入内容" v-model="editQuery.cpms"></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="12">
|
|
|
|
|
<el-form-item
|
|
|
|
|
label="是否可集采:"
|
|
|
|
|
prop="spUse"
|
|
|
|
|
class="query-form-item"
|
|
|
|
|
>
|
|
|
|
|
<el-radio-group v-model="editQuery.groupBuy">
|
|
|
|
|
<el-radio :label="true">是</el-radio>
|
|
|
|
|
<el-radio :label="false">否</el-radio>
|
|
|
|
|
</el-radio-group>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-button-group style="display: flex">
|
|
|
|
|
<el-button type="primary" @click.native="submitUpload()" style="margin: 0 60px 10px auto; height: 35px"
|
|
|
|
@ -238,6 +252,7 @@ export default {
|
|
|
|
|
recentDateTime: this.editQuery.recentDateTime,
|
|
|
|
|
isDateBy: this.editQuery.isDateBy,
|
|
|
|
|
relSupId:this.editQuery.id,
|
|
|
|
|
groupBuy:this.editQuery.groupBuy,
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
updateById(data).then(res => {
|
|
|
|
|