|
@@ -196,7 +196,7 @@
|
|
|
<!--复制样品登记信息-->
|
|
|
<HcDialog :show="copyTableModal" title="复制样品登记信息" widths="60rem" isTable :loading="copyTableLoading" @close="copyTableModalClose" @save="copyTableClick">
|
|
|
<HcTable :column="copyTableColumn" :datas="copyTableData">
|
|
|
- <template #materialNumber="{row}">
|
|
|
+ <template #specificationNumber="{row}">
|
|
|
<el-input v-model="row.specificationNumber" :class="row.isSpecificationNumber?'is-error':''" placeholder="请输入样品编号" @blur="specificationNumberBlur(row)"/>
|
|
|
</template>
|
|
|
<template #action="{index}">
|