| | |
| | | <div class="search_thing"> |
| | | <div class="search_label">检验状态:</div> |
| | | <div class="search_input"> |
| | | <el-select size="small" v-model="componentData.entity.insState" style="width: 100%;" |
| | | <el-select size="small" v-model="componentData.entity.insState" clearable style="width: 100%;" |
| | | @change="refreshTable()"> |
| | | <el-option v-for="(a, i) in insStateList" :key="i" :label="a.label" :value="a.value"></el-option> |
| | | </el-select> |
| | |
| | | <div class="search_thing"> |
| | | <div class="search_label">样品编号:</div> |
| | | <div class="search_input"> |
| | | <el-input size="small" placeholder="请输入" clearable v-model="componentData.entity.sampleCOde" |
| | | <el-input size="small" placeholder="请输入" clearable v-model="componentData.entity.sampleCode" |
| | | @keyup.enter.native="refreshTable()"></el-input> |
| | | </div> |
| | | </div> |
| | | <div class="search_thing"> |
| | | <div class="search_label">人员:</div> |
| | | <div class="search_input"> |
| | | <el-select size="small" v-model="componentData.entity.userName" filterable clearable style="width: 100%;" |
| | | @change="refreshTable()"> |
| | | <el-option v-for="item in personList" :key="item.value" :label="item.label" :value="item.label"> |
| | | </el-option> |
| | | </el-select> |
| | | </div> |
| | | </div> |
| | | <div class="search_thing" style="padding-left: 30px;"> |
| | |
| | | Inspection, |
| | | Add |
| | | }, |
| | | props: ['entrustCodeNew', 'laboratoryNew'], |
| | | |
| | | data() { |
| | | return { |
| | | currentHistory: {}, |
| | |
| | | return |
| | | } |
| | | this.$message.success('出库成功') |
| | | this.refreshTable() |
| | | this.handleShelf(this.entity.shelfId) |
| | | }) |
| | | }, |
| | |
| | | if (this.tabList.length > 0) { |
| | | this.componentData.entity.sonLaboratory = this.tabList[0].value |
| | | } |
| | | this.refreshTable() |
| | | if (this.entrustCodeNew) { |
| | | this.componentData.entity.entrustCode = this.entrustCodeNew |
| | | |
| | | } |
| | | if (this.laboratoryNew) { |
| | | let index = this.tabList.findIndex(item => item.label == this.laboratoryNew) |
| | | this.componentData.entity.sonLaboratory = this.tabList[index].label |
| | | this.tabIndex = index; |
| | | this.refreshTable() |
| | | } |
| | | }) |
| | | }, |
| | | selectAllByOne(row) { |