update 修复商品列表按钮问题,改成原样不动,
This commit is contained in:
parent
8d36524457
commit
365358c2cd
@ -141,36 +141,44 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="commodity-btn-content">
|
||||
<view
|
||||
<u-button
|
||||
@click="handerShowPricePopup(item)"
|
||||
class="commodity-btn-item"
|
||||
:hairline="true"
|
||||
:plain="true"
|
||||
shape="circle"
|
||||
>
|
||||
价格/库存
|
||||
</view>
|
||||
<view
|
||||
</u-button>
|
||||
<u-button
|
||||
v-if="item.product_state_id == 1002"
|
||||
class="commodity-btn-item"
|
||||
class="commodity-btn-item commodity-btn-item-2"
|
||||
:hairline="true"
|
||||
:plain="true"
|
||||
shape="circle"
|
||||
@click="updateProductPutaway(item, index, 1001)"
|
||||
>
|
||||
上架
|
||||
</view>
|
||||
<view
|
||||
</u-button>
|
||||
<u-button
|
||||
v-if="item.product_state_id == 1001"
|
||||
class="commodity-btn-item"
|
||||
class="commodity-btn-item commodity-btn-item-2"
|
||||
:hairline="true"
|
||||
:plain="true"
|
||||
shape="circle"
|
||||
@click="updateProductPutaway(item, index, 1002)"
|
||||
>
|
||||
下架
|
||||
|
||||
<u-button
|
||||
class="commodity-btn-item commodity-btn-item-2"
|
||||
:hairline="true"
|
||||
:plain="true"
|
||||
shape="circle"
|
||||
@click="handerProductEdit(item)"
|
||||
>
|
||||
编辑
|
||||
</u-button>
|
||||
</view>
|
||||
</u-button>
|
||||
<u-button
|
||||
class="commodity-btn-item commodity-btn-item-2"
|
||||
:hairline="true"
|
||||
:plain="true"
|
||||
shape="circle"
|
||||
@click="handerProductEdit(item)"
|
||||
>
|
||||
编辑
|
||||
</u-button>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@ -1110,20 +1118,16 @@ page {
|
||||
}
|
||||
|
||||
.commodity-btn-content {
|
||||
border-bottom: 2rpx solid #eee;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
float: right;
|
||||
padding-bottom: 20rpx;
|
||||
|
||||
.commodity-btn-item {
|
||||
padding: 8rpx 12rpx;
|
||||
margin: 0;
|
||||
margin-right: 20rpx;
|
||||
width: 160rpx;
|
||||
height: 60rpx;
|
||||
font-size: 24rpx;
|
||||
border: 2rpx solid #d2d2d2;
|
||||
color: #333;
|
||||
text-align: center;
|
||||
margin-left: 24rpx;
|
||||
border-radius: 40rpx;
|
||||
border-color: #d2d2d2;
|
||||
color: #000;
|
||||
|
||||
&::after {
|
||||
border: none;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user