更新文字说明
This commit is contained in:
parent
42142c49c5
commit
b520c4e283
@ -49,7 +49,7 @@
|
||||
label="商品名称"
|
||||
min-width="200"
|
||||
/>
|
||||
<el-table-column label="售价" prop="price" min-width="80"/>
|
||||
<el-table-column label="零售价" prop="price" min-width="80"/>
|
||||
<el-table-column label="会员价" prop="svip_price" min-width="80">
|
||||
<template slot-scope="scope">
|
||||
<span v-if="scope.row.svip_price_type == 0">未设置</span>
|
||||
|
@ -287,7 +287,7 @@
|
||||
<span>{{scope.row.sku || '默认'}}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="售价" prop="price" width="100"/>
|
||||
<el-table-column label="零售价" prop="price" width="100"/>
|
||||
<el-table-column label="会员价" prop="is_svip_price" width="100"/>
|
||||
<el-table-column align="center" label="优惠价" min-width="100">
|
||||
<template slot-scope="scope">
|
||||
|
@ -269,7 +269,7 @@
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
||||
<el-table-column label="售价" min-width="90">
|
||||
<el-table-column label="零售价" min-width="90">
|
||||
<template slot-scope="scope">
|
||||
<div class="tab">
|
||||
<div class="line1">
|
||||
|
@ -1602,7 +1602,7 @@ const defaultObj = {
|
||||
}
|
||||
const objTitle = {
|
||||
price: {
|
||||
title: '售价'
|
||||
title: '零售价'
|
||||
},
|
||||
wholesale_price: {
|
||||
title: '批发价'
|
||||
@ -2683,7 +2683,7 @@ export default {
|
||||
}
|
||||
},
|
||||
memberPrice(formHead, row) {
|
||||
if (formHead.title == '售价') {
|
||||
if (formHead.title == '零售价') {
|
||||
row.svip_price = this.accMul(row.price, this.svip_rate)
|
||||
}
|
||||
},
|
||||
|
@ -105,7 +105,7 @@ const defaultObj = {
|
||||
}
|
||||
const objTitle = {
|
||||
price: {
|
||||
title: '售价'
|
||||
title: '零售价'
|
||||
},
|
||||
cost: {
|
||||
title: '成本价'
|
||||
@ -147,7 +147,7 @@ export default {
|
||||
minWidth: 80
|
||||
},
|
||||
{
|
||||
title: '售价',
|
||||
title: '零售价',
|
||||
slot: 'price',
|
||||
align: 'center',
|
||||
minWidth: 95
|
||||
|
@ -43,7 +43,7 @@
|
||||
</div>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="售价" min-width="100" align="center">
|
||||
<el-table-column label="零售价" min-width="100" align="center">
|
||||
<template slot-scope="scope">
|
||||
<el-input-number v-model="oneFormBatch[0].price" :min="0" class="priceBox" controls-position="right"/>
|
||||
</template>
|
||||
@ -224,7 +224,7 @@ const defaultObj = {
|
||||
}
|
||||
const objTitle = {
|
||||
price: {
|
||||
title: '售价'
|
||||
title: '零售价'
|
||||
},
|
||||
cost: {
|
||||
title: '成本价'
|
||||
|
@ -502,7 +502,7 @@ const defaultObj = {
|
||||
}
|
||||
const objTitle = {
|
||||
price: {
|
||||
title: '售价'
|
||||
title: '零售价'
|
||||
},
|
||||
svip_price: {
|
||||
title: '付费会员价'
|
||||
|
@ -191,7 +191,7 @@
|
||||
</div>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="售价" min-width="150" align="center">
|
||||
<el-table-column label="零售价" min-width="150" align="center">
|
||||
<template slot-scope="scope">
|
||||
<el-input v-model="oneFormBatch[0].price" type="number" min="0" class="priceBox" />
|
||||
</template>
|
||||
@ -387,7 +387,7 @@ const defaultObj = {
|
||||
}
|
||||
const objTitle = {
|
||||
price: {
|
||||
title: '售价'
|
||||
title: '零售价'
|
||||
},
|
||||
cost: {
|
||||
title: '成本价'
|
||||
@ -440,7 +440,7 @@ export default {
|
||||
minWidth: 80
|
||||
},
|
||||
{
|
||||
title: '售价',
|
||||
title: '零售价',
|
||||
slot: 'price',
|
||||
align: 'center',
|
||||
minWidth: 95
|
||||
|
Loading…
x
Reference in New Issue
Block a user