|
|
@@ -726,7 +726,7 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="重量" prop="weight" width="100">
|
|
|
- <template slot-scope="{ row }">
|
|
|
+ <template slot-scope="{ row, $index }">
|
|
|
<el-input
|
|
|
v-if="!row.isPack && row.measuringUnit != row.weightUtil"
|
|
|
:ref="'weight' + $index"
|
|
|
@@ -1451,7 +1451,7 @@
|
|
|
},
|
|
|
//获取回执附件
|
|
|
getQualityFile() {
|
|
|
- return { qualityFile: this.qualityFile, id: this.infoData.id };
|
|
|
+ return { qualityFile: this.qualityFile, id: this.formData.id };
|
|
|
},
|
|
|
//获取质检状态(全部已检)
|
|
|
getStatus() {
|