|
@@ -171,7 +171,7 @@
|
|
|
v-if="shouldRequired('deviceno1_')"
|
|
v-if="shouldRequired('deviceno1_')"
|
|
|
label="被控设备/设施编号"
|
|
label="被控设备/设施编号"
|
|
|
>
|
|
>
|
|
|
- <template slot="label" v-if="!ei_xing_ == '12-紫外灯消毒'">
|
|
|
|
|
|
|
+ <template slot="label" v-if="!lei_xing_ == '12-紫外灯消毒'">
|
|
|
<span class="required">被控设备/设施编号:</span>
|
|
<span class="required">被控设备/设施编号:</span>
|
|
|
</template>
|
|
</template>
|
|
|
<ibps-custom-dialog
|
|
<ibps-custom-dialog
|
|
@@ -885,7 +885,7 @@ export default {
|
|
|
throw new Error('请先选择设备或试剂耗材!')
|
|
throw new Error('请先选择设备或试剂耗材!')
|
|
|
}
|
|
}
|
|
|
if (
|
|
if (
|
|
|
- this.lei_xing_ = '12-紫外灯消毒'
|
|
|
|
|
|
|
+ this.lei_xing_ == '12-紫外灯消毒'&&this.form.devicename1_ === ''
|
|
|
) {
|
|
) {
|
|
|
throw new Error('紫外灯/设备名缺失!')
|
|
throw new Error('紫外灯/设备名缺失!')
|
|
|
}
|
|
}
|