|
|
|
@ -307,6 +307,24 @@
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row type="flex" class="edit-row">
|
|
|
|
|
<el-col :span="12">
|
|
|
|
|
<el-form-item
|
|
|
|
|
label="耗材类别:"
|
|
|
|
|
prop="hcType"
|
|
|
|
|
class="query-form-item"
|
|
|
|
|
>
|
|
|
|
|
<el-radio-group v-model="editQuery.hcType">
|
|
|
|
|
<el-radio :label=1>高值耗材</el-radio>
|
|
|
|
|
<el-radio :label=2>普通耗材</el-radio>
|
|
|
|
|
</el-radio-group>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="12">
|
|
|
|
|
<el-form-item class="query-form-item" >
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row class="edit-row">
|
|
|
|
|
<el-button-group style="display: flex">
|
|
|
|
|
<el-button type="primary" @click.native="submitUpload()" style="margin: 0 60px 10px auto; height: 35px"
|
|
|
|
@ -624,7 +642,7 @@ export default {
|
|
|
|
|
// if (this.editQuery.basicPrductRemak7 != null) {
|
|
|
|
|
this.findThrTypeMethod(this.editQuery.basicPrductRemak7);
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
console.log("editQuery:",this.editQuery)
|
|
|
|
|
}, directives: {
|
|
|
|
|
'debounce-input': {
|
|
|
|
|
inserted(el, binding) {
|
|
|
|
|