|
@@ -359,8 +359,12 @@
|
|
|
</el-col>
|
|
|
<el-col :span="6">
|
|
|
<el-form-item label="启用状态" prop="isEnable">
|
|
|
- <el-input v-show="false" disabled v-model="basicForm.isEnable"></el-input>
|
|
|
- <el-input disabled value="启用"></el-input>
|
|
|
+ <!-- <el-input v-show="false" disabled v-model="basicForm.isEnable"></el-input>
|
|
|
+ <el-input disabled value="启用"></el-input> -->
|
|
|
+ <el-select v-model="basicForm.isEnable" placeholder="请选择" clearable :disabled="true">
|
|
|
+ <el-option v-for="item in dict.type.material_enable" :key="item.value" :label="item.label"
|
|
|
+ :value="item.value"/>
|
|
|
+ </el-select>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<!-- <el-col :span="6">
|
|
@@ -721,7 +725,7 @@
|
|
|
|
|
|
export default {
|
|
|
name: 'requisition_add',
|
|
|
- dicts: ['sys_storage_condition', 'sys_conditions_carriage', 'sys_medicine', 'medical_instruments', 'curing_type', 'period_unit', 'expiry_date', 'abc_type'],
|
|
|
+ dicts: ['sys_storage_condition', 'sys_conditions_carriage', 'sys_medicine', 'medical_instruments', 'curing_type', 'period_unit', 'expiry_date', 'abc_type','material_enable'],
|
|
|
components: {
|
|
|
factory,
|
|
|
fourClass,
|