| | |
| | | :value="item.value"></el-option> |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item label="检验标准" prop="standardMethodListId"> |
| | | <el-select v-model="auxiliaryWireCore.standardMethodListId" disabled placeholder="请选择检验标准" size="small" |
| | | <el-form-item label="检验标准" prop="standardMethodListIds"> |
| | | <el-select v-model="auxiliaryWireCore.standardMethodListIds" disabled placeholder="请选择检验标准" size="small" |
| | | @change="(value) => methodChange(value)" multiple> |
| | | <el-option v-for="item in standards" :key="item.id" :label="item.code" :value="item.id"> |
| | | </el-option> |
| | |
| | | size="small" type="textarea"></el-input> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="条件" min-width="140" prop="radius" show-overflow-tooltip> |
| | | <el-table-column label="试验条件" min-width="140" prop="radius" show-overflow-tooltip> |
| | | <template slot-scope="scope"> |
| | | <el-input v-if="!scope.row.inspectionItem.includes('高温压力试验')" v-model="scope.row.radius" |
| | | :autosize="{ minRows: 1, maxRows: 3 }" clearable placeholder="要求描述" size="small" type="textarea"> |
| | |
| | | tree: '', |
| | | standards: [], |
| | | auxiliaryWireCore: { |
| | | standardMethodListId: [], |
| | | standardMethodListIds: [], |
| | | insProduct: [], |
| | | num: [], |
| | | modelNum: '' |
| | |
| | | } catch (e) { |
| | | } |
| | | }) |
| | | this.auxiliaryWireCore.standardMethodListId = this.sampleSelectionList[0].standardMethodListId |
| | | this.auxiliaryWireCore.standardMethodListIds = this.sampleSelectionList[0].standardMethodListId |
| | | // 查询检测标准下拉框选项 |
| | | if (this.auxiliaryWireCore.insProduct.length > 0) { |
| | | this.productList = this.auxiliaryWireCore.insProduct |