|
|
|
@ -94,7 +94,7 @@
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- 选择试剂入库 弹框 -->
|
|
|
|
|
<el-dialog title="选择试剂入库" width="70%" :visible.sync="dialogTableVisible" @close="handleSelectClose">
|
|
|
|
|
<el-dialog title="选择试剂入库" width="70%" :close-on-click-modal="false" :visible.sync="dialogTableVisible" @close="handleSelectClose">
|
|
|
|
|
<div class="search-header">
|
|
|
|
|
<el-input v-model="selectReagentValue" clearable placeholder="请输入搜索试剂名称" />
|
|
|
|
|
<el-button type="primary" icon="el-icon-search" @click="searchReagent">搜索</el-button>
|
|
|
|
@ -137,6 +137,7 @@
|
|
|
|
|
<el-dialog
|
|
|
|
|
width="53%"
|
|
|
|
|
title="编辑试剂信息"
|
|
|
|
|
:close-on-click-modal="false"
|
|
|
|
|
:visible.sync="formVisible"
|
|
|
|
|
append-to-body
|
|
|
|
|
@close="formClose"
|
|
|
|
@ -145,7 +146,7 @@
|
|
|
|
|
</el-dialog>
|
|
|
|
|
</el-dialog>
|
|
|
|
|
<!-- 新增试剂模板弹框 -->
|
|
|
|
|
<el-dialog :title="opTitle" width="70%" :visible.sync="reagentAddVisible" @close="handleAddClose">
|
|
|
|
|
<el-dialog :title="opTitle" width="70%" :close-on-click-modal="false" :visible.sync="reagentAddVisible" @close="handleAddClose">
|
|
|
|
|
<div class="header-select">
|
|
|
|
|
<el-input v-model="reagentAddTmpName" placeholder="请输入模板名称" />
|
|
|
|
|
<el-select v-model="reagentAddClient" placeholder="请选择柜体">
|
|
|
|
@ -189,6 +190,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
<el-dialog
|
|
|
|
|
width="53%"
|
|
|
|
|
:close-on-click-modal="false"
|
|
|
|
|
:title="reagentAddFormTitle"
|
|
|
|
|
:visible.sync="reagentAddFormVisible"
|
|
|
|
|
append-to-body
|
|
|
|
@ -198,7 +200,7 @@
|
|
|
|
|
</el-dialog>
|
|
|
|
|
</el-dialog>
|
|
|
|
|
<!-- 绑定入库-->
|
|
|
|
|
<el-dialog title="绑定入库" width="70%" :visible.sync="bindToDBVisible" @close="handleCloseToDB">
|
|
|
|
|
<el-dialog title="绑定入库" width="70%" :close-on-click-modal="false" :visible.sync="bindToDBVisible" @close="handleCloseToDB">
|
|
|
|
|
<div class="to-database">
|
|
|
|
|
<div class="bind-to-db-title">请扫描试剂条码</div>
|
|
|
|
|
<div>
|
|
|
|
|