|
|
@@ -41,10 +41,12 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <text class="bottom-button" @click.stop="moreAction(info)">更多</text>
|
|
|
- <text class="bottom-button" @click.stop="goToStockDetail(info)">库存明细</text>
|
|
|
- <text class="bottom-button" @click.stop="doPrintLabel(info,0)">打标签</text>
|
|
|
- <text class="bottom-button" @click.stop="doPrintLabel(info,1)">打价码</text>
|
|
|
+ <view style="display:flex;justify-content:space-between;">
|
|
|
+ <text class="bottom-button" @click.stop="doPrintLabel(info,1)">打价码</text>
|
|
|
+ <text class="bottom-button" @click.stop="doPrintLabel(info,0)">打标签</text>
|
|
|
+ <text class="bottom-button" @click.stop="goToStockDetail(info)">库存明细</text>
|
|
|
+ <text class="bottom-button" @click.stop="moreAction(info)">更多</text>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</template>
|
|
|
<script>
|
|
|
@@ -104,10 +106,10 @@ export default {
|
|
|
border:2upx solid #cccccc;
|
|
|
font-size:24upx;
|
|
|
border-radius: 20upx;
|
|
|
- padding:13upx 23upx 13upx 23upx;
|
|
|
- margin:0 15upx 0 0;
|
|
|
- float:right;
|
|
|
+ padding:13upx 20upx 13upx 20upx;
|
|
|
color:#aaa9a9;
|
|
|
+ width:150upx;
|
|
|
+ text-align:center;
|
|
|
}
|
|
|
.item-cmd_bx {
|
|
|
height:160upx;
|