|
@@ -1152,12 +1152,11 @@
|
|
|
<div class="text-right">条件{{ sIndex + 1 }}</div>
|
|
|
</el-col>
|
|
|
<el-col :span="6">
|
|
|
- <div class="rule-condition" @click="openCategoryDialog(index, sIndex, 'custom_basis')">
|
|
|
+ <div class="rule-condition">
|
|
|
<el-input
|
|
|
- :value="getDisplayName(sItem.param1)"
|
|
|
- placeholder="请选择"
|
|
|
+ v-model="sItem.input1"
|
|
|
+ placeholder="请输入"
|
|
|
size="small"
|
|
|
- readonly
|
|
|
style="width: 100%"
|
|
|
/>
|
|
|
</div>
|
|
@@ -1899,6 +1898,7 @@ export default {
|
|
|
},
|
|
|
// 添加质控依据
|
|
|
onAddZKYJ() {
|
|
|
+ this.ruleForm.rule[0].custom_basis = this.ruleForm.rule[0].custom_basis ? this.ruleForm.rule[0].custom_basis : []
|
|
|
this.ruleForm.rule[0].custom_basis.push({
|
|
|
param1: '',
|
|
|
input1: '',
|