|
@@ -239,7 +239,7 @@
|
|
<span>{{ scope.row.factoryNo }}</span>
|
|
<span>{{ scope.row.factoryNo }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column align="left" label="物料编码" prop="materialNumber" min-width="160" show-overflow-tooltip>
|
|
|
|
|
|
+ <el-table-column align="left" label="物料编码" prop="materialNumber" min-width="130" show-overflow-tooltip>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<CopyButton :copyText="scope.row.materialNumber" />
|
|
<CopyButton :copyText="scope.row.materialNumber" />
|
|
<span>{{ scope.row.materialNumber }}</span>
|
|
<span>{{ scope.row.materialNumber }}</span>
|
|
@@ -247,7 +247,7 @@
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
- <el-table-column align="left" label="产品编码" prop="materialOldNumber" min-width="160" show-overflow-tooltip>
|
|
|
|
|
|
+ <el-table-column align="left" label="产品编码" prop="materialOldNumber" min-width="130" show-overflow-tooltip>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<CopyButton :copyText="scope.row.materialOldNumber" />
|
|
<CopyButton :copyText="scope.row.materialOldNumber" />
|
|
<span>{{ scope.row.materialOldNumber }}</span>
|
|
<span>{{ scope.row.materialOldNumber }}</span>
|
|
@@ -259,7 +259,7 @@
|
|
<span>{{ scope.row.materialName }}</span>
|
|
<span>{{ scope.row.materialName }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column align="left" label="规格型号" prop="specification" min-width="160" show-overflow-tooltip>
|
|
|
|
|
|
+ <el-table-column align="left" label="规格型号" prop="specification" min-width="300" show-overflow-tooltip>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<CopyButton :copyText="scope.row.specification" />
|
|
<CopyButton :copyText="scope.row.specification" />
|
|
<span>{{ scope.row.specification }}</span>
|
|
<span>{{ scope.row.specification }}</span>
|
|
@@ -685,7 +685,7 @@ export default {
|
|
type: 'warning'
|
|
type: 'warning'
|
|
})
|
|
})
|
|
.then(() => {
|
|
.then(() => {
|
|
-
|
|
|
|
|
|
+
|
|
let data = {
|
|
let data = {
|
|
...this.detailList,
|
|
...this.detailList,
|
|
checkBy: this.checkBy,
|
|
checkBy: this.checkBy,
|