|
|
@@ -8,9 +8,6 @@
|
|
|
<view class="search-bar">
|
|
|
<app-search-module v-model="py" placeholder="输入拼音首字母搜索" @input="searchFn"/>
|
|
|
</view>
|
|
|
- <view style="padding:0 0upx 0 20upx;" >
|
|
|
- <button class="admin-button-com middle blue" @click="downloadTable()">价格表</button>
|
|
|
- </view>
|
|
|
</view>
|
|
|
|
|
|
<view class="scroll-middle_bx">
|
|
|
@@ -33,7 +30,7 @@
|
|
|
<view v-if="classItem.child && !$util.isEmpty(classItem.child)">
|
|
|
|
|
|
<template v-for="(productItem, productIndex) in classItem.child">
|
|
|
- <view style="height:230upx" :id="`class_${classIndex}`" :key="productIndex">
|
|
|
+ <view style="height:190upx" :id="`class_${classIndex}`" :key="productIndex">
|
|
|
<ItemComponent v-if="classItem.isActive" :isPrice="false" :info="productItem" @saveStock="saveStock" @cancelDiscountFn="cancelDiscountFn" @cancelPreSellFn="cancelPreSellFn"></ItemComponent>
|
|
|
</view>
|
|
|
</template>
|
|
|
@@ -180,7 +177,7 @@ export default {
|
|
|
initProduct(){
|
|
|
this.shopId = this.getMyShopInfo.id;
|
|
|
let type = '';
|
|
|
- this.initData({ type, shopId: this.shopId,status:'',delStatus:0,requestType:'itemList'});
|
|
|
+ this.initData({ type, shopId: this.shopId,status:0,delStatus:0,requestType:'itemList'});
|
|
|
},
|
|
|
commitPrice(){
|
|
|
let that = this
|