页面修改

This commit is contained in:
zmj 2023-11-14 16:26:18 +08:00
parent 990e3de2ab
commit 2c74e6f964
3 changed files with 12 additions and 5 deletions

View File

@ -84,7 +84,7 @@
</el-upload>
<el-button @click="getDeliveryList">批量发货记录</el-button>
<el-button @click="downloadLogistics">下载物流公司对照表</el-button>
<el-button size="small" type="primary" @click="batchSend">批量发送货</el-button>
<!-- <el-button size="small" type="primary" @click="batchSend">批量发rr送货</el-button> -->
</el-form-item>
</el-form>
</div>

View File

@ -440,6 +440,7 @@
</div>
</template>
</el-table-column>
<el-table-column
v-for="(item, iii) in attrValue"
:key="iii"
@ -447,6 +448,7 @@
align="center"
min-width="120"
>
<template slot-scope="scope">
<div v-if="formValidate.svip_price_type != 0">
<el-input
@ -1287,6 +1289,7 @@ const defaultObj = {
price: null,
cost: null,
ot_price: null,
procure_price:null,
svip_price: null,
stock: null,
bar_code: '',
@ -1319,6 +1322,9 @@ const objTitle = {
ot_price: {
title: '市场价'
},
procure_price: {
title: '批发价'
},
svip_price: {
title: '付费会员价'
},
@ -1541,6 +1547,7 @@ export default {
price: null,
cost: null,
ot_price: null,
procure_price:null,
stock: null,
bar_code: '',
weight: null,

View File

@ -150,11 +150,11 @@
:disabled="multipleSelection.length == 0"
@click="batchFreight"
>批量设置运费</el-button>
<el-button
<!-- <el-button
size="mini"
:disabled="multipleSelection.length == 0"
@click="batchCommision"
>批量设置佣金</el-button>
>批量设置佣金</el-button> -->
<el-button
v-if="open_svip == 1"
size="mini"
@ -224,8 +224,8 @@
</el-table-column>
<el-table-column prop="sales" label="销量" min-width="90" />
<el-table-column prop="stock" label="库存" min-width="70" />
<el-table-column prop="integral_total" label="积分抵扣" min-width="70" />
<el-table-column prop="integral_price_total" label="积分抵扣金额" min-width="90" />
<!-- <el-table-column prop="integral_total" label="积分抵扣" min-width="70" />
<el-table-column prop="integral_price_total" label="积分抵扣金额" min-width="90" /> -->
<el-table-column prop="sort" align="center" label="排序" min-width="80">
<template slot-scope="scope">
<span v-if="scope.row.index === tabClickIndex">