|
|
@@ -324,6 +324,9 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="客户代号" prop="clientCode">
|
|
|
+ <template slot-scope="{ row, $index }">
|
|
|
+ <el-input v-model="row.clientCode"></el-input>
|
|
|
+ </template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="刻码" prop="engrave" width="140">
|
|
|
<template slot-scope="{ row, $index }">
|
|
|
@@ -877,7 +880,7 @@ export default {
|
|
|
console.log(total, '6')
|
|
|
this.$set(this.productList[index], 'weight', total);
|
|
|
} else {
|
|
|
- console.log(row,'row')
|
|
|
+ console.log(row, 'row')
|
|
|
if (row.measureType == '2') {
|
|
|
if (row.packingUnit == 'KG') {
|
|
|
const weight = total * Number(row.singleWeight);
|