| | |
| | | @keyup.enter.native="refreshTable()"></el-input> |
| | | </div> |
| | | </div> |
| | | <div class="search_thing"> |
| | | <div class="search_label">样品编号:</div> |
| | | <div class="search_input"> |
| | | <el-input size="small" placeholder="请输入" clearable v-model="componentData.entity.sampleCode" |
| | | @keyup.enter.native="refreshTable()"></el-input> |
| | | </div> |
| | | </div> |
| | | <div class="search_thing" style="padding-left: 30px;"> |
| | | <el-button size="small" @click="refresh()">重 置</el-button> |
| | | <el-button size="small" type="primary" @click="refreshTable()">查 询</el-button> |
| | |
| | | entity: { |
| | | entrustCode: null, |
| | | code: null, |
| | | sampleCode: null, |
| | | orderBy: { |
| | | field: 'id', |
| | | order: 'desc' |
| | |
| | | }, |
| | | method: 'handleUpload', |
| | | disabFun: (row, index) => { |
| | | return row.isExamine != null |
| | | return row.isExamine != null || row.orderType == 'C' |
| | | } |
| | | }, { |
| | | id: 'handleRestore', |
| | |
| | | type: 'text', |
| | | method: 'handleRestore', |
| | | disabFun: (row, index) => { |
| | | return row.isExamine != null |
| | | return row.isExamine != null || row.orderType == 'C' |
| | | } |
| | | }, { |
| | | id: 'handleSubmit', |