|
@@ -322,6 +322,7 @@
|
|
|
<span v-else>{{ row.price }}</span>
|
|
|
</template>
|
|
|
<template slot="amount" slot-scope="{ row }">
|
|
|
+ <span>{{row.inputMold }}</span>
|
|
|
<span>{{ row.amount | decimalFormat }}</span>
|
|
|
</template>
|
|
|
<template slot="actualQuantity" slot-scope="{ row }">
|
|
@@ -2603,6 +2604,7 @@ export default {
|
|
|
this.$set(list[item], 'price', list[item].specialOffer)
|
|
|
}
|
|
|
this.$set(list[item], 'inputMold', 1)
|
|
|
+ this.$set(list[item], 'goodType', 0)
|
|
|
} else {
|
|
|
if (!list[item].salePrice) {
|
|
|
getMarketPrice({code: list[item].code, isFreight: this.form.isFreight, isLabel: this.form.isLabel}).then(response => {
|